Indiscriminate Identity Coreference
Collection
Datasets transformed into indiscriminate clustering of continuous textual spans.
•
16 items
•
Updated
•
1
text
stringlengths 37
477
| id
int64 0
553
| sentences
list | coref_chains
sequence | genre
stringclasses 1
value | meta_data
dict |
---|---|---|---|---|---|
Mark told Pete many lies about himself, which Pete included in his book. He should have been more skeptical. | 0 | [
{
"end_char": 72,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Mark told Pete many lies about himself, which Pete included in his book.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Mark",
"start_char": 0,
"text": "Mark",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 9,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "tell",
"start_char": 5,
"text": "told",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "iobj",
"end_char": 14,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "Pete",
"start_char": 10,
"text": "Pete",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "amod",
"end_char": 19,
"feats": "Degree=Pos",
"head": 5,
"id": 4,
"lemma": "many",
"start_char": 15,
"text": "many",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 24,
"feats": "Number=Plur",
"head": 2,
"id": 5,
"lemma": "lie",
"start_char": 20,
"text": "lies",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 30,
"feats": null,
"head": 7,
"id": 6,
"lemma": "about",
"start_char": 25,
"text": "about",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 38,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes",
"head": 5,
"id": 7,
"lemma": "himself",
"start_char": 31,
"text": "himself",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 39,
"feats": null,
"head": 11,
"id": 8,
"lemma": ",",
"start_char": 38,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "obj",
"end_char": 45,
"feats": "PronType=Rel",
"head": 11,
"id": 9,
"lemma": "which",
"start_char": 40,
"text": "which",
"upos": "PRON",
"xpos": "WDT"
},
{
"deprel": "nsubj",
"end_char": 50,
"feats": "Number=Sing",
"head": 11,
"id": 10,
"lemma": "Pete",
"start_char": 46,
"text": "Pete",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "acl:relcl",
"end_char": 59,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 5,
"id": 11,
"lemma": "include",
"start_char": 51,
"text": "included",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 62,
"feats": null,
"head": 14,
"id": 12,
"lemma": "in",
"start_char": 60,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 66,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 14,
"id": 13,
"lemma": "his",
"start_char": 63,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 71,
"feats": "Number=Sing",
"head": 11,
"id": 14,
"lemma": "book",
"start_char": 67,
"text": "book",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 72,
"feats": null,
"head": 2,
"id": 15,
"lemma": ".",
"start_char": 71,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 108,
"id": 2,
"speaker": null,
"start_char": 73,
"text": "He should have been more skeptical.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 75,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 6,
"id": 1,
"lemma": "he",
"start_char": 73,
"text": "He",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 82,
"feats": "VerbForm=Fin",
"head": 6,
"id": 2,
"lemma": "should",
"start_char": 76,
"text": "should",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "aux",
"end_char": 87,
"feats": "VerbForm=Inf",
"head": 6,
"id": 3,
"lemma": "have",
"start_char": 83,
"text": "have",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "cop",
"end_char": 92,
"feats": "Tense=Past|VerbForm=Part",
"head": 6,
"id": 4,
"lemma": "be",
"start_char": 88,
"text": "been",
"upos": "AUX",
"xpos": "VBN"
},
{
"deprel": "advmod",
"end_char": 97,
"feats": "Degree=Cmp",
"head": 6,
"id": 5,
"lemma": "more",
"start_char": 93,
"text": "more",
"upos": "ADV",
"xpos": "RBR"
},
{
"deprel": "root",
"end_char": 107,
"feats": "Degree=Pos",
"head": 0,
"id": 6,
"lemma": "skeptical",
"start_char": 98,
"text": "skeptical",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 108,
"feats": null,
"head": 6,
"id": 7,
"lemma": ".",
"start_char": 107,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The mothers of Arthur and Celeste have come to the town to fetch them. They are very happy to have them back, but they scold them just the same because they ran away. | 1 | [
{
"end_char": 70,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The mothers of Arthur and Celeste have come to the town to fetch them.",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 2,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 11,
"feats": "Number=Plur",
"head": 8,
"id": 2,
"lemma": "mother",
"start_char": 4,
"text": "mothers",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 14,
"feats": null,
"head": 4,
"id": 3,
"lemma": "of",
"start_char": 12,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 21,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "Arthur",
"start_char": 15,
"text": "Arthur",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cc",
"end_char": 25,
"feats": null,
"head": 6,
"id": 5,
"lemma": "and",
"start_char": 22,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 33,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "Celeste",
"start_char": 26,
"text": "Celeste",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 38,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
"head": 8,
"id": 7,
"lemma": "have",
"start_char": 34,
"text": "have",
"upos": "AUX",
"xpos": "VBP"
},
{
"deprel": "root",
"end_char": 43,
"feats": "Tense=Past|VerbForm=Part",
"head": 0,
"id": 8,
"lemma": "come",
"start_char": 39,
"text": "come",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 46,
"feats": null,
"head": 11,
"id": 9,
"lemma": "to",
"start_char": 44,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 50,
"feats": "Definite=Def|PronType=Art",
"head": 11,
"id": 10,
"lemma": "the",
"start_char": 47,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 55,
"feats": "Number=Sing",
"head": 8,
"id": 11,
"lemma": "town",
"start_char": 51,
"text": "town",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 58,
"feats": null,
"head": 13,
"id": 12,
"lemma": "to",
"start_char": 56,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 64,
"feats": "VerbForm=Inf",
"head": 8,
"id": 13,
"lemma": "fetch",
"start_char": 59,
"text": "fetch",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 69,
"feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs",
"head": 13,
"id": 14,
"lemma": "they",
"start_char": 65,
"text": "them",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 70,
"feats": null,
"head": 8,
"id": 15,
"lemma": ".",
"start_char": 69,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 166,
"id": 2,
"speaker": null,
"start_char": 71,
"text": "They are very happy to have them back, but they scold them just the same because they ran away.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 75,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 4,
"id": 1,
"lemma": "they",
"start_char": 71,
"text": "They",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 79,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"start_char": 76,
"text": "are",
"upos": "AUX",
"xpos": "VBP"
},
{
"deprel": "advmod",
"end_char": 84,
"feats": null,
"head": 4,
"id": 3,
"lemma": "very",
"start_char": 80,
"text": "very",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 90,
"feats": "Degree=Pos",
"head": 0,
"id": 4,
"lemma": "happy",
"start_char": 85,
"text": "happy",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 93,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"start_char": 91,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 98,
"feats": "VerbForm=Inf",
"head": 4,
"id": 6,
"lemma": "have",
"start_char": 94,
"text": "have",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 103,
"feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs",
"head": 6,
"id": 7,
"lemma": "they",
"start_char": 99,
"text": "them",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 108,
"feats": null,
"head": 6,
"id": 8,
"lemma": "back",
"start_char": 104,
"text": "back",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 109,
"feats": null,
"head": 12,
"id": 9,
"lemma": ",",
"start_char": 108,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 113,
"feats": null,
"head": 12,
"id": 10,
"lemma": "but",
"start_char": 110,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 118,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 12,
"id": 11,
"lemma": "they",
"start_char": 114,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 124,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 12,
"lemma": "scold",
"start_char": 119,
"text": "scold",
"upos": "VERB",
"xpos": "VBP"
},
{
"deprel": "obj",
"end_char": 129,
"feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs",
"head": 12,
"id": 13,
"lemma": "they",
"start_char": 125,
"text": "them",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 134,
"feats": null,
"head": 16,
"id": 14,
"lemma": "just",
"start_char": 130,
"text": "just",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "det",
"end_char": 138,
"feats": "Definite=Def|PronType=Art",
"head": 16,
"id": 15,
"lemma": "the",
"start_char": 135,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "xcomp",
"end_char": 143,
"feats": "Degree=Pos",
"head": 12,
"id": 16,
"lemma": "same",
"start_char": 139,
"text": "same",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 151,
"feats": null,
"head": 19,
"id": 17,
"lemma": "because",
"start_char": 144,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 156,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 19,
"id": 18,
"lemma": "they",
"start_char": 152,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 160,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 19,
"lemma": "run",
"start_char": 157,
"text": "ran",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 165,
"feats": null,
"head": 19,
"id": 20,
"lemma": "away",
"start_char": 161,
"text": "away",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 166,
"feats": null,
"head": 4,
"id": 21,
"lemma": ".",
"start_char": 165,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
]
],
[
[
1,
12,
12
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Mark was close to Mr. Singer 's heels. He heard him calling for the captain, promising him, in the jargon everyone talked that night, that not one thing should be damaged on the ship except only the ammunition, but the captain and all his crew had best stay in the cabin until the work was over | 2 | [
{
"end_char": 38,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Mark was close to Mr. Singer 's heels.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Mark",
"start_char": 0,
"text": "Mark",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 8,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"start_char": 5,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 14,
"feats": "Degree=Pos",
"head": 0,
"id": 3,
"lemma": "close",
"start_char": 9,
"text": "close",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 17,
"feats": null,
"head": 8,
"id": 4,
"lemma": "to",
"start_char": 15,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 21,
"feats": "Number=Sing",
"head": 8,
"id": 5,
"lemma": "Mr.",
"start_char": 18,
"text": "Mr.",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "flat",
"end_char": 28,
"feats": "Number=Sing",
"head": 5,
"id": 6,
"lemma": "Singer",
"start_char": 22,
"text": "Singer",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 31,
"feats": null,
"head": 5,
"id": 7,
"lemma": "'s",
"start_char": 29,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "obl",
"end_char": 37,
"feats": "Number=Plur",
"head": 3,
"id": 8,
"lemma": "heel",
"start_char": 32,
"text": "heels",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 38,
"feats": null,
"head": 3,
"id": 9,
"lemma": ".",
"start_char": 37,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 294,
"id": 2,
"speaker": null,
"start_char": 39,
"text": "He heard him calling for the captain, promising him, in the jargon everyone talked that night, that not one thing should be damaged on the ship except only the ammunition, but the captain and all his crew had best stay in the cabin until the work was over",
"tokens": [
{
"deprel": "nsubj",
"end_char": 41,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 2,
"id": 1,
"lemma": "he",
"start_char": 39,
"text": "He",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 47,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "hear",
"start_char": 42,
"text": "heard",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nsubj",
"end_char": 51,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 4,
"id": 3,
"lemma": "he",
"start_char": 48,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "ccomp",
"end_char": 59,
"feats": "VerbForm=Ger",
"head": 2,
"id": 4,
"lemma": "call",
"start_char": 52,
"text": "calling",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 63,
"feats": null,
"head": 7,
"id": 5,
"lemma": "for",
"start_char": 60,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 67,
"feats": "Definite=Def|PronType=Art",
"head": 7,
"id": 6,
"lemma": "the",
"start_char": 64,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 75,
"feats": "Number=Sing",
"head": 4,
"id": 7,
"lemma": "captain",
"start_char": 68,
"text": "captain",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 76,
"feats": null,
"head": 9,
"id": 8,
"lemma": ",",
"start_char": 75,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advcl",
"end_char": 86,
"feats": "VerbForm=Ger",
"head": 4,
"id": 9,
"lemma": "promise",
"start_char": 77,
"text": "promising",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "iobj",
"end_char": 90,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 9,
"id": 10,
"lemma": "he",
"start_char": 87,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 91,
"feats": null,
"head": 9,
"id": 11,
"lemma": ",",
"start_char": 90,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "case",
"end_char": 94,
"feats": null,
"head": 14,
"id": 12,
"lemma": "in",
"start_char": 92,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 98,
"feats": "Definite=Def|PronType=Art",
"head": 14,
"id": 13,
"lemma": "the",
"start_char": 95,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 105,
"feats": "Number=Sing",
"head": 9,
"id": 14,
"lemma": "jargon",
"start_char": 99,
"text": "jargon",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 114,
"feats": "Number=Sing|PronType=Tot",
"head": 16,
"id": 15,
"lemma": "everyone",
"start_char": 106,
"text": "everyone",
"upos": "PRON",
"xpos": "NN"
},
{
"deprel": "acl:relcl",
"end_char": 121,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 14,
"id": 16,
"lemma": "talk",
"start_char": 115,
"text": "talked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 126,
"feats": "Number=Sing|PronType=Dem",
"head": 18,
"id": 17,
"lemma": "that",
"start_char": 122,
"text": "that",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl:tmod",
"end_char": 132,
"feats": "Number=Sing",
"head": 16,
"id": 18,
"lemma": "night",
"start_char": 127,
"text": "night",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 133,
"feats": null,
"head": 26,
"id": 19,
"lemma": ",",
"start_char": 132,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 138,
"feats": null,
"head": 26,
"id": 20,
"lemma": "that",
"start_char": 134,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "advmod",
"end_char": 142,
"feats": null,
"head": 22,
"id": 21,
"lemma": "not",
"start_char": 139,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "nummod",
"end_char": 146,
"feats": "NumForm=Word|NumType=Card",
"head": 23,
"id": 22,
"lemma": "one",
"start_char": 143,
"text": "one",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "nsubj:pass",
"end_char": 152,
"feats": "Number=Sing",
"head": 26,
"id": 23,
"lemma": "thing",
"start_char": 147,
"text": "thing",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 159,
"feats": "VerbForm=Fin",
"head": 26,
"id": 24,
"lemma": "should",
"start_char": 153,
"text": "should",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "aux:pass",
"end_char": 162,
"feats": "VerbForm=Inf",
"head": 26,
"id": 25,
"lemma": "be",
"start_char": 160,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "ccomp",
"end_char": 170,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 9,
"id": 26,
"lemma": "damage",
"start_char": 163,
"text": "damaged",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 173,
"feats": null,
"head": 29,
"id": 27,
"lemma": "on",
"start_char": 171,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 177,
"feats": "Definite=Def|PronType=Art",
"head": 29,
"id": 28,
"lemma": "the",
"start_char": 174,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 182,
"feats": "Number=Sing",
"head": 26,
"id": 29,
"lemma": "ship",
"start_char": 178,
"text": "ship",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 189,
"feats": null,
"head": 33,
"id": 30,
"lemma": "except",
"start_char": 183,
"text": "except",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "advmod",
"end_char": 194,
"feats": null,
"head": 33,
"id": 31,
"lemma": "only",
"start_char": 190,
"text": "only",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "det",
"end_char": 198,
"feats": "Definite=Def|PronType=Art",
"head": 33,
"id": 32,
"lemma": "the",
"start_char": 195,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 209,
"feats": "Number=Sing",
"head": 26,
"id": 33,
"lemma": "ammunition",
"start_char": 199,
"text": "ammunition",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 210,
"feats": null,
"head": 44,
"id": 34,
"lemma": ",",
"start_char": 209,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 214,
"feats": null,
"head": 44,
"id": 35,
"lemma": "but",
"start_char": 211,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "det",
"end_char": 218,
"feats": "Definite=Def|PronType=Art",
"head": 37,
"id": 36,
"lemma": "the",
"start_char": 215,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 226,
"feats": "Number=Sing",
"head": 44,
"id": 37,
"lemma": "captain",
"start_char": 219,
"text": "captain",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 230,
"feats": null,
"head": 41,
"id": 38,
"lemma": "and",
"start_char": 227,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "det:predet",
"end_char": 234,
"feats": null,
"head": 41,
"id": 39,
"lemma": "all",
"start_char": 231,
"text": "all",
"upos": "DET",
"xpos": "PDT"
},
{
"deprel": "nmod:poss",
"end_char": 238,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 41,
"id": 40,
"lemma": "his",
"start_char": 235,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "conj",
"end_char": 243,
"feats": "Number=Sing",
"head": 37,
"id": 41,
"lemma": "crew",
"start_char": 239,
"text": "crew",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 247,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 44,
"id": 42,
"lemma": "have",
"start_char": 244,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 252,
"feats": "Degree=Sup",
"head": 44,
"id": 43,
"lemma": "well",
"start_char": 248,
"text": "best",
"upos": "ADV",
"xpos": "RBS"
},
{
"deprel": "conj",
"end_char": 257,
"feats": "VerbForm=Inf",
"head": 26,
"id": 44,
"lemma": "stay",
"start_char": 253,
"text": "stay",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 260,
"feats": null,
"head": 47,
"id": 45,
"lemma": "in",
"start_char": 258,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 264,
"feats": "Definite=Def|PronType=Art",
"head": 47,
"id": 46,
"lemma": "the",
"start_char": 261,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 270,
"feats": "Number=Sing",
"head": 44,
"id": 47,
"lemma": "cabin",
"start_char": 265,
"text": "cabin",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 276,
"feats": null,
"head": 52,
"id": 48,
"lemma": "until",
"start_char": 271,
"text": "until",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 280,
"feats": "Definite=Def|PronType=Art",
"head": 50,
"id": 49,
"lemma": "the",
"start_char": 277,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 285,
"feats": "Number=Sing",
"head": 52,
"id": 50,
"lemma": "work",
"start_char": 281,
"text": "work",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cop",
"end_char": 289,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 52,
"id": 51,
"lemma": "be",
"start_char": 286,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 294,
"feats": null,
"head": 44,
"id": 52,
"lemma": "over",
"start_char": 290,
"text": "over",
"upos": "ADV",
"xpos": "RB"
}
]
}
] | [
[
[
0,
4,
5
]
],
[
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The pony behaved well, sir, and showed no vice; but at last he just threw up his heels and tipped the young gentleman into the thorn hedge. He wanted me to help him out, but I hope you will excuse me, sir, I did not feel inclined to do so. | 3 | [
{
"end_char": 139,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The pony behaved well, sir, and showed no vice; but at last he just threw up his heels and tipped the young gentleman into the thorn hedge.",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 2,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 8,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "pony",
"start_char": 4,
"text": "pony",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 16,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "behave",
"start_char": 9,
"text": "behaved",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 21,
"feats": "Degree=Pos",
"head": 3,
"id": 4,
"lemma": "well",
"start_char": 17,
"text": "well",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 22,
"feats": null,
"head": 6,
"id": 5,
"lemma": ",",
"start_char": 21,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "vocative",
"end_char": 26,
"feats": "Number=Sing",
"head": 3,
"id": 6,
"lemma": "sir",
"start_char": 23,
"text": "sir",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 27,
"feats": null,
"head": 9,
"id": 7,
"lemma": ",",
"start_char": 26,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 31,
"feats": null,
"head": 9,
"id": 8,
"lemma": "and",
"start_char": 28,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 38,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 9,
"lemma": "show",
"start_char": 32,
"text": "showed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 41,
"feats": null,
"head": 11,
"id": 10,
"lemma": "no",
"start_char": 39,
"text": "no",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 46,
"feats": "Number=Sing",
"head": 9,
"id": 11,
"lemma": "vice",
"start_char": 42,
"text": "vice",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 47,
"feats": null,
"head": 18,
"id": 12,
"lemma": ";",
"start_char": 46,
"text": ";",
"upos": "PUNCT",
"xpos": ":"
},
{
"deprel": "cc",
"end_char": 51,
"feats": null,
"head": 18,
"id": 13,
"lemma": "but",
"start_char": 48,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "case",
"end_char": 54,
"feats": null,
"head": 15,
"id": 14,
"lemma": "at",
"start_char": 52,
"text": "at",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 59,
"feats": "Degree=Pos",
"head": 18,
"id": 15,
"lemma": "last",
"start_char": 55,
"text": "last",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 62,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 18,
"id": 16,
"lemma": "he",
"start_char": 60,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 67,
"feats": null,
"head": 18,
"id": 17,
"lemma": "just",
"start_char": 63,
"text": "just",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 73,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 18,
"lemma": "throw",
"start_char": 68,
"text": "threw",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "compound:prt",
"end_char": 76,
"feats": null,
"head": 18,
"id": 19,
"lemma": "up",
"start_char": 74,
"text": "up",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "nmod:poss",
"end_char": 80,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 21,
"id": 20,
"lemma": "his",
"start_char": 77,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 86,
"feats": "Number=Plur",
"head": 18,
"id": 21,
"lemma": "heel",
"start_char": 81,
"text": "heels",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "cc",
"end_char": 90,
"feats": null,
"head": 23,
"id": 22,
"lemma": "and",
"start_char": 87,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 97,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 18,
"id": 23,
"lemma": "tip",
"start_char": 91,
"text": "tipped",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 101,
"feats": "Definite=Def|PronType=Art",
"head": 26,
"id": 24,
"lemma": "the",
"start_char": 98,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 107,
"feats": "Degree=Pos",
"head": 26,
"id": 25,
"lemma": "young",
"start_char": 102,
"text": "young",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 117,
"feats": "Number=Sing",
"head": 23,
"id": 26,
"lemma": "gentleman",
"start_char": 108,
"text": "gentleman",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 122,
"feats": null,
"head": 30,
"id": 27,
"lemma": "into",
"start_char": 118,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 126,
"feats": "Definite=Def|PronType=Art",
"head": 30,
"id": 28,
"lemma": "the",
"start_char": 123,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 132,
"feats": "Number=Sing",
"head": 30,
"id": 29,
"lemma": "thorn",
"start_char": 127,
"text": "thorn",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obl",
"end_char": 138,
"feats": "Number=Sing",
"head": 23,
"id": 30,
"lemma": "hedge",
"start_char": 133,
"text": "hedge",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 139,
"feats": null,
"head": 3,
"id": 31,
"lemma": ".",
"start_char": 138,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 239,
"id": 2,
"speaker": null,
"start_char": 140,
"text": "He wanted me to help him out, but I hope you will excuse me, sir, I did not feel inclined to do so.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 142,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 2,
"id": 1,
"lemma": "he",
"start_char": 140,
"text": "He",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 149,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "want",
"start_char": 143,
"text": "wanted",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 152,
"feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs",
"head": 2,
"id": 3,
"lemma": "I",
"start_char": 150,
"text": "me",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "mark",
"end_char": 155,
"feats": null,
"head": 5,
"id": 4,
"lemma": "to",
"start_char": 153,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 160,
"feats": "VerbForm=Inf",
"head": 2,
"id": 5,
"lemma": "help",
"start_char": 156,
"text": "help",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 164,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 5,
"id": 6,
"lemma": "he",
"start_char": 161,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "compound:prt",
"end_char": 168,
"feats": null,
"head": 5,
"id": 7,
"lemma": "out",
"start_char": 165,
"text": "out",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 169,
"feats": null,
"head": 11,
"id": 8,
"lemma": ",",
"start_char": 168,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 173,
"feats": null,
"head": 11,
"id": 9,
"lemma": "but",
"start_char": 170,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 175,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "I",
"start_char": 174,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 180,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
"head": 2,
"id": 11,
"lemma": "hope",
"start_char": 176,
"text": "hope",
"upos": "VERB",
"xpos": "VBP"
},
{
"deprel": "nsubj",
"end_char": 184,
"feats": "Case=Nom|Person=2|PronType=Prs",
"head": 14,
"id": 12,
"lemma": "you",
"start_char": 181,
"text": "you",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 189,
"feats": "VerbForm=Fin",
"head": 14,
"id": 13,
"lemma": "will",
"start_char": 185,
"text": "will",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "ccomp",
"end_char": 196,
"feats": "VerbForm=Inf",
"head": 11,
"id": 14,
"lemma": "excuse",
"start_char": 190,
"text": "excuse",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "iobj",
"end_char": 199,
"feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs",
"head": 14,
"id": 15,
"lemma": "I",
"start_char": 197,
"text": "me",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 200,
"feats": null,
"head": 17,
"id": 16,
"lemma": ",",
"start_char": 199,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "vocative",
"end_char": 204,
"feats": "Number=Sing",
"head": 22,
"id": 17,
"lemma": "sir",
"start_char": 201,
"text": "sir",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 205,
"feats": null,
"head": 22,
"id": 18,
"lemma": ",",
"start_char": 204,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 207,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 22,
"id": 19,
"lemma": "I",
"start_char": 206,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 211,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 22,
"id": 20,
"lemma": "do",
"start_char": 208,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 215,
"feats": null,
"head": 22,
"id": 21,
"lemma": "not",
"start_char": 212,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "parataxis",
"end_char": 220,
"feats": "VerbForm=Inf",
"head": 11,
"id": 22,
"lemma": "feel",
"start_char": 216,
"text": "feel",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "xcomp",
"end_char": 229,
"feats": "Degree=Pos",
"head": 22,
"id": 23,
"lemma": "inclined",
"start_char": 221,
"text": "inclined",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 232,
"feats": null,
"head": 25,
"id": 24,
"lemma": "to",
"start_char": 230,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 235,
"feats": "VerbForm=Inf",
"head": 23,
"id": 25,
"lemma": "do",
"start_char": 233,
"text": "do",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "advmod",
"end_char": 238,
"feats": null,
"head": 25,
"id": 26,
"lemma": "so",
"start_char": 236,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 239,
"feats": null,
"head": 2,
"id": 27,
"lemma": ".",
"start_char": 238,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
24,
25
],
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
I poured water from the bottle into the cup until it was full. | 4 | [
{
"end_char": 62,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "I poured water from the bottle into the cup until it was full.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 1,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 2,
"id": 1,
"lemma": "I",
"start_char": 0,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 8,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "pour",
"start_char": 2,
"text": "poured",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 14,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "water",
"start_char": 9,
"text": "water",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 19,
"feats": null,
"head": 6,
"id": 4,
"lemma": "from",
"start_char": 15,
"text": "from",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 23,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 20,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 30,
"feats": "Number=Sing",
"head": 2,
"id": 6,
"lemma": "bottle",
"start_char": 24,
"text": "bottle",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 35,
"feats": null,
"head": 9,
"id": 7,
"lemma": "into",
"start_char": 31,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 39,
"feats": "Definite=Def|PronType=Art",
"head": 9,
"id": 8,
"lemma": "the",
"start_char": 36,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 43,
"feats": "Number=Sing",
"head": 2,
"id": 9,
"lemma": "cup",
"start_char": 40,
"text": "cup",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 49,
"feats": null,
"head": 13,
"id": 10,
"lemma": "until",
"start_char": 44,
"text": "until",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 52,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 11,
"lemma": "it",
"start_char": 50,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 56,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 13,
"id": 12,
"lemma": "be",
"start_char": 53,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 61,
"feats": "Degree=Pos",
"head": 2,
"id": 13,
"lemma": "full",
"start_char": 57,
"text": "full",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 62,
"feats": null,
"head": 2,
"id": 14,
"lemma": ".",
"start_char": 61,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
7,
8
],
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Dan had to stop Bill from toying with the injured bird. He is very compassionate. | 5 | [
{
"end_char": 55,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Dan had to stop Bill from toying with the injured bird.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Dan",
"start_char": 0,
"text": "Dan",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 7,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "have",
"start_char": 4,
"text": "had",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 10,
"feats": null,
"head": 4,
"id": 3,
"lemma": "to",
"start_char": 8,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 15,
"feats": "VerbForm=Inf",
"head": 2,
"id": 4,
"lemma": "stop",
"start_char": 11,
"text": "stop",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 20,
"feats": "Number=Sing",
"head": 4,
"id": 5,
"lemma": "Bill",
"start_char": 16,
"text": "Bill",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 25,
"feats": null,
"head": 7,
"id": 6,
"lemma": "from",
"start_char": 21,
"text": "from",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "advcl",
"end_char": 32,
"feats": "VerbForm=Ger",
"head": 4,
"id": 7,
"lemma": "toy",
"start_char": 26,
"text": "toying",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 37,
"feats": null,
"head": 11,
"id": 8,
"lemma": "with",
"start_char": 33,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 41,
"feats": "Definite=Def|PronType=Art",
"head": 11,
"id": 9,
"lemma": "the",
"start_char": 38,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 49,
"feats": "Degree=Pos",
"head": 11,
"id": 10,
"lemma": "injured",
"start_char": 42,
"text": "injured",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 54,
"feats": "Number=Sing",
"head": 7,
"id": 11,
"lemma": "bird",
"start_char": 50,
"text": "bird",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 55,
"feats": null,
"head": 2,
"id": 12,
"lemma": ".",
"start_char": 54,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 81,
"id": 2,
"speaker": null,
"start_char": 56,
"text": "He is very compassionate.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 58,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 4,
"id": 1,
"lemma": "he",
"start_char": 56,
"text": "He",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 61,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"start_char": 59,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 66,
"feats": null,
"head": 4,
"id": 3,
"lemma": "very",
"start_char": 62,
"text": "very",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 80,
"feats": "Degree=Pos",
"head": 0,
"id": 4,
"lemma": "compassionate",
"start_char": 67,
"text": "compassionate",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 81,
"feats": null,
"head": 4,
"id": 5,
"lemma": ".",
"start_char": 80,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Sam Goodman 's biography of the Spartan general Xenophanes conveys a vivid sense of the difficulties he faced in his childhood. | 6 | [
{
"end_char": 127,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Sam Goodman 's biography of the Spartan general Xenophanes conveys a vivid sense of the difficulties he faced in his childhood.",
"tokens": [
{
"deprel": "nmod:poss",
"end_char": 3,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Sam",
"start_char": 0,
"text": "Sam",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "flat",
"end_char": 11,
"feats": "Number=Sing",
"head": 1,
"id": 2,
"lemma": "Goodman",
"start_char": 4,
"text": "Goodman",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 14,
"feats": null,
"head": 1,
"id": 3,
"lemma": "'s",
"start_char": 12,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "nsubj",
"end_char": 24,
"feats": "Number=Sing",
"head": 10,
"id": 4,
"lemma": "biography",
"start_char": 15,
"text": "biography",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 27,
"feats": null,
"head": 8,
"id": 5,
"lemma": "of",
"start_char": 25,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 31,
"feats": "Definite=Def|PronType=Art",
"head": 8,
"id": 6,
"lemma": "the",
"start_char": 28,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 39,
"feats": "Degree=Pos",
"head": 8,
"id": 7,
"lemma": "Spartan",
"start_char": 32,
"text": "Spartan",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nmod",
"end_char": 47,
"feats": "Number=Sing",
"head": 4,
"id": 8,
"lemma": "general",
"start_char": 40,
"text": "general",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "appos",
"end_char": 58,
"feats": "Number=Sing",
"head": 8,
"id": 9,
"lemma": "Xenophane",
"start_char": 48,
"text": "Xenophanes",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 66,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 10,
"lemma": "convey",
"start_char": 59,
"text": "conveys",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "det",
"end_char": 68,
"feats": "Definite=Ind|PronType=Art",
"head": 13,
"id": 11,
"lemma": "a",
"start_char": 67,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 74,
"feats": "Degree=Pos",
"head": 13,
"id": 12,
"lemma": "vivid",
"start_char": 69,
"text": "vivid",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 80,
"feats": "Number=Sing",
"head": 10,
"id": 13,
"lemma": "sense",
"start_char": 75,
"text": "sense",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 83,
"feats": null,
"head": 16,
"id": 14,
"lemma": "of",
"start_char": 81,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 87,
"feats": "Definite=Def|PronType=Art",
"head": 16,
"id": 15,
"lemma": "the",
"start_char": 84,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 100,
"feats": "Number=Plur",
"head": 13,
"id": 16,
"lemma": "difficulty",
"start_char": 88,
"text": "difficulties",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "nsubj",
"end_char": 103,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 18,
"id": 17,
"lemma": "he",
"start_char": 101,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "acl:relcl",
"end_char": 109,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 16,
"id": 18,
"lemma": "face",
"start_char": 104,
"text": "faced",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 112,
"feats": null,
"head": 21,
"id": 19,
"lemma": "in",
"start_char": 110,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 116,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 21,
"id": 20,
"lemma": "his",
"start_char": 113,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 126,
"feats": "Number=Sing",
"head": 18,
"id": 21,
"lemma": "childhood",
"start_char": 117,
"text": "childhood",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 127,
"feats": null,
"head": 10,
"id": 22,
"lemma": ".",
"start_char": 126,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
]
],
[
[
0,
16,
16
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Pam's parents came home and found her having sex with her boyfriend, Paul. They were furious about it. | 7 | [
{
"end_char": 74,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Pam's parents came home and found her having sex with her boyfriend, Paul.",
"tokens": [
{
"deprel": "nmod:poss",
"end_char": null,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Pam",
"start_char": 0,
"text": "Pam",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 5,
"feats": null,
"head": 1,
"id": 2,
"lemma": "'s",
"start_char": null,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "nsubj",
"end_char": 13,
"feats": "Number=Plur",
"head": 4,
"id": 3,
"lemma": "parent",
"start_char": 6,
"text": "parents",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "root",
"end_char": 18,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 4,
"lemma": "come",
"start_char": 14,
"text": "came",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 23,
"feats": null,
"head": 4,
"id": 5,
"lemma": "home",
"start_char": 19,
"text": "home",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "cc",
"end_char": 27,
"feats": null,
"head": 7,
"id": 6,
"lemma": "and",
"start_char": 24,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 33,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 7,
"lemma": "find",
"start_char": 28,
"text": "found",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 37,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 7,
"id": 8,
"lemma": "her",
"start_char": 34,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "xcomp",
"end_char": 44,
"feats": "VerbForm=Ger",
"head": 7,
"id": 9,
"lemma": "have",
"start_char": 38,
"text": "having",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 48,
"feats": "Number=Sing",
"head": 9,
"id": 10,
"lemma": "sex",
"start_char": 45,
"text": "sex",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 53,
"feats": null,
"head": 13,
"id": 11,
"lemma": "with",
"start_char": 49,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 57,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 13,
"id": 12,
"lemma": "her",
"start_char": 54,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 67,
"feats": "Number=Sing",
"head": 9,
"id": 13,
"lemma": "boyfriend",
"start_char": 58,
"text": "boyfriend",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 68,
"feats": null,
"head": 13,
"id": 14,
"lemma": ",",
"start_char": 67,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "appos",
"end_char": 73,
"feats": "Number=Sing",
"head": 13,
"id": 15,
"lemma": "Paul",
"start_char": 69,
"text": "Paul",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 74,
"feats": null,
"head": 4,
"id": 16,
"lemma": ".",
"start_char": 73,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 102,
"id": 2,
"speaker": null,
"start_char": 75,
"text": "They were furious about it.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 79,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "they",
"start_char": 75,
"text": "They",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 84,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"start_char": 80,
"text": "were",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 92,
"feats": "Degree=Pos",
"head": 0,
"id": 3,
"lemma": "furious",
"start_char": 85,
"text": "furious",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "case",
"end_char": 98,
"feats": null,
"head": 5,
"id": 4,
"lemma": "about",
"start_char": 93,
"text": "about",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 101,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 3,
"id": 5,
"lemma": "it",
"start_char": 99,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 102,
"feats": null,
"head": 3,
"id": 6,
"lemma": ".",
"start_char": 101,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
2
],
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Bob paid for Charlie 's college education, but now Charlie acts as though it never happened. He is very hurt. | 8 | [
{
"end_char": 92,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Bob paid for Charlie 's college education, but now Charlie acts as though it never happened.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Bob",
"start_char": 0,
"text": "Bob",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 8,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "pay",
"start_char": 4,
"text": "paid",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 12,
"feats": null,
"head": 7,
"id": 3,
"lemma": "for",
"start_char": 9,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 20,
"feats": "Number=Sing",
"head": 7,
"id": 4,
"lemma": "Charlie",
"start_char": 13,
"text": "Charlie",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 23,
"feats": null,
"head": 4,
"id": 5,
"lemma": "'s",
"start_char": 21,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "compound",
"end_char": 31,
"feats": "Number=Sing",
"head": 7,
"id": 6,
"lemma": "college",
"start_char": 24,
"text": "college",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obl",
"end_char": 41,
"feats": "Number=Sing",
"head": 2,
"id": 7,
"lemma": "education",
"start_char": 32,
"text": "education",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 42,
"feats": null,
"head": 12,
"id": 8,
"lemma": ",",
"start_char": 41,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 46,
"feats": null,
"head": 12,
"id": 9,
"lemma": "but",
"start_char": 43,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "advmod",
"end_char": 50,
"feats": null,
"head": 12,
"id": 10,
"lemma": "now",
"start_char": 47,
"text": "now",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 58,
"feats": "Number=Sing",
"head": 12,
"id": 11,
"lemma": "Charlie",
"start_char": 51,
"text": "Charlie",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "conj",
"end_char": 63,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 2,
"id": 12,
"lemma": "act",
"start_char": 59,
"text": "acts",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "mark",
"end_char": 66,
"feats": null,
"head": 17,
"id": 13,
"lemma": "as",
"start_char": 64,
"text": "as",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "mark",
"end_char": 73,
"feats": null,
"head": 17,
"id": 14,
"lemma": "though",
"start_char": 67,
"text": "though",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 76,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 17,
"id": 15,
"lemma": "it",
"start_char": 74,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 82,
"feats": null,
"head": 17,
"id": 16,
"lemma": "never",
"start_char": 77,
"text": "never",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 91,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 17,
"lemma": "happen",
"start_char": 83,
"text": "happened",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 92,
"feats": null,
"head": 2,
"id": 18,
"lemma": ".",
"start_char": 91,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 109,
"id": 2,
"speaker": null,
"start_char": 93,
"text": "He is very hurt.",
"tokens": [
{
"deprel": "nsubj:pass",
"end_char": 95,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 4,
"id": 1,
"lemma": "he",
"start_char": 93,
"text": "He",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux:pass",
"end_char": 98,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"start_char": 96,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 103,
"feats": null,
"head": 4,
"id": 3,
"lemma": "very",
"start_char": 99,
"text": "very",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 108,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 4,
"lemma": "hurt",
"start_char": 104,
"text": "hurt",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "punct",
"end_char": 109,
"feats": null,
"head": 4,
"id": 5,
"lemma": ".",
"start_char": 108,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Billy cried because Toby wouldn't share his toy. | 9 | [
{
"end_char": 48,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Billy cried because Toby wouldn't share his toy.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Billy",
"start_char": 0,
"text": "Billy",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 11,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "cry",
"start_char": 6,
"text": "cried",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 19,
"feats": null,
"head": 7,
"id": 3,
"lemma": "because",
"start_char": 12,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 24,
"feats": "Number=Sing",
"head": 7,
"id": 4,
"lemma": "Toby",
"start_char": 20,
"text": "Toby",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": null,
"feats": "VerbForm=Fin",
"head": 7,
"id": 5,
"lemma": "would",
"start_char": 25,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 33,
"feats": null,
"head": 7,
"id": 6,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 39,
"feats": "VerbForm=Inf",
"head": 2,
"id": 7,
"lemma": "share",
"start_char": 34,
"text": "share",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "nmod:poss",
"end_char": 43,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 9,
"id": 8,
"lemma": "his",
"start_char": 40,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 47,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "toy",
"start_char": 44,
"text": "toy",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 48,
"feats": null,
"head": 2,
"id": 10,
"lemma": ".",
"start_char": 47,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
3,
3
],
[
0,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Emma did not pass the ball to Janie although she was open. | 10 | [
{
"end_char": 58,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Emma did not pass the ball to Janie although she was open.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Emma",
"start_char": 0,
"text": "Emma",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 8,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "do",
"start_char": 5,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 12,
"feats": null,
"head": 4,
"id": 3,
"lemma": "not",
"start_char": 9,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 17,
"feats": "VerbForm=Inf",
"head": 0,
"id": 4,
"lemma": "pass",
"start_char": 13,
"text": "pass",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 21,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 18,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 26,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "ball",
"start_char": 22,
"text": "ball",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 29,
"feats": null,
"head": 8,
"id": 7,
"lemma": "to",
"start_char": 27,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 35,
"feats": "Number=Sing",
"head": 4,
"id": 8,
"lemma": "Janie",
"start_char": 30,
"text": "Janie",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 44,
"feats": null,
"head": 12,
"id": 9,
"lemma": "although",
"start_char": 36,
"text": "although",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 48,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 10,
"lemma": "she",
"start_char": 45,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 52,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 11,
"lemma": "be",
"start_char": 49,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 57,
"feats": "Degree=Pos",
"head": 4,
"id": 12,
"lemma": "open",
"start_char": 53,
"text": "open",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 58,
"feats": null,
"head": 4,
"id": 13,
"lemma": ".",
"start_char": 57,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
7,
7
],
[
0,
9,
9
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Sam's drawing was hung just above Tina's and it did look much better with another one below it. | 11 | [
{
"end_char": 95,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Sam's drawing was hung just above Tina's and it did look much better with another one below it.",
"tokens": [
{
"deprel": "nmod:poss",
"end_char": null,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Sam",
"start_char": 0,
"text": "Sam",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 5,
"feats": null,
"head": 1,
"id": 2,
"lemma": "'s",
"start_char": null,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "nsubj:pass",
"end_char": 13,
"feats": "Number=Sing",
"head": 5,
"id": 3,
"lemma": "draw",
"start_char": 6,
"text": "drawing",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux:pass",
"end_char": 17,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 5,
"id": 4,
"lemma": "be",
"start_char": 14,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 22,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 5,
"lemma": "hang",
"start_char": 18,
"text": "hung",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "advmod",
"end_char": 27,
"feats": null,
"head": 8,
"id": 6,
"lemma": "just",
"start_char": 23,
"text": "just",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 33,
"feats": null,
"head": 8,
"id": 7,
"lemma": "above",
"start_char": 28,
"text": "above",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": null,
"feats": "Number=Sing",
"head": 5,
"id": 8,
"lemma": "Tina",
"start_char": 34,
"text": "Tina",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 40,
"feats": null,
"head": 8,
"id": 9,
"lemma": "'s",
"start_char": null,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "cc",
"end_char": 44,
"feats": null,
"head": 13,
"id": 10,
"lemma": "and",
"start_char": 41,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 47,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 11,
"lemma": "it",
"start_char": 45,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 51,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 13,
"id": 12,
"lemma": "do",
"start_char": 48,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "conj",
"end_char": 56,
"feats": "VerbForm=Inf",
"head": 5,
"id": 13,
"lemma": "look",
"start_char": 52,
"text": "look",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "advmod",
"end_char": 61,
"feats": null,
"head": 15,
"id": 14,
"lemma": "much",
"start_char": 57,
"text": "much",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "xcomp",
"end_char": 68,
"feats": "Degree=Cmp",
"head": 13,
"id": 15,
"lemma": "good",
"start_char": 62,
"text": "better",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "mark",
"end_char": 73,
"feats": null,
"head": 20,
"id": 16,
"lemma": "with",
"start_char": 69,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 81,
"feats": null,
"head": 18,
"id": 17,
"lemma": "another",
"start_char": 74,
"text": "another",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 85,
"feats": "Number=Sing",
"head": 20,
"id": 18,
"lemma": "one",
"start_char": 82,
"text": "one",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 91,
"feats": null,
"head": 20,
"id": 19,
"lemma": "below",
"start_char": 86,
"text": "below",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "advcl",
"end_char": 94,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 20,
"lemma": "it",
"start_char": 92,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 95,
"feats": null,
"head": 5,
"id": 21,
"lemma": ".",
"start_char": 94,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
2
],
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Bob paid for Charlie 's college education, but now Charlie acts as though it never happened. He is very ungrateful. | 12 | [
{
"end_char": 92,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Bob paid for Charlie 's college education, but now Charlie acts as though it never happened.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Bob",
"start_char": 0,
"text": "Bob",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 8,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "pay",
"start_char": 4,
"text": "paid",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 12,
"feats": null,
"head": 7,
"id": 3,
"lemma": "for",
"start_char": 9,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 20,
"feats": "Number=Sing",
"head": 7,
"id": 4,
"lemma": "Charlie",
"start_char": 13,
"text": "Charlie",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 23,
"feats": null,
"head": 4,
"id": 5,
"lemma": "'s",
"start_char": 21,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "compound",
"end_char": 31,
"feats": "Number=Sing",
"head": 7,
"id": 6,
"lemma": "college",
"start_char": 24,
"text": "college",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obl",
"end_char": 41,
"feats": "Number=Sing",
"head": 2,
"id": 7,
"lemma": "education",
"start_char": 32,
"text": "education",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 42,
"feats": null,
"head": 12,
"id": 8,
"lemma": ",",
"start_char": 41,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 46,
"feats": null,
"head": 12,
"id": 9,
"lemma": "but",
"start_char": 43,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "advmod",
"end_char": 50,
"feats": null,
"head": 12,
"id": 10,
"lemma": "now",
"start_char": 47,
"text": "now",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 58,
"feats": "Number=Sing",
"head": 12,
"id": 11,
"lemma": "Charlie",
"start_char": 51,
"text": "Charlie",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "conj",
"end_char": 63,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 2,
"id": 12,
"lemma": "act",
"start_char": 59,
"text": "acts",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "mark",
"end_char": 66,
"feats": null,
"head": 17,
"id": 13,
"lemma": "as",
"start_char": 64,
"text": "as",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "mark",
"end_char": 73,
"feats": null,
"head": 17,
"id": 14,
"lemma": "though",
"start_char": 67,
"text": "though",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 76,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 17,
"id": 15,
"lemma": "it",
"start_char": 74,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 82,
"feats": null,
"head": 17,
"id": 16,
"lemma": "never",
"start_char": 77,
"text": "never",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 91,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 17,
"lemma": "happen",
"start_char": 83,
"text": "happened",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 92,
"feats": null,
"head": 2,
"id": 18,
"lemma": ".",
"start_char": 91,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 115,
"id": 2,
"speaker": null,
"start_char": 93,
"text": "He is very ungrateful.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 95,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 4,
"id": 1,
"lemma": "he",
"start_char": 93,
"text": "He",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 98,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"start_char": 96,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 103,
"feats": null,
"head": 4,
"id": 3,
"lemma": "very",
"start_char": 99,
"text": "very",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 114,
"feats": "Degree=Pos",
"head": 0,
"id": 4,
"lemma": "ungrateful",
"start_char": 104,
"text": "ungrateful",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 115,
"feats": null,
"head": 4,
"id": 5,
"lemma": ".",
"start_char": 114,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The lawyer asked the witness a question, but he was reluctant to answer it. | 13 | [
{
"end_char": 75,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The lawyer asked the witness a question, but he was reluctant to answer it.",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 2,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 10,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "lawyer",
"start_char": 4,
"text": "lawyer",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 16,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "ask",
"start_char": 11,
"text": "asked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 20,
"feats": "Definite=Def|PronType=Art",
"head": 5,
"id": 4,
"lemma": "the",
"start_char": 17,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "iobj",
"end_char": 28,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "witness",
"start_char": 21,
"text": "witness",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "det",
"end_char": 30,
"feats": "Definite=Ind|PronType=Art",
"head": 7,
"id": 6,
"lemma": "a",
"start_char": 29,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 39,
"feats": "Number=Sing",
"head": 3,
"id": 7,
"lemma": "question",
"start_char": 31,
"text": "question",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 40,
"feats": null,
"head": 12,
"id": 8,
"lemma": ",",
"start_char": 39,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 44,
"feats": null,
"head": 12,
"id": 9,
"lemma": "but",
"start_char": 41,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 47,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 10,
"lemma": "he",
"start_char": 45,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 51,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 11,
"lemma": "be",
"start_char": 48,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "conj",
"end_char": 61,
"feats": "Degree=Pos",
"head": 3,
"id": 12,
"lemma": "reluctant",
"start_char": 52,
"text": "reluctant",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 64,
"feats": null,
"head": 14,
"id": 13,
"lemma": "to",
"start_char": 62,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 71,
"feats": "VerbForm=Inf",
"head": 12,
"id": 14,
"lemma": "answer",
"start_char": 65,
"text": "answer",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 74,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 15,
"lemma": "it",
"start_char": 72,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 75,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"start_char": 74,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
1
]
],
[
[
0,
9,
9
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Sam took French classes from Adam , because he was eager to speak it fluently. | 14 | [
{
"end_char": 78,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Sam took French classes from Adam , because he was eager to speak it fluently.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Sam",
"start_char": 0,
"text": "Sam",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 8,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "take",
"start_char": 4,
"text": "took",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "amod",
"end_char": 15,
"feats": "Degree=Pos",
"head": 4,
"id": 3,
"lemma": "French",
"start_char": 9,
"text": "French",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 23,
"feats": "Number=Plur",
"head": 2,
"id": 4,
"lemma": "class",
"start_char": 16,
"text": "classes",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 28,
"feats": null,
"head": 6,
"id": 5,
"lemma": "from",
"start_char": 24,
"text": "from",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 33,
"feats": "Number=Sing",
"head": 2,
"id": 6,
"lemma": "Adam",
"start_char": 29,
"text": "Adam",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 35,
"feats": null,
"head": 11,
"id": 7,
"lemma": ",",
"start_char": 34,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 43,
"feats": null,
"head": 11,
"id": 8,
"lemma": "because",
"start_char": 36,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 46,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 9,
"lemma": "he",
"start_char": 44,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 50,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 10,
"lemma": "be",
"start_char": 47,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 56,
"feats": "Degree=Pos",
"head": 2,
"id": 11,
"lemma": "eager",
"start_char": 51,
"text": "eager",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 59,
"feats": null,
"head": 13,
"id": 12,
"lemma": "to",
"start_char": 57,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 65,
"feats": "VerbForm=Inf",
"head": 11,
"id": 13,
"lemma": "speak",
"start_char": 60,
"text": "speak",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 68,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 14,
"lemma": "it",
"start_char": 66,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 77,
"feats": null,
"head": 13,
"id": 15,
"lemma": "fluently",
"start_char": 69,
"text": "fluently",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 78,
"feats": null,
"head": 2,
"id": 16,
"lemma": ".",
"start_char": 77,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
8,
8
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Sid explained his theory to Mark but he couldn't convince him. | 15 | [
{
"end_char": 62,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Sid explained his theory to Mark but he couldn't convince him.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Sid",
"start_char": 0,
"text": "Sid",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 13,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "explain",
"start_char": 4,
"text": "explained",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 17,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 4,
"id": 3,
"lemma": "his",
"start_char": 14,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 24,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "theory",
"start_char": 18,
"text": "theory",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 27,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"start_char": 25,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 32,
"feats": "Number=Sing",
"head": 2,
"id": 6,
"lemma": "Mark",
"start_char": 28,
"text": "Mark",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cc",
"end_char": 36,
"feats": null,
"head": 11,
"id": 7,
"lemma": "but",
"start_char": 33,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 39,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 8,
"lemma": "he",
"start_char": 37,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": null,
"feats": "VerbForm=Fin",
"head": 11,
"id": 9,
"lemma": "could",
"start_char": 40,
"text": "could",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 48,
"feats": null,
"head": 11,
"id": 10,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 57,
"feats": "VerbForm=Inf",
"head": 2,
"id": 11,
"lemma": "convince",
"start_char": 49,
"text": "convince",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "iobj",
"end_char": 61,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 12,
"lemma": "he",
"start_char": 58,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 62,
"feats": null,
"head": 2,
"id": 13,
"lemma": ".",
"start_char": 61,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
5,
5
]
],
[
[
0,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The city councilmen refused the demonstrators a permit because they advocated violence. | 16 | [
{
"end_char": 87,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The city councilmen refused the demonstrators a permit because they advocated violence.",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 3,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 8,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "city",
"start_char": 4,
"text": "city",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 19,
"feats": "Number=Plur",
"head": 4,
"id": 3,
"lemma": "councilman",
"start_char": 9,
"text": "councilmen",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "root",
"end_char": 27,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 4,
"lemma": "refuse",
"start_char": 20,
"text": "refused",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 31,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 28,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 45,
"feats": "Number=Plur",
"head": 4,
"id": 6,
"lemma": "demonstrator",
"start_char": 32,
"text": "demonstrators",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "det",
"end_char": 47,
"feats": "Definite=Ind|PronType=Art",
"head": 8,
"id": 7,
"lemma": "a",
"start_char": 46,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 54,
"feats": "Number=Sing",
"head": 4,
"id": 8,
"lemma": "permit",
"start_char": 48,
"text": "permit",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 62,
"feats": null,
"head": 11,
"id": 9,
"lemma": "because",
"start_char": 55,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 67,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "they",
"start_char": 63,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 77,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 11,
"lemma": "advocate",
"start_char": 68,
"text": "advocated",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 86,
"feats": "Number=Sing",
"head": 11,
"id": 12,
"lemma": "violence",
"start_char": 78,
"text": "violence",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 87,
"feats": null,
"head": 4,
"id": 13,
"lemma": ".",
"start_char": 86,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
4,
5
],
[
0,
9,
9
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
When Tommy dropped his ice cream, Timmy giggled, so father gave him a sympathetic look. | 17 | [
{
"end_char": 87,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "When Tommy dropped his ice cream, Timmy giggled, so father gave him a sympathetic look.",
"tokens": [
{
"deprel": "advmod",
"end_char": 4,
"feats": "PronType=Int",
"head": 3,
"id": 1,
"lemma": "when",
"start_char": 0,
"text": "When",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 10,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "Tommy",
"start_char": 5,
"text": "Tommy",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advcl",
"end_char": 18,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 9,
"id": 3,
"lemma": "drop",
"start_char": 11,
"text": "dropped",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 22,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 6,
"id": 4,
"lemma": "his",
"start_char": 19,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "compound",
"end_char": 26,
"feats": "Number=Sing",
"head": 6,
"id": 5,
"lemma": "ice",
"start_char": 23,
"text": "ice",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obj",
"end_char": 32,
"feats": "Number=Sing",
"head": 3,
"id": 6,
"lemma": "cream",
"start_char": 27,
"text": "cream",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 33,
"feats": null,
"head": 3,
"id": 7,
"lemma": ",",
"start_char": 32,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 39,
"feats": "Number=Sing",
"head": 9,
"id": 8,
"lemma": "Timmy",
"start_char": 34,
"text": "Timmy",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 47,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 9,
"lemma": "giggle",
"start_char": 40,
"text": "giggled",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 48,
"feats": null,
"head": 13,
"id": 10,
"lemma": ",",
"start_char": 47,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 51,
"feats": null,
"head": 13,
"id": 11,
"lemma": "so",
"start_char": 49,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 58,
"feats": "Number=Sing",
"head": 13,
"id": 12,
"lemma": "father",
"start_char": 52,
"text": "father",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "parataxis",
"end_char": 63,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 9,
"id": 13,
"lemma": "give",
"start_char": 59,
"text": "gave",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "iobj",
"end_char": 67,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 14,
"lemma": "he",
"start_char": 64,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "det",
"end_char": 69,
"feats": "Definite=Ind|PronType=Art",
"head": 17,
"id": 15,
"lemma": "a",
"start_char": 68,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 81,
"feats": "Degree=Pos",
"head": 17,
"id": 16,
"lemma": "sympathetic",
"start_char": 70,
"text": "sympathetic",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 86,
"feats": "Number=Sing",
"head": 13,
"id": 17,
"lemma": "look",
"start_char": 82,
"text": "look",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 87,
"feats": null,
"head": 9,
"id": 18,
"lemma": ".",
"start_char": 86,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
7,
7
]
],
[
[
0,
13,
13
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
After I saw Bill catching flies and pulling off their wings, I boxed his ears. I showed the master the flies, some crushed and some crawling about helpless, and I showed him the wings on the window sill. I never saw him so angry before; but as Bill was still howling and whining, like the coward that he was, he did not give him any more punishment of that kind, but set him up on a stool for the rest of the afternoon, and said that he should not go out to play for that week. | 18 | [
{
"end_char": 78,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "After I saw Bill catching flies and pulling off their wings, I boxed his ears.",
"tokens": [
{
"deprel": "mark",
"end_char": 5,
"feats": null,
"head": 3,
"id": 1,
"lemma": "after",
"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",
"start_char": 6,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 11,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 14,
"id": 3,
"lemma": "see",
"start_char": 8,
"text": "saw",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nsubj",
"end_char": 16,
"feats": "Number=Sing",
"head": 5,
"id": 4,
"lemma": "Bill",
"start_char": 12,
"text": "Bill",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "ccomp",
"end_char": 25,
"feats": "VerbForm=Ger",
"head": 3,
"id": 5,
"lemma": "catching",
"start_char": 17,
"text": "catching",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 31,
"feats": "Number=Plur",
"head": 5,
"id": 6,
"lemma": "fly",
"start_char": 26,
"text": "flies",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "cc",
"end_char": 35,
"feats": null,
"head": 8,
"id": 7,
"lemma": "and",
"start_char": 32,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 43,
"feats": "VerbForm=Ger",
"head": 5,
"id": 8,
"lemma": "pull",
"start_char": 36,
"text": "pulling",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "compound:prt",
"end_char": 47,
"feats": null,
"head": 8,
"id": 9,
"lemma": "off",
"start_char": 44,
"text": "off",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "nmod:poss",
"end_char": 53,
"feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "their",
"start_char": 48,
"text": "their",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 59,
"feats": "Number=Plur",
"head": 8,
"id": 11,
"lemma": "wing",
"start_char": 54,
"text": "wings",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 60,
"feats": null,
"head": 3,
"id": 12,
"lemma": ",",
"start_char": 59,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 62,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 14,
"id": 13,
"lemma": "I",
"start_char": 61,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 68,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 14,
"lemma": "box",
"start_char": 63,
"text": "boxed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 72,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 16,
"id": 15,
"lemma": "his",
"start_char": 69,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 77,
"feats": "Number=Plur",
"head": 14,
"id": 16,
"lemma": "ear",
"start_char": 73,
"text": "ears",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 78,
"feats": null,
"head": 14,
"id": 17,
"lemma": ".",
"start_char": 77,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 203,
"id": 2,
"speaker": null,
"start_char": 79,
"text": "I showed the master the flies, some crushed and some crawling about helpless, and I showed him the wings on the window sill.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 80,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 2,
"id": 1,
"lemma": "I",
"start_char": 79,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 87,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "show",
"start_char": 81,
"text": "showed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 91,
"feats": "Definite=Def|PronType=Art",
"head": 4,
"id": 3,
"lemma": "the",
"start_char": 88,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "iobj",
"end_char": 98,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "master",
"start_char": 92,
"text": "master",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "det",
"end_char": 102,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 99,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 108,
"feats": "Number=Plur",
"head": 2,
"id": 6,
"lemma": "fly",
"start_char": 103,
"text": "flies",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 109,
"feats": null,
"head": 9,
"id": 7,
"lemma": ",",
"start_char": 108,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 114,
"feats": null,
"head": 9,
"id": 8,
"lemma": "some",
"start_char": 110,
"text": "some",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "acl",
"end_char": 122,
"feats": "Tense=Past|VerbForm=Part",
"head": 6,
"id": 9,
"lemma": "crush",
"start_char": 115,
"text": "crushed",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "cc",
"end_char": 126,
"feats": null,
"head": 12,
"id": 10,
"lemma": "and",
"start_char": 123,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 131,
"feats": null,
"head": 12,
"id": 11,
"lemma": "some",
"start_char": 127,
"text": "some",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "conj",
"end_char": 140,
"feats": "VerbForm=Ger",
"head": 9,
"id": 12,
"lemma": "crawl",
"start_char": 132,
"text": "crawling",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "advmod",
"end_char": 146,
"feats": null,
"head": 14,
"id": 13,
"lemma": "about",
"start_char": 141,
"text": "about",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "xcomp",
"end_char": 155,
"feats": "Degree=Pos",
"head": 12,
"id": 14,
"lemma": "helpless",
"start_char": 147,
"text": "helpless",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 156,
"feats": null,
"head": 18,
"id": 15,
"lemma": ",",
"start_char": 155,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 160,
"feats": null,
"head": 18,
"id": 16,
"lemma": "and",
"start_char": 157,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 162,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 18,
"id": 17,
"lemma": "I",
"start_char": 161,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 169,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 18,
"lemma": "show",
"start_char": 163,
"text": "showed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "iobj",
"end_char": 173,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 18,
"id": 19,
"lemma": "he",
"start_char": 170,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "det",
"end_char": 177,
"feats": "Definite=Def|PronType=Art",
"head": 21,
"id": 20,
"lemma": "the",
"start_char": 174,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 183,
"feats": "Number=Plur",
"head": 18,
"id": 21,
"lemma": "wing",
"start_char": 178,
"text": "wings",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 186,
"feats": null,
"head": 25,
"id": 22,
"lemma": "on",
"start_char": 184,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 190,
"feats": "Definite=Def|PronType=Art",
"head": 25,
"id": 23,
"lemma": "the",
"start_char": 187,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 197,
"feats": "Number=Sing",
"head": 25,
"id": 24,
"lemma": "window",
"start_char": 191,
"text": "window",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nmod",
"end_char": 202,
"feats": "Number=Sing",
"head": 21,
"id": 25,
"lemma": "sill",
"start_char": 198,
"text": "sill",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 203,
"feats": null,
"head": 2,
"id": 26,
"lemma": ".",
"start_char": 202,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 477,
"id": 3,
"speaker": null,
"start_char": 204,
"text": "I never saw him so angry before; but as Bill was still howling and whining, like the coward that he was, he did not give him any more punishment of that kind, but set him up on a stool for the rest of the afternoon, and said that he should not go out to play for that week.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 205,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "I",
"start_char": 204,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 211,
"feats": null,
"head": 3,
"id": 2,
"lemma": "never",
"start_char": 206,
"text": "never",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 215,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "see",
"start_char": 212,
"text": "saw",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 219,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 3,
"id": 4,
"lemma": "he",
"start_char": 216,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 222,
"feats": null,
"head": 6,
"id": 5,
"lemma": "so",
"start_char": 220,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "xcomp",
"end_char": 228,
"feats": "Degree=Pos",
"head": 3,
"id": 6,
"lemma": "angry",
"start_char": 223,
"text": "angry",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "advmod",
"end_char": 235,
"feats": null,
"head": 3,
"id": 7,
"lemma": "before",
"start_char": 229,
"text": "before",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 236,
"feats": null,
"head": 9,
"id": 8,
"lemma": ";",
"start_char": 235,
"text": ";",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 240,
"feats": null,
"head": 28,
"id": 9,
"lemma": "but",
"start_char": 237,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "mark",
"end_char": 243,
"feats": null,
"head": 14,
"id": 10,
"lemma": "as",
"start_char": 241,
"text": "as",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 248,
"feats": "Number=Sing",
"head": 14,
"id": 11,
"lemma": "Bill",
"start_char": 244,
"text": "Bill",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 252,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 14,
"id": 12,
"lemma": "be",
"start_char": 249,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 258,
"feats": null,
"head": 14,
"id": 13,
"lemma": "still",
"start_char": 253,
"text": "still",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 266,
"feats": "Tense=Pres|VerbForm=Part",
"head": 28,
"id": 14,
"lemma": "howl",
"start_char": 259,
"text": "howling",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "cc",
"end_char": 270,
"feats": null,
"head": 16,
"id": 15,
"lemma": "and",
"start_char": 267,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 278,
"feats": "Tense=Pres|VerbForm=Part",
"head": 14,
"id": 16,
"lemma": "whine",
"start_char": 271,
"text": "whining",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "punct",
"end_char": 279,
"feats": null,
"head": 20,
"id": 17,
"lemma": ",",
"start_char": 278,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "case",
"end_char": 284,
"feats": null,
"head": 20,
"id": 18,
"lemma": "like",
"start_char": 280,
"text": "like",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 288,
"feats": "Definite=Def|PronType=Art",
"head": 20,
"id": 19,
"lemma": "the",
"start_char": 285,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 295,
"feats": "Number=Sing",
"head": 14,
"id": 20,
"lemma": "coward",
"start_char": 289,
"text": "coward",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "acl:relcl",
"end_char": 300,
"feats": "PronType=Rel",
"head": 20,
"id": 21,
"lemma": "that",
"start_char": 296,
"text": "that",
"upos": "PRON",
"xpos": "WDT"
},
{
"deprel": "nsubj",
"end_char": 303,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 21,
"id": 22,
"lemma": "he",
"start_char": 301,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 307,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 21,
"id": 23,
"lemma": "be",
"start_char": 304,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 308,
"feats": null,
"head": 28,
"id": 24,
"lemma": ",",
"start_char": 307,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 311,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 28,
"id": 25,
"lemma": "he",
"start_char": 309,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 315,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 28,
"id": 26,
"lemma": "do",
"start_char": 312,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 319,
"feats": null,
"head": 28,
"id": 27,
"lemma": "not",
"start_char": 316,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 324,
"feats": "VerbForm=Inf",
"head": 3,
"id": 28,
"lemma": "give",
"start_char": 320,
"text": "give",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "iobj",
"end_char": 328,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 28,
"id": 29,
"lemma": "he",
"start_char": 325,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "det",
"end_char": 332,
"feats": null,
"head": 32,
"id": 30,
"lemma": "any",
"start_char": 329,
"text": "any",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 337,
"feats": "Degree=Cmp",
"head": 32,
"id": 31,
"lemma": "more",
"start_char": 333,
"text": "more",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "obj",
"end_char": 348,
"feats": "Number=Sing",
"head": 28,
"id": 32,
"lemma": "punishment",
"start_char": 338,
"text": "punishment",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 351,
"feats": null,
"head": 35,
"id": 33,
"lemma": "of",
"start_char": 349,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 356,
"feats": "Number=Sing|PronType=Dem",
"head": 35,
"id": 34,
"lemma": "that",
"start_char": 352,
"text": "that",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 361,
"feats": "Number=Sing",
"head": 32,
"id": 35,
"lemma": "kind",
"start_char": 357,
"text": "kind",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 362,
"feats": null,
"head": 38,
"id": 36,
"lemma": ",",
"start_char": 361,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 366,
"feats": null,
"head": 38,
"id": 37,
"lemma": "but",
"start_char": 363,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 370,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 28,
"id": 38,
"lemma": "set",
"start_char": 367,
"text": "set",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 374,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 38,
"id": 39,
"lemma": "he",
"start_char": 371,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "compound:prt",
"end_char": 377,
"feats": null,
"head": 38,
"id": 40,
"lemma": "up",
"start_char": 375,
"text": "up",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "case",
"end_char": 380,
"feats": null,
"head": 43,
"id": 41,
"lemma": "on",
"start_char": 378,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 382,
"feats": "Definite=Ind|PronType=Art",
"head": 43,
"id": 42,
"lemma": "a",
"start_char": 381,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 388,
"feats": "Number=Sing",
"head": 38,
"id": 43,
"lemma": "stool",
"start_char": 383,
"text": "stool",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 392,
"feats": null,
"head": 46,
"id": 44,
"lemma": "for",
"start_char": 389,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 396,
"feats": "Definite=Def|PronType=Art",
"head": 46,
"id": 45,
"lemma": "the",
"start_char": 393,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 401,
"feats": "Number=Sing",
"head": 38,
"id": 46,
"lemma": "rest",
"start_char": 397,
"text": "rest",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 404,
"feats": null,
"head": 49,
"id": 47,
"lemma": "of",
"start_char": 402,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 408,
"feats": "Definite=Def|PronType=Art",
"head": 49,
"id": 48,
"lemma": "the",
"start_char": 405,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 418,
"feats": "Number=Sing",
"head": 46,
"id": 49,
"lemma": "afternoon",
"start_char": 409,
"text": "afternoon",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 419,
"feats": null,
"head": 52,
"id": 50,
"lemma": ",",
"start_char": 418,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 423,
"feats": null,
"head": 52,
"id": 51,
"lemma": "and",
"start_char": 420,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 428,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 28,
"id": 52,
"lemma": "say",
"start_char": 424,
"text": "said",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 433,
"feats": null,
"head": 57,
"id": 53,
"lemma": "that",
"start_char": 429,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 436,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 57,
"id": 54,
"lemma": "he",
"start_char": 434,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 443,
"feats": "VerbForm=Fin",
"head": 57,
"id": 55,
"lemma": "should",
"start_char": 437,
"text": "should",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 447,
"feats": null,
"head": 57,
"id": 56,
"lemma": "not",
"start_char": 444,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "ccomp",
"end_char": 450,
"feats": "VerbForm=Inf",
"head": 52,
"id": 57,
"lemma": "go",
"start_char": 448,
"text": "go",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "advmod",
"end_char": 454,
"feats": null,
"head": 57,
"id": 58,
"lemma": "out",
"start_char": 451,
"text": "out",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 457,
"feats": null,
"head": 60,
"id": 59,
"lemma": "to",
"start_char": 455,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 462,
"feats": "VerbForm=Inf",
"head": 57,
"id": 60,
"lemma": "play",
"start_char": 458,
"text": "play",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 466,
"feats": null,
"head": 63,
"id": 61,
"lemma": "for",
"start_char": 463,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 471,
"feats": "Number=Sing|PronType=Dem",
"head": 63,
"id": 62,
"lemma": "that",
"start_char": 467,
"text": "that",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 476,
"feats": "Number=Sing",
"head": 60,
"id": 63,
"lemma": "week",
"start_char": 472,
"text": "week",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 477,
"feats": null,
"head": 3,
"id": 64,
"lemma": ".",
"start_char": 476,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
1,
2,
3
]
],
[
[
2,
21,
21
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The journalists interviewed the stars of the new movie. They were very cooperative, so the interview lasted for a long time. | 19 | [
{
"end_char": 55,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The journalists interviewed the stars of the new movie.",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 2,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 15,
"feats": "Number=Plur",
"head": 3,
"id": 2,
"lemma": "journalist",
"start_char": 4,
"text": "journalists",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "root",
"end_char": 27,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "interview",
"start_char": 16,
"text": "interviewed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 31,
"feats": "Definite=Def|PronType=Art",
"head": 5,
"id": 4,
"lemma": "the",
"start_char": 28,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 37,
"feats": "Number=Plur",
"head": 3,
"id": 5,
"lemma": "star",
"start_char": 32,
"text": "stars",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 40,
"feats": null,
"head": 9,
"id": 6,
"lemma": "of",
"start_char": 38,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 44,
"feats": "Definite=Def|PronType=Art",
"head": 9,
"id": 7,
"lemma": "the",
"start_char": 41,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 48,
"feats": "Degree=Pos",
"head": 9,
"id": 8,
"lemma": "new",
"start_char": 45,
"text": "new",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nmod",
"end_char": 54,
"feats": "Number=Sing",
"head": 5,
"id": 9,
"lemma": "movie",
"start_char": 49,
"text": "movie",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 55,
"feats": null,
"head": 3,
"id": 10,
"lemma": ".",
"start_char": 54,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 124,
"id": 2,
"speaker": null,
"start_char": 56,
"text": "They were very cooperative, so the interview lasted for a long time.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 60,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 4,
"id": 1,
"lemma": "they",
"start_char": 56,
"text": "They",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 65,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"start_char": 61,
"text": "were",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 70,
"feats": null,
"head": 4,
"id": 3,
"lemma": "very",
"start_char": 66,
"text": "very",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 82,
"feats": "Degree=Pos",
"head": 0,
"id": 4,
"lemma": "cooperative",
"start_char": 71,
"text": "cooperative",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 83,
"feats": null,
"head": 9,
"id": 5,
"lemma": ",",
"start_char": 82,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 86,
"feats": null,
"head": 9,
"id": 6,
"lemma": "so",
"start_char": 84,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "det",
"end_char": 90,
"feats": "Definite=Def|PronType=Art",
"head": 8,
"id": 7,
"lemma": "the",
"start_char": 87,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 100,
"feats": "Number=Sing",
"head": 9,
"id": 8,
"lemma": "interview",
"start_char": 91,
"text": "interview",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "parataxis",
"end_char": 107,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 9,
"lemma": "last",
"start_char": 101,
"text": "lasted",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 111,
"feats": null,
"head": 13,
"id": 10,
"lemma": "for",
"start_char": 108,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 113,
"feats": "Definite=Ind|PronType=Art",
"head": 13,
"id": 11,
"lemma": "a",
"start_char": 112,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 118,
"feats": "Degree=Pos",
"head": 13,
"id": 12,
"lemma": "long",
"start_char": 114,
"text": "long",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 123,
"feats": "Number=Sing",
"head": 9,
"id": 13,
"lemma": "time",
"start_char": 119,
"text": "time",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 124,
"feats": null,
"head": 4,
"id": 14,
"lemma": ".",
"start_char": 123,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
1
]
],
[
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Joan made sure to thank Susan for all the help she had given. | 20 | [
{
"end_char": 61,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Joan made sure to thank Susan for all the help she had given.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Joan",
"start_char": 0,
"text": "Joan",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 9,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "make",
"start_char": 5,
"text": "made",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "xcomp",
"end_char": 14,
"feats": "Degree=Pos",
"head": 2,
"id": 3,
"lemma": "sure",
"start_char": 10,
"text": "sure",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 17,
"feats": null,
"head": 5,
"id": 4,
"lemma": "to",
"start_char": 15,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 23,
"feats": "VerbForm=Inf",
"head": 3,
"id": 5,
"lemma": "thank",
"start_char": 18,
"text": "thank",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 29,
"feats": "Number=Sing",
"head": 5,
"id": 6,
"lemma": "Susan",
"start_char": 24,
"text": "Susan",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 33,
"feats": null,
"head": 10,
"id": 7,
"lemma": "for",
"start_char": 30,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det:predet",
"end_char": 37,
"feats": null,
"head": 10,
"id": 8,
"lemma": "all",
"start_char": 34,
"text": "all",
"upos": "DET",
"xpos": "PDT"
},
{
"deprel": "det",
"end_char": 41,
"feats": "Definite=Def|PronType=Art",
"head": 10,
"id": 9,
"lemma": "the",
"start_char": 38,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 46,
"feats": "Number=Sing",
"head": 5,
"id": 10,
"lemma": "help",
"start_char": 42,
"text": "help",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 50,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 11,
"lemma": "she",
"start_char": 47,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 54,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 13,
"id": 12,
"lemma": "have",
"start_char": 51,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "acl:relcl",
"end_char": 60,
"feats": "Tense=Past|VerbForm=Part",
"head": 10,
"id": 13,
"lemma": "give",
"start_char": 55,
"text": "given",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "punct",
"end_char": 61,
"feats": null,
"head": 2,
"id": 14,
"lemma": ".",
"start_char": 60,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
5,
5
],
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
In the storm, the tree fell down and crashed through the roof of my house. Now, I have to get it repaired. | 21 | [
{
"end_char": 74,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "In the storm, the tree fell down and crashed through the roof of my house.",
"tokens": [
{
"deprel": "case",
"end_char": 2,
"feats": null,
"head": 3,
"id": 1,
"lemma": "in",
"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",
"start_char": 3,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 12,
"feats": "Number=Sing",
"head": 7,
"id": 3,
"lemma": "storm",
"start_char": 7,
"text": "storm",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 13,
"feats": null,
"head": 7,
"id": 4,
"lemma": ",",
"start_char": 12,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "det",
"end_char": 17,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 14,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 22,
"feats": "Number=Sing",
"head": 7,
"id": 6,
"lemma": "tree",
"start_char": 18,
"text": "tree",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 27,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 7,
"lemma": "fall",
"start_char": 23,
"text": "fell",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 32,
"feats": null,
"head": 7,
"id": 8,
"lemma": "down",
"start_char": 28,
"text": "down",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "cc",
"end_char": 36,
"feats": null,
"head": 10,
"id": 9,
"lemma": "and",
"start_char": 33,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 44,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 7,
"id": 10,
"lemma": "crash",
"start_char": 37,
"text": "crashed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 52,
"feats": null,
"head": 13,
"id": 11,
"lemma": "through",
"start_char": 45,
"text": "through",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 56,
"feats": "Definite=Def|PronType=Art",
"head": 13,
"id": 12,
"lemma": "the",
"start_char": 53,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 61,
"feats": "Number=Sing",
"head": 10,
"id": 13,
"lemma": "roof",
"start_char": 57,
"text": "roof",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 64,
"feats": null,
"head": 16,
"id": 14,
"lemma": "of",
"start_char": 62,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 67,
"feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
"head": 16,
"id": 15,
"lemma": "my",
"start_char": 65,
"text": "my",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nmod",
"end_char": 73,
"feats": "Number=Sing",
"head": 13,
"id": 16,
"lemma": "house",
"start_char": 68,
"text": "house",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 74,
"feats": null,
"head": 7,
"id": 17,
"lemma": ".",
"start_char": 73,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 106,
"id": 2,
"speaker": null,
"start_char": 75,
"text": "Now, I have to get it repaired.",
"tokens": [
{
"deprel": "advmod",
"end_char": 78,
"feats": null,
"head": 4,
"id": 1,
"lemma": "now",
"start_char": 75,
"text": "Now",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 79,
"feats": null,
"head": 4,
"id": 2,
"lemma": ",",
"start_char": 78,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 81,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 4,
"id": 3,
"lemma": "I",
"start_char": 80,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 86,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 4,
"lemma": "have",
"start_char": 82,
"text": "have",
"upos": "VERB",
"xpos": "VBP"
},
{
"deprel": "mark",
"end_char": 89,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"start_char": 87,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 93,
"feats": "VerbForm=Inf",
"head": 4,
"id": 6,
"lemma": "get",
"start_char": 90,
"text": "get",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 96,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 6,
"id": 7,
"lemma": "it",
"start_char": 94,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "xcomp",
"end_char": 105,
"feats": "Tense=Past|VerbForm=Part",
"head": 6,
"id": 8,
"lemma": "repair",
"start_char": 97,
"text": "repaired",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "punct",
"end_char": 106,
"feats": null,
"head": 4,
"id": 9,
"lemma": ".",
"start_char": 105,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
11,
12
],
[
1,
6,
6
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Beth didn't get angry with Sally , who had cut her off, because she stopped and counted to ten. | 22 | [
{
"end_char": 95,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Beth didn't get angry with Sally , who had cut her off, because she stopped and counted to ten.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Beth",
"start_char": 0,
"text": "Beth",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": null,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "do",
"start_char": 5,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 11,
"feats": null,
"head": 4,
"id": 3,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 15,
"feats": "VerbForm=Inf",
"head": 0,
"id": 4,
"lemma": "get",
"start_char": 12,
"text": "get",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "xcomp",
"end_char": 21,
"feats": "Degree=Pos",
"head": 4,
"id": 5,
"lemma": "angry",
"start_char": 16,
"text": "angry",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "case",
"end_char": 26,
"feats": null,
"head": 7,
"id": 6,
"lemma": "with",
"start_char": 22,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 32,
"feats": "Number=Sing",
"head": 5,
"id": 7,
"lemma": "Sally",
"start_char": 27,
"text": "Sally",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 34,
"feats": null,
"head": 7,
"id": 8,
"lemma": ",",
"start_char": 33,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 38,
"feats": "PronType=Rel",
"head": 11,
"id": 9,
"lemma": "who",
"start_char": 35,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "aux",
"end_char": 42,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 10,
"lemma": "have",
"start_char": 39,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "acl:relcl",
"end_char": 46,
"feats": "Tense=Past|VerbForm=Part",
"head": 7,
"id": 11,
"lemma": "cut",
"start_char": 43,
"text": "cut",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "obj",
"end_char": 50,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 12,
"lemma": "her",
"start_char": 47,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "compound:prt",
"end_char": 54,
"feats": null,
"head": 11,
"id": 13,
"lemma": "off",
"start_char": 51,
"text": "off",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 55,
"feats": null,
"head": 17,
"id": 14,
"lemma": ",",
"start_char": 54,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 63,
"feats": null,
"head": 17,
"id": 15,
"lemma": "because",
"start_char": 56,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 67,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 17,
"id": 16,
"lemma": "she",
"start_char": 64,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 75,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 17,
"lemma": "stop",
"start_char": 68,
"text": "stopped",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "cc",
"end_char": 79,
"feats": null,
"head": 19,
"id": 18,
"lemma": "and",
"start_char": 76,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 87,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 17,
"id": 19,
"lemma": "count",
"start_char": 80,
"text": "counted",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 90,
"feats": null,
"head": 21,
"id": 20,
"lemma": "to",
"start_char": 88,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 94,
"feats": "NumForm=Word|NumType=Card",
"head": 19,
"id": 21,
"lemma": "ten",
"start_char": 91,
"text": "ten",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "punct",
"end_char": 95,
"feats": null,
"head": 4,
"id": 22,
"lemma": ".",
"start_char": 94,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
15,
15
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The lawyer asked the witness a question, but he was reluctant to repeat it. | 23 | [
{
"end_char": 75,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The lawyer asked the witness a question, but he was reluctant to repeat it.",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 2,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 10,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "lawyer",
"start_char": 4,
"text": "lawyer",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 16,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "ask",
"start_char": 11,
"text": "asked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 20,
"feats": "Definite=Def|PronType=Art",
"head": 5,
"id": 4,
"lemma": "the",
"start_char": 17,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "iobj",
"end_char": 28,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "witness",
"start_char": 21,
"text": "witness",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "det",
"end_char": 30,
"feats": "Definite=Ind|PronType=Art",
"head": 7,
"id": 6,
"lemma": "a",
"start_char": 29,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 39,
"feats": "Number=Sing",
"head": 3,
"id": 7,
"lemma": "question",
"start_char": 31,
"text": "question",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 40,
"feats": null,
"head": 12,
"id": 8,
"lemma": ",",
"start_char": 39,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 44,
"feats": null,
"head": 12,
"id": 9,
"lemma": "but",
"start_char": 41,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 47,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 10,
"lemma": "he",
"start_char": 45,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 51,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 11,
"lemma": "be",
"start_char": 48,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "conj",
"end_char": 61,
"feats": "Degree=Pos",
"head": 3,
"id": 12,
"lemma": "reluctant",
"start_char": 52,
"text": "reluctant",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 64,
"feats": null,
"head": 14,
"id": 13,
"lemma": "to",
"start_char": 62,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 71,
"feats": "VerbForm=Inf",
"head": 12,
"id": 14,
"lemma": "repeat",
"start_char": 65,
"text": "repeat",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 74,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 15,
"lemma": "it",
"start_char": 72,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 75,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"start_char": 74,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
1
],
[
0,
9,
9
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Sir Clifford wants me to find him a new groom , about twenty or twenty-one, who knows his business. His old coachman is getting feeble, and he wants a man to work with him and get into his ways, who would be able, when the old man was pensioned off, to step into his place | 24 | [
{
"end_char": 99,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Sir Clifford wants me to find him a new groom , about twenty or twenty-one, who knows his business.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Sir",
"start_char": 0,
"text": "Sir",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "flat",
"end_char": 12,
"feats": "Number=Sing",
"head": 1,
"id": 2,
"lemma": "Clifford",
"start_char": 4,
"text": "Clifford",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 18,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "want",
"start_char": 13,
"text": "wants",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "obj",
"end_char": 21,
"feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs",
"head": 3,
"id": 4,
"lemma": "I",
"start_char": 19,
"text": "me",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "mark",
"end_char": 24,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"start_char": 22,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 29,
"feats": "VerbForm=Inf",
"head": 3,
"id": 6,
"lemma": "find",
"start_char": 25,
"text": "find",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "iobj",
"end_char": 33,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 6,
"id": 7,
"lemma": "he",
"start_char": 30,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "det",
"end_char": 35,
"feats": "Definite=Ind|PronType=Art",
"head": 10,
"id": 8,
"lemma": "a",
"start_char": 34,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 39,
"feats": "Degree=Pos",
"head": 10,
"id": 9,
"lemma": "new",
"start_char": 36,
"text": "new",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 45,
"feats": "Number=Sing",
"head": 6,
"id": 10,
"lemma": "groom",
"start_char": 40,
"text": "groom",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 47,
"feats": null,
"head": 10,
"id": 11,
"lemma": ",",
"start_char": 46,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 53,
"feats": null,
"head": 13,
"id": 12,
"lemma": "about",
"start_char": 48,
"text": "about",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "appos",
"end_char": 60,
"feats": "NumForm=Word|NumType=Card",
"head": 10,
"id": 13,
"lemma": "twenty",
"start_char": 54,
"text": "twenty",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "cc",
"end_char": 63,
"feats": null,
"head": 15,
"id": 14,
"lemma": "or",
"start_char": 61,
"text": "or",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 70,
"feats": "NumForm=Word|NumType=Card",
"head": 13,
"id": 15,
"lemma": "twenty",
"start_char": 64,
"text": "twenty",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "punct",
"end_char": 71,
"feats": null,
"head": 15,
"id": 16,
"lemma": "-",
"start_char": 70,
"text": "-",
"upos": "PUNCT",
"xpos": "HYPH"
},
{
"deprel": "conj",
"end_char": 74,
"feats": "NumForm=Word|NumType=Card",
"head": 13,
"id": 17,
"lemma": "one",
"start_char": 71,
"text": "one",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "punct",
"end_char": 75,
"feats": null,
"head": 20,
"id": 18,
"lemma": ",",
"start_char": 74,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 79,
"feats": "PronType=Rel",
"head": 20,
"id": 19,
"lemma": "who",
"start_char": 76,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "acl:relcl",
"end_char": 85,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 10,
"id": 20,
"lemma": "know",
"start_char": 80,
"text": "knows",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "nmod:poss",
"end_char": 89,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 22,
"id": 21,
"lemma": "his",
"start_char": 86,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 98,
"feats": "Number=Sing",
"head": 20,
"id": 22,
"lemma": "business",
"start_char": 90,
"text": "business",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 99,
"feats": null,
"head": 3,
"id": 23,
"lemma": ".",
"start_char": 98,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 272,
"id": 2,
"speaker": null,
"start_char": 100,
"text": "His old coachman is getting feeble, and he wants a man to work with him and get into his ways, who would be able, when the old man was pensioned off, to step into his place",
"tokens": [
{
"deprel": "nmod:poss",
"end_char": 103,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "his",
"start_char": 100,
"text": "His",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "amod",
"end_char": 107,
"feats": "Degree=Pos",
"head": 3,
"id": 2,
"lemma": "old",
"start_char": 104,
"text": "old",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 116,
"feats": "Number=Sing",
"head": 5,
"id": 3,
"lemma": "coachman",
"start_char": 108,
"text": "coachman",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 119,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 5,
"id": 4,
"lemma": "be",
"start_char": 117,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "root",
"end_char": 127,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 5,
"lemma": "get",
"start_char": 120,
"text": "getting",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "xcomp",
"end_char": 134,
"feats": "Degree=Pos",
"head": 5,
"id": 6,
"lemma": "feeble",
"start_char": 128,
"text": "feeble",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 135,
"feats": null,
"head": 10,
"id": 7,
"lemma": ",",
"start_char": 134,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 139,
"feats": null,
"head": 10,
"id": 8,
"lemma": "and",
"start_char": 136,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 142,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 9,
"lemma": "he",
"start_char": 140,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 148,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 5,
"id": 10,
"lemma": "want",
"start_char": 143,
"text": "wants",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "det",
"end_char": 150,
"feats": "Definite=Ind|PronType=Art",
"head": 12,
"id": 11,
"lemma": "a",
"start_char": 149,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 154,
"feats": "Number=Sing",
"head": 10,
"id": 12,
"lemma": "man",
"start_char": 151,
"text": "man",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 157,
"feats": null,
"head": 14,
"id": 13,
"lemma": "to",
"start_char": 155,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "acl",
"end_char": 162,
"feats": "VerbForm=Inf",
"head": 12,
"id": 14,
"lemma": "work",
"start_char": 158,
"text": "work",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 167,
"feats": null,
"head": 16,
"id": 15,
"lemma": "with",
"start_char": 163,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 171,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 16,
"lemma": "he",
"start_char": 168,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cc",
"end_char": 175,
"feats": null,
"head": 18,
"id": 17,
"lemma": "and",
"start_char": 172,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 179,
"feats": "VerbForm=Inf",
"head": 14,
"id": 18,
"lemma": "get",
"start_char": 176,
"text": "get",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 184,
"feats": null,
"head": 21,
"id": 19,
"lemma": "into",
"start_char": 180,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 188,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 21,
"id": 20,
"lemma": "his",
"start_char": 185,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 193,
"feats": "Number=Plur",
"head": 18,
"id": 21,
"lemma": "way",
"start_char": 189,
"text": "ways",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 194,
"feats": null,
"head": 26,
"id": 22,
"lemma": ",",
"start_char": 193,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 198,
"feats": "PronType=Rel",
"head": 26,
"id": 23,
"lemma": "who",
"start_char": 195,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "aux",
"end_char": 204,
"feats": "VerbForm=Fin",
"head": 26,
"id": 24,
"lemma": "would",
"start_char": 199,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "cop",
"end_char": 207,
"feats": "VerbForm=Inf",
"head": 26,
"id": 25,
"lemma": "be",
"start_char": 205,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "acl:relcl",
"end_char": 212,
"feats": "Degree=Pos",
"head": 21,
"id": 26,
"lemma": "able",
"start_char": 208,
"text": "able",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 213,
"feats": null,
"head": 26,
"id": 27,
"lemma": ",",
"start_char": 212,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 218,
"feats": "PronType=Int",
"head": 33,
"id": 28,
"lemma": "when",
"start_char": 214,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "det",
"end_char": 222,
"feats": "Definite=Def|PronType=Art",
"head": 31,
"id": 29,
"lemma": "the",
"start_char": 219,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 226,
"feats": "Degree=Pos",
"head": 31,
"id": 30,
"lemma": "old",
"start_char": 223,
"text": "old",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj:pass",
"end_char": 230,
"feats": "Number=Sing",
"head": 33,
"id": 31,
"lemma": "man",
"start_char": 227,
"text": "man",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux:pass",
"end_char": 234,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 33,
"id": 32,
"lemma": "be",
"start_char": 231,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 244,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 26,
"id": 33,
"lemma": "pension",
"start_char": 235,
"text": "pensioned",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "compound:prt",
"end_char": 248,
"feats": null,
"head": 33,
"id": 34,
"lemma": "off",
"start_char": 245,
"text": "off",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 249,
"feats": null,
"head": 37,
"id": 35,
"lemma": ",",
"start_char": 248,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 252,
"feats": null,
"head": 37,
"id": 36,
"lemma": "to",
"start_char": 250,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 257,
"feats": "VerbForm=Inf",
"head": 33,
"id": 37,
"lemma": "step",
"start_char": 253,
"text": "step",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 262,
"feats": null,
"head": 40,
"id": 38,
"lemma": "into",
"start_char": 258,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 266,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 40,
"id": 39,
"lemma": "his",
"start_char": 263,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 272,
"feats": "Number=Sing",
"head": 37,
"id": 40,
"lemma": "place",
"start_char": 267,
"text": "place",
"upos": "NOUN",
"xpos": "NN"
}
]
}
] | [
[
[
0,
8,
9
]
],
[
[
1,
38,
38
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Since it was raining, I carried the newspaper over my backpack to keep it dry. | 25 | [
{
"end_char": 78,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Since it was raining, I carried the newspaper over my backpack to keep it dry.",
"tokens": [
{
"deprel": "mark",
"end_char": 5,
"feats": null,
"head": 4,
"id": 1,
"lemma": "since",
"start_char": 0,
"text": "Since",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 8,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 4,
"id": 2,
"lemma": "it",
"start_char": 6,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 12,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 3,
"lemma": "be",
"start_char": 9,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 20,
"feats": "Tense=Pres|VerbForm=Part",
"head": 7,
"id": 4,
"lemma": "rain",
"start_char": 13,
"text": "raining",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "punct",
"end_char": 21,
"feats": null,
"head": 7,
"id": 5,
"lemma": ",",
"start_char": 20,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 23,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 7,
"id": 6,
"lemma": "I",
"start_char": 22,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 31,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 7,
"lemma": "carry",
"start_char": 24,
"text": "carried",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 35,
"feats": "Definite=Def|PronType=Art",
"head": 9,
"id": 8,
"lemma": "the",
"start_char": 32,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 45,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "newspaper",
"start_char": 36,
"text": "newspaper",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 50,
"feats": null,
"head": 12,
"id": 10,
"lemma": "over",
"start_char": 46,
"text": "over",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 53,
"feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
"head": 12,
"id": 11,
"lemma": "my",
"start_char": 51,
"text": "my",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 62,
"feats": "Number=Sing",
"head": 7,
"id": 12,
"lemma": "backpack",
"start_char": 54,
"text": "backpack",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 65,
"feats": null,
"head": 14,
"id": 13,
"lemma": "to",
"start_char": 63,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 70,
"feats": "VerbForm=Inf",
"head": 7,
"id": 14,
"lemma": "keep",
"start_char": 66,
"text": "keep",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 73,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 15,
"lemma": "it",
"start_char": 71,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "xcomp",
"end_char": 77,
"feats": "Degree=Pos",
"head": 14,
"id": 16,
"lemma": "dry",
"start_char": 74,
"text": "dry",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 78,
"feats": null,
"head": 7,
"id": 17,
"lemma": ".",
"start_char": 77,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
7,
8
]
],
[
[
0,
14,
14
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
If the con artist has succeeded in fooling Sam , he would have gotten a lot of money. | 26 | [
{
"end_char": 85,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "If the con artist has succeeded in fooling Sam , he would have gotten a lot of money.",
"tokens": [
{
"deprel": "mark",
"end_char": 2,
"feats": null,
"head": 6,
"id": 1,
"lemma": "if",
"start_char": 0,
"text": "If",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 6,
"feats": "Definite=Def|PronType=Art",
"head": 4,
"id": 2,
"lemma": "the",
"start_char": 3,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 10,
"feats": "Number=Sing",
"head": 4,
"id": 3,
"lemma": "con",
"start_char": 7,
"text": "con",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 17,
"feats": "Number=Sing",
"head": 6,
"id": 4,
"lemma": "artist",
"start_char": 11,
"text": "artist",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 21,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 6,
"id": 5,
"lemma": "have",
"start_char": 18,
"text": "has",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advcl",
"end_char": 31,
"feats": "Tense=Past|VerbForm=Part",
"head": 14,
"id": 6,
"lemma": "succeed",
"start_char": 22,
"text": "succeeded",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "mark",
"end_char": 34,
"feats": null,
"head": 8,
"id": 7,
"lemma": "in",
"start_char": 32,
"text": "in",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "advcl",
"end_char": 42,
"feats": "VerbForm=Ger",
"head": 6,
"id": 8,
"lemma": "fool",
"start_char": 35,
"text": "fooling",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 46,
"feats": "Number=Sing",
"head": 8,
"id": 9,
"lemma": "Sam",
"start_char": 43,
"text": "Sam",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 48,
"feats": null,
"head": 14,
"id": 10,
"lemma": ",",
"start_char": 47,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 51,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 11,
"lemma": "he",
"start_char": 49,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 57,
"feats": "VerbForm=Fin",
"head": 14,
"id": 12,
"lemma": "would",
"start_char": 52,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "aux",
"end_char": 62,
"feats": "VerbForm=Inf",
"head": 14,
"id": 13,
"lemma": "have",
"start_char": 58,
"text": "have",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "root",
"end_char": 69,
"feats": "Tense=Past|VerbForm=Part",
"head": 0,
"id": 14,
"lemma": "get",
"start_char": 63,
"text": "gotten",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "det",
"end_char": 71,
"feats": "Definite=Ind|PronType=Art",
"head": 16,
"id": 15,
"lemma": "a",
"start_char": 70,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 75,
"feats": "Number=Sing",
"head": 14,
"id": 16,
"lemma": "lot",
"start_char": 72,
"text": "lot",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 78,
"feats": null,
"head": 18,
"id": 17,
"lemma": "of",
"start_char": 76,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 84,
"feats": "Number=Sing",
"head": 16,
"id": 18,
"lemma": "money",
"start_char": 79,
"text": "money",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 85,
"feats": null,
"head": 14,
"id": 19,
"lemma": ".",
"start_char": 84,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
3
],
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The boy continued to whip the pony , and eventually the pony threw him over. John laughed out quite loud. "Served him right," he said. | 27 | [
{
"end_char": 76,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The boy continued to whip the pony , and eventually the pony threw him over.",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 2,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "boy",
"start_char": 4,
"text": "boy",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 17,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "continue",
"start_char": 8,
"text": "continued",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 20,
"feats": null,
"head": 5,
"id": 4,
"lemma": "to",
"start_char": 18,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 25,
"feats": "VerbForm=Inf",
"head": 3,
"id": 5,
"lemma": "whip",
"start_char": 21,
"text": "whip",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 29,
"feats": "Definite=Def|PronType=Art",
"head": 7,
"id": 6,
"lemma": "the",
"start_char": 26,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 34,
"feats": "Number=Sing",
"head": 5,
"id": 7,
"lemma": "pony",
"start_char": 30,
"text": "pony",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 36,
"feats": null,
"head": 13,
"id": 8,
"lemma": ",",
"start_char": 35,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 40,
"feats": null,
"head": 13,
"id": 9,
"lemma": "and",
"start_char": 37,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "advmod",
"end_char": 51,
"feats": null,
"head": 13,
"id": 10,
"lemma": "eventually",
"start_char": 41,
"text": "eventually",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "det",
"end_char": 55,
"feats": "Definite=Def|PronType=Art",
"head": 12,
"id": 11,
"lemma": "the",
"start_char": 52,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 60,
"feats": "Number=Sing",
"head": 13,
"id": 12,
"lemma": "pony",
"start_char": 56,
"text": "pony",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "conj",
"end_char": 66,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 13,
"lemma": "throw",
"start_char": 61,
"text": "threw",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 70,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 14,
"lemma": "he",
"start_char": 67,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "compound:prt",
"end_char": 75,
"feats": null,
"head": 13,
"id": 15,
"lemma": "over",
"start_char": 71,
"text": "over",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 76,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"start_char": 75,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 105,
"id": 2,
"speaker": null,
"start_char": 77,
"text": "John laughed out quite loud.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 81,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "John",
"start_char": 77,
"text": "John",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 89,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "laugh",
"start_char": 82,
"text": "laughed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "compound:prt",
"end_char": 93,
"feats": null,
"head": 2,
"id": 3,
"lemma": "out",
"start_char": 90,
"text": "out",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "advmod",
"end_char": 99,
"feats": null,
"head": 5,
"id": 4,
"lemma": "quite",
"start_char": 94,
"text": "quite",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 104,
"feats": "Degree=Pos",
"head": 2,
"id": 5,
"lemma": "loud",
"start_char": 100,
"text": "loud",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 105,
"feats": null,
"head": 2,
"id": 6,
"lemma": ".",
"start_char": 104,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 134,
"id": 3,
"speaker": null,
"start_char": 106,
"text": "\"Served him right,\" he said.",
"tokens": [
{
"deprel": "punct",
"end_char": 107,
"feats": null,
"head": 8,
"id": 1,
"lemma": "\"",
"start_char": 106,
"text": "\"",
"upos": "PUNCT",
"xpos": "``"
},
{
"deprel": "ccomp",
"end_char": 113,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 8,
"id": 2,
"lemma": "serve",
"start_char": 107,
"text": "Served",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 117,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 2,
"id": 3,
"lemma": "he",
"start_char": 114,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 123,
"feats": null,
"head": 2,
"id": 4,
"lemma": "right",
"start_char": 118,
"text": "right",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 124,
"feats": null,
"head": 8,
"id": 5,
"lemma": ",",
"start_char": 123,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "punct",
"end_char": 125,
"feats": null,
"head": 8,
"id": 6,
"lemma": "\"",
"start_char": 124,
"text": "\"",
"upos": "PUNCT",
"xpos": "''"
},
{
"deprel": "nsubj",
"end_char": 128,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 8,
"id": 7,
"lemma": "he",
"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": 8,
"lemma": "say",
"start_char": 129,
"text": "said",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 134,
"feats": null,
"head": 8,
"id": 9,
"lemma": ".",
"start_char": 133,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
6,
6
]
],
[
[
2,
2,
2
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
I put the cake away in the refrigerator . It has a lot of leftovers in it. | 28 | [
{
"end_char": 41,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "I put the cake away in the refrigerator .",
"tokens": [
{
"deprel": "nsubj",
"end_char": 1,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 2,
"id": 1,
"lemma": "I",
"start_char": 0,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 5,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "put",
"start_char": 2,
"text": "put",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 9,
"feats": "Definite=Def|PronType=Art",
"head": 4,
"id": 3,
"lemma": "the",
"start_char": 6,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 14,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "cake",
"start_char": 10,
"text": "cake",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 19,
"feats": null,
"head": 2,
"id": 5,
"lemma": "away",
"start_char": 15,
"text": "away",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 22,
"feats": null,
"head": 8,
"id": 6,
"lemma": "in",
"start_char": 20,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 26,
"feats": "Definite=Def|PronType=Art",
"head": 8,
"id": 7,
"lemma": "the",
"start_char": 23,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 39,
"feats": "Number=Sing",
"head": 2,
"id": 8,
"lemma": "refrigerator",
"start_char": 27,
"text": "refrigerator",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 41,
"feats": null,
"head": 2,
"id": 9,
"lemma": ".",
"start_char": 40,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 74,
"id": 2,
"speaker": null,
"start_char": 42,
"text": "It has a lot of leftovers in it.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 44,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 2,
"id": 1,
"lemma": "it",
"start_char": 42,
"text": "It",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 48,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "have",
"start_char": 45,
"text": "has",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "det",
"end_char": 50,
"feats": "Definite=Ind|PronType=Art",
"head": 4,
"id": 3,
"lemma": "a",
"start_char": 49,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 54,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "lot",
"start_char": 51,
"text": "lot",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 57,
"feats": null,
"head": 6,
"id": 5,
"lemma": "of",
"start_char": 55,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 67,
"feats": "Number=Plur",
"head": 4,
"id": 6,
"lemma": "leftover",
"start_char": 58,
"text": "leftovers",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 70,
"feats": null,
"head": 8,
"id": 7,
"lemma": "in",
"start_char": 68,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 73,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 2,
"id": 8,
"lemma": "it",
"start_char": 71,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 74,
"feats": null,
"head": 2,
"id": 9,
"lemma": ".",
"start_char": 73,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
3
]
],
[
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The fish ate the worm . It was tasty. | 29 | [
{
"end_char": 23,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The fish ate the worm .",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 2,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 8,
"feats": "Number=Plur",
"head": 3,
"id": 2,
"lemma": "fish",
"start_char": 4,
"text": "fish",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "root",
"end_char": 12,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "eat",
"start_char": 9,
"text": "ate",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 16,
"feats": "Definite=Def|PronType=Art",
"head": 5,
"id": 4,
"lemma": "the",
"start_char": 13,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 21,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "worm",
"start_char": 17,
"text": "worm",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 23,
"feats": null,
"head": 3,
"id": 6,
"lemma": ".",
"start_char": 22,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 37,
"id": 2,
"speaker": null,
"start_char": 24,
"text": "It was tasty.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 26,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "it",
"start_char": 24,
"text": "It",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 30,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"start_char": 27,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 36,
"feats": "Degree=Pos",
"head": 0,
"id": 3,
"lemma": "tasty",
"start_char": 31,
"text": "tasty",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 37,
"feats": null,
"head": 3,
"id": 4,
"lemma": ".",
"start_char": 36,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
3,
4
],
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Babar wonders how he can get new clothing. Luckily, a very rich old man who has always been fond of little elephants understands right away that he is longing for a fine suit. As he likes to make people happy, he gives him his wallet. | 30 | [
{
"end_char": 42,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Babar wonders how he can get new clothing.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Babar",
"start_char": 0,
"text": "Babar",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 13,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "wonder",
"start_char": 6,
"text": "wonders",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 17,
"feats": "PronType=Int",
"head": 6,
"id": 3,
"lemma": "how",
"start_char": 14,
"text": "how",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 20,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 6,
"id": 4,
"lemma": "he",
"start_char": 18,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 24,
"feats": "VerbForm=Fin",
"head": 6,
"id": 5,
"lemma": "can",
"start_char": 21,
"text": "can",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "ccomp",
"end_char": 28,
"feats": "VerbForm=Inf",
"head": 2,
"id": 6,
"lemma": "get",
"start_char": 25,
"text": "get",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "amod",
"end_char": 32,
"feats": "Degree=Pos",
"head": 8,
"id": 7,
"lemma": "new",
"start_char": 29,
"text": "new",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 41,
"feats": "Number=Sing",
"head": 6,
"id": 8,
"lemma": "clothing",
"start_char": 33,
"text": "clothing",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 42,
"feats": null,
"head": 2,
"id": 9,
"lemma": ".",
"start_char": 41,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 175,
"id": 2,
"speaker": null,
"start_char": 43,
"text": "Luckily, a very rich old man who has always been fond of little elephants understands right away that he is longing for a fine suit.",
"tokens": [
{
"deprel": "advmod",
"end_char": 50,
"feats": null,
"head": 16,
"id": 1,
"lemma": "luckily",
"start_char": 43,
"text": "Luckily",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 51,
"feats": null,
"head": 1,
"id": 2,
"lemma": ",",
"start_char": 50,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "det",
"end_char": 53,
"feats": "Definite=Ind|PronType=Art",
"head": 7,
"id": 3,
"lemma": "a",
"start_char": 52,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "advmod",
"end_char": 58,
"feats": null,
"head": 5,
"id": 4,
"lemma": "very",
"start_char": 54,
"text": "very",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "amod",
"end_char": 63,
"feats": "Degree=Pos",
"head": 7,
"id": 5,
"lemma": "rich",
"start_char": 59,
"text": "rich",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "amod",
"end_char": 67,
"feats": "Degree=Pos",
"head": 7,
"id": 6,
"lemma": "old",
"start_char": 64,
"text": "old",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 71,
"feats": "Number=Sing",
"head": 16,
"id": 7,
"lemma": "man",
"start_char": 68,
"text": "man",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 75,
"feats": "PronType=Rel",
"head": 12,
"id": 8,
"lemma": "who",
"start_char": 72,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "aux",
"end_char": 79,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 12,
"id": 9,
"lemma": "have",
"start_char": 76,
"text": "has",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 86,
"feats": null,
"head": 12,
"id": 10,
"lemma": "always",
"start_char": 80,
"text": "always",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "cop",
"end_char": 91,
"feats": "Tense=Past|VerbForm=Part",
"head": 12,
"id": 11,
"lemma": "be",
"start_char": 87,
"text": "been",
"upos": "AUX",
"xpos": "VBN"
},
{
"deprel": "acl:relcl",
"end_char": 96,
"feats": "Degree=Pos",
"head": 7,
"id": 12,
"lemma": "fond",
"start_char": 92,
"text": "fond",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "case",
"end_char": 99,
"feats": null,
"head": 15,
"id": 13,
"lemma": "of",
"start_char": 97,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "amod",
"end_char": 106,
"feats": "Degree=Pos",
"head": 15,
"id": 14,
"lemma": "little",
"start_char": 100,
"text": "little",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 116,
"feats": "Number=Plur",
"head": 12,
"id": 15,
"lemma": "elephant",
"start_char": 107,
"text": "elephants",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "root",
"end_char": 128,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 16,
"lemma": "understand",
"start_char": 117,
"text": "understands",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 134,
"feats": null,
"head": 18,
"id": 17,
"lemma": "right",
"start_char": 129,
"text": "right",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 139,
"feats": null,
"head": 16,
"id": 18,
"lemma": "away",
"start_char": 135,
"text": "away",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 144,
"feats": null,
"head": 22,
"id": 19,
"lemma": "that",
"start_char": 140,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 147,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 22,
"id": 20,
"lemma": "he",
"start_char": 145,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 150,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 22,
"id": 21,
"lemma": "be",
"start_char": 148,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "ccomp",
"end_char": 158,
"feats": "Tense=Pres|VerbForm=Part",
"head": 16,
"id": 22,
"lemma": "long",
"start_char": 151,
"text": "longing",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 162,
"feats": null,
"head": 26,
"id": 23,
"lemma": "for",
"start_char": 159,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 164,
"feats": "Definite=Ind|PronType=Art",
"head": 26,
"id": 24,
"lemma": "a",
"start_char": 163,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 169,
"feats": "Degree=Pos",
"head": 26,
"id": 25,
"lemma": "fine",
"start_char": 165,
"text": "fine",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 174,
"feats": "Number=Sing",
"head": 22,
"id": 26,
"lemma": "suit",
"start_char": 170,
"text": "suit",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 175,
"feats": null,
"head": 16,
"id": 27,
"lemma": ".",
"start_char": 174,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 234,
"id": 3,
"speaker": null,
"start_char": 176,
"text": "As he likes to make people happy, he gives him his wallet.",
"tokens": [
{
"deprel": "mark",
"end_char": 178,
"feats": null,
"head": 3,
"id": 1,
"lemma": "as",
"start_char": 176,
"text": "As",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 181,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 3,
"id": 2,
"lemma": "he",
"start_char": 179,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 187,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 10,
"id": 3,
"lemma": "like",
"start_char": 182,
"text": "likes",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "mark",
"end_char": 190,
"feats": null,
"head": 5,
"id": 4,
"lemma": "to",
"start_char": 188,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 195,
"feats": "VerbForm=Inf",
"head": 3,
"id": 5,
"lemma": "make",
"start_char": 191,
"text": "make",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 202,
"feats": "Number=Plur",
"head": 5,
"id": 6,
"lemma": "person",
"start_char": 196,
"text": "people",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "xcomp",
"end_char": 208,
"feats": "Degree=Pos",
"head": 5,
"id": 7,
"lemma": "happy",
"start_char": 203,
"text": "happy",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 209,
"feats": null,
"head": 10,
"id": 8,
"lemma": ",",
"start_char": 208,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 212,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 9,
"lemma": "he",
"start_char": 210,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 218,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 10,
"lemma": "give",
"start_char": 213,
"text": "gives",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "iobj",
"end_char": 222,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 11,
"lemma": "he",
"start_char": 219,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "nmod:poss",
"end_char": 226,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 13,
"id": 12,
"lemma": "his",
"start_char": 223,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 233,
"feats": "Number=Sing",
"head": 10,
"id": 13,
"lemma": "wallet",
"start_char": 227,
"text": "wallet",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 234,
"feats": null,
"head": 10,
"id": 14,
"lemma": ".",
"start_char": 233,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
2,
1,
1
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The actress used to be named Terpsichore , but she changed it to Tina a few years ago, because she figured it was easier to pronounce. | 31 | [
{
"end_char": 134,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The actress used to be named Terpsichore , but she changed it to Tina a few years ago, because she figured it was easier to pronounce.",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 2,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 11,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "actress",
"start_char": 4,
"text": "actress",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 16,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "use",
"start_char": 12,
"text": "used",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 19,
"feats": null,
"head": 6,
"id": 4,
"lemma": "to",
"start_char": 17,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "aux:pass",
"end_char": 22,
"feats": "VerbForm=Inf",
"head": 6,
"id": 5,
"lemma": "be",
"start_char": 20,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "xcomp",
"end_char": 28,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 3,
"id": 6,
"lemma": "name",
"start_char": 23,
"text": "named",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "xcomp",
"end_char": 40,
"feats": "Number=Sing",
"head": 6,
"id": 7,
"lemma": "Terpsichore",
"start_char": 29,
"text": "Terpsichore",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 42,
"feats": null,
"head": 11,
"id": 8,
"lemma": ",",
"start_char": 41,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 46,
"feats": null,
"head": 11,
"id": 9,
"lemma": "but",
"start_char": 43,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 50,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "she",
"start_char": 47,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 58,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 11,
"lemma": "change",
"start_char": 51,
"text": "changed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 61,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 12,
"lemma": "it",
"start_char": 59,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 64,
"feats": null,
"head": 14,
"id": 13,
"lemma": "to",
"start_char": 62,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 69,
"feats": "Number=Sing",
"head": 11,
"id": 14,
"lemma": "Tina",
"start_char": 65,
"text": "Tina",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "det",
"end_char": 71,
"feats": "Definite=Ind|PronType=Art",
"head": 17,
"id": 15,
"lemma": "a",
"start_char": 70,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 75,
"feats": "Degree=Pos",
"head": 17,
"id": 16,
"lemma": "few",
"start_char": 72,
"text": "few",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl:npmod",
"end_char": 81,
"feats": "Number=Plur",
"head": 18,
"id": 17,
"lemma": "year",
"start_char": 76,
"text": "years",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "advmod",
"end_char": 85,
"feats": null,
"head": 11,
"id": 18,
"lemma": "ago",
"start_char": 82,
"text": "ago",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 86,
"feats": null,
"head": 22,
"id": 19,
"lemma": ",",
"start_char": 85,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 94,
"feats": null,
"head": 22,
"id": 20,
"lemma": "because",
"start_char": 87,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 98,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 22,
"id": 21,
"lemma": "she",
"start_char": 95,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 106,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 22,
"lemma": "figure",
"start_char": 99,
"text": "figured",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nsubj",
"end_char": 109,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 25,
"id": 23,
"lemma": "it",
"start_char": 107,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 113,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 25,
"id": 24,
"lemma": "be",
"start_char": 110,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "ccomp",
"end_char": 120,
"feats": "Degree=Cmp",
"head": 22,
"id": 25,
"lemma": "easy",
"start_char": 114,
"text": "easier",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "mark",
"end_char": 123,
"feats": null,
"head": 27,
"id": 26,
"lemma": "to",
"start_char": 121,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 133,
"feats": "VerbForm=Inf",
"head": 25,
"id": 27,
"lemma": "pronounce",
"start_char": 124,
"text": "pronounce",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 134,
"feats": null,
"head": 3,
"id": 28,
"lemma": ".",
"start_char": 133,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
6,
6
]
],
[
[
0,
22,
22
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
So Mark slept. It was daylight when he woke with Warren 's hand upon his shoulder. | 32 | [
{
"end_char": 14,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "So Mark slept.",
"tokens": [
{
"deprel": "advmod",
"end_char": 2,
"feats": null,
"head": 3,
"id": 1,
"lemma": "so",
"start_char": 0,
"text": "So",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "Mark",
"start_char": 3,
"text": "Mark",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 13,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "sleep",
"start_char": 8,
"text": "slept",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 14,
"feats": null,
"head": 3,
"id": 4,
"lemma": ".",
"start_char": 13,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 82,
"id": 2,
"speaker": null,
"start_char": 15,
"text": "It was daylight when he woke with Warren 's hand upon his shoulder.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 17,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "it",
"start_char": 15,
"text": "It",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 21,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"start_char": 18,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 30,
"feats": "Number=Sing",
"head": 0,
"id": 3,
"lemma": "daylight",
"start_char": 22,
"text": "daylight",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 35,
"feats": "PronType=Int",
"head": 6,
"id": 4,
"lemma": "when",
"start_char": 31,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 38,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 6,
"id": 5,
"lemma": "he",
"start_char": 36,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 43,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 6,
"lemma": "wake",
"start_char": 39,
"text": "woke",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 48,
"feats": null,
"head": 10,
"id": 7,
"lemma": "with",
"start_char": 44,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 55,
"feats": "Number=Sing",
"head": 10,
"id": 8,
"lemma": "Warren",
"start_char": 49,
"text": "Warren",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 58,
"feats": null,
"head": 8,
"id": 9,
"lemma": "'s",
"start_char": 56,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "obl",
"end_char": 63,
"feats": "Number=Sing",
"head": 6,
"id": 10,
"lemma": "hand",
"start_char": 59,
"text": "hand",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 68,
"feats": null,
"head": 13,
"id": 11,
"lemma": "upon",
"start_char": 64,
"text": "upon",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 72,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 13,
"id": 12,
"lemma": "his",
"start_char": 69,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 81,
"feats": "Number=Sing",
"head": 6,
"id": 13,
"lemma": "shoulder",
"start_char": 73,
"text": "shoulder",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 82,
"feats": null,
"head": 3,
"id": 14,
"lemma": ".",
"start_char": 81,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
1,
7,
7
]
],
[
[
1,
11,
11
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Fred covered his eyes with his hands , because the wind was blowing sand around. He lowered them when the wind stopped. | 33 | [
{
"end_char": 80,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Fred covered his eyes with his hands , because the wind was blowing sand around.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Fred",
"start_char": 0,
"text": "Fred",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 12,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "cover",
"start_char": 5,
"text": "covered",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 16,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 4,
"id": 3,
"lemma": "his",
"start_char": 13,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 21,
"feats": "Number=Plur",
"head": 2,
"id": 4,
"lemma": "eye",
"start_char": 17,
"text": "eyes",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 26,
"feats": null,
"head": 7,
"id": 5,
"lemma": "with",
"start_char": 22,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 30,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 7,
"id": 6,
"lemma": "his",
"start_char": 27,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 36,
"feats": "Number=Plur",
"head": 2,
"id": 7,
"lemma": "hand",
"start_char": 31,
"text": "hands",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 38,
"feats": null,
"head": 13,
"id": 8,
"lemma": ",",
"start_char": 37,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 46,
"feats": null,
"head": 13,
"id": 9,
"lemma": "because",
"start_char": 39,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 50,
"feats": "Definite=Def|PronType=Art",
"head": 11,
"id": 10,
"lemma": "the",
"start_char": 47,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 55,
"feats": "Number=Sing",
"head": 13,
"id": 11,
"lemma": "wind",
"start_char": 51,
"text": "wind",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 59,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 13,
"id": 12,
"lemma": "be",
"start_char": 56,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 67,
"feats": "Tense=Pres|VerbForm=Part",
"head": 2,
"id": 13,
"lemma": "blow",
"start_char": 60,
"text": "blowing",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 72,
"feats": "Number=Sing",
"head": 13,
"id": 14,
"lemma": "sand",
"start_char": 68,
"text": "sand",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 79,
"feats": null,
"head": 13,
"id": 15,
"lemma": "around",
"start_char": 73,
"text": "around",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 80,
"feats": null,
"head": 2,
"id": 16,
"lemma": ".",
"start_char": 79,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 119,
"id": 2,
"speaker": null,
"start_char": 81,
"text": "He lowered them when the wind stopped.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 83,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 2,
"id": 1,
"lemma": "he",
"start_char": 81,
"text": "He",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 91,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "lower",
"start_char": 84,
"text": "lowered",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 96,
"feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs",
"head": 2,
"id": 3,
"lemma": "they",
"start_char": 92,
"text": "them",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 101,
"feats": "PronType=Int",
"head": 7,
"id": 4,
"lemma": "when",
"start_char": 97,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "det",
"end_char": 105,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 102,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 110,
"feats": "Number=Sing",
"head": 7,
"id": 6,
"lemma": "wind",
"start_char": 106,
"text": "wind",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advcl",
"end_char": 118,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 7,
"lemma": "stop",
"start_char": 111,
"text": "stopped",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 119,
"feats": null,
"head": 2,
"id": 8,
"lemma": ".",
"start_char": 118,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
5,
6
],
[
1,
2,
2
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Sir Clifford wants me to find him a new groom , about twenty or twenty-one, who knows his business. His old coachman is getting feeble, and he wants a man to work with him and get into his ways, who would be able, when the old man was pensioned off, to step into his place | 34 | [
{
"end_char": 99,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Sir Clifford wants me to find him a new groom , about twenty or twenty-one, who knows his business.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Sir",
"start_char": 0,
"text": "Sir",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "flat",
"end_char": 12,
"feats": "Number=Sing",
"head": 1,
"id": 2,
"lemma": "Clifford",
"start_char": 4,
"text": "Clifford",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 18,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "want",
"start_char": 13,
"text": "wants",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "obj",
"end_char": 21,
"feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs",
"head": 3,
"id": 4,
"lemma": "I",
"start_char": 19,
"text": "me",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "mark",
"end_char": 24,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"start_char": 22,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 29,
"feats": "VerbForm=Inf",
"head": 3,
"id": 6,
"lemma": "find",
"start_char": 25,
"text": "find",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "iobj",
"end_char": 33,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 6,
"id": 7,
"lemma": "he",
"start_char": 30,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "det",
"end_char": 35,
"feats": "Definite=Ind|PronType=Art",
"head": 10,
"id": 8,
"lemma": "a",
"start_char": 34,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 39,
"feats": "Degree=Pos",
"head": 10,
"id": 9,
"lemma": "new",
"start_char": 36,
"text": "new",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 45,
"feats": "Number=Sing",
"head": 6,
"id": 10,
"lemma": "groom",
"start_char": 40,
"text": "groom",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 47,
"feats": null,
"head": 10,
"id": 11,
"lemma": ",",
"start_char": 46,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 53,
"feats": null,
"head": 13,
"id": 12,
"lemma": "about",
"start_char": 48,
"text": "about",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "appos",
"end_char": 60,
"feats": "NumForm=Word|NumType=Card",
"head": 10,
"id": 13,
"lemma": "twenty",
"start_char": 54,
"text": "twenty",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "cc",
"end_char": 63,
"feats": null,
"head": 15,
"id": 14,
"lemma": "or",
"start_char": 61,
"text": "or",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 70,
"feats": "NumForm=Word|NumType=Card",
"head": 13,
"id": 15,
"lemma": "twenty",
"start_char": 64,
"text": "twenty",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "punct",
"end_char": 71,
"feats": null,
"head": 15,
"id": 16,
"lemma": "-",
"start_char": 70,
"text": "-",
"upos": "PUNCT",
"xpos": "HYPH"
},
{
"deprel": "conj",
"end_char": 74,
"feats": "NumForm=Word|NumType=Card",
"head": 13,
"id": 17,
"lemma": "one",
"start_char": 71,
"text": "one",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "punct",
"end_char": 75,
"feats": null,
"head": 20,
"id": 18,
"lemma": ",",
"start_char": 74,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 79,
"feats": "PronType=Rel",
"head": 20,
"id": 19,
"lemma": "who",
"start_char": 76,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "acl:relcl",
"end_char": 85,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 10,
"id": 20,
"lemma": "know",
"start_char": 80,
"text": "knows",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "nmod:poss",
"end_char": 89,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 22,
"id": 21,
"lemma": "his",
"start_char": 86,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 98,
"feats": "Number=Sing",
"head": 20,
"id": 22,
"lemma": "business",
"start_char": 90,
"text": "business",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 99,
"feats": null,
"head": 3,
"id": 23,
"lemma": ".",
"start_char": 98,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 272,
"id": 2,
"speaker": null,
"start_char": 100,
"text": "His old coachman is getting feeble, and he wants a man to work with him and get into his ways, who would be able, when the old man was pensioned off, to step into his place",
"tokens": [
{
"deprel": "nmod:poss",
"end_char": 103,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "his",
"start_char": 100,
"text": "His",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "amod",
"end_char": 107,
"feats": "Degree=Pos",
"head": 3,
"id": 2,
"lemma": "old",
"start_char": 104,
"text": "old",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 116,
"feats": "Number=Sing",
"head": 5,
"id": 3,
"lemma": "coachman",
"start_char": 108,
"text": "coachman",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 119,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 5,
"id": 4,
"lemma": "be",
"start_char": 117,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "root",
"end_char": 127,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 5,
"lemma": "get",
"start_char": 120,
"text": "getting",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "xcomp",
"end_char": 134,
"feats": "Degree=Pos",
"head": 5,
"id": 6,
"lemma": "feeble",
"start_char": 128,
"text": "feeble",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 135,
"feats": null,
"head": 10,
"id": 7,
"lemma": ",",
"start_char": 134,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 139,
"feats": null,
"head": 10,
"id": 8,
"lemma": "and",
"start_char": 136,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 142,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 9,
"lemma": "he",
"start_char": 140,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 148,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 5,
"id": 10,
"lemma": "want",
"start_char": 143,
"text": "wants",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "det",
"end_char": 150,
"feats": "Definite=Ind|PronType=Art",
"head": 12,
"id": 11,
"lemma": "a",
"start_char": 149,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 154,
"feats": "Number=Sing",
"head": 10,
"id": 12,
"lemma": "man",
"start_char": 151,
"text": "man",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 157,
"feats": null,
"head": 14,
"id": 13,
"lemma": "to",
"start_char": 155,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "acl",
"end_char": 162,
"feats": "VerbForm=Inf",
"head": 12,
"id": 14,
"lemma": "work",
"start_char": 158,
"text": "work",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 167,
"feats": null,
"head": 16,
"id": 15,
"lemma": "with",
"start_char": 163,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 171,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 16,
"lemma": "he",
"start_char": 168,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cc",
"end_char": 175,
"feats": null,
"head": 18,
"id": 17,
"lemma": "and",
"start_char": 172,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 179,
"feats": "VerbForm=Inf",
"head": 14,
"id": 18,
"lemma": "get",
"start_char": 176,
"text": "get",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 184,
"feats": null,
"head": 21,
"id": 19,
"lemma": "into",
"start_char": 180,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 188,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 21,
"id": 20,
"lemma": "his",
"start_char": 185,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 193,
"feats": "Number=Plur",
"head": 18,
"id": 21,
"lemma": "way",
"start_char": 189,
"text": "ways",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 194,
"feats": null,
"head": 26,
"id": 22,
"lemma": ",",
"start_char": 193,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 198,
"feats": "PronType=Rel",
"head": 26,
"id": 23,
"lemma": "who",
"start_char": 195,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "aux",
"end_char": 204,
"feats": "VerbForm=Fin",
"head": 26,
"id": 24,
"lemma": "would",
"start_char": 199,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "cop",
"end_char": 207,
"feats": "VerbForm=Inf",
"head": 26,
"id": 25,
"lemma": "be",
"start_char": 205,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "acl:relcl",
"end_char": 212,
"feats": "Degree=Pos",
"head": 21,
"id": 26,
"lemma": "able",
"start_char": 208,
"text": "able",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 213,
"feats": null,
"head": 26,
"id": 27,
"lemma": ",",
"start_char": 212,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 218,
"feats": "PronType=Int",
"head": 33,
"id": 28,
"lemma": "when",
"start_char": 214,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "det",
"end_char": 222,
"feats": "Definite=Def|PronType=Art",
"head": 31,
"id": 29,
"lemma": "the",
"start_char": 219,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 226,
"feats": "Degree=Pos",
"head": 31,
"id": 30,
"lemma": "old",
"start_char": 223,
"text": "old",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj:pass",
"end_char": 230,
"feats": "Number=Sing",
"head": 33,
"id": 31,
"lemma": "man",
"start_char": 227,
"text": "man",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux:pass",
"end_char": 234,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 33,
"id": 32,
"lemma": "be",
"start_char": 231,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 244,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 26,
"id": 33,
"lemma": "pension",
"start_char": 235,
"text": "pensioned",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "compound:prt",
"end_char": 248,
"feats": null,
"head": 33,
"id": 34,
"lemma": "off",
"start_char": 245,
"text": "off",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 249,
"feats": null,
"head": 37,
"id": 35,
"lemma": ",",
"start_char": 248,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 252,
"feats": null,
"head": 37,
"id": 36,
"lemma": "to",
"start_char": 250,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 257,
"feats": "VerbForm=Inf",
"head": 33,
"id": 37,
"lemma": "step",
"start_char": 253,
"text": "step",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 262,
"feats": null,
"head": 40,
"id": 38,
"lemma": "into",
"start_char": 258,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 266,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 40,
"id": 39,
"lemma": "his",
"start_char": 263,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 272,
"feats": "Number=Sing",
"head": 37,
"id": 40,
"lemma": "place",
"start_char": 267,
"text": "place",
"upos": "NOUN",
"xpos": "NN"
}
]
}
] | [
[
[
1,
1,
2
],
[
1,
38,
38
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Joe paid the detective after he delivered the final report on the case. | 35 | [
{
"end_char": 71,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Joe paid the detective after he delivered the final report on the case.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Joe",
"start_char": 0,
"text": "Joe",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 8,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "pay",
"start_char": 4,
"text": "paid",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 12,
"feats": "Definite=Def|PronType=Art",
"head": 4,
"id": 3,
"lemma": "the",
"start_char": 9,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 22,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "detective",
"start_char": 13,
"text": "detective",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 28,
"feats": null,
"head": 7,
"id": 5,
"lemma": "after",
"start_char": 23,
"text": "after",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 31,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 7,
"id": 6,
"lemma": "he",
"start_char": 29,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 41,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 7,
"lemma": "deliver",
"start_char": 32,
"text": "delivered",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 45,
"feats": "Definite=Def|PronType=Art",
"head": 10,
"id": 8,
"lemma": "the",
"start_char": 42,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 51,
"feats": "Degree=Pos",
"head": 10,
"id": 9,
"lemma": "final",
"start_char": 46,
"text": "final",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 58,
"feats": "Number=Sing",
"head": 7,
"id": 10,
"lemma": "report",
"start_char": 52,
"text": "report",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 61,
"feats": null,
"head": 13,
"id": 11,
"lemma": "on",
"start_char": 59,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 65,
"feats": "Definite=Def|PronType=Art",
"head": 13,
"id": 12,
"lemma": "the",
"start_char": 62,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 70,
"feats": "Number=Sing",
"head": 10,
"id": 13,
"lemma": "case",
"start_char": 66,
"text": "case",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 71,
"feats": null,
"head": 2,
"id": 14,
"lemma": ".",
"start_char": 70,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
5,
5
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
As Andrea in the crop duster passed over Susan , she could see the landing strip. | 36 | [
{
"end_char": 81,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "As Andrea in the crop duster passed over Susan , she could see the landing strip.",
"tokens": [
{
"deprel": "mark",
"end_char": 2,
"feats": null,
"head": 7,
"id": 1,
"lemma": "as",
"start_char": 0,
"text": "As",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 9,
"feats": "Number=Sing",
"head": 7,
"id": 2,
"lemma": "andreabertone@enron_development",
"start_char": 3,
"text": "Andrea",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 12,
"feats": null,
"head": 6,
"id": 3,
"lemma": "in",
"start_char": 10,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 16,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 4,
"lemma": "the",
"start_char": 13,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 21,
"feats": "Number=Sing",
"head": 6,
"id": 5,
"lemma": "crop",
"start_char": 17,
"text": "crop",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nmod",
"end_char": 28,
"feats": "Number=Sing",
"head": 2,
"id": 6,
"lemma": "duster",
"start_char": 22,
"text": "duster",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advcl",
"end_char": 35,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 13,
"id": 7,
"lemma": "pass",
"start_char": 29,
"text": "passed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 40,
"feats": null,
"head": 9,
"id": 8,
"lemma": "over",
"start_char": 36,
"text": "over",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 46,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "Susan",
"start_char": 41,
"text": "Susan",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 48,
"feats": null,
"head": 13,
"id": 10,
"lemma": ",",
"start_char": 47,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 52,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 11,
"lemma": "she",
"start_char": 49,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 58,
"feats": "VerbForm=Fin",
"head": 13,
"id": 12,
"lemma": "could",
"start_char": 53,
"text": "could",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "root",
"end_char": 62,
"feats": "VerbForm=Inf",
"head": 0,
"id": 13,
"lemma": "see",
"start_char": 59,
"text": "see",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 66,
"feats": "Definite=Def|PronType=Art",
"head": 16,
"id": 14,
"lemma": "the",
"start_char": 63,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 74,
"feats": "Number=Sing",
"head": 16,
"id": 15,
"lemma": "landing",
"start_char": 67,
"text": "landing",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obj",
"end_char": 80,
"feats": "Number=Sing",
"head": 13,
"id": 16,
"lemma": "strip",
"start_char": 75,
"text": "strip",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 81,
"feats": null,
"head": 13,
"id": 17,
"lemma": ".",
"start_char": 80,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
8,
8
]
],
[
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Frank was upset with Tom because the toaster he had bought from him didn't work. | 37 | [
{
"end_char": 80,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Frank was upset with Tom because the toaster he had bought from him didn't work.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Frank",
"start_char": 0,
"text": "Frank",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 9,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"start_char": 6,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 15,
"feats": "Degree=Pos",
"head": 0,
"id": 3,
"lemma": "upset",
"start_char": 10,
"text": "upset",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "case",
"end_char": 20,
"feats": null,
"head": 5,
"id": 4,
"lemma": "with",
"start_char": 16,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 24,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "Tom",
"start_char": 21,
"text": "Tom",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 32,
"feats": null,
"head": 16,
"id": 6,
"lemma": "because",
"start_char": 25,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 36,
"feats": "Definite=Def|PronType=Art",
"head": 8,
"id": 7,
"lemma": "the",
"start_char": 33,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 44,
"feats": "Number=Sing",
"head": 16,
"id": 8,
"lemma": "toaster",
"start_char": 37,
"text": "toaster",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 47,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 9,
"lemma": "he",
"start_char": 45,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 51,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 10,
"lemma": "have",
"start_char": 48,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "acl:relcl",
"end_char": 58,
"feats": "Tense=Past|VerbForm=Part",
"head": 8,
"id": 11,
"lemma": "buy",
"start_char": 52,
"text": "bought",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 63,
"feats": null,
"head": 13,
"id": 12,
"lemma": "from",
"start_char": 59,
"text": "from",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 67,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 13,
"lemma": "he",
"start_char": 64,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": null,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 16,
"id": 14,
"lemma": "do",
"start_char": 68,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 74,
"feats": null,
"head": 16,
"id": 15,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 79,
"feats": "VerbForm=Inf",
"head": 3,
"id": 16,
"lemma": "work",
"start_char": 75,
"text": "work",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 80,
"feats": null,
"head": 3,
"id": 17,
"lemma": ".",
"start_char": 79,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
4,
4
]
],
[
[
0,
8,
8
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Lily spoke to Donna , breaking her silence. | 38 | [
{
"end_char": 43,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Lily spoke to Donna , breaking her silence.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Lily",
"start_char": 0,
"text": "Lily",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 10,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "speak",
"start_char": 5,
"text": "spoke",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 13,
"feats": null,
"head": 4,
"id": 3,
"lemma": "to",
"start_char": 11,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": null,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "Don",
"start_char": 14,
"text": "Don",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 19,
"feats": null,
"head": 4,
"id": 5,
"lemma": "to",
"start_char": null,
"text": "na",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "punct",
"end_char": 21,
"feats": null,
"head": 7,
"id": 6,
"lemma": ",",
"start_char": 20,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advcl",
"end_char": 30,
"feats": "VerbForm=Ger",
"head": 2,
"id": 7,
"lemma": "break",
"start_char": 22,
"text": "breaking",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "nmod:poss",
"end_char": 34,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 9,
"id": 8,
"lemma": "her",
"start_char": 31,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 42,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "silence",
"start_char": 35,
"text": "silence",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 43,
"feats": null,
"head": 2,
"id": 10,
"lemma": ".",
"start_char": 42,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
3,
4
]
],
[
[
0,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The cat was lying by the mouse hole waiting for the mouse , but it was too cautious. | 39 | [
{
"end_char": 84,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The cat was lying by the mouse hole waiting for the mouse , but it was too cautious.",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 2,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 4,
"id": 2,
"lemma": "cat",
"start_char": 4,
"text": "cat",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 11,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 3,
"lemma": "be",
"start_char": 8,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 17,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 4,
"lemma": "lie",
"start_char": 12,
"text": "lying",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 20,
"feats": null,
"head": 8,
"id": 5,
"lemma": "by",
"start_char": 18,
"text": "by",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 24,
"feats": "Definite=Def|PronType=Art",
"head": 8,
"id": 6,
"lemma": "the",
"start_char": 21,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 30,
"feats": "Number=Sing",
"head": 8,
"id": 7,
"lemma": "mouse",
"start_char": 25,
"text": "mouse",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obl",
"end_char": 35,
"feats": "Number=Sing",
"head": 4,
"id": 8,
"lemma": "hole",
"start_char": 31,
"text": "hole",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "acl",
"end_char": 43,
"feats": "VerbForm=Ger",
"head": 8,
"id": 9,
"lemma": "wait",
"start_char": 36,
"text": "waiting",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 47,
"feats": null,
"head": 12,
"id": 10,
"lemma": "for",
"start_char": 44,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 51,
"feats": "Definite=Def|PronType=Art",
"head": 12,
"id": 11,
"lemma": "the",
"start_char": 48,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 57,
"feats": "Number=Sing",
"head": 9,
"id": 12,
"lemma": "mouse",
"start_char": 52,
"text": "mouse",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 59,
"feats": null,
"head": 18,
"id": 13,
"lemma": ",",
"start_char": 58,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 63,
"feats": null,
"head": 18,
"id": 14,
"lemma": "but",
"start_char": 60,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 66,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 18,
"id": 15,
"lemma": "it",
"start_char": 64,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 70,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 18,
"id": 16,
"lemma": "be",
"start_char": 67,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 74,
"feats": null,
"head": 18,
"id": 17,
"lemma": "too",
"start_char": 71,
"text": "too",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 83,
"feats": "Degree=Pos",
"head": 4,
"id": 18,
"lemma": "cautious",
"start_char": 75,
"text": "cautious",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 84,
"feats": null,
"head": 4,
"id": 19,
"lemma": ".",
"start_char": 83,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
1
]
],
[
[
0,
14,
14
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Equally swoon-worthy is C.K. Dexter Haven , a pallid young dandy holding a jade-handled walking stick, with a poodle asleep at his feet | 40 | [
{
"end_char": 135,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Equally swoon-worthy is C.K. Dexter Haven , a pallid young dandy holding a jade-handled walking stick, with a poodle asleep at his feet",
"tokens": [
{
"deprel": "advmod",
"end_char": 7,
"feats": null,
"head": 8,
"id": 1,
"lemma": "equally",
"start_char": 0,
"text": "Equally",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "compound",
"end_char": 13,
"feats": "Number=Sing",
"head": 4,
"id": 2,
"lemma": "swoon",
"start_char": 8,
"text": "swoon",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 14,
"feats": null,
"head": 2,
"id": 3,
"lemma": "-",
"start_char": 13,
"text": "-",
"upos": "PUNCT",
"xpos": "HYPH"
},
{
"deprel": "nsubj",
"end_char": 20,
"feats": "Degree=Pos",
"head": 8,
"id": 4,
"lemma": "worthy",
"start_char": 14,
"text": "worthy",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "cop",
"end_char": 23,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 8,
"id": 5,
"lemma": "be",
"start_char": 21,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "compound",
"end_char": 28,
"feats": "Number=Sing",
"head": 8,
"id": 6,
"lemma": "C.K.",
"start_char": 24,
"text": "C.K.",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "compound",
"end_char": 35,
"feats": "Number=Sing",
"head": 8,
"id": 7,
"lemma": "Dexter",
"start_char": 29,
"text": "Dexter",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 41,
"feats": "Number=Sing",
"head": 0,
"id": 8,
"lemma": "Haven",
"start_char": 36,
"text": "Haven",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 43,
"feats": null,
"head": 13,
"id": 9,
"lemma": ",",
"start_char": 42,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "det",
"end_char": 45,
"feats": "Definite=Ind|PronType=Art",
"head": 13,
"id": 10,
"lemma": "a",
"start_char": 44,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 52,
"feats": "Degree=Pos",
"head": 13,
"id": 11,
"lemma": "pallid",
"start_char": 46,
"text": "pallid",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "amod",
"end_char": 58,
"feats": "Degree=Pos",
"head": 13,
"id": 12,
"lemma": "young",
"start_char": 53,
"text": "young",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "appos",
"end_char": 64,
"feats": "Number=Sing",
"head": 8,
"id": 13,
"lemma": "dandy",
"start_char": 59,
"text": "dandy",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "acl",
"end_char": 72,
"feats": "VerbForm=Ger",
"head": 13,
"id": 14,
"lemma": "hold",
"start_char": 65,
"text": "holding",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "det",
"end_char": 74,
"feats": "Definite=Ind|PronType=Art",
"head": 20,
"id": 15,
"lemma": "a",
"start_char": 73,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 79,
"feats": "Number=Sing",
"head": 18,
"id": 16,
"lemma": "jade",
"start_char": 75,
"text": "jade",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 80,
"feats": null,
"head": 18,
"id": 17,
"lemma": "-",
"start_char": 79,
"text": "-",
"upos": "PUNCT",
"xpos": "HYPH"
},
{
"deprel": "amod",
"end_char": 87,
"feats": "Tense=Past|VerbForm=Part",
"head": 20,
"id": 18,
"lemma": "handle",
"start_char": 80,
"text": "handled",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "compound",
"end_char": 95,
"feats": "Number=Sing",
"head": 20,
"id": 19,
"lemma": "walking",
"start_char": 88,
"text": "walking",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obj",
"end_char": 101,
"feats": "Number=Sing",
"head": 14,
"id": 20,
"lemma": "stick",
"start_char": 96,
"text": "stick",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 102,
"feats": null,
"head": 14,
"id": 21,
"lemma": ",",
"start_char": 101,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 107,
"feats": null,
"head": 25,
"id": 22,
"lemma": "with",
"start_char": 103,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 109,
"feats": "Definite=Ind|PronType=Art",
"head": 24,
"id": 23,
"lemma": "a",
"start_char": 108,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 116,
"feats": "Number=Sing",
"head": 25,
"id": 24,
"lemma": "poodle",
"start_char": 110,
"text": "poodle",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advcl",
"end_char": 123,
"feats": "Degree=Pos",
"head": 14,
"id": 25,
"lemma": "asleep",
"start_char": 117,
"text": "asleep",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "case",
"end_char": 126,
"feats": null,
"head": 28,
"id": 26,
"lemma": "at",
"start_char": 124,
"text": "at",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 130,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 28,
"id": 27,
"lemma": "his",
"start_char": 127,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 135,
"feats": "Number=Plur",
"head": 25,
"id": 28,
"lemma": "foot",
"start_char": 131,
"text": "feet",
"upos": "NOUN",
"xpos": "NNS"
}
]
}
] | [
[
[
0,
7,
7
],
[
0,
26,
26
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Sir Clifford wants me to find him a new groom , about twenty or twenty-one, who knows his business. His old coachman is getting feeble, and he wants a man to work with him and get into his ways, who would be able, when the old man was pensioned off, to step into his place. | 41 | [
{
"end_char": 99,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Sir Clifford wants me to find him a new groom , about twenty or twenty-one, who knows his business.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Sir",
"start_char": 0,
"text": "Sir",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "flat",
"end_char": 12,
"feats": "Number=Sing",
"head": 1,
"id": 2,
"lemma": "Clifford",
"start_char": 4,
"text": "Clifford",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 18,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "want",
"start_char": 13,
"text": "wants",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "obj",
"end_char": 21,
"feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs",
"head": 3,
"id": 4,
"lemma": "I",
"start_char": 19,
"text": "me",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "mark",
"end_char": 24,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"start_char": 22,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 29,
"feats": "VerbForm=Inf",
"head": 3,
"id": 6,
"lemma": "find",
"start_char": 25,
"text": "find",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "iobj",
"end_char": 33,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 6,
"id": 7,
"lemma": "he",
"start_char": 30,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "det",
"end_char": 35,
"feats": "Definite=Ind|PronType=Art",
"head": 10,
"id": 8,
"lemma": "a",
"start_char": 34,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 39,
"feats": "Degree=Pos",
"head": 10,
"id": 9,
"lemma": "new",
"start_char": 36,
"text": "new",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 45,
"feats": "Number=Sing",
"head": 6,
"id": 10,
"lemma": "groom",
"start_char": 40,
"text": "groom",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 47,
"feats": null,
"head": 10,
"id": 11,
"lemma": ",",
"start_char": 46,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 53,
"feats": null,
"head": 13,
"id": 12,
"lemma": "about",
"start_char": 48,
"text": "about",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "appos",
"end_char": 60,
"feats": "NumForm=Word|NumType=Card",
"head": 10,
"id": 13,
"lemma": "twenty",
"start_char": 54,
"text": "twenty",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "cc",
"end_char": 63,
"feats": null,
"head": 15,
"id": 14,
"lemma": "or",
"start_char": 61,
"text": "or",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 70,
"feats": "NumForm=Word|NumType=Card",
"head": 13,
"id": 15,
"lemma": "twenty",
"start_char": 64,
"text": "twenty",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "punct",
"end_char": 71,
"feats": null,
"head": 15,
"id": 16,
"lemma": "-",
"start_char": 70,
"text": "-",
"upos": "PUNCT",
"xpos": "HYPH"
},
{
"deprel": "conj",
"end_char": 74,
"feats": "NumForm=Word|NumType=Card",
"head": 13,
"id": 17,
"lemma": "one",
"start_char": 71,
"text": "one",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "punct",
"end_char": 75,
"feats": null,
"head": 20,
"id": 18,
"lemma": ",",
"start_char": 74,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 79,
"feats": "PronType=Rel",
"head": 20,
"id": 19,
"lemma": "who",
"start_char": 76,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "acl:relcl",
"end_char": 85,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 10,
"id": 20,
"lemma": "know",
"start_char": 80,
"text": "knows",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "nmod:poss",
"end_char": 89,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 22,
"id": 21,
"lemma": "his",
"start_char": 86,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 98,
"feats": "Number=Sing",
"head": 20,
"id": 22,
"lemma": "business",
"start_char": 90,
"text": "business",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 99,
"feats": null,
"head": 3,
"id": 23,
"lemma": ".",
"start_char": 98,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 273,
"id": 2,
"speaker": null,
"start_char": 100,
"text": "His old coachman is getting feeble, and he wants a man to work with him and get into his ways, who would be able, when the old man was pensioned off, to step into his place.",
"tokens": [
{
"deprel": "nmod:poss",
"end_char": 103,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "his",
"start_char": 100,
"text": "His",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "amod",
"end_char": 107,
"feats": "Degree=Pos",
"head": 3,
"id": 2,
"lemma": "old",
"start_char": 104,
"text": "old",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 116,
"feats": "Number=Sing",
"head": 5,
"id": 3,
"lemma": "coachman",
"start_char": 108,
"text": "coachman",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 119,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 5,
"id": 4,
"lemma": "be",
"start_char": 117,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "root",
"end_char": 127,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 5,
"lemma": "get",
"start_char": 120,
"text": "getting",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "xcomp",
"end_char": 134,
"feats": "Degree=Pos",
"head": 5,
"id": 6,
"lemma": "feeble",
"start_char": 128,
"text": "feeble",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 135,
"feats": null,
"head": 10,
"id": 7,
"lemma": ",",
"start_char": 134,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 139,
"feats": null,
"head": 10,
"id": 8,
"lemma": "and",
"start_char": 136,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 142,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 9,
"lemma": "he",
"start_char": 140,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 148,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 5,
"id": 10,
"lemma": "want",
"start_char": 143,
"text": "wants",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "det",
"end_char": 150,
"feats": "Definite=Ind|PronType=Art",
"head": 12,
"id": 11,
"lemma": "a",
"start_char": 149,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 154,
"feats": "Number=Sing",
"head": 10,
"id": 12,
"lemma": "man",
"start_char": 151,
"text": "man",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 157,
"feats": null,
"head": 14,
"id": 13,
"lemma": "to",
"start_char": 155,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "acl",
"end_char": 162,
"feats": "VerbForm=Inf",
"head": 12,
"id": 14,
"lemma": "work",
"start_char": 158,
"text": "work",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 167,
"feats": null,
"head": 16,
"id": 15,
"lemma": "with",
"start_char": 163,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 171,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 16,
"lemma": "he",
"start_char": 168,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cc",
"end_char": 175,
"feats": null,
"head": 18,
"id": 17,
"lemma": "and",
"start_char": 172,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 179,
"feats": "VerbForm=Inf",
"head": 14,
"id": 18,
"lemma": "get",
"start_char": 176,
"text": "get",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 184,
"feats": null,
"head": 21,
"id": 19,
"lemma": "into",
"start_char": 180,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 188,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 21,
"id": 20,
"lemma": "his",
"start_char": 185,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 193,
"feats": "Number=Plur",
"head": 18,
"id": 21,
"lemma": "way",
"start_char": 189,
"text": "ways",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 194,
"feats": null,
"head": 26,
"id": 22,
"lemma": ",",
"start_char": 193,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 198,
"feats": "PronType=Rel",
"head": 26,
"id": 23,
"lemma": "who",
"start_char": 195,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "aux",
"end_char": 204,
"feats": "VerbForm=Fin",
"head": 26,
"id": 24,
"lemma": "would",
"start_char": 199,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "cop",
"end_char": 207,
"feats": "VerbForm=Inf",
"head": 26,
"id": 25,
"lemma": "be",
"start_char": 205,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "acl:relcl",
"end_char": 212,
"feats": "Degree=Pos",
"head": 21,
"id": 26,
"lemma": "able",
"start_char": 208,
"text": "able",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 213,
"feats": null,
"head": 26,
"id": 27,
"lemma": ",",
"start_char": 212,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 218,
"feats": "PronType=Int",
"head": 33,
"id": 28,
"lemma": "when",
"start_char": 214,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "det",
"end_char": 222,
"feats": "Definite=Def|PronType=Art",
"head": 31,
"id": 29,
"lemma": "the",
"start_char": 219,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 226,
"feats": "Degree=Pos",
"head": 31,
"id": 30,
"lemma": "old",
"start_char": 223,
"text": "old",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj:pass",
"end_char": 230,
"feats": "Number=Sing",
"head": 33,
"id": 31,
"lemma": "man",
"start_char": 227,
"text": "man",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux:pass",
"end_char": 234,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 33,
"id": 32,
"lemma": "be",
"start_char": 231,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 244,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 26,
"id": 33,
"lemma": "pension",
"start_char": 235,
"text": "pensioned",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "compound:prt",
"end_char": 248,
"feats": null,
"head": 33,
"id": 34,
"lemma": "off",
"start_char": 245,
"text": "off",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 249,
"feats": null,
"head": 37,
"id": 35,
"lemma": ",",
"start_char": 248,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 252,
"feats": null,
"head": 37,
"id": 36,
"lemma": "to",
"start_char": 250,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 257,
"feats": "VerbForm=Inf",
"head": 33,
"id": 37,
"lemma": "step",
"start_char": 253,
"text": "step",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 262,
"feats": null,
"head": 40,
"id": 38,
"lemma": "into",
"start_char": 258,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 266,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 40,
"id": 39,
"lemma": "his",
"start_char": 263,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 272,
"feats": "Number=Sing",
"head": 37,
"id": 40,
"lemma": "place",
"start_char": 267,
"text": "place",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 273,
"feats": null,
"head": 5,
"id": 41,
"lemma": ".",
"start_char": 272,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
1
]
],
[
[
1,
19,
19
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The fish ate the worm . It was tasty. | 42 | [
{
"end_char": 23,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The fish ate the worm .",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 2,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 8,
"feats": "Number=Plur",
"head": 3,
"id": 2,
"lemma": "fish",
"start_char": 4,
"text": "fish",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "root",
"end_char": 12,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "eat",
"start_char": 9,
"text": "ate",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 16,
"feats": "Definite=Def|PronType=Art",
"head": 5,
"id": 4,
"lemma": "the",
"start_char": 13,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 21,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "worm",
"start_char": 17,
"text": "worm",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 23,
"feats": null,
"head": 3,
"id": 6,
"lemma": ".",
"start_char": 22,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 37,
"id": 2,
"speaker": null,
"start_char": 24,
"text": "It was tasty.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 26,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "it",
"start_char": 24,
"text": "It",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 30,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"start_char": 27,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 36,
"feats": "Degree=Pos",
"head": 0,
"id": 3,
"lemma": "tasty",
"start_char": 31,
"text": "tasty",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 37,
"feats": null,
"head": 3,
"id": 4,
"lemma": ".",
"start_char": 36,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
1
]
],
[
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
This dataset was generated by reformatting coref-data/superglue_wsc_raw
into the indiscrim coreference format. See that repo for dataset details.
See ianporada/coref-data for additional conversion details and the conversion script.
Please create an issue in the repo above or in this dataset repo for any questions.