text
stringlengths 37
477
| id
int64 0
553
| sentences
list | coref_chains
sequence | genre
stringclasses 1
value | meta_data
dict |
---|---|---|---|---|---|
Billy cried because Toby wouldn't accept his toy. | 100 | [
{
"end_char": 49,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Billy cried because Toby wouldn't accept 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": 40,
"feats": "VerbForm=Inf",
"head": 2,
"id": 7,
"lemma": "accept",
"start_char": 34,
"text": "accept",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "nmod:poss",
"end_char": 44,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 9,
"id": 8,
"lemma": "his",
"start_char": 41,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 48,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "toy",
"start_char": 45,
"text": "toy",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 49,
"feats": null,
"head": 2,
"id": 10,
"lemma": ".",
"start_char": 48,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
3,
3
]
],
[
[
0,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Bob collapsed on the sidewalk. Soon he saw Carl coming to help. He was very ill. | 101 | [
{
"end_char": 30,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Bob collapsed on the sidewalk.",
"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": 13,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "collapse",
"start_char": 4,
"text": "collapsed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 16,
"feats": null,
"head": 5,
"id": 3,
"lemma": "on",
"start_char": 14,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"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": "obl",
"end_char": 29,
"feats": "Number=Sing",
"head": 2,
"id": 5,
"lemma": "sidewalk",
"start_char": 21,
"text": "sidewalk",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 30,
"feats": null,
"head": 2,
"id": 6,
"lemma": ".",
"start_char": 29,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 63,
"id": 2,
"speaker": null,
"start_char": 31,
"text": "Soon he saw Carl coming to help.",
"tokens": [
{
"deprel": "advmod",
"end_char": 35,
"feats": "Degree=Pos",
"head": 3,
"id": 1,
"lemma": "soon",
"start_char": 31,
"text": "Soon",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 38,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 3,
"id": 2,
"lemma": "he",
"start_char": 36,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 42,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "see",
"start_char": 39,
"text": "saw",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nsubj",
"end_char": 47,
"feats": "Number=Sing",
"head": 5,
"id": 4,
"lemma": "Carl",
"start_char": 43,
"text": "Carl",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "ccomp",
"end_char": 54,
"feats": "VerbForm=Ger",
"head": 3,
"id": 5,
"lemma": "come",
"start_char": 48,
"text": "coming",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "mark",
"end_char": 57,
"feats": null,
"head": 7,
"id": 6,
"lemma": "to",
"start_char": 55,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 62,
"feats": "VerbForm=Inf",
"head": 5,
"id": 7,
"lemma": "help",
"start_char": 58,
"text": "help",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 63,
"feats": null,
"head": 3,
"id": 8,
"lemma": ".",
"start_char": 62,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 80,
"id": 3,
"speaker": null,
"start_char": 64,
"text": "He was very ill.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 66,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 4,
"id": 1,
"lemma": "he",
"start_char": 64,
"text": "He",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 70,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"start_char": 67,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 75,
"feats": null,
"head": 4,
"id": 3,
"lemma": "very",
"start_char": 71,
"text": "very",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 79,
"feats": "Degree=Pos",
"head": 0,
"id": 4,
"lemma": "ill",
"start_char": 76,
"text": "ill",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 80,
"feats": null,
"head": 4,
"id": 5,
"lemma": ".",
"start_char": 79,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
1,
3,
3
]
],
[
[
2,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Tom gave Ralph a lift to school so he wouldn't have to walk. | 102 | [
{
"end_char": 60,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Tom gave Ralph a lift to school so he wouldn't have to walk.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Tom",
"start_char": 0,
"text": "Tom",
"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": "give",
"start_char": 4,
"text": "gave",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "iobj",
"end_char": 14,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "Ralph",
"start_char": 9,
"text": "Ralph",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "det",
"end_char": 16,
"feats": "Definite=Ind|PronType=Art",
"head": 5,
"id": 4,
"lemma": "a",
"start_char": 15,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 21,
"feats": "Number=Sing",
"head": 2,
"id": 5,
"lemma": "lift",
"start_char": 17,
"text": "lift",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 24,
"feats": null,
"head": 7,
"id": 6,
"lemma": "to",
"start_char": 22,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 31,
"feats": "Number=Sing",
"head": 2,
"id": 7,
"lemma": "school",
"start_char": 25,
"text": "school",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 34,
"feats": null,
"head": 12,
"id": 8,
"lemma": "so",
"start_char": 32,
"text": "so",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 37,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 9,
"lemma": "he",
"start_char": 35,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": null,
"feats": "VerbForm=Fin",
"head": 12,
"id": 10,
"lemma": "would",
"start_char": 38,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 46,
"feats": null,
"head": 12,
"id": 11,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 51,
"feats": "VerbForm=Inf",
"head": 2,
"id": 12,
"lemma": "have",
"start_char": 47,
"text": "have",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "mark",
"end_char": 54,
"feats": null,
"head": 14,
"id": 13,
"lemma": "to",
"start_char": 52,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 59,
"feats": "VerbForm=Inf",
"head": 12,
"id": 14,
"lemma": "walk",
"start_char": 55,
"text": "walk",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 60,
"feats": null,
"head": 2,
"id": 15,
"lemma": ".",
"start_char": 59,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
2
],
[
0,
8,
8
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Anne gave birth to a daughter last month. She is a very charming woman. | 103 | [
{
"end_char": 41,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Anne gave birth to a daughter last month.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Anne",
"start_char": 0,
"text": "Anne",
"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": "give",
"start_char": 5,
"text": "gave",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 15,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "birth",
"start_char": 10,
"text": "birth",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 18,
"feats": null,
"head": 6,
"id": 4,
"lemma": "to",
"start_char": 16,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 20,
"feats": "Definite=Ind|PronType=Art",
"head": 6,
"id": 5,
"lemma": "a",
"start_char": 19,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 29,
"feats": "Number=Sing",
"head": 2,
"id": 6,
"lemma": "daughter",
"start_char": 21,
"text": "daughter",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "amod",
"end_char": 34,
"feats": "Degree=Pos",
"head": 8,
"id": 7,
"lemma": "last",
"start_char": 30,
"text": "last",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl:tmod",
"end_char": 40,
"feats": "Number=Sing",
"head": 2,
"id": 8,
"lemma": "month",
"start_char": 35,
"text": "month",
"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": 71,
"id": 2,
"speaker": null,
"start_char": 42,
"text": "She is a very charming woman.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 45,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 6,
"id": 1,
"lemma": "she",
"start_char": 42,
"text": "She",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 48,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 6,
"id": 2,
"lemma": "be",
"start_char": 46,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "det",
"end_char": 50,
"feats": "Definite=Ind|PronType=Art",
"head": 6,
"id": 3,
"lemma": "a",
"start_char": 49,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "advmod",
"end_char": 55,
"feats": null,
"head": 5,
"id": 4,
"lemma": "very",
"start_char": 51,
"text": "very",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "amod",
"end_char": 64,
"feats": "Degree=Pos",
"head": 6,
"id": 5,
"lemma": "charming",
"start_char": 56,
"text": "charming",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "root",
"end_char": 70,
"feats": "Number=Sing",
"head": 0,
"id": 6,
"lemma": "woman",
"start_char": 65,
"text": "woman",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 71,
"feats": null,
"head": 6,
"id": 7,
"lemma": ".",
"start_char": 70,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
1,
0,
0
]
]
] | 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. | 104 | [
{
"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": "."
}
]
}
] | [
[
[
0,
3,
3
]
],
[
[
1,
18,
18
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Bill passed the gameboy to John because his turn was over. | 105 | [
{
"end_char": 58,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Bill passed the gameboy to John because his turn was over.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Bill",
"start_char": 0,
"text": "Bill",
"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": "pass",
"start_char": 5,
"text": "passed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 15,
"feats": "Definite=Def|PronType=Art",
"head": 4,
"id": 3,
"lemma": "the",
"start_char": 12,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 23,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "gameboy",
"start_char": 16,
"text": "gameboy",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 26,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"start_char": 24,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 31,
"feats": "Number=Sing",
"head": 2,
"id": 6,
"lemma": "John",
"start_char": 27,
"text": "John",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 39,
"feats": null,
"head": 11,
"id": 7,
"lemma": "because",
"start_char": 32,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"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": "nsubj",
"end_char": 48,
"feats": "Number=Sing",
"head": 11,
"id": 9,
"lemma": "turn",
"start_char": 44,
"text": "turn",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cop",
"end_char": 52,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 10,
"lemma": "be",
"start_char": 49,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 57,
"feats": null,
"head": 2,
"id": 11,
"lemma": "over",
"start_char": 53,
"text": "over",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 58,
"feats": null,
"head": 2,
"id": 12,
"lemma": ".",
"start_char": 57,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Tom threw his schoolbag down to Ray after he reached the top of the stairs. | 106 | [
{
"end_char": 75,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Tom threw his schoolbag down to Ray after he reached the top of the stairs.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Tom",
"start_char": 0,
"text": "Tom",
"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": "throw",
"start_char": 4,
"text": "threw",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 13,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 4,
"id": 3,
"lemma": "his",
"start_char": 10,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 23,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "schoolbag",
"start_char": 14,
"text": "schoolbag",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 28,
"feats": null,
"head": 2,
"id": 5,
"lemma": "down",
"start_char": 24,
"text": "down",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 31,
"feats": null,
"head": 7,
"id": 6,
"lemma": "to",
"start_char": 29,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 35,
"feats": "Number=Sing",
"head": 2,
"id": 7,
"lemma": "Ray",
"start_char": 32,
"text": "Ray",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 41,
"feats": null,
"head": 10,
"id": 8,
"lemma": "after",
"start_char": 36,
"text": "after",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 44,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 9,
"lemma": "he",
"start_char": 42,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 52,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 10,
"lemma": "reach",
"start_char": 45,
"text": "reached",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 56,
"feats": "Definite=Def|PronType=Art",
"head": 12,
"id": 11,
"lemma": "the",
"start_char": 53,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 60,
"feats": "Number=Sing",
"head": 10,
"id": 12,
"lemma": "top",
"start_char": 57,
"text": "top",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 63,
"feats": null,
"head": 15,
"id": 13,
"lemma": "of",
"start_char": 61,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 67,
"feats": "Definite=Def|PronType=Art",
"head": 15,
"id": 14,
"lemma": "the",
"start_char": 64,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 74,
"feats": "Number=Plur",
"head": 12,
"id": 15,
"lemma": "stair",
"start_char": 68,
"text": "stairs",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 75,
"feats": null,
"head": 2,
"id": 16,
"lemma": ".",
"start_char": 74,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
6,
6
]
],
[
[
0,
8,
8
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Mary tucked her daughter Anne into bed, so that she could work. | 107 | [
{
"end_char": 63,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Mary tucked her daughter Anne into bed, so that she could work.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Mary",
"start_char": 0,
"text": "Mary",
"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": "tuck",
"start_char": 5,
"text": "tucked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 15,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 4,
"id": 3,
"lemma": "her",
"start_char": 12,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 24,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "daughter",
"start_char": 16,
"text": "daughter",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "appos",
"end_char": 29,
"feats": "Number=Sing",
"head": 4,
"id": 5,
"lemma": "Anne",
"start_char": 25,
"text": "Anne",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 34,
"feats": null,
"head": 7,
"id": 6,
"lemma": "into",
"start_char": 30,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 38,
"feats": "Number=Sing",
"head": 2,
"id": 7,
"lemma": "bed",
"start_char": 35,
"text": "bed",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 39,
"feats": null,
"head": 2,
"id": 8,
"lemma": ",",
"start_char": 38,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 42,
"feats": null,
"head": 13,
"id": 9,
"lemma": "so",
"start_char": 40,
"text": "so",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "fixed",
"end_char": 47,
"feats": null,
"head": 9,
"id": 10,
"lemma": "that",
"start_char": 43,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 51,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 11,
"lemma": "she",
"start_char": 48,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 57,
"feats": "VerbForm=Fin",
"head": 13,
"id": 12,
"lemma": "could",
"start_char": 52,
"text": "could",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advcl",
"end_char": 62,
"feats": "VerbForm=Inf",
"head": 2,
"id": 13,
"lemma": "work",
"start_char": 58,
"text": "work",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 63,
"feats": null,
"head": 2,
"id": 14,
"lemma": ".",
"start_char": 62,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The firemen arrived before the police because they were coming from so far away. | 108 | [
{
"end_char": 80,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The firemen arrived before the police because they were coming from so far away.",
"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": 3,
"id": 2,
"lemma": "firemen",
"start_char": 4,
"text": "firemen",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "root",
"end_char": 19,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "arrive",
"start_char": 12,
"text": "arrived",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 26,
"feats": null,
"head": 6,
"id": 4,
"lemma": "before",
"start_char": 20,
"text": "before",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 30,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 27,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 37,
"feats": "Number=Sing",
"head": 3,
"id": 6,
"lemma": "police",
"start_char": 31,
"text": "police",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 45,
"feats": null,
"head": 10,
"id": 7,
"lemma": "because",
"start_char": 38,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 50,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 10,
"id": 8,
"lemma": "they",
"start_char": 46,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 55,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 9,
"lemma": "be",
"start_char": 51,
"text": "were",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 62,
"feats": "Tense=Pres|VerbForm=Part",
"head": 3,
"id": 10,
"lemma": "come",
"start_char": 56,
"text": "coming",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 67,
"feats": null,
"head": 14,
"id": 11,
"lemma": "from",
"start_char": 63,
"text": "from",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "advmod",
"end_char": 70,
"feats": null,
"head": 13,
"id": 12,
"lemma": "so",
"start_char": 68,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 74,
"feats": "Degree=Pos",
"head": 14,
"id": 13,
"lemma": "far",
"start_char": 71,
"text": "far",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 79,
"feats": null,
"head": 10,
"id": 14,
"lemma": "away",
"start_char": 75,
"text": "away",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 80,
"feats": null,
"head": 3,
"id": 15,
"lemma": ".",
"start_char": 79,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
1
]
],
[
[
0,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Mark told Pete many lies about himself, which Pete included in his book. He should have been more skeptical. | 109 | [
{
"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,
2,
2
],
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The firemen arrived before the police because they were coming from so far away. | 110 | [
{
"end_char": 80,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The firemen arrived before the police because they were coming from so far away.",
"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": 3,
"id": 2,
"lemma": "firemen",
"start_char": 4,
"text": "firemen",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "root",
"end_char": 19,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "arrive",
"start_char": 12,
"text": "arrived",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 26,
"feats": null,
"head": 6,
"id": 4,
"lemma": "before",
"start_char": 20,
"text": "before",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 30,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 27,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 37,
"feats": "Number=Sing",
"head": 3,
"id": 6,
"lemma": "police",
"start_char": 31,
"text": "police",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 45,
"feats": null,
"head": 10,
"id": 7,
"lemma": "because",
"start_char": 38,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 50,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 10,
"id": 8,
"lemma": "they",
"start_char": 46,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 55,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 9,
"lemma": "be",
"start_char": 51,
"text": "were",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 62,
"feats": "Tense=Pres|VerbForm=Part",
"head": 3,
"id": 10,
"lemma": "come",
"start_char": 56,
"text": "coming",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 67,
"feats": null,
"head": 14,
"id": 11,
"lemma": "from",
"start_char": 63,
"text": "from",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "advmod",
"end_char": 70,
"feats": null,
"head": 13,
"id": 12,
"lemma": "so",
"start_char": 68,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 74,
"feats": "Degree=Pos",
"head": 14,
"id": 13,
"lemma": "far",
"start_char": 71,
"text": "far",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 79,
"feats": null,
"head": 10,
"id": 14,
"lemma": "away",
"start_char": 75,
"text": "away",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 80,
"feats": null,
"head": 3,
"id": 15,
"lemma": ".",
"start_char": 79,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
4,
5
],
[
0,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Thomson visited Cooper 's grave in 1765. At that date he had been travelling for five years. | 111 | [
{
"end_char": 40,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Thomson visited Cooper 's grave in 1765.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Thomson",
"start_char": 0,
"text": "Thomson",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 15,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "visit",
"start_char": 8,
"text": "visited",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 22,
"feats": "Number=Sing",
"head": 5,
"id": 3,
"lemma": "Cooper",
"start_char": 16,
"text": "Cooper",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 25,
"feats": null,
"head": 3,
"id": 4,
"lemma": "'s",
"start_char": 23,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "obj",
"end_char": 31,
"feats": "Number=Sing",
"head": 2,
"id": 5,
"lemma": "grave",
"start_char": 26,
"text": "grave",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 34,
"feats": null,
"head": 7,
"id": 6,
"lemma": "in",
"start_char": 32,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 39,
"feats": "NumForm=Digit|NumType=Card",
"head": 2,
"id": 7,
"lemma": "1765",
"start_char": 35,
"text": "1765",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "punct",
"end_char": 40,
"feats": null,
"head": 2,
"id": 8,
"lemma": ".",
"start_char": 39,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 92,
"id": 2,
"speaker": null,
"start_char": 41,
"text": "At that date he had been travelling for five years.",
"tokens": [
{
"deprel": "case",
"end_char": 43,
"feats": null,
"head": 3,
"id": 1,
"lemma": "at",
"start_char": 41,
"text": "At",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 48,
"feats": "Number=Sing|PronType=Dem",
"head": 3,
"id": 2,
"lemma": "that",
"start_char": 44,
"text": "that",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 53,
"feats": "Number=Sing",
"head": 7,
"id": 3,
"lemma": "date",
"start_char": 49,
"text": "date",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 56,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 7,
"id": 4,
"lemma": "he",
"start_char": 54,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 60,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 7,
"id": 5,
"lemma": "have",
"start_char": 57,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "aux",
"end_char": 65,
"feats": "Tense=Past|VerbForm=Part",
"head": 7,
"id": 6,
"lemma": "be",
"start_char": 61,
"text": "been",
"upos": "AUX",
"xpos": "VBN"
},
{
"deprel": "root",
"end_char": 76,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 7,
"lemma": "travel",
"start_char": 66,
"text": "travelling",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 80,
"feats": null,
"head": 10,
"id": 8,
"lemma": "for",
"start_char": 77,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nummod",
"end_char": 85,
"feats": "NumForm=Word|NumType=Card",
"head": 10,
"id": 9,
"lemma": "five",
"start_char": 81,
"text": "five",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "obl",
"end_char": 91,
"feats": "Number=Plur",
"head": 7,
"id": 10,
"lemma": "year",
"start_char": 86,
"text": "years",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 92,
"feats": null,
"head": 7,
"id": 11,
"lemma": ".",
"start_char": 91,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
1,
3,
3
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
When Tatyana reached the cabin, her mother was sleeping. She was careful not to disturb her , undressing and climbing back into her berth. | 112 | [
{
"end_char": 56,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "When Tatyana reached the cabin, her mother was sleeping.",
"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": 12,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "Tatyana",
"start_char": 5,
"text": "Tatyana",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advcl",
"end_char": 20,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 3,
"lemma": "reach",
"start_char": 13,
"text": "reached",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 24,
"feats": "Definite=Def|PronType=Art",
"head": 5,
"id": 4,
"lemma": "the",
"start_char": 21,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 30,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "cabin",
"start_char": 25,
"text": "cabin",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 31,
"feats": null,
"head": 10,
"id": 6,
"lemma": ",",
"start_char": 30,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nmod:poss",
"end_char": 35,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 8,
"id": 7,
"lemma": "her",
"start_char": 32,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nsubj",
"end_char": 42,
"feats": "Number=Sing",
"head": 10,
"id": 8,
"lemma": "mother",
"start_char": 36,
"text": "mother",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 46,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 9,
"lemma": "be",
"start_char": 43,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 55,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 10,
"lemma": "sleep",
"start_char": 47,
"text": "sleeping",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "punct",
"end_char": 56,
"feats": null,
"head": 10,
"id": 11,
"lemma": ".",
"start_char": 55,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 138,
"id": 2,
"speaker": null,
"start_char": 57,
"text": "She was careful not to disturb her , undressing and climbing back into her berth.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 60,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "she",
"start_char": 57,
"text": "She",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 64,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"start_char": 61,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 72,
"feats": "Degree=Pos",
"head": 0,
"id": 3,
"lemma": "careful",
"start_char": 65,
"text": "careful",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "advmod",
"end_char": 76,
"feats": null,
"head": 6,
"id": 4,
"lemma": "not",
"start_char": 73,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 79,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"start_char": 77,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 87,
"feats": "VerbForm=Inf",
"head": 3,
"id": 6,
"lemma": "disturb",
"start_char": 80,
"text": "disturb",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 91,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 6,
"id": 7,
"lemma": "her",
"start_char": 88,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 93,
"feats": null,
"head": 9,
"id": 8,
"lemma": ",",
"start_char": 92,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advcl",
"end_char": 104,
"feats": "VerbForm=Ger",
"head": 6,
"id": 9,
"lemma": "undress",
"start_char": 94,
"text": "undressing",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "cc",
"end_char": 108,
"feats": null,
"head": 11,
"id": 10,
"lemma": "and",
"start_char": 105,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 117,
"feats": "VerbForm=Ger",
"head": 9,
"id": 11,
"lemma": "climb",
"start_char": 109,
"text": "climbing",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "advmod",
"end_char": 122,
"feats": null,
"head": 11,
"id": 12,
"lemma": "back",
"start_char": 118,
"text": "back",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 127,
"feats": null,
"head": 15,
"id": 13,
"lemma": "into",
"start_char": 123,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 131,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 15,
"id": 14,
"lemma": "her",
"start_char": 128,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 137,
"feats": "Number=Sing",
"head": 11,
"id": 15,
"lemma": "berth",
"start_char": 132,
"text": "berth",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 138,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"start_char": 137,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
]
],
[
[
0,
6,
6
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
During a game of tag, Ethan chased Luke because he was "it". | 113 | [
{
"end_char": 60,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "During a game of tag, Ethan chased Luke because he was \"it\".",
"tokens": [
{
"deprel": "case",
"end_char": 6,
"feats": null,
"head": 3,
"id": 1,
"lemma": "during",
"start_char": 0,
"text": "During",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 8,
"feats": "Definite=Ind|PronType=Art",
"head": 3,
"id": 2,
"lemma": "a",
"start_char": 7,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 13,
"feats": "Number=Sing",
"head": 8,
"id": 3,
"lemma": "game",
"start_char": 9,
"text": "game",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 16,
"feats": null,
"head": 5,
"id": 4,
"lemma": "of",
"start_char": 14,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 20,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "tag",
"start_char": 17,
"text": "tag",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 21,
"feats": null,
"head": 8,
"id": 6,
"lemma": ",",
"start_char": 20,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 27,
"feats": "Number=Sing",
"head": 8,
"id": 7,
"lemma": "Ethan",
"start_char": 22,
"text": "Ethan",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 34,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 8,
"lemma": "chase",
"start_char": 28,
"text": "chased",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 39,
"feats": "Number=Sing",
"head": 8,
"id": 9,
"lemma": "Luke",
"start_char": 35,
"text": "Luke",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 47,
"feats": null,
"head": 14,
"id": 10,
"lemma": "because",
"start_char": 40,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 50,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 11,
"lemma": "he",
"start_char": 48,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 54,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 14,
"id": 12,
"lemma": "be",
"start_char": 51,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 56,
"feats": null,
"head": 14,
"id": 13,
"lemma": "\"",
"start_char": 55,
"text": "\"",
"upos": "PUNCT",
"xpos": "``"
},
{
"deprel": "advcl",
"end_char": 58,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 8,
"id": 14,
"lemma": "it",
"start_char": 56,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 59,
"feats": null,
"head": 14,
"id": 15,
"lemma": "\"",
"start_char": 58,
"text": "\"",
"upos": "PUNCT",
"xpos": "''"
},
{
"deprel": "punct",
"end_char": 60,
"feats": null,
"head": 8,
"id": 16,
"lemma": ".",
"start_char": 59,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
8,
8
]
],
[
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Mark heard Steve 's feet going down the ladder. The door of the shop closed after him . He ran to look out the window. | 114 | [
{
"end_char": 47,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Mark heard Steve 's feet going down the ladder.",
"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": 10,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "hear",
"start_char": 5,
"text": "heard",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 16,
"feats": "Number=Sing",
"head": 5,
"id": 3,
"lemma": "Steve",
"start_char": 11,
"text": "Steve",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 19,
"feats": null,
"head": 3,
"id": 4,
"lemma": "'s",
"start_char": 17,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "obj",
"end_char": 24,
"feats": "Number=Plur",
"head": 2,
"id": 5,
"lemma": "foot",
"start_char": 20,
"text": "feet",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "ccomp",
"end_char": 30,
"feats": "VerbForm=Ger",
"head": 2,
"id": 6,
"lemma": "go",
"start_char": 25,
"text": "going",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 35,
"feats": null,
"head": 9,
"id": 7,
"lemma": "down",
"start_char": 31,
"text": "down",
"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": 46,
"feats": "Number=Sing",
"head": 6,
"id": 9,
"lemma": "ladder",
"start_char": 40,
"text": "ladder",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 47,
"feats": null,
"head": 2,
"id": 10,
"lemma": ".",
"start_char": 46,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 87,
"id": 2,
"speaker": null,
"start_char": 48,
"text": "The door of the shop closed after him .",
"tokens": [
{
"deprel": "det",
"end_char": 51,
"feats": "Definite=Def|PronType=Art",
"head": 2,
"id": 1,
"lemma": "the",
"start_char": 48,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 56,
"feats": "Number=Sing",
"head": 6,
"id": 2,
"lemma": "door",
"start_char": 52,
"text": "door",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 59,
"feats": null,
"head": 5,
"id": 3,
"lemma": "of",
"start_char": 57,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 63,
"feats": "Definite=Def|PronType=Art",
"head": 5,
"id": 4,
"lemma": "the",
"start_char": 60,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 68,
"feats": "Number=Sing",
"head": 2,
"id": 5,
"lemma": "shop",
"start_char": 64,
"text": "shop",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 75,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 6,
"lemma": "close",
"start_char": 69,
"text": "closed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 81,
"feats": null,
"head": 8,
"id": 7,
"lemma": "after",
"start_char": 76,
"text": "after",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 85,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 6,
"id": 8,
"lemma": "he",
"start_char": 82,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 87,
"feats": null,
"head": 6,
"id": 9,
"lemma": ".",
"start_char": 86,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 118,
"id": 3,
"speaker": null,
"start_char": 88,
"text": "He ran to look out the window.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 90,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 2,
"id": 1,
"lemma": "he",
"start_char": 88,
"text": "He",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 94,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "run",
"start_char": 91,
"text": "ran",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 97,
"feats": null,
"head": 4,
"id": 3,
"lemma": "to",
"start_char": 95,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 102,
"feats": "VerbForm=Inf",
"head": 2,
"id": 4,
"lemma": "look",
"start_char": 98,
"text": "look",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 106,
"feats": null,
"head": 7,
"id": 5,
"lemma": "out",
"start_char": 103,
"text": "out",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 110,
"feats": "Definite=Def|PronType=Art",
"head": 7,
"id": 6,
"lemma": "the",
"start_char": 107,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 117,
"feats": "Number=Sing",
"head": 4,
"id": 7,
"lemma": "window",
"start_char": 111,
"text": "window",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 118,
"feats": null,
"head": 2,
"id": 8,
"lemma": ".",
"start_char": 117,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
2
],
[
1,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
George got free tickets to the play, but he gave them to Eric , because he was particularly eager to see it. | 115 | [
{
"end_char": 108,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "George got free tickets to the play, but he gave them to Eric , because he was particularly eager to see it.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "George",
"start_char": 0,
"text": "George",
"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": "get",
"start_char": 7,
"text": "got",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "amod",
"end_char": 15,
"feats": "Degree=Pos",
"head": 4,
"id": 3,
"lemma": "free",
"start_char": 11,
"text": "free",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 23,
"feats": "Number=Plur",
"head": 2,
"id": 4,
"lemma": "ticket",
"start_char": 16,
"text": "tickets",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 26,
"feats": null,
"head": 7,
"id": 5,
"lemma": "to",
"start_char": 24,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 30,
"feats": "Definite=Def|PronType=Art",
"head": 7,
"id": 6,
"lemma": "the",
"start_char": 27,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 35,
"feats": "Number=Sing",
"head": 2,
"id": 7,
"lemma": "play",
"start_char": 31,
"text": "play",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 36,
"feats": null,
"head": 11,
"id": 8,
"lemma": ",",
"start_char": 35,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 40,
"feats": null,
"head": 11,
"id": 9,
"lemma": "but",
"start_char": 37,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 43,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "he",
"start_char": 41,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 48,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 11,
"lemma": "give",
"start_char": 44,
"text": "gave",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 53,
"feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs",
"head": 11,
"id": 12,
"lemma": "they",
"start_char": 49,
"text": "them",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 56,
"feats": null,
"head": 14,
"id": 13,
"lemma": "to",
"start_char": 54,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 61,
"feats": "Number=Sing",
"head": 11,
"id": 14,
"lemma": "Eric",
"start_char": 57,
"text": "Eric",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 63,
"feats": null,
"head": 11,
"id": 15,
"lemma": ",",
"start_char": 62,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 71,
"feats": null,
"head": 20,
"id": 16,
"lemma": "because",
"start_char": 64,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 74,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 20,
"id": 17,
"lemma": "he",
"start_char": 72,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 78,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 20,
"id": 18,
"lemma": "be",
"start_char": 75,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 91,
"feats": null,
"head": 20,
"id": 19,
"lemma": "particularly",
"start_char": 79,
"text": "particularly",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 97,
"feats": "Degree=Pos",
"head": 11,
"id": 20,
"lemma": "eager",
"start_char": 92,
"text": "eager",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 100,
"feats": null,
"head": 22,
"id": 21,
"lemma": "to",
"start_char": 98,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 104,
"feats": "VerbForm=Inf",
"head": 20,
"id": 22,
"lemma": "see",
"start_char": 101,
"text": "see",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 107,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 22,
"id": 23,
"lemma": "it",
"start_char": 105,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 108,
"feats": null,
"head": 2,
"id": 24,
"lemma": ".",
"start_char": 107,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
16,
16
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
When Tatyana reached the cabin, her mother was sleeping. She was careful not to disturb her, undressing and climbing back into her berth. | 116 | [
{
"end_char": 56,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "When Tatyana reached the cabin, her mother was sleeping.",
"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": 12,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "Tatyana",
"start_char": 5,
"text": "Tatyana",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advcl",
"end_char": 20,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 3,
"lemma": "reach",
"start_char": 13,
"text": "reached",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 24,
"feats": "Definite=Def|PronType=Art",
"head": 5,
"id": 4,
"lemma": "the",
"start_char": 21,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 30,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "cabin",
"start_char": 25,
"text": "cabin",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 31,
"feats": null,
"head": 10,
"id": 6,
"lemma": ",",
"start_char": 30,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nmod:poss",
"end_char": 35,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 8,
"id": 7,
"lemma": "her",
"start_char": 32,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nsubj",
"end_char": 42,
"feats": "Number=Sing",
"head": 10,
"id": 8,
"lemma": "mother",
"start_char": 36,
"text": "mother",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 46,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 9,
"lemma": "be",
"start_char": 43,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 55,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 10,
"lemma": "sleep",
"start_char": 47,
"text": "sleeping",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "punct",
"end_char": 56,
"feats": null,
"head": 10,
"id": 11,
"lemma": ".",
"start_char": 55,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 137,
"id": 2,
"speaker": null,
"start_char": 57,
"text": "She was careful not to disturb her, undressing and climbing back into her berth.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 60,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "she",
"start_char": 57,
"text": "She",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 64,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"start_char": 61,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 72,
"feats": "Degree=Pos",
"head": 0,
"id": 3,
"lemma": "careful",
"start_char": 65,
"text": "careful",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "advmod",
"end_char": 76,
"feats": null,
"head": 6,
"id": 4,
"lemma": "not",
"start_char": 73,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 79,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"start_char": 77,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 87,
"feats": "VerbForm=Inf",
"head": 3,
"id": 6,
"lemma": "disturb",
"start_char": 80,
"text": "disturb",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 91,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 6,
"id": 7,
"lemma": "her",
"start_char": 88,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 92,
"feats": null,
"head": 9,
"id": 8,
"lemma": ",",
"start_char": 91,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advcl",
"end_char": 103,
"feats": "VerbForm=Ger",
"head": 6,
"id": 9,
"lemma": "undress",
"start_char": 93,
"text": "undressing",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "cc",
"end_char": 107,
"feats": null,
"head": 11,
"id": 10,
"lemma": "and",
"start_char": 104,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 116,
"feats": "VerbForm=Ger",
"head": 9,
"id": 11,
"lemma": "climb",
"start_char": 108,
"text": "climbing",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "advmod",
"end_char": 121,
"feats": null,
"head": 11,
"id": 12,
"lemma": "back",
"start_char": 117,
"text": "back",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 126,
"feats": null,
"head": 15,
"id": 13,
"lemma": "into",
"start_char": 122,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 130,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 15,
"id": 14,
"lemma": "her",
"start_char": 127,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 136,
"feats": "Number=Sing",
"head": 11,
"id": 15,
"lemma": "berth",
"start_char": 131,
"text": "berth",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 137,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"start_char": 136,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
7,
7
]
],
[
[
1,
13,
13
]
]
] | 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. | 117 | [
{
"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,
3,
3
],
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The Wainwrights treated Mr. Crowley like a prince until he made his will in their favor; then they treated him like dirt. Folks said he died just to be rid of their everlasting nagging. | 118 | [
{
"end_char": 121,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The Wainwrights treated Mr. Crowley like a prince until he made his will in their favor; then they treated him like dirt.",
"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": "Wainwrights",
"start_char": 4,
"text": "Wainwrights",
"upos": "PROPN",
"xpos": "NNPS"
},
{
"deprel": "root",
"end_char": 23,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "treat",
"start_char": 16,
"text": "treated",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 27,
"feats": "Number=Sing",
"head": 3,
"id": 4,
"lemma": "Mr.",
"start_char": 24,
"text": "Mr.",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "flat",
"end_char": 35,
"feats": "Number=Sing",
"head": 4,
"id": 5,
"lemma": "Crowley",
"start_char": 28,
"text": "Crowley",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 40,
"feats": null,
"head": 8,
"id": 6,
"lemma": "like",
"start_char": 36,
"text": "like",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 42,
"feats": "Definite=Ind|PronType=Art",
"head": 8,
"id": 7,
"lemma": "a",
"start_char": 41,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 49,
"feats": "Number=Sing",
"head": 3,
"id": 8,
"lemma": "prince",
"start_char": 43,
"text": "prince",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 55,
"feats": null,
"head": 11,
"id": 9,
"lemma": "until",
"start_char": 50,
"text": "until",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 58,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "he",
"start_char": 56,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 63,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 11,
"lemma": "make",
"start_char": 59,
"text": "made",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 67,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 13,
"id": 12,
"lemma": "his",
"start_char": 64,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 72,
"feats": "Number=Sing",
"head": 11,
"id": 13,
"lemma": "will",
"start_char": 68,
"text": "will",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 75,
"feats": null,
"head": 16,
"id": 14,
"lemma": "in",
"start_char": 73,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 81,
"feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs",
"head": 16,
"id": 15,
"lemma": "their",
"start_char": 76,
"text": "their",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 87,
"feats": "Number=Sing",
"head": 11,
"id": 16,
"lemma": "favor",
"start_char": 82,
"text": "favor",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 88,
"feats": null,
"head": 3,
"id": 17,
"lemma": ";",
"start_char": 87,
"text": ";",
"upos": "PUNCT",
"xpos": ":"
},
{
"deprel": "advmod",
"end_char": 93,
"feats": "PronType=Dem",
"head": 20,
"id": 18,
"lemma": "then",
"start_char": 89,
"text": "then",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 98,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 20,
"id": 19,
"lemma": "they",
"start_char": 94,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "parataxis",
"end_char": 106,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 20,
"lemma": "treat",
"start_char": 99,
"text": "treated",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 110,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 20,
"id": 21,
"lemma": "he",
"start_char": 107,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 115,
"feats": null,
"head": 23,
"id": 22,
"lemma": "like",
"start_char": 111,
"text": "like",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 120,
"feats": "Number=Sing",
"head": 20,
"id": 23,
"lemma": "dirt",
"start_char": 116,
"text": "dirt",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 121,
"feats": null,
"head": 3,
"id": 24,
"lemma": ".",
"start_char": 120,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 185,
"id": 2,
"speaker": null,
"start_char": 122,
"text": "Folks said he died just to be rid of their everlasting nagging.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 127,
"feats": "Number=Plur",
"head": 2,
"id": 1,
"lemma": "folk",
"start_char": 122,
"text": "Folks",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "root",
"end_char": 132,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "say",
"start_char": 128,
"text": "said",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nsubj",
"end_char": 135,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 4,
"id": 3,
"lemma": "he",
"start_char": 133,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "ccomp",
"end_char": 140,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 4,
"lemma": "die",
"start_char": 136,
"text": "died",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 145,
"feats": null,
"head": 8,
"id": 5,
"lemma": "just",
"start_char": 141,
"text": "just",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 148,
"feats": null,
"head": 8,
"id": 6,
"lemma": "to",
"start_char": 146,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "cop",
"end_char": 151,
"feats": "VerbForm=Inf",
"head": 8,
"id": 7,
"lemma": "be",
"start_char": 149,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "advcl",
"end_char": 155,
"feats": "Degree=Pos",
"head": 4,
"id": 8,
"lemma": "rid",
"start_char": 152,
"text": "rid",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "case",
"end_char": 158,
"feats": null,
"head": 12,
"id": 9,
"lemma": "of",
"start_char": 156,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 164,
"feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs",
"head": 12,
"id": 10,
"lemma": "their",
"start_char": 159,
"text": "their",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "amod",
"end_char": 176,
"feats": "Degree=Pos",
"head": 12,
"id": 11,
"lemma": "everlasting",
"start_char": 165,
"text": "everlasting",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 184,
"feats": "Number=Sing",
"head": 8,
"id": 12,
"lemma": "nagging",
"start_char": 177,
"text": "nagging",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 185,
"feats": null,
"head": 2,
"id": 13,
"lemma": ".",
"start_char": 184,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
1,
0,
0
]
],
[
[
1,
9,
9
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
During a game of tag, Ethan chased Luke because he was "it". | 119 | [
{
"end_char": 60,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "During a game of tag, Ethan chased Luke because he was \"it\".",
"tokens": [
{
"deprel": "case",
"end_char": 6,
"feats": null,
"head": 3,
"id": 1,
"lemma": "during",
"start_char": 0,
"text": "During",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 8,
"feats": "Definite=Ind|PronType=Art",
"head": 3,
"id": 2,
"lemma": "a",
"start_char": 7,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 13,
"feats": "Number=Sing",
"head": 8,
"id": 3,
"lemma": "game",
"start_char": 9,
"text": "game",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 16,
"feats": null,
"head": 5,
"id": 4,
"lemma": "of",
"start_char": 14,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 20,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "tag",
"start_char": 17,
"text": "tag",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 21,
"feats": null,
"head": 8,
"id": 6,
"lemma": ",",
"start_char": 20,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 27,
"feats": "Number=Sing",
"head": 8,
"id": 7,
"lemma": "Ethan",
"start_char": 22,
"text": "Ethan",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 34,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 8,
"lemma": "chase",
"start_char": 28,
"text": "chased",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 39,
"feats": "Number=Sing",
"head": 8,
"id": 9,
"lemma": "Luke",
"start_char": 35,
"text": "Luke",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 47,
"feats": null,
"head": 14,
"id": 10,
"lemma": "because",
"start_char": 40,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 50,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 11,
"lemma": "he",
"start_char": 48,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 54,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 14,
"id": 12,
"lemma": "be",
"start_char": 51,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 56,
"feats": null,
"head": 14,
"id": 13,
"lemma": "\"",
"start_char": 55,
"text": "\"",
"upos": "PUNCT",
"xpos": "``"
},
{
"deprel": "advcl",
"end_char": 58,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 8,
"id": 14,
"lemma": "it",
"start_char": 56,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 59,
"feats": null,
"head": 14,
"id": 15,
"lemma": "\"",
"start_char": 58,
"text": "\"",
"upos": "PUNCT",
"xpos": "''"
},
{
"deprel": "punct",
"end_char": 60,
"feats": null,
"head": 8,
"id": 16,
"lemma": ".",
"start_char": 59,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
6,
6
],
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Tom threw his schoolbag down to Ray after he reached the top of the stairs. | 120 | [
{
"end_char": 75,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Tom threw his schoolbag down to Ray after he reached the top of the stairs.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Tom",
"start_char": 0,
"text": "Tom",
"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": "throw",
"start_char": 4,
"text": "threw",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 13,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 4,
"id": 3,
"lemma": "his",
"start_char": 10,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 23,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "schoolbag",
"start_char": 14,
"text": "schoolbag",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 28,
"feats": null,
"head": 2,
"id": 5,
"lemma": "down",
"start_char": 24,
"text": "down",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 31,
"feats": null,
"head": 7,
"id": 6,
"lemma": "to",
"start_char": 29,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 35,
"feats": "Number=Sing",
"head": 2,
"id": 7,
"lemma": "Ray",
"start_char": 32,
"text": "Ray",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 41,
"feats": null,
"head": 10,
"id": 8,
"lemma": "after",
"start_char": 36,
"text": "after",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 44,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 9,
"lemma": "he",
"start_char": 42,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 52,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 10,
"lemma": "reach",
"start_char": 45,
"text": "reached",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 56,
"feats": "Definite=Def|PronType=Art",
"head": 12,
"id": 11,
"lemma": "the",
"start_char": 53,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 60,
"feats": "Number=Sing",
"head": 10,
"id": 12,
"lemma": "top",
"start_char": 57,
"text": "top",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 63,
"feats": null,
"head": 15,
"id": 13,
"lemma": "of",
"start_char": 61,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 67,
"feats": "Definite=Def|PronType=Art",
"head": 15,
"id": 14,
"lemma": "the",
"start_char": 64,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 74,
"feats": "Number=Plur",
"head": 12,
"id": 15,
"lemma": "stair",
"start_char": 68,
"text": "stairs",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 75,
"feats": null,
"head": 2,
"id": 16,
"lemma": ".",
"start_char": 74,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
8,
8
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The painting in Mark's living room shows an oak tree. It is to the right of the bookcase. | 121 | [
{
"end_char": 53,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The painting in Mark's living room shows an oak tree.",
"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": 12,
"feats": "Number=Sing",
"head": 8,
"id": 2,
"lemma": "painting",
"start_char": 4,
"text": "painting",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 15,
"feats": null,
"head": 7,
"id": 3,
"lemma": "in",
"start_char": 13,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": null,
"feats": "Number=Sing",
"head": 7,
"id": 4,
"lemma": "Mark",
"start_char": 16,
"text": "Mark",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 22,
"feats": null,
"head": 4,
"id": 5,
"lemma": "'s",
"start_char": null,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "compound",
"end_char": 29,
"feats": "Number=Sing",
"head": 7,
"id": 6,
"lemma": "living",
"start_char": 23,
"text": "living",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nmod",
"end_char": 34,
"feats": "Number=Sing",
"head": 2,
"id": 7,
"lemma": "room",
"start_char": 30,
"text": "room",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 40,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 8,
"lemma": "show",
"start_char": 35,
"text": "shows",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "det",
"end_char": 43,
"feats": "Definite=Ind|PronType=Art",
"head": 11,
"id": 9,
"lemma": "a",
"start_char": 41,
"text": "an",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 47,
"feats": "Number=Sing",
"head": 11,
"id": 10,
"lemma": "oak",
"start_char": 44,
"text": "oak",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obj",
"end_char": 52,
"feats": "Number=Sing",
"head": 8,
"id": 11,
"lemma": "tree",
"start_char": 48,
"text": "tree",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 53,
"feats": null,
"head": 8,
"id": 12,
"lemma": ".",
"start_char": 52,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 89,
"id": 2,
"speaker": null,
"start_char": 54,
"text": "It is to the right of the bookcase.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 56,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 5,
"id": 1,
"lemma": "it",
"start_char": 54,
"text": "It",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 59,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 5,
"id": 2,
"lemma": "be",
"start_char": 57,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "case",
"end_char": 62,
"feats": null,
"head": 5,
"id": 3,
"lemma": "to",
"start_char": 60,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 66,
"feats": "Definite=Def|PronType=Art",
"head": 5,
"id": 4,
"lemma": "the",
"start_char": 63,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "root",
"end_char": 72,
"feats": "Number=Sing",
"head": 0,
"id": 5,
"lemma": "right",
"start_char": 67,
"text": "right",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 75,
"feats": null,
"head": 8,
"id": 6,
"lemma": "of",
"start_char": 73,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 79,
"feats": "Definite=Def|PronType=Art",
"head": 8,
"id": 7,
"lemma": "the",
"start_char": 76,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 88,
"feats": "Number=Sing",
"head": 5,
"id": 8,
"lemma": "bookcase",
"start_char": 80,
"text": "bookcase",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 89,
"feats": null,
"head": 5,
"id": 9,
"lemma": ".",
"start_char": 88,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
1
],
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Dr. Adams informed Kate that she had cancer and presented several options for future treatment. | 122 | [
{
"end_char": 95,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Dr. Adams informed Kate that she had cancer and presented several options for future treatment.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Dr.",
"start_char": 0,
"text": "Dr.",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "flat",
"end_char": 9,
"feats": "Number=Sing",
"head": 1,
"id": 2,
"lemma": "Adams",
"start_char": 4,
"text": "Adams",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 18,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "inform",
"start_char": 10,
"text": "informed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "iobj",
"end_char": 23,
"feats": "Number=Sing",
"head": 3,
"id": 4,
"lemma": "Kate",
"start_char": 19,
"text": "Kate",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 28,
"feats": null,
"head": 7,
"id": 5,
"lemma": "that",
"start_char": 24,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 32,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 7,
"id": 6,
"lemma": "she",
"start_char": 29,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "ccomp",
"end_char": 36,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 7,
"lemma": "have",
"start_char": 33,
"text": "had",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 43,
"feats": "Number=Sing",
"head": 7,
"id": 8,
"lemma": "cancer",
"start_char": 37,
"text": "cancer",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 47,
"feats": null,
"head": 10,
"id": 9,
"lemma": "and",
"start_char": 44,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 57,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 7,
"id": 10,
"lemma": "present",
"start_char": 48,
"text": "presented",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "amod",
"end_char": 65,
"feats": "Degree=Pos",
"head": 12,
"id": 11,
"lemma": "several",
"start_char": 58,
"text": "several",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 73,
"feats": "Number=Plur",
"head": 10,
"id": 12,
"lemma": "option",
"start_char": 66,
"text": "options",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 77,
"feats": null,
"head": 15,
"id": 13,
"lemma": "for",
"start_char": 74,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "amod",
"end_char": 84,
"feats": "Degree=Pos",
"head": 15,
"id": 14,
"lemma": "future",
"start_char": 78,
"text": "future",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nmod",
"end_char": 94,
"feats": "Number=Sing",
"head": 12,
"id": 15,
"lemma": "treatment",
"start_char": 85,
"text": "treatment",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 95,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"start_char": 94,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
1
]
],
[
[
0,
5,
5
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The sculpture rolled off the shelf because it wasn't level. | 123 | [
{
"end_char": 59,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The sculpture rolled off the shelf because it wasn't level.",
"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": 13,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "sculpture",
"start_char": 4,
"text": "sculpture",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 20,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "roll",
"start_char": 14,
"text": "rolled",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 24,
"feats": null,
"head": 6,
"id": 4,
"lemma": "off",
"start_char": 21,
"text": "off",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 28,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 25,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 34,
"feats": "Number=Sing",
"head": 3,
"id": 6,
"lemma": "shelf",
"start_char": 29,
"text": "shelf",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 42,
"feats": null,
"head": 11,
"id": 7,
"lemma": "because",
"start_char": 35,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 45,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 8,
"lemma": "it",
"start_char": 43,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": null,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 9,
"lemma": "be",
"start_char": 46,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 52,
"feats": null,
"head": 11,
"id": 10,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 58,
"feats": "Number=Sing",
"head": 3,
"id": 11,
"lemma": "level",
"start_char": 53,
"text": "level",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 59,
"feats": null,
"head": 3,
"id": 12,
"lemma": ".",
"start_char": 58,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
4,
5
],
[
0,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Archaeologists have concluded that humans lived in Laputa 20,000 years ago. They hunted for deer on the river banks. | 124 | [
{
"end_char": 75,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Archaeologists have concluded that humans lived in Laputa 20,000 years ago.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 14,
"feats": "Number=Plur",
"head": 3,
"id": 1,
"lemma": "archaeologist",
"start_char": 0,
"text": "Archaeologists",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "aux",
"end_char": 19,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "have",
"start_char": 15,
"text": "have",
"upos": "AUX",
"xpos": "VBP"
},
{
"deprel": "root",
"end_char": 29,
"feats": "Tense=Past|VerbForm=Part",
"head": 0,
"id": 3,
"lemma": "conclude",
"start_char": 20,
"text": "concluded",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "mark",
"end_char": 34,
"feats": null,
"head": 6,
"id": 4,
"lemma": "that",
"start_char": 30,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 41,
"feats": "Number=Plur",
"head": 6,
"id": 5,
"lemma": "human",
"start_char": 35,
"text": "humans",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "ccomp",
"end_char": 47,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 6,
"lemma": "live",
"start_char": 42,
"text": "lived",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 50,
"feats": null,
"head": 8,
"id": 7,
"lemma": "in",
"start_char": 48,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 57,
"feats": "Number=Sing",
"head": 6,
"id": 8,
"lemma": "Laputa",
"start_char": 51,
"text": "Laputa",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "nummod",
"end_char": 64,
"feats": "NumForm=Digit|NumType=Card",
"head": 10,
"id": 9,
"lemma": "20000",
"start_char": 58,
"text": "20,000",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "obl:npmod",
"end_char": 70,
"feats": "Number=Plur",
"head": 11,
"id": 10,
"lemma": "year",
"start_char": 65,
"text": "years",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "advmod",
"end_char": 74,
"feats": null,
"head": 6,
"id": 11,
"lemma": "ago",
"start_char": 71,
"text": "ago",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 75,
"feats": null,
"head": 3,
"id": 12,
"lemma": ".",
"start_char": 74,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 116,
"id": 2,
"speaker": null,
"start_char": 76,
"text": "They hunted for deer on the river banks.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 80,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 2,
"id": 1,
"lemma": "they",
"start_char": 76,
"text": "They",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 87,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "hunt",
"start_char": 81,
"text": "hunted",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 91,
"feats": null,
"head": 4,
"id": 3,
"lemma": "for",
"start_char": 88,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 96,
"feats": "Number=Plur",
"head": 2,
"id": 4,
"lemma": "deer",
"start_char": 92,
"text": "deer",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 99,
"feats": null,
"head": 8,
"id": 5,
"lemma": "on",
"start_char": 97,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 103,
"feats": "Definite=Def|PronType=Art",
"head": 8,
"id": 6,
"lemma": "the",
"start_char": 100,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 109,
"feats": "Number=Sing",
"head": 8,
"id": 7,
"lemma": "river",
"start_char": 104,
"text": "river",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obl",
"end_char": 115,
"feats": "Number=Plur",
"head": 2,
"id": 8,
"lemma": "bank",
"start_char": 110,
"text": "banks",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 116,
"feats": null,
"head": 2,
"id": 9,
"lemma": ".",
"start_char": 115,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Pete envies Martin although he is very successful. | 125 | [
{
"end_char": 50,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Pete envies Martin although he is very successful.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Pete",
"start_char": 0,
"text": "Pete",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 11,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "envy",
"start_char": 5,
"text": "envies",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "obj",
"end_char": 18,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "Martin",
"start_char": 12,
"text": "Martin",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 27,
"feats": null,
"head": 8,
"id": 4,
"lemma": "although",
"start_char": 19,
"text": "although",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 30,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 8,
"id": 5,
"lemma": "he",
"start_char": 28,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 33,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 8,
"id": 6,
"lemma": "be",
"start_char": 31,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 38,
"feats": null,
"head": 8,
"id": 7,
"lemma": "very",
"start_char": 34,
"text": "very",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 49,
"feats": "Degree=Pos",
"head": 2,
"id": 8,
"lemma": "successful",
"start_char": 39,
"text": "successful",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 50,
"feats": null,
"head": 2,
"id": 9,
"lemma": ".",
"start_char": 49,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
4,
4
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The firemen arrived after the police because they were coming from so far away. | 126 | [
{
"end_char": 79,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The firemen arrived after the police because they were coming from so far away.",
"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": 3,
"id": 2,
"lemma": "firemen",
"start_char": 4,
"text": "firemen",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "root",
"end_char": 19,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "arrive",
"start_char": 12,
"text": "arrived",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 25,
"feats": null,
"head": 6,
"id": 4,
"lemma": "after",
"start_char": 20,
"text": "after",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 29,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 26,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 36,
"feats": "Number=Sing",
"head": 3,
"id": 6,
"lemma": "police",
"start_char": 30,
"text": "police",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 44,
"feats": null,
"head": 10,
"id": 7,
"lemma": "because",
"start_char": 37,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 49,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 10,
"id": 8,
"lemma": "they",
"start_char": 45,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 54,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 9,
"lemma": "be",
"start_char": 50,
"text": "were",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 61,
"feats": "Tense=Pres|VerbForm=Part",
"head": 3,
"id": 10,
"lemma": "come",
"start_char": 55,
"text": "coming",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 66,
"feats": null,
"head": 14,
"id": 11,
"lemma": "from",
"start_char": 62,
"text": "from",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "advmod",
"end_char": 69,
"feats": null,
"head": 13,
"id": 12,
"lemma": "so",
"start_char": 67,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 73,
"feats": "Degree=Pos",
"head": 14,
"id": 13,
"lemma": "far",
"start_char": 70,
"text": "far",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 78,
"feats": null,
"head": 10,
"id": 14,
"lemma": "away",
"start_char": 74,
"text": "away",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 79,
"feats": null,
"head": 3,
"id": 15,
"lemma": ".",
"start_char": 78,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
4,
5
]
],
[
[
0,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Paul tried to call George on the phone, but he wasn't successful. | 127 | [
{
"end_char": 65,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Paul tried to call George on the phone, but he wasn't successful.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Paul",
"start_char": 0,
"text": "Paul",
"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": "try",
"start_char": 5,
"text": "tried",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 13,
"feats": null,
"head": 4,
"id": 3,
"lemma": "to",
"start_char": 11,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 18,
"feats": "VerbForm=Inf",
"head": 2,
"id": 4,
"lemma": "call",
"start_char": 14,
"text": "call",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 25,
"feats": "Number=Sing",
"head": 4,
"id": 5,
"lemma": "George",
"start_char": 19,
"text": "George",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 28,
"feats": null,
"head": 8,
"id": 6,
"lemma": "on",
"start_char": 26,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 32,
"feats": "Definite=Def|PronType=Art",
"head": 8,
"id": 7,
"lemma": "the",
"start_char": 29,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 38,
"feats": "Number=Sing",
"head": 4,
"id": 8,
"lemma": "phone",
"start_char": 33,
"text": "phone",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 39,
"feats": null,
"head": 14,
"id": 9,
"lemma": ",",
"start_char": 38,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 43,
"feats": null,
"head": 14,
"id": 10,
"lemma": "but",
"start_char": 40,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 46,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 11,
"lemma": "he",
"start_char": 44,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": null,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 14,
"id": 12,
"lemma": "be",
"start_char": 47,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 53,
"feats": null,
"head": 14,
"id": 13,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 64,
"feats": "Degree=Pos",
"head": 2,
"id": 14,
"lemma": "successful",
"start_char": 54,
"text": "successful",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 65,
"feats": null,
"head": 2,
"id": 15,
"lemma": ".",
"start_char": 64,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
4,
4
]
],
[
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The signs over the shops' doors had pictures that indicated what work was done inside. Although more and more people were learning how to read, each artisan still had signs, not wishing to lose a possible patron merely because he happened to be illiterate. | 128 | [
{
"end_char": 86,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The signs over the shops' doors had pictures that indicated what work was done inside.",
"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": 9,
"feats": "Number=Plur",
"head": 8,
"id": 2,
"lemma": "sign",
"start_char": 4,
"text": "signs",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 14,
"feats": null,
"head": 7,
"id": 3,
"lemma": "over",
"start_char": 10,
"text": "over",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 18,
"feats": "Definite=Def|PronType=Art",
"head": 5,
"id": 4,
"lemma": "the",
"start_char": 15,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod:poss",
"end_char": null,
"feats": "Number=Plur",
"head": 7,
"id": 5,
"lemma": "shop",
"start_char": 19,
"text": "shops",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 25,
"feats": null,
"head": 5,
"id": 6,
"lemma": "'s",
"start_char": null,
"text": "'",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "nmod",
"end_char": 31,
"feats": "Number=Plur",
"head": 2,
"id": 7,
"lemma": "door",
"start_char": 26,
"text": "doors",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "root",
"end_char": 35,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 8,
"lemma": "have",
"start_char": 32,
"text": "had",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 44,
"feats": "Number=Plur",
"head": 8,
"id": 9,
"lemma": "picture",
"start_char": 36,
"text": "pictures",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "nsubj",
"end_char": 49,
"feats": "PronType=Rel",
"head": 11,
"id": 10,
"lemma": "that",
"start_char": 45,
"text": "that",
"upos": "PRON",
"xpos": "WDT"
},
{
"deprel": "acl:relcl",
"end_char": 59,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 9,
"id": 11,
"lemma": "indicate",
"start_char": 50,
"text": "indicated",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 64,
"feats": "PronType=Int",
"head": 13,
"id": 12,
"lemma": "what",
"start_char": 60,
"text": "what",
"upos": "DET",
"xpos": "WDT"
},
{
"deprel": "nsubj:pass",
"end_char": 69,
"feats": "Number=Sing",
"head": 15,
"id": 13,
"lemma": "work",
"start_char": 65,
"text": "work",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux:pass",
"end_char": 73,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 15,
"id": 14,
"lemma": "be",
"start_char": 70,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "ccomp",
"end_char": 78,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 11,
"id": 15,
"lemma": "do",
"start_char": 74,
"text": "done",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "advmod",
"end_char": 85,
"feats": null,
"head": 15,
"id": 16,
"lemma": "inside",
"start_char": 79,
"text": "inside",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 86,
"feats": null,
"head": 8,
"id": 17,
"lemma": ".",
"start_char": 85,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 256,
"id": 2,
"speaker": null,
"start_char": 87,
"text": "Although more and more people were learning how to read, each artisan still had signs, not wishing to lose a possible patron merely because he happened to be illiterate.",
"tokens": [
{
"deprel": "mark",
"end_char": 95,
"feats": null,
"head": 7,
"id": 1,
"lemma": "although",
"start_char": 87,
"text": "Although",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "amod",
"end_char": 100,
"feats": "Degree=Cmp",
"head": 5,
"id": 2,
"lemma": "more",
"start_char": 96,
"text": "more",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "cc",
"end_char": 104,
"feats": null,
"head": 4,
"id": 3,
"lemma": "and",
"start_char": 101,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 109,
"feats": "Degree=Cmp",
"head": 2,
"id": 4,
"lemma": "more",
"start_char": 105,
"text": "more",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "nsubj",
"end_char": 116,
"feats": "Number=Plur",
"head": 7,
"id": 5,
"lemma": "person",
"start_char": 110,
"text": "people",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "aux",
"end_char": 121,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 7,
"id": 6,
"lemma": "be",
"start_char": 117,
"text": "were",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 130,
"feats": "Tense=Pres|VerbForm=Part",
"head": 15,
"id": 7,
"lemma": "learn",
"start_char": 122,
"text": "learning",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 134,
"feats": "PronType=Int",
"head": 7,
"id": 8,
"lemma": "how",
"start_char": 131,
"text": "how",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "mark",
"end_char": 137,
"feats": null,
"head": 10,
"id": 9,
"lemma": "to",
"start_char": 135,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "acl",
"end_char": 142,
"feats": "VerbForm=Inf",
"head": 8,
"id": 10,
"lemma": "read",
"start_char": 138,
"text": "read",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 143,
"feats": null,
"head": 7,
"id": 11,
"lemma": ",",
"start_char": 142,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "det",
"end_char": 148,
"feats": null,
"head": 13,
"id": 12,
"lemma": "each",
"start_char": 144,
"text": "each",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 156,
"feats": "Number=Sing",
"head": 15,
"id": 13,
"lemma": "artisan",
"start_char": 149,
"text": "artisan",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 162,
"feats": null,
"head": 15,
"id": 14,
"lemma": "still",
"start_char": 157,
"text": "still",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 166,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 15,
"lemma": "have",
"start_char": 163,
"text": "had",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 172,
"feats": "Number=Plur",
"head": 15,
"id": 16,
"lemma": "sign",
"start_char": 167,
"text": "signs",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 173,
"feats": null,
"head": 19,
"id": 17,
"lemma": ",",
"start_char": 172,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 177,
"feats": null,
"head": 19,
"id": 18,
"lemma": "not",
"start_char": 174,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "acl",
"end_char": 185,
"feats": "VerbForm=Ger",
"head": 16,
"id": 19,
"lemma": "wish",
"start_char": 178,
"text": "wishing",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "mark",
"end_char": 188,
"feats": null,
"head": 21,
"id": 20,
"lemma": "to",
"start_char": 186,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 193,
"feats": "VerbForm=Inf",
"head": 19,
"id": 21,
"lemma": "lose",
"start_char": 189,
"text": "lose",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 195,
"feats": "Definite=Ind|PronType=Art",
"head": 24,
"id": 22,
"lemma": "a",
"start_char": 194,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 204,
"feats": "Degree=Pos",
"head": 24,
"id": 23,
"lemma": "possible",
"start_char": 196,
"text": "possible",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 211,
"feats": "Number=Sing",
"head": 21,
"id": 24,
"lemma": "patron",
"start_char": 205,
"text": "patron",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 218,
"feats": null,
"head": 21,
"id": 25,
"lemma": "merely",
"start_char": 212,
"text": "merely",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 226,
"feats": null,
"head": 28,
"id": 26,
"lemma": "because",
"start_char": 219,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 229,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 28,
"id": 27,
"lemma": "he",
"start_char": 227,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 238,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 21,
"id": 28,
"lemma": "happen",
"start_char": 230,
"text": "happened",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 241,
"feats": null,
"head": 31,
"id": 29,
"lemma": "to",
"start_char": 239,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "cop",
"end_char": 244,
"feats": "VerbForm=Inf",
"head": 31,
"id": 30,
"lemma": "be",
"start_char": 242,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "xcomp",
"end_char": 255,
"feats": "Degree=Pos",
"head": 28,
"id": 31,
"lemma": "illiterate",
"start_char": 245,
"text": "illiterate",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 256,
"feats": null,
"head": 15,
"id": 32,
"lemma": ".",
"start_char": 255,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
1,
12,
12
]
],
[
[
1,
26,
26
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Jane knocked on Susan 's door, but there was no answer. She was disappointed. | 129 | [
{
"end_char": 55,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Jane knocked on Susan 's door, but there was no answer.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Jane",
"start_char": 0,
"text": "Jane",
"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": "knock",
"start_char": 5,
"text": "knocked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 15,
"feats": null,
"head": 6,
"id": 3,
"lemma": "on",
"start_char": 13,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 21,
"feats": "Number=Sing",
"head": 6,
"id": 4,
"lemma": "Susan",
"start_char": 16,
"text": "Susan",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 24,
"feats": null,
"head": 4,
"id": 5,
"lemma": "'s",
"start_char": 22,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "obl",
"end_char": 29,
"feats": "Number=Sing",
"head": 2,
"id": 6,
"lemma": "door",
"start_char": 25,
"text": "door",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 30,
"feats": null,
"head": 10,
"id": 7,
"lemma": ",",
"start_char": 29,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 34,
"feats": null,
"head": 10,
"id": 8,
"lemma": "but",
"start_char": 31,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "expl",
"end_char": 40,
"feats": null,
"head": 10,
"id": 9,
"lemma": "there",
"start_char": 35,
"text": "there",
"upos": "PRON",
"xpos": "EX"
},
{
"deprel": "conj",
"end_char": 44,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 10,
"lemma": "be",
"start_char": 41,
"text": "was",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 47,
"feats": null,
"head": 12,
"id": 11,
"lemma": "no",
"start_char": 45,
"text": "no",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 54,
"feats": "Number=Sing",
"head": 10,
"id": 12,
"lemma": "answer",
"start_char": 48,
"text": "answer",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 55,
"feats": null,
"head": 2,
"id": 13,
"lemma": ".",
"start_char": 54,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 77,
"id": 2,
"speaker": null,
"start_char": 56,
"text": "She was disappointed.",
"tokens": [
{
"deprel": "nsubj:pass",
"end_char": 59,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "she",
"start_char": 56,
"text": "She",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux:pass",
"end_char": 63,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"start_char": 60,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 76,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 3,
"lemma": "disappoint",
"start_char": 64,
"text": "disappointed",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "punct",
"end_char": 77,
"feats": null,
"head": 3,
"id": 4,
"lemma": ".",
"start_char": 76,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
3,
3
]
],
[
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Frank was upset with Tom because the toaster he had sold him didn't work. | 130 | [
{
"end_char": 73,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Frank was upset with Tom because the toaster he had sold 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": 15,
"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": 15,
"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": 56,
"feats": "Tense=Past|VerbForm=Part",
"head": 8,
"id": 11,
"lemma": "sell",
"start_char": 52,
"text": "sold",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "obj",
"end_char": 60,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 12,
"lemma": "he",
"start_char": 57,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": null,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 15,
"id": 13,
"lemma": "do",
"start_char": 61,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 67,
"feats": null,
"head": 15,
"id": 14,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 72,
"feats": "VerbForm=Inf",
"head": 3,
"id": 15,
"lemma": "work",
"start_char": 68,
"text": "work",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 73,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"start_char": 72,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
8,
8
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
This book introduced Shakespeare to Ovid ; it was a major influence on his writing. | 131 | [
{
"end_char": 83,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "This book introduced Shakespeare to Ovid ; it was a major influence on his writing.",
"tokens": [
{
"deprel": "det",
"end_char": 4,
"feats": "Number=Sing|PronType=Dem",
"head": 2,
"id": 1,
"lemma": "this",
"start_char": 0,
"text": "This",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 9,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "book",
"start_char": 5,
"text": "book",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 20,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "introduce",
"start_char": 10,
"text": "introduced",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 32,
"feats": "Number=Sing",
"head": 3,
"id": 4,
"lemma": "Shakespeare",
"start_char": 21,
"text": "Shakespeare",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 35,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"start_char": 33,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 40,
"feats": "Number=Sing",
"head": 3,
"id": 6,
"lemma": "Ovid",
"start_char": 36,
"text": "Ovid",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 42,
"feats": null,
"head": 3,
"id": 7,
"lemma": ";",
"start_char": 41,
"text": ";",
"upos": "PUNCT",
"xpos": ":"
},
{
"deprel": "nsubj",
"end_char": 45,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 8,
"lemma": "it",
"start_char": 43,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 49,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 9,
"lemma": "be",
"start_char": 46,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 51,
"feats": "Definite=Ind|PronType=Art",
"head": 12,
"id": 10,
"lemma": "a",
"start_char": 50,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 57,
"feats": "Degree=Pos",
"head": 12,
"id": 11,
"lemma": "major",
"start_char": 52,
"text": "major",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "parataxis",
"end_char": 67,
"feats": "Number=Sing",
"head": 3,
"id": 12,
"lemma": "influence",
"start_char": 58,
"text": "influence",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 70,
"feats": null,
"head": 15,
"id": 13,
"lemma": "on",
"start_char": 68,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 74,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 15,
"id": 14,
"lemma": "his",
"start_char": 71,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nmod",
"end_char": 82,
"feats": "Number=Sing",
"head": 12,
"id": 15,
"lemma": "writing",
"start_char": 75,
"text": "writing",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 83,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"start_char": 82,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
3,
3
],
[
0,
13,
13
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Thomson visited Cooper 's grave in 1765. At that date he had been travelling for five years. | 132 | [
{
"end_char": 40,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Thomson visited Cooper 's grave in 1765.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Thomson",
"start_char": 0,
"text": "Thomson",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 15,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "visit",
"start_char": 8,
"text": "visited",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 22,
"feats": "Number=Sing",
"head": 5,
"id": 3,
"lemma": "Cooper",
"start_char": 16,
"text": "Cooper",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 25,
"feats": null,
"head": 3,
"id": 4,
"lemma": "'s",
"start_char": 23,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "obj",
"end_char": 31,
"feats": "Number=Sing",
"head": 2,
"id": 5,
"lemma": "grave",
"start_char": 26,
"text": "grave",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 34,
"feats": null,
"head": 7,
"id": 6,
"lemma": "in",
"start_char": 32,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 39,
"feats": "NumForm=Digit|NumType=Card",
"head": 2,
"id": 7,
"lemma": "1765",
"start_char": 35,
"text": "1765",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "punct",
"end_char": 40,
"feats": null,
"head": 2,
"id": 8,
"lemma": ".",
"start_char": 39,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 92,
"id": 2,
"speaker": null,
"start_char": 41,
"text": "At that date he had been travelling for five years.",
"tokens": [
{
"deprel": "case",
"end_char": 43,
"feats": null,
"head": 3,
"id": 1,
"lemma": "at",
"start_char": 41,
"text": "At",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 48,
"feats": "Number=Sing|PronType=Dem",
"head": 3,
"id": 2,
"lemma": "that",
"start_char": 44,
"text": "that",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 53,
"feats": "Number=Sing",
"head": 7,
"id": 3,
"lemma": "date",
"start_char": 49,
"text": "date",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 56,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 7,
"id": 4,
"lemma": "he",
"start_char": 54,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 60,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 7,
"id": 5,
"lemma": "have",
"start_char": 57,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "aux",
"end_char": 65,
"feats": "Tense=Past|VerbForm=Part",
"head": 7,
"id": 6,
"lemma": "be",
"start_char": 61,
"text": "been",
"upos": "AUX",
"xpos": "VBN"
},
{
"deprel": "root",
"end_char": 76,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 7,
"lemma": "travel",
"start_char": 66,
"text": "travelling",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 80,
"feats": null,
"head": 10,
"id": 8,
"lemma": "for",
"start_char": 77,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nummod",
"end_char": 85,
"feats": "NumForm=Word|NumType=Card",
"head": 10,
"id": 9,
"lemma": "five",
"start_char": 81,
"text": "five",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "obl",
"end_char": 91,
"feats": "Number=Plur",
"head": 7,
"id": 10,
"lemma": "year",
"start_char": 86,
"text": "years",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 92,
"feats": null,
"head": 7,
"id": 11,
"lemma": ".",
"start_char": 91,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
2
]
],
[
[
1,
3,
3
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The delivery truck zoomed by the school bus because it was going so slow. | 133 | [
{
"end_char": 73,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The delivery truck zoomed by the school bus because it was going so slow.",
"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": 12,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "delivery",
"start_char": 4,
"text": "delivery",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 18,
"feats": "Number=Sing",
"head": 4,
"id": 3,
"lemma": "truck",
"start_char": 13,
"text": "truck",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 25,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 4,
"lemma": "zoom",
"start_char": 19,
"text": "zoomed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 28,
"feats": null,
"head": 8,
"id": 5,
"lemma": "by",
"start_char": 26,
"text": "by",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 32,
"feats": "Definite=Def|PronType=Art",
"head": 8,
"id": 6,
"lemma": "the",
"start_char": 29,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 39,
"feats": "Number=Sing",
"head": 8,
"id": 7,
"lemma": "school",
"start_char": 33,
"text": "school",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obl",
"end_char": 43,
"feats": "Number=Sing",
"head": 4,
"id": 8,
"lemma": "bus",
"start_char": 40,
"text": "bus",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 51,
"feats": null,
"head": 12,
"id": 9,
"lemma": "because",
"start_char": 44,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 54,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 10,
"lemma": "it",
"start_char": 52,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 58,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 11,
"lemma": "be",
"start_char": 55,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 64,
"feats": "Tense=Pres|VerbForm=Part",
"head": 4,
"id": 12,
"lemma": "go",
"start_char": 59,
"text": "going",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "advmod",
"end_char": 67,
"feats": null,
"head": 14,
"id": 13,
"lemma": "so",
"start_char": 65,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "xcomp",
"end_char": 72,
"feats": "Degree=Pos",
"head": 12,
"id": 14,
"lemma": "slow",
"start_char": 68,
"text": "slow",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 73,
"feats": null,
"head": 4,
"id": 15,
"lemma": ".",
"start_char": 72,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
5,
7
],
[
0,
9,
9
]
]
] | 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. | 134 | [
{
"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
],
[
1,
18,
18
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The sack of potatoes had been placed above the bag of flour , so it had to be moved first. | 135 | [
{
"end_char": 90,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The sack of potatoes had been placed above the bag of flour , so it had to be moved first.",
"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:pass",
"end_char": 8,
"feats": "Number=Sing",
"head": 7,
"id": 2,
"lemma": "sack",
"start_char": 4,
"text": "sack",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 11,
"feats": null,
"head": 4,
"id": 3,
"lemma": "of",
"start_char": 9,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 20,
"feats": "Number=Plur",
"head": 2,
"id": 4,
"lemma": "potato",
"start_char": 12,
"text": "potatoes",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "aux",
"end_char": 24,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 7,
"id": 5,
"lemma": "have",
"start_char": 21,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "aux:pass",
"end_char": 29,
"feats": "Tense=Past|VerbForm=Part",
"head": 7,
"id": 6,
"lemma": "be",
"start_char": 25,
"text": "been",
"upos": "AUX",
"xpos": "VBN"
},
{
"deprel": "root",
"end_char": 36,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 7,
"lemma": "place",
"start_char": 30,
"text": "placed",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 42,
"feats": null,
"head": 10,
"id": 8,
"lemma": "above",
"start_char": 37,
"text": "above",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 46,
"feats": "Definite=Def|PronType=Art",
"head": 10,
"id": 9,
"lemma": "the",
"start_char": 43,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 50,
"feats": "Number=Sing",
"head": 7,
"id": 10,
"lemma": "bag",
"start_char": 47,
"text": "bag",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 53,
"feats": null,
"head": 12,
"id": 11,
"lemma": "of",
"start_char": 51,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 59,
"feats": "Number=Sing",
"head": 10,
"id": 12,
"lemma": "flour",
"start_char": 54,
"text": "flour",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 61,
"feats": null,
"head": 16,
"id": 13,
"lemma": ",",
"start_char": 60,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 64,
"feats": null,
"head": 16,
"id": 14,
"lemma": "so",
"start_char": 62,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 67,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 16,
"id": 15,
"lemma": "it",
"start_char": 65,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "parataxis",
"end_char": 71,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 7,
"id": 16,
"lemma": "have",
"start_char": 68,
"text": "had",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 74,
"feats": null,
"head": 19,
"id": 17,
"lemma": "to",
"start_char": 72,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "aux:pass",
"end_char": 77,
"feats": "VerbForm=Inf",
"head": 19,
"id": 18,
"lemma": "be",
"start_char": 75,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "xcomp",
"end_char": 83,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 16,
"id": 19,
"lemma": "move",
"start_char": 78,
"text": "moved",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "advmod",
"end_char": 89,
"feats": "NumType=Ord",
"head": 19,
"id": 20,
"lemma": "first",
"start_char": 84,
"text": "first",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 90,
"feats": null,
"head": 7,
"id": 21,
"lemma": ".",
"start_char": 89,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
3
],
[
0,
14,
14
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Thomson visited Cooper 's grave in 1765. At that date he had been dead for five years. | 136 | [
{
"end_char": 40,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Thomson visited Cooper 's grave in 1765.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Thomson",
"start_char": 0,
"text": "Thomson",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 15,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "visit",
"start_char": 8,
"text": "visited",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 22,
"feats": "Number=Sing",
"head": 5,
"id": 3,
"lemma": "Cooper",
"start_char": 16,
"text": "Cooper",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 25,
"feats": null,
"head": 3,
"id": 4,
"lemma": "'s",
"start_char": 23,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "obj",
"end_char": 31,
"feats": "Number=Sing",
"head": 2,
"id": 5,
"lemma": "grave",
"start_char": 26,
"text": "grave",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 34,
"feats": null,
"head": 7,
"id": 6,
"lemma": "in",
"start_char": 32,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 39,
"feats": "NumForm=Digit|NumType=Card",
"head": 2,
"id": 7,
"lemma": "1765",
"start_char": 35,
"text": "1765",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "punct",
"end_char": 40,
"feats": null,
"head": 2,
"id": 8,
"lemma": ".",
"start_char": 39,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 86,
"id": 2,
"speaker": null,
"start_char": 41,
"text": "At that date he had been dead for five years.",
"tokens": [
{
"deprel": "case",
"end_char": 43,
"feats": null,
"head": 3,
"id": 1,
"lemma": "at",
"start_char": 41,
"text": "At",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 48,
"feats": "Number=Sing|PronType=Dem",
"head": 3,
"id": 2,
"lemma": "that",
"start_char": 44,
"text": "that",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 53,
"feats": "Number=Sing",
"head": 7,
"id": 3,
"lemma": "date",
"start_char": 49,
"text": "date",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 56,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 7,
"id": 4,
"lemma": "he",
"start_char": 54,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 60,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 7,
"id": 5,
"lemma": "have",
"start_char": 57,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "cop",
"end_char": 65,
"feats": "Tense=Past|VerbForm=Part",
"head": 7,
"id": 6,
"lemma": "be",
"start_char": 61,
"text": "been",
"upos": "AUX",
"xpos": "VBN"
},
{
"deprel": "root",
"end_char": 70,
"feats": "Degree=Pos",
"head": 0,
"id": 7,
"lemma": "dead",
"start_char": 66,
"text": "dead",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "case",
"end_char": 74,
"feats": null,
"head": 10,
"id": 8,
"lemma": "for",
"start_char": 71,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nummod",
"end_char": 79,
"feats": "NumForm=Word|NumType=Card",
"head": 10,
"id": 9,
"lemma": "five",
"start_char": 75,
"text": "five",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "obl",
"end_char": 85,
"feats": "Number=Plur",
"head": 7,
"id": 10,
"lemma": "year",
"start_char": 80,
"text": "years",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 86,
"feats": null,
"head": 7,
"id": 11,
"lemma": ".",
"start_char": 85,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
1,
3,
3
]
]
] | 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. "Good for him," he said. | 137 | [
{
"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": 130,
"id": 3,
"speaker": null,
"start_char": 106,
"text": "\"Good for him,\" 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": 111,
"feats": "Degree=Pos",
"head": 8,
"id": 2,
"lemma": "good",
"start_char": 107,
"text": "Good",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "case",
"end_char": 115,
"feats": null,
"head": 4,
"id": 3,
"lemma": "for",
"start_char": 112,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 119,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 2,
"id": 4,
"lemma": "he",
"start_char": 116,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 120,
"feats": null,
"head": 8,
"id": 5,
"lemma": ",",
"start_char": 119,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "punct",
"end_char": 121,
"feats": null,
"head": 8,
"id": 6,
"lemma": "\"",
"start_char": 120,
"text": "\"",
"upos": "PUNCT",
"xpos": "''"
},
{
"deprel": "nsubj",
"end_char": 124,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 8,
"id": 7,
"lemma": "he",
"start_char": 122,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 129,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 8,
"lemma": "say",
"start_char": 125,
"text": "said",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 130,
"feats": null,
"head": 8,
"id": 9,
"lemma": ".",
"start_char": 129,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
6,
6
],
[
2,
3,
3
]
]
] | 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 | 138 | [
{
"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,
0,
0
],
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Then he took a piece of iron the shape of the horse horse's foot , and clapped it on, and drove some nails through the shoe quite into its hoof, so that the shoe was firmly on | 139 | [
{
"end_char": 175,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Then he took a piece of iron the shape of the horse horse's foot , and clapped it on, and drove some nails through the shoe quite into its hoof, so that the shoe was firmly on",
"tokens": [
{
"deprel": "advmod",
"end_char": 4,
"feats": "PronType=Dem",
"head": 3,
"id": 1,
"lemma": "then",
"start_char": 0,
"text": "Then",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 3,
"id": 2,
"lemma": "he",
"start_char": 5,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 12,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "take",
"start_char": 8,
"text": "took",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 14,
"feats": "Definite=Ind|PronType=Art",
"head": 5,
"id": 4,
"lemma": "a",
"start_char": 13,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 20,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "piece",
"start_char": 15,
"text": "piece",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 23,
"feats": null,
"head": 7,
"id": 6,
"lemma": "of",
"start_char": 21,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 28,
"feats": "Number=Sing",
"head": 5,
"id": 7,
"lemma": "iron",
"start_char": 24,
"text": "iron",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "det",
"end_char": 32,
"feats": "Definite=Def|PronType=Art",
"head": 9,
"id": 8,
"lemma": "the",
"start_char": 29,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 38,
"feats": "Number=Sing",
"head": 3,
"id": 9,
"lemma": "shape",
"start_char": 33,
"text": "shape",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 41,
"feats": null,
"head": 15,
"id": 10,
"lemma": "of",
"start_char": 39,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 45,
"feats": "Definite=Def|PronType=Art",
"head": 13,
"id": 11,
"lemma": "the",
"start_char": 42,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 51,
"feats": "Number=Sing",
"head": 13,
"id": 12,
"lemma": "horse",
"start_char": 46,
"text": "horse",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nmod:poss",
"end_char": null,
"feats": "Number=Sing",
"head": 15,
"id": 13,
"lemma": "horse",
"start_char": 52,
"text": "horse",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 59,
"feats": null,
"head": 13,
"id": 14,
"lemma": "'s",
"start_char": null,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "nmod",
"end_char": 64,
"feats": "Number=Sing",
"head": 9,
"id": 15,
"lemma": "foot",
"start_char": 60,
"text": "foot",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 66,
"feats": null,
"head": 18,
"id": 16,
"lemma": ",",
"start_char": 65,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 70,
"feats": null,
"head": 18,
"id": 17,
"lemma": "and",
"start_char": 67,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 78,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 18,
"lemma": "clap",
"start_char": 71,
"text": "clapped",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 81,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 18,
"id": 19,
"lemma": "it",
"start_char": 79,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "compound:prt",
"end_char": 84,
"feats": null,
"head": 18,
"id": 20,
"lemma": "on",
"start_char": 82,
"text": "on",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 85,
"feats": null,
"head": 23,
"id": 21,
"lemma": ",",
"start_char": 84,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 89,
"feats": null,
"head": 23,
"id": 22,
"lemma": "and",
"start_char": 86,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 95,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 23,
"lemma": "drive",
"start_char": 90,
"text": "drove",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 100,
"feats": null,
"head": 25,
"id": 24,
"lemma": "some",
"start_char": 96,
"text": "some",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 106,
"feats": "Number=Plur",
"head": 23,
"id": 25,
"lemma": "nail",
"start_char": 101,
"text": "nails",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 114,
"feats": null,
"head": 28,
"id": 26,
"lemma": "through",
"start_char": 107,
"text": "through",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 118,
"feats": "Definite=Def|PronType=Art",
"head": 28,
"id": 27,
"lemma": "the",
"start_char": 115,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 123,
"feats": "Number=Sing",
"head": 23,
"id": 28,
"lemma": "shoe",
"start_char": 119,
"text": "shoe",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 129,
"feats": null,
"head": 32,
"id": 29,
"lemma": "quite",
"start_char": 124,
"text": "quite",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 134,
"feats": null,
"head": 32,
"id": 30,
"lemma": "into",
"start_char": 130,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 138,
"feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 32,
"id": 31,
"lemma": "its",
"start_char": 135,
"text": "its",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 143,
"feats": "Number=Sing",
"head": 23,
"id": 32,
"lemma": "hoof",
"start_char": 139,
"text": "hoof",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 144,
"feats": null,
"head": 23,
"id": 33,
"lemma": ",",
"start_char": 143,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 147,
"feats": null,
"head": 40,
"id": 34,
"lemma": "so",
"start_char": 145,
"text": "so",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "fixed",
"end_char": 152,
"feats": null,
"head": 34,
"id": 35,
"lemma": "that",
"start_char": 148,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 156,
"feats": "Definite=Def|PronType=Art",
"head": 37,
"id": 36,
"lemma": "the",
"start_char": 153,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 161,
"feats": "Number=Sing",
"head": 40,
"id": 37,
"lemma": "shoe",
"start_char": 157,
"text": "shoe",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cop",
"end_char": 165,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 40,
"id": 38,
"lemma": "be",
"start_char": 162,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 172,
"feats": null,
"head": 40,
"id": 39,
"lemma": "firmly",
"start_char": 166,
"text": "firmly",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 175,
"feats": null,
"head": 23,
"id": 40,
"lemma": "on",
"start_char": 173,
"text": "on",
"upos": "ADV",
"xpos": "RB"
}
]
}
] | [
[
[
0,
8,
8
]
],
[
[
0,
18,
18
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Dr. Adams informed Kate that she had retired and presented several options for future treatment. | 140 | [
{
"end_char": 96,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Dr. Adams informed Kate that she had retired and presented several options for future treatment.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Dr.",
"start_char": 0,
"text": "Dr.",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "flat",
"end_char": 9,
"feats": "Number=Sing",
"head": 1,
"id": 2,
"lemma": "Adams",
"start_char": 4,
"text": "Adams",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 18,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "inform",
"start_char": 10,
"text": "informed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "iobj",
"end_char": 23,
"feats": "Number=Sing",
"head": 3,
"id": 4,
"lemma": "Kate",
"start_char": 19,
"text": "Kate",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 28,
"feats": null,
"head": 8,
"id": 5,
"lemma": "that",
"start_char": 24,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 32,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 8,
"id": 6,
"lemma": "she",
"start_char": 29,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 36,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 8,
"id": 7,
"lemma": "have",
"start_char": 33,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "ccomp",
"end_char": 44,
"feats": "Tense=Past|VerbForm=Part",
"head": 3,
"id": 8,
"lemma": "retire",
"start_char": 37,
"text": "retired",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "cc",
"end_char": 48,
"feats": null,
"head": 10,
"id": 9,
"lemma": "and",
"start_char": 45,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 58,
"feats": "Tense=Past|VerbForm=Part",
"head": 8,
"id": 10,
"lemma": "present",
"start_char": 49,
"text": "presented",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "amod",
"end_char": 66,
"feats": "Degree=Pos",
"head": 12,
"id": 11,
"lemma": "several",
"start_char": 59,
"text": "several",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 74,
"feats": "Number=Plur",
"head": 10,
"id": 12,
"lemma": "option",
"start_char": 67,
"text": "options",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 78,
"feats": null,
"head": 15,
"id": 13,
"lemma": "for",
"start_char": 75,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "amod",
"end_char": 85,
"feats": "Degree=Pos",
"head": 15,
"id": 14,
"lemma": "future",
"start_char": 79,
"text": "future",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nmod",
"end_char": 95,
"feats": "Number=Sing",
"head": 12,
"id": 15,
"lemma": "treatment",
"start_char": 86,
"text": "treatment",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 96,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"start_char": 95,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
1
],
[
0,
5,
5
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
George got free tickets to the play, but he gave them to Eric , because he was particularly eager to see it. | 141 | [
{
"end_char": 108,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "George got free tickets to the play, but he gave them to Eric , because he was particularly eager to see it.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "George",
"start_char": 0,
"text": "George",
"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": "get",
"start_char": 7,
"text": "got",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "amod",
"end_char": 15,
"feats": "Degree=Pos",
"head": 4,
"id": 3,
"lemma": "free",
"start_char": 11,
"text": "free",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 23,
"feats": "Number=Plur",
"head": 2,
"id": 4,
"lemma": "ticket",
"start_char": 16,
"text": "tickets",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 26,
"feats": null,
"head": 7,
"id": 5,
"lemma": "to",
"start_char": 24,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 30,
"feats": "Definite=Def|PronType=Art",
"head": 7,
"id": 6,
"lemma": "the",
"start_char": 27,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 35,
"feats": "Number=Sing",
"head": 2,
"id": 7,
"lemma": "play",
"start_char": 31,
"text": "play",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 36,
"feats": null,
"head": 11,
"id": 8,
"lemma": ",",
"start_char": 35,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 40,
"feats": null,
"head": 11,
"id": 9,
"lemma": "but",
"start_char": 37,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 43,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "he",
"start_char": 41,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 48,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 11,
"lemma": "give",
"start_char": 44,
"text": "gave",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 53,
"feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs",
"head": 11,
"id": 12,
"lemma": "they",
"start_char": 49,
"text": "them",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 56,
"feats": null,
"head": 14,
"id": 13,
"lemma": "to",
"start_char": 54,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 61,
"feats": "Number=Sing",
"head": 11,
"id": 14,
"lemma": "Eric",
"start_char": 57,
"text": "Eric",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 63,
"feats": null,
"head": 11,
"id": 15,
"lemma": ",",
"start_char": 62,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 71,
"feats": null,
"head": 20,
"id": 16,
"lemma": "because",
"start_char": 64,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 74,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 20,
"id": 17,
"lemma": "he",
"start_char": 72,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 78,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 20,
"id": 18,
"lemma": "be",
"start_char": 75,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 91,
"feats": null,
"head": 20,
"id": 19,
"lemma": "particularly",
"start_char": 79,
"text": "particularly",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 97,
"feats": "Degree=Pos",
"head": 11,
"id": 20,
"lemma": "eager",
"start_char": 92,
"text": "eager",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 100,
"feats": null,
"head": 22,
"id": 21,
"lemma": "to",
"start_char": 98,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 104,
"feats": "VerbForm=Inf",
"head": 20,
"id": 22,
"lemma": "see",
"start_char": 101,
"text": "see",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 107,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 22,
"id": 23,
"lemma": "it",
"start_char": 105,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 108,
"feats": null,
"head": 2,
"id": 24,
"lemma": ".",
"start_char": 107,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
13,
13
],
[
0,
16,
16
]
]
] | 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. | 142 | [
{
"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,
11,
11
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Jane knocked on Susan 's door but she did not get an answer. | 143 | [
{
"end_char": 60,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Jane knocked on Susan 's door but she did not get an answer.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Jane",
"start_char": 0,
"text": "Jane",
"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": "knock",
"start_char": 5,
"text": "knocked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 15,
"feats": null,
"head": 6,
"id": 3,
"lemma": "on",
"start_char": 13,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 21,
"feats": "Number=Sing",
"head": 6,
"id": 4,
"lemma": "Susan",
"start_char": 16,
"text": "Susan",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 24,
"feats": null,
"head": 4,
"id": 5,
"lemma": "'s",
"start_char": 22,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "obl",
"end_char": 29,
"feats": "Number=Sing",
"head": 2,
"id": 6,
"lemma": "door",
"start_char": 25,
"text": "door",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 33,
"feats": null,
"head": 11,
"id": 7,
"lemma": "but",
"start_char": 30,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 37,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 8,
"lemma": "she",
"start_char": 34,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 41,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 9,
"lemma": "do",
"start_char": 38,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 45,
"feats": null,
"head": 11,
"id": 10,
"lemma": "not",
"start_char": 42,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 49,
"feats": "VerbForm=Inf",
"head": 2,
"id": 11,
"lemma": "get",
"start_char": 46,
"text": "get",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 52,
"feats": "Definite=Ind|PronType=Art",
"head": 13,
"id": 12,
"lemma": "a",
"start_char": 50,
"text": "an",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 59,
"feats": "Number=Sing",
"head": 11,
"id": 13,
"lemma": "answer",
"start_char": 53,
"text": "answer",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 60,
"feats": null,
"head": 2,
"id": 14,
"lemma": ".",
"start_char": 59,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
3,
3
]
],
[
[
0,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Pete envies Martin although he is very successful. | 144 | [
{
"end_char": 50,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Pete envies Martin although he is very successful.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Pete",
"start_char": 0,
"text": "Pete",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 11,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "envy",
"start_char": 5,
"text": "envies",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "obj",
"end_char": 18,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "Martin",
"start_char": 12,
"text": "Martin",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 27,
"feats": null,
"head": 8,
"id": 4,
"lemma": "although",
"start_char": 19,
"text": "although",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 30,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 8,
"id": 5,
"lemma": "he",
"start_char": 28,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 33,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 8,
"id": 6,
"lemma": "be",
"start_char": 31,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 38,
"feats": null,
"head": 8,
"id": 7,
"lemma": "very",
"start_char": 34,
"text": "very",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 49,
"feats": "Degree=Pos",
"head": 2,
"id": 8,
"lemma": "successful",
"start_char": 39,
"text": "successful",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 50,
"feats": null,
"head": 2,
"id": 9,
"lemma": ".",
"start_char": 49,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
2
]
],
[
[
0,
4,
4
]
]
] | 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. | 145 | [
{
"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,
3,
5
],
[
1,
12,
12
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
We went to the lake , because a shark had been seen at the ocean beach , so it was a safer place to swim. | 146 | [
{
"end_char": 105,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "We went to the lake , because a shark had been seen at the ocean beach , so it was a safer place to swim.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 2,
"feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs",
"head": 2,
"id": 1,
"lemma": "we",
"start_char": 0,
"text": "We",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 7,
"feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "go",
"start_char": 3,
"text": "went",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 10,
"feats": null,
"head": 5,
"id": 3,
"lemma": "to",
"start_char": 8,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 14,
"feats": "Definite=Def|PronType=Art",
"head": 5,
"id": 4,
"lemma": "the",
"start_char": 11,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 19,
"feats": "Number=Sing",
"head": 2,
"id": 5,
"lemma": "lake",
"start_char": 15,
"text": "lake",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 21,
"feats": null,
"head": 2,
"id": 6,
"lemma": ",",
"start_char": 20,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 29,
"feats": null,
"head": 12,
"id": 7,
"lemma": "because",
"start_char": 22,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 31,
"feats": "Definite=Ind|PronType=Art",
"head": 9,
"id": 8,
"lemma": "a",
"start_char": 30,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj:pass",
"end_char": 37,
"feats": "Number=Sing",
"head": 12,
"id": 9,
"lemma": "shark",
"start_char": 32,
"text": "shark",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 41,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 10,
"lemma": "have",
"start_char": 38,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "aux:pass",
"end_char": 46,
"feats": "Tense=Past|VerbForm=Part",
"head": 12,
"id": 11,
"lemma": "be",
"start_char": 42,
"text": "been",
"upos": "AUX",
"xpos": "VBN"
},
{
"deprel": "advcl",
"end_char": 51,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 2,
"id": 12,
"lemma": "see",
"start_char": 47,
"text": "seen",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 54,
"feats": null,
"head": 16,
"id": 13,
"lemma": "at",
"start_char": 52,
"text": "at",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 58,
"feats": "Definite=Def|PronType=Art",
"head": 16,
"id": 14,
"lemma": "the",
"start_char": 55,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 64,
"feats": "Number=Sing",
"head": 16,
"id": 15,
"lemma": "ocean",
"start_char": 59,
"text": "ocean",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obl",
"end_char": 70,
"feats": "Number=Sing",
"head": 12,
"id": 16,
"lemma": "beach",
"start_char": 65,
"text": "beach",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 72,
"feats": null,
"head": 23,
"id": 17,
"lemma": ",",
"start_char": 71,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 75,
"feats": null,
"head": 23,
"id": 18,
"lemma": "so",
"start_char": 73,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 78,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 23,
"id": 19,
"lemma": "it",
"start_char": 76,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 82,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 23,
"id": 20,
"lemma": "be",
"start_char": 79,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 84,
"feats": "Definite=Ind|PronType=Art",
"head": 23,
"id": 21,
"lemma": "a",
"start_char": 83,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 90,
"feats": "Degree=Cmp",
"head": 23,
"id": 22,
"lemma": "safe",
"start_char": 85,
"text": "safer",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "parataxis",
"end_char": 96,
"feats": "Number=Sing",
"head": 2,
"id": 23,
"lemma": "place",
"start_char": 91,
"text": "place",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 99,
"feats": null,
"head": 25,
"id": 24,
"lemma": "to",
"start_char": 97,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "acl",
"end_char": 104,
"feats": "VerbForm=Inf",
"head": 23,
"id": 25,
"lemma": "swim",
"start_char": 100,
"text": "swim",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 105,
"feats": null,
"head": 2,
"id": 26,
"lemma": ".",
"start_char": 104,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
13,
15
]
],
[
[
0,
18,
18
]
]
] | 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. | 147 | [
{
"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,
1,
1
],
[
2,
2,
2
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Grant worked hard to harvest his beans so he and his family would have enough to eat that winter, His friend Henry let him stack them in his barn where they would dry. Later, he and Tatyana would shell them and cook them for their Sunday dinners. | 148 | [
{
"end_char": 167,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Grant worked hard to harvest his beans so he and his family would have enough to eat that winter, His friend Henry let him stack them in his barn where they would dry.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "grant",
"start_char": 0,
"text": "Grant",
"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": "work",
"start_char": 6,
"text": "worked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 17,
"feats": "Degree=Pos",
"head": 2,
"id": 3,
"lemma": "hard",
"start_char": 13,
"text": "hard",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 20,
"feats": null,
"head": 5,
"id": 4,
"lemma": "to",
"start_char": 18,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 28,
"feats": "VerbForm=Inf",
"head": 2,
"id": 5,
"lemma": "harvest",
"start_char": 21,
"text": "harvest",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "nmod:poss",
"end_char": 32,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 7,
"id": 6,
"lemma": "his",
"start_char": 29,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 38,
"feats": "Number=Plur",
"head": 5,
"id": 7,
"lemma": "bean",
"start_char": 33,
"text": "beans",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "mark",
"end_char": 41,
"feats": null,
"head": 14,
"id": 8,
"lemma": "so",
"start_char": 39,
"text": "so",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 44,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 9,
"lemma": "he",
"start_char": 42,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cc",
"end_char": 48,
"feats": null,
"head": 12,
"id": 10,
"lemma": "and",
"start_char": 45,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nmod:poss",
"end_char": 52,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 12,
"id": 11,
"lemma": "his",
"start_char": 49,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "conj",
"end_char": 59,
"feats": "Number=Sing",
"head": 9,
"id": 12,
"lemma": "family",
"start_char": 53,
"text": "family",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 65,
"feats": "VerbForm=Fin",
"head": 14,
"id": 13,
"lemma": "would",
"start_char": 60,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advcl",
"end_char": 70,
"feats": "VerbForm=Inf",
"head": 2,
"id": 14,
"lemma": "have",
"start_char": 66,
"text": "have",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "advmod",
"end_char": 77,
"feats": null,
"head": 14,
"id": 15,
"lemma": "enough",
"start_char": 71,
"text": "enough",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 80,
"feats": null,
"head": 17,
"id": 16,
"lemma": "to",
"start_char": 78,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 84,
"feats": "VerbForm=Inf",
"head": 15,
"id": 17,
"lemma": "eat",
"start_char": 81,
"text": "eat",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 89,
"feats": "Number=Sing|PronType=Dem",
"head": 19,
"id": 18,
"lemma": "that",
"start_char": 85,
"text": "that",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 96,
"feats": "Number=Sing",
"head": 17,
"id": 19,
"lemma": "winter",
"start_char": 90,
"text": "winter",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 97,
"feats": null,
"head": 2,
"id": 20,
"lemma": ",",
"start_char": 96,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nmod:poss",
"end_char": 101,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 22,
"id": 21,
"lemma": "his",
"start_char": 98,
"text": "His",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nsubj",
"end_char": 108,
"feats": "Number=Sing",
"head": 24,
"id": 22,
"lemma": "friend",
"start_char": 102,
"text": "friend",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "appos",
"end_char": 114,
"feats": "Number=Sing",
"head": 22,
"id": 23,
"lemma": "Henry",
"start_char": 109,
"text": "Henry",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "parataxis",
"end_char": 118,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 24,
"lemma": "let",
"start_char": 115,
"text": "let",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 122,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 24,
"id": 25,
"lemma": "he",
"start_char": 119,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "xcomp",
"end_char": 128,
"feats": "VerbForm=Inf",
"head": 24,
"id": 26,
"lemma": "stack",
"start_char": 123,
"text": "stack",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 133,
"feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs",
"head": 26,
"id": 27,
"lemma": "they",
"start_char": 129,
"text": "them",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 136,
"feats": null,
"head": 30,
"id": 28,
"lemma": "in",
"start_char": 134,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 140,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 30,
"id": 29,
"lemma": "his",
"start_char": 137,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 145,
"feats": "Number=Sing",
"head": 26,
"id": 30,
"lemma": "barn",
"start_char": 141,
"text": "barn",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 151,
"feats": "PronType=Rel",
"head": 34,
"id": 31,
"lemma": "where",
"start_char": 146,
"text": "where",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 156,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 34,
"id": 32,
"lemma": "they",
"start_char": 152,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 162,
"feats": "VerbForm=Fin",
"head": 34,
"id": 33,
"lemma": "would",
"start_char": 157,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "acl:relcl",
"end_char": 166,
"feats": "VerbForm=Inf",
"head": 30,
"id": 34,
"lemma": "dry",
"start_char": 163,
"text": "dry",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 167,
"feats": null,
"head": 2,
"id": 35,
"lemma": ".",
"start_char": 166,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 246,
"id": 2,
"speaker": null,
"start_char": 168,
"text": "Later, he and Tatyana would shell them and cook them for their Sunday dinners.",
"tokens": [
{
"deprel": "advmod",
"end_char": 173,
"feats": "Degree=Cmp",
"head": 7,
"id": 1,
"lemma": "late",
"start_char": 168,
"text": "Later",
"upos": "ADV",
"xpos": "RBR"
},
{
"deprel": "punct",
"end_char": 174,
"feats": null,
"head": 7,
"id": 2,
"lemma": ",",
"start_char": 173,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 177,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 7,
"id": 3,
"lemma": "he",
"start_char": 175,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cc",
"end_char": 181,
"feats": null,
"head": 5,
"id": 4,
"lemma": "and",
"start_char": 178,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 189,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "Tatyana",
"start_char": 182,
"text": "Tatyana",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 195,
"feats": "VerbForm=Fin",
"head": 7,
"id": 6,
"lemma": "would",
"start_char": 190,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "root",
"end_char": 201,
"feats": "VerbForm=Inf",
"head": 0,
"id": 7,
"lemma": "shell",
"start_char": 196,
"text": "shell",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 206,
"feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs",
"head": 7,
"id": 8,
"lemma": "they",
"start_char": 202,
"text": "them",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cc",
"end_char": 210,
"feats": null,
"head": 10,
"id": 9,
"lemma": "and",
"start_char": 207,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 215,
"feats": "VerbForm=Inf",
"head": 7,
"id": 10,
"lemma": "cook",
"start_char": 211,
"text": "cook",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 220,
"feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs",
"head": 10,
"id": 11,
"lemma": "they",
"start_char": 216,
"text": "them",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 224,
"feats": null,
"head": 15,
"id": 12,
"lemma": "for",
"start_char": 221,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 230,
"feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs",
"head": 15,
"id": 13,
"lemma": "their",
"start_char": 225,
"text": "their",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "compound",
"end_char": 237,
"feats": "Number=Sing",
"head": 15,
"id": 14,
"lemma": "Sunday",
"start_char": 231,
"text": "Sunday",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "obl",
"end_char": 245,
"feats": "Number=Plur",
"head": 10,
"id": 15,
"lemma": "dinner",
"start_char": 238,
"text": "dinners",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 246,
"feats": null,
"head": 7,
"id": 16,
"lemma": ".",
"start_char": 245,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
6,
6
]
],
[
[
1,
12,
12
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
This book introduced Shakespeare to Goethe ; it was a major influence on his writing. | 149 | [
{
"end_char": 85,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "This book introduced Shakespeare to Goethe ; it was a major influence on his writing.",
"tokens": [
{
"deprel": "det",
"end_char": 4,
"feats": "Number=Sing|PronType=Dem",
"head": 2,
"id": 1,
"lemma": "this",
"start_char": 0,
"text": "This",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 9,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "book",
"start_char": 5,
"text": "book",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 20,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "introduce",
"start_char": 10,
"text": "introduced",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 32,
"feats": "Number=Sing",
"head": 3,
"id": 4,
"lemma": "Shakespeare",
"start_char": 21,
"text": "Shakespeare",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 35,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"start_char": 33,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 42,
"feats": "Number=Sing",
"head": 3,
"id": 6,
"lemma": "Goethe",
"start_char": 36,
"text": "Goethe",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 44,
"feats": null,
"head": 3,
"id": 7,
"lemma": ";",
"start_char": 43,
"text": ";",
"upos": "PUNCT",
"xpos": ":"
},
{
"deprel": "nsubj",
"end_char": 47,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 8,
"lemma": "it",
"start_char": 45,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 51,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 9,
"lemma": "be",
"start_char": 48,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 53,
"feats": "Definite=Ind|PronType=Art",
"head": 12,
"id": 10,
"lemma": "a",
"start_char": 52,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 59,
"feats": "Degree=Pos",
"head": 12,
"id": 11,
"lemma": "major",
"start_char": 54,
"text": "major",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "parataxis",
"end_char": 69,
"feats": "Number=Sing",
"head": 3,
"id": 12,
"lemma": "influence",
"start_char": 60,
"text": "influence",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 72,
"feats": null,
"head": 15,
"id": 13,
"lemma": "on",
"start_char": 70,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 76,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 15,
"id": 14,
"lemma": "his",
"start_char": 73,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nmod",
"end_char": 84,
"feats": "Number=Sing",
"head": 12,
"id": 15,
"lemma": "writing",
"start_char": 77,
"text": "writing",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 85,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"start_char": 84,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
5,
5
],
[
0,
13,
13
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
When Mr. Bond , the veterinarian, came to look at the black horse that lay groaning on the grass, he felt him all over, and shook his head; one of his legs was broken. | 150 | [
{
"end_char": 167,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "When Mr. Bond , the veterinarian, came to look at the black horse that lay groaning on the grass, he felt him all over, and shook his head; one of his legs was broken.",
"tokens": [
{
"deprel": "advmod",
"end_char": 4,
"feats": "PronType=Int",
"head": 8,
"id": 1,
"lemma": "when",
"start_char": 0,
"text": "When",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 8,
"feats": "Number=Sing",
"head": 8,
"id": 2,
"lemma": "Mr.",
"start_char": 5,
"text": "Mr.",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "flat",
"end_char": 13,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "bond",
"start_char": 9,
"text": "Bond",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 15,
"feats": null,
"head": 6,
"id": 4,
"lemma": ",",
"start_char": 14,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "det",
"end_char": 19,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 16,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "appos",
"end_char": 32,
"feats": "Number=Sing",
"head": 2,
"id": 6,
"lemma": "veterinarian",
"start_char": 20,
"text": "veterinarian",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 33,
"feats": null,
"head": 2,
"id": 7,
"lemma": ",",
"start_char": 32,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advcl",
"end_char": 38,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 23,
"id": 8,
"lemma": "come",
"start_char": 34,
"text": "came",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 41,
"feats": null,
"head": 10,
"id": 9,
"lemma": "to",
"start_char": 39,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 46,
"feats": "VerbForm=Inf",
"head": 8,
"id": 10,
"lemma": "look",
"start_char": 42,
"text": "look",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 49,
"feats": null,
"head": 14,
"id": 11,
"lemma": "at",
"start_char": 47,
"text": "at",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 53,
"feats": "Definite=Def|PronType=Art",
"head": 14,
"id": 12,
"lemma": "the",
"start_char": 50,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 59,
"feats": "Degree=Pos",
"head": 14,
"id": 13,
"lemma": "black",
"start_char": 54,
"text": "black",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 65,
"feats": "Number=Sing",
"head": 10,
"id": 14,
"lemma": "horse",
"start_char": 60,
"text": "horse",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 70,
"feats": "PronType=Rel",
"head": 16,
"id": 15,
"lemma": "that",
"start_char": 66,
"text": "that",
"upos": "PRON",
"xpos": "WDT"
},
{
"deprel": "acl:relcl",
"end_char": 74,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 14,
"id": 16,
"lemma": "lay",
"start_char": 71,
"text": "lay",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "xcomp",
"end_char": 83,
"feats": "VerbForm=Ger",
"head": 16,
"id": 17,
"lemma": "groan",
"start_char": 75,
"text": "groaning",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 86,
"feats": null,
"head": 20,
"id": 18,
"lemma": "on",
"start_char": 84,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 90,
"feats": "Definite=Def|PronType=Art",
"head": 20,
"id": 19,
"lemma": "the",
"start_char": 87,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 96,
"feats": "Number=Sing",
"head": 17,
"id": 20,
"lemma": "grass",
"start_char": 91,
"text": "grass",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 97,
"feats": null,
"head": 8,
"id": 21,
"lemma": ",",
"start_char": 96,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 100,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 23,
"id": 22,
"lemma": "he",
"start_char": 98,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 105,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 23,
"lemma": "feel",
"start_char": 101,
"text": "felt",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 109,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 23,
"id": 24,
"lemma": "he",
"start_char": 106,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 113,
"feats": null,
"head": 26,
"id": 25,
"lemma": "all",
"start_char": 110,
"text": "all",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 118,
"feats": null,
"head": 23,
"id": 26,
"lemma": "over",
"start_char": 114,
"text": "over",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 119,
"feats": null,
"head": 29,
"id": 27,
"lemma": ",",
"start_char": 118,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 123,
"feats": null,
"head": 29,
"id": 28,
"lemma": "and",
"start_char": 120,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 129,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 23,
"id": 29,
"lemma": "shake",
"start_char": 124,
"text": "shook",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 133,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 31,
"id": 30,
"lemma": "his",
"start_char": 130,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 138,
"feats": "Number=Sing",
"head": 29,
"id": 31,
"lemma": "head",
"start_char": 134,
"text": "head",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 139,
"feats": null,
"head": 38,
"id": 32,
"lemma": ";",
"start_char": 138,
"text": ";",
"upos": "PUNCT",
"xpos": ":"
},
{
"deprel": "nsubj:pass",
"end_char": 143,
"feats": "NumForm=Word|NumType=Card",
"head": 38,
"id": 33,
"lemma": "one",
"start_char": 140,
"text": "one",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "case",
"end_char": 146,
"feats": null,
"head": 36,
"id": 34,
"lemma": "of",
"start_char": 144,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 150,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 36,
"id": 35,
"lemma": "his",
"start_char": 147,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nmod",
"end_char": 155,
"feats": "Number=Plur",
"head": 33,
"id": 36,
"lemma": "leg",
"start_char": 151,
"text": "legs",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "aux:pass",
"end_char": 159,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 38,
"id": 37,
"lemma": "be",
"start_char": 156,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "parataxis",
"end_char": 166,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 23,
"id": 38,
"lemma": "break",
"start_char": 160,
"text": "broken",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "punct",
"end_char": 167,
"feats": null,
"head": 23,
"id": 39,
"lemma": ".",
"start_char": 166,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
2
],
[
0,
21,
21
]
]
] | 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. | 151 | [
{
"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,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Kirilov ceded the presidency to Shatov because he was less popular. | 152 | [
{
"end_char": 67,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Kirilov ceded the presidency to Shatov because he was less popular.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Kirilov",
"start_char": 0,
"text": "Kirilov",
"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": "cede",
"start_char": 8,
"text": "ceded",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 17,
"feats": "Definite=Def|PronType=Art",
"head": 4,
"id": 3,
"lemma": "the",
"start_char": 14,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 28,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "presidency",
"start_char": 18,
"text": "presidency",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 31,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"start_char": 29,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 38,
"feats": "Number=Sing",
"head": 2,
"id": 6,
"lemma": "Shatov",
"start_char": 32,
"text": "Shatov",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 46,
"feats": null,
"head": 11,
"id": 7,
"lemma": "because",
"start_char": 39,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 49,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 8,
"lemma": "he",
"start_char": 47,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 53,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 9,
"lemma": "be",
"start_char": 50,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 58,
"feats": "Degree=Cmp",
"head": 11,
"id": 10,
"lemma": "less",
"start_char": 54,
"text": "less",
"upos": "ADV",
"xpos": "RBR"
},
{
"deprel": "advcl",
"end_char": 66,
"feats": "Degree=Pos",
"head": 2,
"id": 11,
"lemma": "popular",
"start_char": 59,
"text": "popular",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 67,
"feats": null,
"head": 2,
"id": 12,
"lemma": ".",
"start_char": 66,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
5,
5
]
],
[
[
0,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Sam took French classes from Adam , because he was eager to speak it fluently. | 153 | [
{
"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,
5,
5
]
],
[
[
0,
8,
8
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Then he took a piece of iron the shape of the horse horse's foot , and clapped it on, and drove some nails through the shoe quite into its hoof, so that the shoe was firmly on | 154 | [
{
"end_char": 175,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Then he took a piece of iron the shape of the horse horse's foot , and clapped it on, and drove some nails through the shoe quite into its hoof, so that the shoe was firmly on",
"tokens": [
{
"deprel": "advmod",
"end_char": 4,
"feats": "PronType=Dem",
"head": 3,
"id": 1,
"lemma": "then",
"start_char": 0,
"text": "Then",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 3,
"id": 2,
"lemma": "he",
"start_char": 5,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 12,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "take",
"start_char": 8,
"text": "took",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 14,
"feats": "Definite=Ind|PronType=Art",
"head": 5,
"id": 4,
"lemma": "a",
"start_char": 13,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 20,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "piece",
"start_char": 15,
"text": "piece",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 23,
"feats": null,
"head": 7,
"id": 6,
"lemma": "of",
"start_char": 21,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 28,
"feats": "Number=Sing",
"head": 5,
"id": 7,
"lemma": "iron",
"start_char": 24,
"text": "iron",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "det",
"end_char": 32,
"feats": "Definite=Def|PronType=Art",
"head": 9,
"id": 8,
"lemma": "the",
"start_char": 29,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 38,
"feats": "Number=Sing",
"head": 3,
"id": 9,
"lemma": "shape",
"start_char": 33,
"text": "shape",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 41,
"feats": null,
"head": 15,
"id": 10,
"lemma": "of",
"start_char": 39,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 45,
"feats": "Definite=Def|PronType=Art",
"head": 13,
"id": 11,
"lemma": "the",
"start_char": 42,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 51,
"feats": "Number=Sing",
"head": 13,
"id": 12,
"lemma": "horse",
"start_char": 46,
"text": "horse",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nmod:poss",
"end_char": null,
"feats": "Number=Sing",
"head": 15,
"id": 13,
"lemma": "horse",
"start_char": 52,
"text": "horse",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 59,
"feats": null,
"head": 13,
"id": 14,
"lemma": "'s",
"start_char": null,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "nmod",
"end_char": 64,
"feats": "Number=Sing",
"head": 9,
"id": 15,
"lemma": "foot",
"start_char": 60,
"text": "foot",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 66,
"feats": null,
"head": 18,
"id": 16,
"lemma": ",",
"start_char": 65,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 70,
"feats": null,
"head": 18,
"id": 17,
"lemma": "and",
"start_char": 67,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 78,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 18,
"lemma": "clap",
"start_char": 71,
"text": "clapped",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 81,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 18,
"id": 19,
"lemma": "it",
"start_char": 79,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "compound:prt",
"end_char": 84,
"feats": null,
"head": 18,
"id": 20,
"lemma": "on",
"start_char": 82,
"text": "on",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 85,
"feats": null,
"head": 23,
"id": 21,
"lemma": ",",
"start_char": 84,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 89,
"feats": null,
"head": 23,
"id": 22,
"lemma": "and",
"start_char": 86,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 95,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 23,
"lemma": "drive",
"start_char": 90,
"text": "drove",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 100,
"feats": null,
"head": 25,
"id": 24,
"lemma": "some",
"start_char": 96,
"text": "some",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 106,
"feats": "Number=Plur",
"head": 23,
"id": 25,
"lemma": "nail",
"start_char": 101,
"text": "nails",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 114,
"feats": null,
"head": 28,
"id": 26,
"lemma": "through",
"start_char": 107,
"text": "through",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 118,
"feats": "Definite=Def|PronType=Art",
"head": 28,
"id": 27,
"lemma": "the",
"start_char": 115,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 123,
"feats": "Number=Sing",
"head": 23,
"id": 28,
"lemma": "shoe",
"start_char": 119,
"text": "shoe",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 129,
"feats": null,
"head": 32,
"id": 29,
"lemma": "quite",
"start_char": 124,
"text": "quite",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 134,
"feats": null,
"head": 32,
"id": 30,
"lemma": "into",
"start_char": 130,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 138,
"feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 32,
"id": 31,
"lemma": "its",
"start_char": 135,
"text": "its",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 143,
"feats": "Number=Sing",
"head": 23,
"id": 32,
"lemma": "hoof",
"start_char": 139,
"text": "hoof",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 144,
"feats": null,
"head": 23,
"id": 33,
"lemma": ",",
"start_char": 143,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 147,
"feats": null,
"head": 40,
"id": 34,
"lemma": "so",
"start_char": 145,
"text": "so",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "fixed",
"end_char": 152,
"feats": null,
"head": 34,
"id": 35,
"lemma": "that",
"start_char": 148,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 156,
"feats": "Definite=Def|PronType=Art",
"head": 37,
"id": 36,
"lemma": "the",
"start_char": 153,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 161,
"feats": "Number=Sing",
"head": 40,
"id": 37,
"lemma": "shoe",
"start_char": 157,
"text": "shoe",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cop",
"end_char": 165,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 40,
"id": 38,
"lemma": "be",
"start_char": 162,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 172,
"feats": null,
"head": 40,
"id": 39,
"lemma": "firmly",
"start_char": 166,
"text": "firmly",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 175,
"feats": null,
"head": 23,
"id": 40,
"lemma": "on",
"start_char": 173,
"text": "on",
"upos": "ADV",
"xpos": "RB"
}
]
}
] | [
[
[
0,
4,
6
],
[
0,
18,
18
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Fred was supposed to run the dishwasher , but he put it off, because he wanted to watch TV. But the show turned out to be boring, so he changed his mind and turned it off. | 155 | [
{
"end_char": 91,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Fred was supposed to run the dishwasher , but he put it off, because he wanted to watch TV.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Fred",
"start_char": 0,
"text": "Fred",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"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": 17,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 3,
"lemma": "suppose",
"start_char": 9,
"text": "supposed",
"upos": "VERB",
"xpos": "VBN"
},
{
"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": 24,
"feats": "VerbForm=Inf",
"head": 3,
"id": 5,
"lemma": "run",
"start_char": 21,
"text": "run",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 28,
"feats": "Definite=Def|PronType=Art",
"head": 7,
"id": 6,
"lemma": "the",
"start_char": 25,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 39,
"feats": "Number=Sing",
"head": 5,
"id": 7,
"lemma": "dishwasher",
"start_char": 29,
"text": "dishwasher",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 41,
"feats": null,
"head": 11,
"id": 8,
"lemma": ",",
"start_char": 40,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 45,
"feats": null,
"head": 11,
"id": 9,
"lemma": "but",
"start_char": 42,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 48,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "he",
"start_char": 46,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 52,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 11,
"lemma": "put",
"start_char": 49,
"text": "put",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 55,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 12,
"lemma": "it",
"start_char": 53,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "compound:prt",
"end_char": 59,
"feats": null,
"head": 11,
"id": 13,
"lemma": "off",
"start_char": 56,
"text": "off",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 60,
"feats": null,
"head": 17,
"id": 14,
"lemma": ",",
"start_char": 59,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 68,
"feats": null,
"head": 17,
"id": 15,
"lemma": "because",
"start_char": 61,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 71,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 17,
"id": 16,
"lemma": "he",
"start_char": 69,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 78,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 17,
"lemma": "want",
"start_char": 72,
"text": "wanted",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 81,
"feats": null,
"head": 19,
"id": 18,
"lemma": "to",
"start_char": 79,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 87,
"feats": "VerbForm=Inf",
"head": 17,
"id": 19,
"lemma": "watch",
"start_char": 82,
"text": "watch",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 90,
"feats": "Number=Sing",
"head": 19,
"id": 20,
"lemma": "TV",
"start_char": 88,
"text": "TV",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 91,
"feats": null,
"head": 3,
"id": 21,
"lemma": ".",
"start_char": 90,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 171,
"id": 2,
"speaker": null,
"start_char": 92,
"text": "But the show turned out to be boring, so he changed his mind and turned it off.",
"tokens": [
{
"deprel": "cc",
"end_char": 95,
"feats": null,
"head": 4,
"id": 1,
"lemma": "but",
"start_char": 92,
"text": "But",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "det",
"end_char": 99,
"feats": "Definite=Def|PronType=Art",
"head": 3,
"id": 2,
"lemma": "the",
"start_char": 96,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 104,
"feats": "Number=Sing",
"head": 4,
"id": 3,
"lemma": "show",
"start_char": 100,
"text": "show",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 111,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 4,
"lemma": "turn",
"start_char": 105,
"text": "turned",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "compound:prt",
"end_char": 115,
"feats": null,
"head": 4,
"id": 5,
"lemma": "out",
"start_char": 112,
"text": "out",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "mark",
"end_char": 118,
"feats": null,
"head": 8,
"id": 6,
"lemma": "to",
"start_char": 116,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "cop",
"end_char": 121,
"feats": "VerbForm=Inf",
"head": 8,
"id": 7,
"lemma": "be",
"start_char": 119,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "xcomp",
"end_char": 128,
"feats": "Degree=Pos",
"head": 4,
"id": 8,
"lemma": "boring",
"start_char": 122,
"text": "boring",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 129,
"feats": null,
"head": 12,
"id": 9,
"lemma": ",",
"start_char": 128,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 132,
"feats": null,
"head": 12,
"id": 10,
"lemma": "so",
"start_char": 130,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 135,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 11,
"lemma": "he",
"start_char": 133,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "parataxis",
"end_char": 143,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 12,
"lemma": "change",
"start_char": 136,
"text": "changed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 147,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 14,
"id": 13,
"lemma": "his",
"start_char": 144,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 152,
"feats": "Number=Sing",
"head": 12,
"id": 14,
"lemma": "mind",
"start_char": 148,
"text": "mind",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 156,
"feats": null,
"head": 16,
"id": 15,
"lemma": "and",
"start_char": 153,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 163,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 16,
"lemma": "turn",
"start_char": 157,
"text": "turned",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 166,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 16,
"id": 17,
"lemma": "it",
"start_char": 164,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "compound:prt",
"end_char": 170,
"feats": null,
"head": 16,
"id": 18,
"lemma": "off",
"start_char": 167,
"text": "off",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 171,
"feats": null,
"head": 4,
"id": 19,
"lemma": ".",
"start_char": 170,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
5,
6
]
],
[
[
0,
11,
11
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
John was jogging through the park when he saw a man juggling watermelons. He was very impressed. | 156 | [
{
"end_char": 73,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "John was jogging through the park when he saw a man juggling watermelons.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "John",
"start_char": 0,
"text": "John",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"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": 16,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 3,
"lemma": "jog",
"start_char": 9,
"text": "jogging",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 24,
"feats": null,
"head": 6,
"id": 4,
"lemma": "through",
"start_char": 17,
"text": "through",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 28,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 25,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 33,
"feats": "Number=Sing",
"head": 3,
"id": 6,
"lemma": "park",
"start_char": 29,
"text": "park",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 38,
"feats": "PronType=Int",
"head": 9,
"id": 7,
"lemma": "when",
"start_char": 34,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 41,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 9,
"id": 8,
"lemma": "he",
"start_char": 39,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 45,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 9,
"lemma": "see",
"start_char": 42,
"text": "saw",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 47,
"feats": "Definite=Ind|PronType=Art",
"head": 11,
"id": 10,
"lemma": "a",
"start_char": 46,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 51,
"feats": "Number=Sing",
"head": 9,
"id": 11,
"lemma": "man",
"start_char": 48,
"text": "man",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "acl",
"end_char": 60,
"feats": "VerbForm=Ger",
"head": 11,
"id": 12,
"lemma": "juggling",
"start_char": 52,
"text": "juggling",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 72,
"feats": "Number=Plur",
"head": 12,
"id": 13,
"lemma": "watermelon",
"start_char": 61,
"text": "watermelons",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 73,
"feats": null,
"head": 3,
"id": 14,
"lemma": ".",
"start_char": 72,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 96,
"id": 2,
"speaker": null,
"start_char": 74,
"text": "He was very impressed.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 76,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 4,
"id": 1,
"lemma": "he",
"start_char": 74,
"text": "He",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 80,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"start_char": 77,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 85,
"feats": null,
"head": 4,
"id": 3,
"lemma": "very",
"start_char": 81,
"text": "very",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 95,
"feats": "Degree=Pos",
"head": 0,
"id": 4,
"lemma": "impressed",
"start_char": 86,
"text": "impressed",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 96,
"feats": null,
"head": 4,
"id": 5,
"lemma": ".",
"start_char": 95,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
At the Loebner competition the judges couldn't figure out which respondents were the chatbots because they were so advanced. | 157 | [
{
"end_char": 124,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "At the Loebner competition the judges couldn't figure out which respondents were the chatbots because they were so advanced.",
"tokens": [
{
"deprel": "case",
"end_char": 2,
"feats": null,
"head": 4,
"id": 1,
"lemma": "at",
"start_char": 0,
"text": "At",
"upos": "ADP",
"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": 14,
"feats": "Number=Sing",
"head": 4,
"id": 3,
"lemma": "Loebner",
"start_char": 7,
"text": "Loebner",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "obl",
"end_char": 26,
"feats": "Number=Sing",
"head": 9,
"id": 4,
"lemma": "competition",
"start_char": 15,
"text": "competition",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "det",
"end_char": 30,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 27,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 37,
"feats": "Number=Plur",
"head": 9,
"id": 6,
"lemma": "judge",
"start_char": 31,
"text": "judges",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "aux",
"end_char": null,
"feats": "VerbForm=Fin",
"head": 9,
"id": 7,
"lemma": "could",
"start_char": 38,
"text": "could",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 46,
"feats": null,
"head": 9,
"id": 8,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 53,
"feats": "VerbForm=Inf",
"head": 0,
"id": 9,
"lemma": "figure",
"start_char": 47,
"text": "figure",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "compound:prt",
"end_char": 57,
"feats": null,
"head": 9,
"id": 10,
"lemma": "out",
"start_char": 54,
"text": "out",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "det",
"end_char": 63,
"feats": "PronType=Int",
"head": 12,
"id": 11,
"lemma": "which",
"start_char": 58,
"text": "which",
"upos": "DET",
"xpos": "WDT"
},
{
"deprel": "nsubj",
"end_char": 75,
"feats": "Number=Plur",
"head": 15,
"id": 12,
"lemma": "respondent",
"start_char": 64,
"text": "respondents",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "cop",
"end_char": 80,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 15,
"id": 13,
"lemma": "be",
"start_char": 76,
"text": "were",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 84,
"feats": "Definite=Def|PronType=Art",
"head": 15,
"id": 14,
"lemma": "the",
"start_char": 81,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "ccomp",
"end_char": 93,
"feats": "Number=Plur",
"head": 9,
"id": 15,
"lemma": "chatbot",
"start_char": 85,
"text": "chatbots",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "mark",
"end_char": 101,
"feats": null,
"head": 20,
"id": 16,
"lemma": "because",
"start_char": 94,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 106,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 20,
"id": 17,
"lemma": "they",
"start_char": 102,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 111,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 20,
"id": 18,
"lemma": "be",
"start_char": 107,
"text": "were",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 114,
"feats": null,
"head": 20,
"id": 19,
"lemma": "so",
"start_char": 112,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 123,
"feats": "Degree=Pos",
"head": 9,
"id": 20,
"lemma": "advanced",
"start_char": 115,
"text": "advanced",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 124,
"feats": null,
"head": 9,
"id": 21,
"lemma": ".",
"start_char": 123,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
4,
5
]
],
[
[
0,
16,
16
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Our mistress hired a room for my crippled sister Nelly , and she gave her knitting and needlework when she was able to do it, and when she was ill she sent her dinners and many nice comfortable things and was like a mother to her. | 158 | [
{
"end_char": 230,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Our mistress hired a room for my crippled sister Nelly , and she gave her knitting and needlework when she was able to do it, and when she was ill she sent her dinners and many nice comfortable things and was like a mother to her.",
"tokens": [
{
"deprel": "nmod:poss",
"end_char": 3,
"feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs",
"head": 2,
"id": 1,
"lemma": "our",
"start_char": 0,
"text": "Our",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nsubj",
"end_char": 12,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "mistress",
"start_char": 4,
"text": "mistress",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 18,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "hire",
"start_char": 13,
"text": "hired",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 20,
"feats": "Definite=Ind|PronType=Art",
"head": 5,
"id": 4,
"lemma": "a",
"start_char": 19,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 25,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "room",
"start_char": 21,
"text": "room",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 29,
"feats": null,
"head": 9,
"id": 6,
"lemma": "for",
"start_char": 26,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 32,
"feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
"head": 9,
"id": 7,
"lemma": "my",
"start_char": 30,
"text": "my",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "amod",
"end_char": 41,
"feats": "Degree=Pos",
"head": 9,
"id": 8,
"lemma": "crippled",
"start_char": 33,
"text": "crippled",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nmod",
"end_char": 48,
"feats": "Number=Sing",
"head": 5,
"id": 9,
"lemma": "sister",
"start_char": 42,
"text": "sister",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "appos",
"end_char": 54,
"feats": "Number=Sing",
"head": 9,
"id": 10,
"lemma": "Nelly",
"start_char": 49,
"text": "Nelly",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 56,
"feats": null,
"head": 14,
"id": 11,
"lemma": ",",
"start_char": 55,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 60,
"feats": null,
"head": 14,
"id": 12,
"lemma": "and",
"start_char": 57,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 64,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 13,
"lemma": "she",
"start_char": 61,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 69,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 14,
"lemma": "give",
"start_char": 65,
"text": "gave",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 73,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 16,
"id": 15,
"lemma": "her",
"start_char": 70,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 82,
"feats": "Number=Sing",
"head": 14,
"id": 16,
"lemma": "knitting",
"start_char": 74,
"text": "knitting",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 86,
"feats": null,
"head": 18,
"id": 17,
"lemma": "and",
"start_char": 83,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 97,
"feats": "Number=Sing",
"head": 16,
"id": 18,
"lemma": "needlework",
"start_char": 87,
"text": "needlework",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 102,
"feats": "PronType=Int",
"head": 22,
"id": 19,
"lemma": "when",
"start_char": 98,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 106,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 22,
"id": 20,
"lemma": "she",
"start_char": 103,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 110,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 22,
"id": 21,
"lemma": "be",
"start_char": 107,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 115,
"feats": "Degree=Pos",
"head": 14,
"id": 22,
"lemma": "able",
"start_char": 111,
"text": "able",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 118,
"feats": null,
"head": 24,
"id": 23,
"lemma": "to",
"start_char": 116,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 121,
"feats": "VerbForm=Inf",
"head": 22,
"id": 24,
"lemma": "do",
"start_char": 119,
"text": "do",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 124,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 24,
"id": 25,
"lemma": "it",
"start_char": 122,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 125,
"feats": null,
"head": 33,
"id": 26,
"lemma": ",",
"start_char": 124,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 129,
"feats": null,
"head": 33,
"id": 27,
"lemma": "and",
"start_char": 126,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "advmod",
"end_char": 134,
"feats": "PronType=Int",
"head": 31,
"id": 28,
"lemma": "when",
"start_char": 130,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 138,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 31,
"id": 29,
"lemma": "she",
"start_char": 135,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 142,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 31,
"id": 30,
"lemma": "be",
"start_char": 139,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 146,
"feats": "Degree=Pos",
"head": 33,
"id": 31,
"lemma": "ill",
"start_char": 143,
"text": "ill",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 150,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 33,
"id": 32,
"lemma": "she",
"start_char": 147,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 155,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 33,
"lemma": "send",
"start_char": 151,
"text": "sent",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 159,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 35,
"id": 34,
"lemma": "her",
"start_char": 156,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 167,
"feats": "Number=Plur",
"head": 33,
"id": 35,
"lemma": "dinner",
"start_char": 160,
"text": "dinners",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "cc",
"end_char": 171,
"feats": null,
"head": 40,
"id": 36,
"lemma": "and",
"start_char": 168,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "amod",
"end_char": 176,
"feats": "Degree=Pos",
"head": 40,
"id": 37,
"lemma": "many",
"start_char": 172,
"text": "many",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "amod",
"end_char": 181,
"feats": "Degree=Pos",
"head": 40,
"id": 38,
"lemma": "nice",
"start_char": 177,
"text": "nice",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "amod",
"end_char": 193,
"feats": "Degree=Pos",
"head": 40,
"id": 39,
"lemma": "comfortable",
"start_char": 182,
"text": "comfortable",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "conj",
"end_char": 200,
"feats": "Number=Plur",
"head": 35,
"id": 40,
"lemma": "thing",
"start_char": 194,
"text": "things",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "cc",
"end_char": 204,
"feats": null,
"head": 45,
"id": 41,
"lemma": "and",
"start_char": 201,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "cop",
"end_char": 208,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 45,
"id": 42,
"lemma": "be",
"start_char": 205,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 213,
"feats": null,
"head": 45,
"id": 43,
"lemma": "like",
"start_char": 209,
"text": "like",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 215,
"feats": "Definite=Ind|PronType=Art",
"head": 45,
"id": 44,
"lemma": "a",
"start_char": 214,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "conj",
"end_char": 222,
"feats": "Number=Sing",
"head": 33,
"id": 45,
"lemma": "mother",
"start_char": 216,
"text": "mother",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 225,
"feats": null,
"head": 47,
"id": 46,
"lemma": "to",
"start_char": 223,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 229,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 45,
"id": 47,
"lemma": "her",
"start_char": 226,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 230,
"feats": null,
"head": 3,
"id": 48,
"lemma": ".",
"start_char": 229,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
9,
9
]
],
[
[
0,
31,
31
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Sergeant Holmes asked the girls to describe the intruder . Nancy not only provided the policeman with an excellent description of the heavyset thirty-year-old prowler, but drew a rough sketch of his face. | 159 | [
{
"end_char": 58,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Sergeant Holmes asked the girls to describe the intruder .",
"tokens": [
{
"deprel": "nsubj",
"end_char": 8,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Sergeant",
"start_char": 0,
"text": "Sergeant",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "flat",
"end_char": 15,
"feats": "Number=Sing",
"head": 1,
"id": 2,
"lemma": "Holmes",
"start_char": 9,
"text": "Holmes",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 21,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "ask",
"start_char": 16,
"text": "asked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 25,
"feats": "Definite=Def|PronType=Art",
"head": 5,
"id": 4,
"lemma": "the",
"start_char": 22,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "iobj",
"end_char": 31,
"feats": "Number=Plur",
"head": 3,
"id": 5,
"lemma": "girl",
"start_char": 26,
"text": "girls",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "mark",
"end_char": 34,
"feats": null,
"head": 7,
"id": 6,
"lemma": "to",
"start_char": 32,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 43,
"feats": "VerbForm=Inf",
"head": 3,
"id": 7,
"lemma": "describe",
"start_char": 35,
"text": "describe",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 47,
"feats": "Definite=Def|PronType=Art",
"head": 9,
"id": 8,
"lemma": "the",
"start_char": 44,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 56,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "intruder",
"start_char": 48,
"text": "intruder",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 58,
"feats": null,
"head": 3,
"id": 10,
"lemma": ".",
"start_char": 57,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 204,
"id": 2,
"speaker": null,
"start_char": 59,
"text": "Nancy not only provided the policeman with an excellent description of the heavyset thirty-year-old prowler, but drew a rough sketch of his face.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 64,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Nancy",
"start_char": 59,
"text": "Nancy",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 68,
"feats": null,
"head": 4,
"id": 2,
"lemma": "not",
"start_char": 65,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 73,
"feats": null,
"head": 4,
"id": 3,
"lemma": "only",
"start_char": 69,
"text": "only",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 82,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 4,
"lemma": "provide",
"start_char": 74,
"text": "provided",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 86,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 83,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 96,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "policeman",
"start_char": 87,
"text": "policeman",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 101,
"feats": null,
"head": 10,
"id": 7,
"lemma": "with",
"start_char": 97,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 104,
"feats": "Definite=Ind|PronType=Art",
"head": 10,
"id": 8,
"lemma": "a",
"start_char": 102,
"text": "an",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 114,
"feats": "Degree=Pos",
"head": 10,
"id": 9,
"lemma": "excellent",
"start_char": 105,
"text": "excellent",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 126,
"feats": "Number=Sing",
"head": 4,
"id": 10,
"lemma": "description",
"start_char": 115,
"text": "description",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 129,
"feats": null,
"head": 19,
"id": 11,
"lemma": "of",
"start_char": 127,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 133,
"feats": "Definite=Def|PronType=Art",
"head": 19,
"id": 12,
"lemma": "the",
"start_char": 130,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 142,
"feats": "Degree=Pos",
"head": 19,
"id": 13,
"lemma": "heavyset",
"start_char": 134,
"text": "heavyset",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nummod",
"end_char": 149,
"feats": "NumForm=Word|NumType=Card",
"head": 16,
"id": 14,
"lemma": "thirty",
"start_char": 143,
"text": "thirty",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "punct",
"end_char": 150,
"feats": null,
"head": 16,
"id": 15,
"lemma": "-",
"start_char": 149,
"text": "-",
"upos": "PUNCT",
"xpos": "HYPH"
},
{
"deprel": "compound",
"end_char": 154,
"feats": "Number=Sing",
"head": 18,
"id": 16,
"lemma": "year",
"start_char": 150,
"text": "year",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 155,
"feats": null,
"head": 18,
"id": 17,
"lemma": "-",
"start_char": 154,
"text": "-",
"upos": "PUNCT",
"xpos": "HYPH"
},
{
"deprel": "amod",
"end_char": 158,
"feats": "Degree=Pos",
"head": 19,
"id": 18,
"lemma": "old",
"start_char": 155,
"text": "old",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nmod",
"end_char": 166,
"feats": "Number=Sing",
"head": 10,
"id": 19,
"lemma": "prowler",
"start_char": 159,
"text": "prowler",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 167,
"feats": null,
"head": 22,
"id": 20,
"lemma": ",",
"start_char": 166,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 171,
"feats": null,
"head": 22,
"id": 21,
"lemma": "but",
"start_char": 168,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 176,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 22,
"lemma": "draw",
"start_char": 172,
"text": "drew",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 178,
"feats": "Definite=Ind|PronType=Art",
"head": 25,
"id": 23,
"lemma": "a",
"start_char": 177,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 184,
"feats": "Degree=Pos",
"head": 25,
"id": 24,
"lemma": "rough",
"start_char": 179,
"text": "rough",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 191,
"feats": "Number=Sing",
"head": 22,
"id": 25,
"lemma": "sketch",
"start_char": 185,
"text": "sketch",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 194,
"feats": null,
"head": 28,
"id": 26,
"lemma": "of",
"start_char": 192,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 198,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 28,
"id": 27,
"lemma": "his",
"start_char": 195,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nmod",
"end_char": 203,
"feats": "Number=Sing",
"head": 25,
"id": 28,
"lemma": "face",
"start_char": 199,
"text": "face",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 204,
"feats": null,
"head": 4,
"id": 29,
"lemma": ".",
"start_char": 203,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
7,
8
],
[
1,
26,
26
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The foxes are getting in at night and attacking the chickens . They have gotten very nervous. | 160 | [
{
"end_char": 62,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The foxes are getting in at night and attacking the chickens .",
"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": 9,
"feats": "Number=Plur",
"head": 4,
"id": 2,
"lemma": "fox",
"start_char": 4,
"text": "foxes",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "aux",
"end_char": 13,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 3,
"lemma": "be",
"start_char": 10,
"text": "are",
"upos": "AUX",
"xpos": "VBP"
},
{
"deprel": "root",
"end_char": 21,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 4,
"lemma": "get",
"start_char": 14,
"text": "getting",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "advmod",
"end_char": 24,
"feats": null,
"head": 4,
"id": 5,
"lemma": "in",
"start_char": 22,
"text": "in",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 27,
"feats": null,
"head": 7,
"id": 6,
"lemma": "at",
"start_char": 25,
"text": "at",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 33,
"feats": "Number=Sing",
"head": 4,
"id": 7,
"lemma": "night",
"start_char": 28,
"text": "night",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 37,
"feats": null,
"head": 9,
"id": 8,
"lemma": "and",
"start_char": 34,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 47,
"feats": "VerbForm=Ger",
"head": 4,
"id": 9,
"lemma": "attack",
"start_char": 38,
"text": "attacking",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "det",
"end_char": 51,
"feats": "Definite=Def|PronType=Art",
"head": 11,
"id": 10,
"lemma": "the",
"start_char": 48,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 60,
"feats": "Number=Plur",
"head": 9,
"id": 11,
"lemma": "chicken",
"start_char": 52,
"text": "chickens",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 62,
"feats": null,
"head": 4,
"id": 12,
"lemma": ".",
"start_char": 61,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 93,
"id": 2,
"speaker": null,
"start_char": 63,
"text": "They have gotten very nervous.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 67,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "they",
"start_char": 63,
"text": "They",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 72,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "have",
"start_char": 68,
"text": "have",
"upos": "AUX",
"xpos": "VBP"
},
{
"deprel": "root",
"end_char": 79,
"feats": "Tense=Past|VerbForm=Part",
"head": 0,
"id": 3,
"lemma": "get",
"start_char": 73,
"text": "gotten",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "advmod",
"end_char": 84,
"feats": null,
"head": 5,
"id": 4,
"lemma": "very",
"start_char": 80,
"text": "very",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "xcomp",
"end_char": 92,
"feats": "Degree=Pos",
"head": 3,
"id": 5,
"lemma": "nervous",
"start_char": 85,
"text": "nervous",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 93,
"feats": null,
"head": 3,
"id": 6,
"lemma": ".",
"start_char": 92,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
9,
10
],
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Jim signaled the barman and gestured toward his empty glass | 161 | [
{
"end_char": 59,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Jim signaled the barman and gestured toward his empty glass",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Jim",
"start_char": 0,
"text": "Jim",
"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": "signal",
"start_char": 4,
"text": "signaled",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 16,
"feats": "Definite=Def|PronType=Art",
"head": 4,
"id": 3,
"lemma": "the",
"start_char": 13,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 23,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "barman",
"start_char": 17,
"text": "barman",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 27,
"feats": null,
"head": 6,
"id": 5,
"lemma": "and",
"start_char": 24,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 36,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 6,
"lemma": "gesture",
"start_char": 28,
"text": "gestured",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 43,
"feats": null,
"head": 10,
"id": 7,
"lemma": "toward",
"start_char": 37,
"text": "toward",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 47,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 10,
"id": 8,
"lemma": "his",
"start_char": 44,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "amod",
"end_char": 53,
"feats": "Degree=Pos",
"head": 10,
"id": 9,
"lemma": "empty",
"start_char": 48,
"text": "empty",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 59,
"feats": "Number=Sing",
"head": 6,
"id": 10,
"lemma": "glass",
"start_char": 54,
"text": "glass",
"upos": "NOUN",
"xpos": "NN"
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
7,
7
]
]
] | 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. | 162 | [
{
"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,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Stretching her back, the woman smiled at the girl . | 163 | [
{
"end_char": 51,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Stretching her back, the woman smiled at the girl .",
"tokens": [
{
"deprel": "advcl",
"end_char": 10,
"feats": "VerbForm=Ger",
"head": 7,
"id": 1,
"lemma": "stretch",
"start_char": 0,
"text": "Stretching",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "nmod:poss",
"end_char": 14,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 3,
"id": 2,
"lemma": "her",
"start_char": 11,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 19,
"feats": "Number=Sing",
"head": 1,
"id": 3,
"lemma": "back",
"start_char": 15,
"text": "back",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 20,
"feats": null,
"head": 1,
"id": 4,
"lemma": ",",
"start_char": 19,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "det",
"end_char": 24,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 21,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 30,
"feats": "Number=Sing",
"head": 7,
"id": 6,
"lemma": "woman",
"start_char": 25,
"text": "woman",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 37,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 7,
"lemma": "smile",
"start_char": 31,
"text": "smiled",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 40,
"feats": null,
"head": 10,
"id": 8,
"lemma": "at",
"start_char": 38,
"text": "at",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 44,
"feats": "Definite=Def|PronType=Art",
"head": 10,
"id": 9,
"lemma": "the",
"start_char": 41,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 49,
"feats": "Number=Sing",
"head": 7,
"id": 10,
"lemma": "girl",
"start_char": 45,
"text": "girl",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 51,
"feats": null,
"head": 7,
"id": 11,
"lemma": ".",
"start_char": 50,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
4,
5
],
[
0,
1,
1
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
John promised Bill to leave, so an hour later he left. | 164 | [
{
"end_char": 54,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "John promised Bill to leave, so an hour later he left.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "John",
"start_char": 0,
"text": "John",
"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": "promise",
"start_char": 5,
"text": "promised",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "iobj",
"end_char": 18,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "Bill",
"start_char": 14,
"text": "Bill",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 21,
"feats": null,
"head": 5,
"id": 4,
"lemma": "to",
"start_char": 19,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 27,
"feats": "VerbForm=Inf",
"head": 2,
"id": 5,
"lemma": "leave",
"start_char": 22,
"text": "leave",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 28,
"feats": null,
"head": 12,
"id": 6,
"lemma": ",",
"start_char": 27,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 31,
"feats": null,
"head": 12,
"id": 7,
"lemma": "so",
"start_char": 29,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "det",
"end_char": 34,
"feats": "Definite=Ind|PronType=Art",
"head": 9,
"id": 8,
"lemma": "a",
"start_char": 32,
"text": "an",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl:npmod",
"end_char": 39,
"feats": "Number=Sing",
"head": 10,
"id": 9,
"lemma": "hour",
"start_char": 35,
"text": "hour",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 45,
"feats": "Degree=Cmp",
"head": 12,
"id": 10,
"lemma": "late",
"start_char": 40,
"text": "later",
"upos": "ADV",
"xpos": "RBR"
},
{
"deprel": "nsubj",
"end_char": 48,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 11,
"lemma": "he",
"start_char": 46,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "parataxis",
"end_char": 53,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 12,
"lemma": "leave",
"start_char": 49,
"text": "left",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 54,
"feats": null,
"head": 2,
"id": 13,
"lemma": ".",
"start_char": 53,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
2
]
],
[
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Jim signaled the barman and gestured toward his empty glass | 165 | [
{
"end_char": 59,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Jim signaled the barman and gestured toward his empty glass",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Jim",
"start_char": 0,
"text": "Jim",
"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": "signal",
"start_char": 4,
"text": "signaled",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 16,
"feats": "Definite=Def|PronType=Art",
"head": 4,
"id": 3,
"lemma": "the",
"start_char": 13,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 23,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "barman",
"start_char": 17,
"text": "barman",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 27,
"feats": null,
"head": 6,
"id": 5,
"lemma": "and",
"start_char": 24,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 36,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 6,
"lemma": "gesture",
"start_char": 28,
"text": "gestured",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 43,
"feats": null,
"head": 10,
"id": 7,
"lemma": "toward",
"start_char": 37,
"text": "toward",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 47,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 10,
"id": 8,
"lemma": "his",
"start_char": 44,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "amod",
"end_char": 53,
"feats": "Degree=Pos",
"head": 10,
"id": 9,
"lemma": "empty",
"start_char": 48,
"text": "empty",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 59,
"feats": "Number=Sing",
"head": 6,
"id": 10,
"lemma": "glass",
"start_char": 54,
"text": "glass",
"upos": "NOUN",
"xpos": "NN"
}
]
}
] | [
[
[
0,
2,
3
]
],
[
[
0,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Joan made sure to thank Susan for all the help she had given. | 166 | [
{
"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,
0,
0
]
],
[
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
James asked Robert for a favor but he refused. | 167 | [
{
"end_char": 46,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "James asked Robert for a favor but he refused.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "James",
"start_char": 0,
"text": "James",
"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": "ask",
"start_char": 6,
"text": "asked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 18,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "Robert",
"start_char": 12,
"text": "Robert",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 22,
"feats": null,
"head": 6,
"id": 4,
"lemma": "for",
"start_char": 19,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 24,
"feats": "Definite=Ind|PronType=Art",
"head": 6,
"id": 5,
"lemma": "a",
"start_char": 23,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 30,
"feats": "Number=Sing",
"head": 2,
"id": 6,
"lemma": "favor",
"start_char": 25,
"text": "favor",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 34,
"feats": null,
"head": 9,
"id": 7,
"lemma": "but",
"start_char": 31,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 37,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 9,
"id": 8,
"lemma": "he",
"start_char": 35,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 45,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 9,
"lemma": "refuse",
"start_char": 38,
"text": "refused",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 46,
"feats": null,
"head": 2,
"id": 10,
"lemma": ".",
"start_char": 45,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
2
],
[
0,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Our mistress hired a room for my crippled sister Nelly , and she gave her knitting and needlework when she was able to do it, and when she was ill she sent her dinners and many nice comfortable things and was like a mother to her. | 168 | [
{
"end_char": 230,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Our mistress hired a room for my crippled sister Nelly , and she gave her knitting and needlework when she was able to do it, and when she was ill she sent her dinners and many nice comfortable things and was like a mother to her.",
"tokens": [
{
"deprel": "nmod:poss",
"end_char": 3,
"feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs",
"head": 2,
"id": 1,
"lemma": "our",
"start_char": 0,
"text": "Our",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nsubj",
"end_char": 12,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "mistress",
"start_char": 4,
"text": "mistress",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 18,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "hire",
"start_char": 13,
"text": "hired",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 20,
"feats": "Definite=Ind|PronType=Art",
"head": 5,
"id": 4,
"lemma": "a",
"start_char": 19,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 25,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "room",
"start_char": 21,
"text": "room",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 29,
"feats": null,
"head": 9,
"id": 6,
"lemma": "for",
"start_char": 26,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 32,
"feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
"head": 9,
"id": 7,
"lemma": "my",
"start_char": 30,
"text": "my",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "amod",
"end_char": 41,
"feats": "Degree=Pos",
"head": 9,
"id": 8,
"lemma": "crippled",
"start_char": 33,
"text": "crippled",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nmod",
"end_char": 48,
"feats": "Number=Sing",
"head": 5,
"id": 9,
"lemma": "sister",
"start_char": 42,
"text": "sister",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "appos",
"end_char": 54,
"feats": "Number=Sing",
"head": 9,
"id": 10,
"lemma": "Nelly",
"start_char": 49,
"text": "Nelly",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 56,
"feats": null,
"head": 14,
"id": 11,
"lemma": ",",
"start_char": 55,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 60,
"feats": null,
"head": 14,
"id": 12,
"lemma": "and",
"start_char": 57,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 64,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 13,
"lemma": "she",
"start_char": 61,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 69,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 14,
"lemma": "give",
"start_char": 65,
"text": "gave",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 73,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 16,
"id": 15,
"lemma": "her",
"start_char": 70,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 82,
"feats": "Number=Sing",
"head": 14,
"id": 16,
"lemma": "knitting",
"start_char": 74,
"text": "knitting",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 86,
"feats": null,
"head": 18,
"id": 17,
"lemma": "and",
"start_char": 83,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 97,
"feats": "Number=Sing",
"head": 16,
"id": 18,
"lemma": "needlework",
"start_char": 87,
"text": "needlework",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 102,
"feats": "PronType=Int",
"head": 22,
"id": 19,
"lemma": "when",
"start_char": 98,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 106,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 22,
"id": 20,
"lemma": "she",
"start_char": 103,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 110,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 22,
"id": 21,
"lemma": "be",
"start_char": 107,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 115,
"feats": "Degree=Pos",
"head": 14,
"id": 22,
"lemma": "able",
"start_char": 111,
"text": "able",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 118,
"feats": null,
"head": 24,
"id": 23,
"lemma": "to",
"start_char": 116,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 121,
"feats": "VerbForm=Inf",
"head": 22,
"id": 24,
"lemma": "do",
"start_char": 119,
"text": "do",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 124,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 24,
"id": 25,
"lemma": "it",
"start_char": 122,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 125,
"feats": null,
"head": 33,
"id": 26,
"lemma": ",",
"start_char": 124,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 129,
"feats": null,
"head": 33,
"id": 27,
"lemma": "and",
"start_char": 126,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "advmod",
"end_char": 134,
"feats": "PronType=Int",
"head": 31,
"id": 28,
"lemma": "when",
"start_char": 130,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 138,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 31,
"id": 29,
"lemma": "she",
"start_char": 135,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 142,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 31,
"id": 30,
"lemma": "be",
"start_char": 139,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 146,
"feats": "Degree=Pos",
"head": 33,
"id": 31,
"lemma": "ill",
"start_char": 143,
"text": "ill",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 150,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 33,
"id": 32,
"lemma": "she",
"start_char": 147,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 155,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 33,
"lemma": "send",
"start_char": 151,
"text": "sent",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 159,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 35,
"id": 34,
"lemma": "her",
"start_char": 156,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 167,
"feats": "Number=Plur",
"head": 33,
"id": 35,
"lemma": "dinner",
"start_char": 160,
"text": "dinners",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "cc",
"end_char": 171,
"feats": null,
"head": 40,
"id": 36,
"lemma": "and",
"start_char": 168,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "amod",
"end_char": 176,
"feats": "Degree=Pos",
"head": 40,
"id": 37,
"lemma": "many",
"start_char": 172,
"text": "many",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "amod",
"end_char": 181,
"feats": "Degree=Pos",
"head": 40,
"id": 38,
"lemma": "nice",
"start_char": 177,
"text": "nice",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "amod",
"end_char": 193,
"feats": "Degree=Pos",
"head": 40,
"id": 39,
"lemma": "comfortable",
"start_char": 182,
"text": "comfortable",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "conj",
"end_char": 200,
"feats": "Number=Plur",
"head": 35,
"id": 40,
"lemma": "thing",
"start_char": 194,
"text": "things",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "cc",
"end_char": 204,
"feats": null,
"head": 45,
"id": 41,
"lemma": "and",
"start_char": 201,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "cop",
"end_char": 208,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 45,
"id": 42,
"lemma": "be",
"start_char": 205,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 213,
"feats": null,
"head": 45,
"id": 43,
"lemma": "like",
"start_char": 209,
"text": "like",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 215,
"feats": "Definite=Ind|PronType=Art",
"head": 45,
"id": 44,
"lemma": "a",
"start_char": 214,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "conj",
"end_char": 222,
"feats": "Number=Sing",
"head": 33,
"id": 45,
"lemma": "mother",
"start_char": 216,
"text": "mother",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 225,
"feats": null,
"head": 47,
"id": 46,
"lemma": "to",
"start_char": 223,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 229,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 45,
"id": 47,
"lemma": "her",
"start_char": 226,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 230,
"feats": null,
"head": 3,
"id": 48,
"lemma": ".",
"start_char": 229,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
]
],
[
[
0,
14,
14
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Alice tried frantically to stop her daughter from barking at the party, leaving us to wonder why she was behaving so strangely. | 169 | [
{
"end_char": 127,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Alice tried frantically to stop her daughter from barking at the party, leaving us to wonder why she was behaving so strangely.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Alice",
"start_char": 0,
"text": "Alice",
"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": "try",
"start_char": 6,
"text": "tried",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 23,
"feats": null,
"head": 2,
"id": 3,
"lemma": "frantically",
"start_char": 12,
"text": "frantically",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 26,
"feats": null,
"head": 5,
"id": 4,
"lemma": "to",
"start_char": 24,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 31,
"feats": "VerbForm=Inf",
"head": 2,
"id": 5,
"lemma": "stop",
"start_char": 27,
"text": "stop",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "nmod:poss",
"end_char": 35,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 7,
"id": 6,
"lemma": "her",
"start_char": 32,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 44,
"feats": "Number=Sing",
"head": 5,
"id": 7,
"lemma": "daughter",
"start_char": 36,
"text": "daughter",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 49,
"feats": null,
"head": 9,
"id": 8,
"lemma": "from",
"start_char": 45,
"text": "from",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "advcl",
"end_char": 57,
"feats": "VerbForm=Ger",
"head": 5,
"id": 9,
"lemma": "bark",
"start_char": 50,
"text": "barking",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 60,
"feats": null,
"head": 12,
"id": 10,
"lemma": "at",
"start_char": 58,
"text": "at",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 64,
"feats": "Definite=Def|PronType=Art",
"head": 12,
"id": 11,
"lemma": "the",
"start_char": 61,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 70,
"feats": "Number=Sing",
"head": 9,
"id": 12,
"lemma": "party",
"start_char": 65,
"text": "party",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 71,
"feats": null,
"head": 14,
"id": 13,
"lemma": ",",
"start_char": 70,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advcl",
"end_char": 79,
"feats": "VerbForm=Ger",
"head": 5,
"id": 14,
"lemma": "leave",
"start_char": 72,
"text": "leaving",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 82,
"feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs",
"head": 14,
"id": 15,
"lemma": "we",
"start_char": 80,
"text": "us",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "mark",
"end_char": 85,
"feats": null,
"head": 17,
"id": 16,
"lemma": "to",
"start_char": 83,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 92,
"feats": "VerbForm=Inf",
"head": 14,
"id": 17,
"lemma": "wonder",
"start_char": 86,
"text": "wonder",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "advmod",
"end_char": 96,
"feats": "PronType=Int",
"head": 21,
"id": 18,
"lemma": "why",
"start_char": 93,
"text": "why",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 100,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 21,
"id": 19,
"lemma": "she",
"start_char": 97,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 104,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 21,
"id": 20,
"lemma": "be",
"start_char": 101,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "ccomp",
"end_char": 113,
"feats": "Tense=Pres|VerbForm=Part",
"head": 17,
"id": 21,
"lemma": "behave",
"start_char": 105,
"text": "behaving",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "advmod",
"end_char": 116,
"feats": null,
"head": 23,
"id": 22,
"lemma": "so",
"start_char": 114,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 126,
"feats": null,
"head": 21,
"id": 23,
"lemma": "strangely",
"start_char": 117,
"text": "strangely",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 127,
"feats": null,
"head": 2,
"id": 24,
"lemma": ".",
"start_char": 126,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
18,
18
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
I couldn't put the pot on the shelf because it was too high. | 170 | [
{
"end_char": 60,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "I couldn't put the pot on the shelf because it was too high.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 1,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 4,
"id": 1,
"lemma": "I",
"start_char": 0,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": null,
"feats": "VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "could",
"start_char": 2,
"text": "could",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 10,
"feats": null,
"head": 4,
"id": 3,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 14,
"feats": "VerbForm=Inf",
"head": 0,
"id": 4,
"lemma": "put",
"start_char": 11,
"text": "put",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 18,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 15,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 22,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "pot",
"start_char": 19,
"text": "pot",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 25,
"feats": null,
"head": 9,
"id": 7,
"lemma": "on",
"start_char": 23,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 29,
"feats": "Definite=Def|PronType=Art",
"head": 9,
"id": 8,
"lemma": "the",
"start_char": 26,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 35,
"feats": "Number=Sing",
"head": 4,
"id": 9,
"lemma": "shelf",
"start_char": 30,
"text": "shelf",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 43,
"feats": null,
"head": 14,
"id": 10,
"lemma": "because",
"start_char": 36,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 46,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 11,
"lemma": "it",
"start_char": 44,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 50,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 14,
"id": 12,
"lemma": "be",
"start_char": 47,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 54,
"feats": null,
"head": 14,
"id": 13,
"lemma": "too",
"start_char": 51,
"text": "too",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 59,
"feats": "Degree=Pos",
"head": 4,
"id": 14,
"lemma": "high",
"start_char": 55,
"text": "high",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 60,
"feats": null,
"head": 4,
"id": 15,
"lemma": ".",
"start_char": 59,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
7,
8
],
[
0,
10,
10
]
]
] | 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 research. | 171 | [
{
"end_char": 126,
"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 research.",
"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": 125,
"feats": "Number=Sing",
"head": 18,
"id": 21,
"lemma": "research",
"start_char": 117,
"text": "research",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 126,
"feats": null,
"head": 10,
"id": 22,
"lemma": ".",
"start_char": 125,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
],
[
0,
16,
16
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The sack of potatoes had been placed below the bag of flour , so it had to be moved first. | 172 | [
{
"end_char": 90,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The sack of potatoes had been placed below the bag of flour , so it had to be moved first.",
"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:pass",
"end_char": 8,
"feats": "Number=Sing",
"head": 7,
"id": 2,
"lemma": "sack",
"start_char": 4,
"text": "sack",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 11,
"feats": null,
"head": 4,
"id": 3,
"lemma": "of",
"start_char": 9,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 20,
"feats": "Number=Plur",
"head": 2,
"id": 4,
"lemma": "potato",
"start_char": 12,
"text": "potatoes",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "aux",
"end_char": 24,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 7,
"id": 5,
"lemma": "have",
"start_char": 21,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "aux:pass",
"end_char": 29,
"feats": "Tense=Past|VerbForm=Part",
"head": 7,
"id": 6,
"lemma": "be",
"start_char": 25,
"text": "been",
"upos": "AUX",
"xpos": "VBN"
},
{
"deprel": "root",
"end_char": 36,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 7,
"lemma": "place",
"start_char": 30,
"text": "placed",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 42,
"feats": null,
"head": 10,
"id": 8,
"lemma": "below",
"start_char": 37,
"text": "below",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 46,
"feats": "Definite=Def|PronType=Art",
"head": 10,
"id": 9,
"lemma": "the",
"start_char": 43,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 50,
"feats": "Number=Sing",
"head": 7,
"id": 10,
"lemma": "bag",
"start_char": 47,
"text": "bag",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 53,
"feats": null,
"head": 12,
"id": 11,
"lemma": "of",
"start_char": 51,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 59,
"feats": "Number=Sing",
"head": 10,
"id": 12,
"lemma": "flour",
"start_char": 54,
"text": "flour",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 61,
"feats": null,
"head": 16,
"id": 13,
"lemma": ",",
"start_char": 60,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 64,
"feats": null,
"head": 16,
"id": 14,
"lemma": "so",
"start_char": 62,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 67,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 16,
"id": 15,
"lemma": "it",
"start_char": 65,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "parataxis",
"end_char": 71,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 7,
"id": 16,
"lemma": "have",
"start_char": 68,
"text": "had",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 74,
"feats": null,
"head": 19,
"id": 17,
"lemma": "to",
"start_char": 72,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "aux:pass",
"end_char": 77,
"feats": "VerbForm=Inf",
"head": 19,
"id": 18,
"lemma": "be",
"start_char": 75,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "xcomp",
"end_char": 83,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 16,
"id": 19,
"lemma": "move",
"start_char": 78,
"text": "moved",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "advmod",
"end_char": 89,
"feats": "NumType=Ord",
"head": 19,
"id": 20,
"lemma": "first",
"start_char": 84,
"text": "first",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 90,
"feats": null,
"head": 7,
"id": 21,
"lemma": ".",
"start_char": 89,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
8,
11
],
[
0,
14,
14
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The sculpture rolled off the shelf because it wasn't anchored. | 173 | [
{
"end_char": 62,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The sculpture rolled off the shelf because it wasn't anchored.",
"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": 13,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "sculpture",
"start_char": 4,
"text": "sculpture",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 20,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "roll",
"start_char": 14,
"text": "rolled",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 24,
"feats": null,
"head": 6,
"id": 4,
"lemma": "off",
"start_char": 21,
"text": "off",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 28,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 25,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 34,
"feats": "Number=Sing",
"head": 3,
"id": 6,
"lemma": "shelf",
"start_char": 29,
"text": "shelf",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 42,
"feats": null,
"head": 11,
"id": 7,
"lemma": "because",
"start_char": 35,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj:pass",
"end_char": 45,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 8,
"lemma": "it",
"start_char": 43,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux:pass",
"end_char": null,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 9,
"lemma": "be",
"start_char": 46,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 52,
"feats": null,
"head": 11,
"id": 10,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 61,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 3,
"id": 11,
"lemma": "anchore",
"start_char": 53,
"text": "anchored",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "punct",
"end_char": 62,
"feats": null,
"head": 3,
"id": 12,
"lemma": ".",
"start_char": 61,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
1
],
[
0,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Jane knocked on the door, and Susan answered it. She invited her to come in. | 174 | [
{
"end_char": 48,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Jane knocked on the door, and Susan answered it.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Jane",
"start_char": 0,
"text": "Jane",
"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": "knock",
"start_char": 5,
"text": "knocked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 15,
"feats": null,
"head": 5,
"id": 3,
"lemma": "on",
"start_char": 13,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 19,
"feats": "Definite=Def|PronType=Art",
"head": 5,
"id": 4,
"lemma": "the",
"start_char": 16,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 24,
"feats": "Number=Sing",
"head": 2,
"id": 5,
"lemma": "door",
"start_char": 20,
"text": "door",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 25,
"feats": null,
"head": 9,
"id": 6,
"lemma": ",",
"start_char": 24,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 29,
"feats": null,
"head": 9,
"id": 7,
"lemma": "and",
"start_char": 26,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 35,
"feats": "Number=Sing",
"head": 9,
"id": 8,
"lemma": "Susan",
"start_char": 30,
"text": "Susan",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "conj",
"end_char": 44,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 9,
"lemma": "answer",
"start_char": 36,
"text": "answered",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 47,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 9,
"id": 10,
"lemma": "it",
"start_char": 45,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 48,
"feats": null,
"head": 2,
"id": 11,
"lemma": ".",
"start_char": 47,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 76,
"id": 2,
"speaker": null,
"start_char": 49,
"text": "She invited her to come in.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 52,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 2,
"id": 1,
"lemma": "she",
"start_char": 49,
"text": "She",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 60,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "invite",
"start_char": 53,
"text": "invited",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 64,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 2,
"id": 3,
"lemma": "her",
"start_char": 61,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "mark",
"end_char": 67,
"feats": null,
"head": 5,
"id": 4,
"lemma": "to",
"start_char": 65,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 72,
"feats": "VerbForm=Inf",
"head": 2,
"id": 5,
"lemma": "come",
"start_char": 68,
"text": "come",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "advmod",
"end_char": 75,
"feats": null,
"head": 5,
"id": 6,
"lemma": "in",
"start_char": 73,
"text": "in",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 76,
"feats": null,
"head": 2,
"id": 7,
"lemma": ".",
"start_char": 75,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
7,
7
],
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The politicians far away in Washington could not know the settlers so they must make rules to regulate them. | 175 | [
{
"end_char": 108,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The politicians far away in Washington could not know the settlers so they must make rules to regulate 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": 15,
"feats": "Number=Plur",
"head": 9,
"id": 2,
"lemma": "politician",
"start_char": 4,
"text": "politicians",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "advmod",
"end_char": 19,
"feats": "Degree=Pos",
"head": 4,
"id": 3,
"lemma": "far",
"start_char": 16,
"text": "far",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 24,
"feats": null,
"head": 2,
"id": 4,
"lemma": "away",
"start_char": 20,
"text": "away",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 27,
"feats": null,
"head": 6,
"id": 5,
"lemma": "in",
"start_char": 25,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 38,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "Washington",
"start_char": 28,
"text": "Washington",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 44,
"feats": "VerbForm=Fin",
"head": 9,
"id": 7,
"lemma": "could",
"start_char": 39,
"text": "could",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 48,
"feats": null,
"head": 9,
"id": 8,
"lemma": "not",
"start_char": 45,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 53,
"feats": "VerbForm=Inf",
"head": 0,
"id": 9,
"lemma": "know",
"start_char": 49,
"text": "know",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 57,
"feats": "Definite=Def|PronType=Art",
"head": 11,
"id": 10,
"lemma": "the",
"start_char": 54,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 66,
"feats": "Number=Plur",
"head": 9,
"id": 11,
"lemma": "settler",
"start_char": 58,
"text": "settlers",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "mark",
"end_char": 69,
"feats": null,
"head": 15,
"id": 12,
"lemma": "so",
"start_char": 67,
"text": "so",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 74,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 15,
"id": 13,
"lemma": "they",
"start_char": 70,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 79,
"feats": "VerbForm=Fin",
"head": 15,
"id": 14,
"lemma": "must",
"start_char": 75,
"text": "must",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advcl",
"end_char": 84,
"feats": "VerbForm=Inf",
"head": 9,
"id": 15,
"lemma": "make",
"start_char": 80,
"text": "make",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 90,
"feats": "Number=Plur",
"head": 15,
"id": 16,
"lemma": "rule",
"start_char": 85,
"text": "rules",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "mark",
"end_char": 93,
"feats": null,
"head": 18,
"id": 17,
"lemma": "to",
"start_char": 91,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 102,
"feats": "VerbForm=Inf",
"head": 15,
"id": 18,
"lemma": "regulate",
"start_char": 94,
"text": "regulate",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 107,
"feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs",
"head": 18,
"id": 19,
"lemma": "they",
"start_char": 103,
"text": "them",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 108,
"feats": null,
"head": 9,
"id": 20,
"lemma": ".",
"start_char": 107,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
],
[
0,
12,
12
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The table was piled high with food , and on the floor beside it there were crocks, baskets, and a five-quart pail of milk. | 176 | [
{
"end_char": 122,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The table was piled high with food , and on the floor beside it there were crocks, baskets, and a five-quart pail of milk.",
"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:pass",
"end_char": 9,
"feats": "Number=Sing",
"head": 4,
"id": 2,
"lemma": "table",
"start_char": 4,
"text": "table",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux:pass",
"end_char": 13,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 3,
"lemma": "be",
"start_char": 10,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 19,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 4,
"lemma": "pile",
"start_char": 14,
"text": "piled",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "xcomp",
"end_char": 24,
"feats": "Degree=Pos",
"head": 4,
"id": 5,
"lemma": "high",
"start_char": 20,
"text": "high",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 29,
"feats": null,
"head": 7,
"id": 6,
"lemma": "with",
"start_char": 25,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 34,
"feats": "Number=Sing",
"head": 4,
"id": 7,
"lemma": "food",
"start_char": 30,
"text": "food",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 36,
"feats": null,
"head": 16,
"id": 8,
"lemma": ",",
"start_char": 35,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 40,
"feats": null,
"head": 16,
"id": 9,
"lemma": "and",
"start_char": 37,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "case",
"end_char": 43,
"feats": null,
"head": 12,
"id": 10,
"lemma": "on",
"start_char": 41,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 47,
"feats": "Definite=Def|PronType=Art",
"head": 12,
"id": 11,
"lemma": "the",
"start_char": 44,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 53,
"feats": "Number=Sing",
"head": 16,
"id": 12,
"lemma": "floor",
"start_char": 48,
"text": "floor",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 60,
"feats": null,
"head": 14,
"id": 13,
"lemma": "beside",
"start_char": 54,
"text": "beside",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 63,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 14,
"lemma": "it",
"start_char": 61,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "expl",
"end_char": 69,
"feats": null,
"head": 16,
"id": 15,
"lemma": "there",
"start_char": 64,
"text": "there",
"upos": "PRON",
"xpos": "EX"
},
{
"deprel": "conj",
"end_char": 74,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 16,
"lemma": "be",
"start_char": 70,
"text": "were",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nsubj",
"end_char": 81,
"feats": "Number=Plur",
"head": 16,
"id": 17,
"lemma": "crock",
"start_char": 75,
"text": "crocks",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 82,
"feats": null,
"head": 19,
"id": 18,
"lemma": ",",
"start_char": 81,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "conj",
"end_char": 90,
"feats": "Number=Plur",
"head": 17,
"id": 19,
"lemma": "basket",
"start_char": 83,
"text": "baskets",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 91,
"feats": null,
"head": 21,
"id": 20,
"lemma": ",",
"start_char": 90,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 95,
"feats": null,
"head": 26,
"id": 21,
"lemma": "and",
"start_char": 92,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "det",
"end_char": 97,
"feats": "Definite=Ind|PronType=Art",
"head": 26,
"id": 22,
"lemma": "a",
"start_char": 96,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nummod",
"end_char": 102,
"feats": "NumForm=Word|NumType=Card",
"head": 25,
"id": 23,
"lemma": "five",
"start_char": 98,
"text": "five",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "punct",
"end_char": 103,
"feats": null,
"head": 23,
"id": 24,
"lemma": "-",
"start_char": 102,
"text": "-",
"upos": "PUNCT",
"xpos": "HYPH"
},
{
"deprel": "compound",
"end_char": 108,
"feats": "Number=Sing",
"head": 26,
"id": 25,
"lemma": "quart",
"start_char": 103,
"text": "quart",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "conj",
"end_char": 113,
"feats": "Number=Sing",
"head": 17,
"id": 26,
"lemma": "pail",
"start_char": 109,
"text": "pail",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 116,
"feats": null,
"head": 28,
"id": 27,
"lemma": "of",
"start_char": 114,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 121,
"feats": "Number=Sing",
"head": 26,
"id": 28,
"lemma": "milk",
"start_char": 117,
"text": "milk",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 122,
"feats": null,
"head": 4,
"id": 29,
"lemma": ".",
"start_char": 121,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
6,
6
]
],
[
[
0,
13,
13
]
]
] | 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. | 177 | [
{
"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": "."
}
]
}
] | [
[
[
1,
5,
6
]
],
[
[
1,
19,
19
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The delivery truck zoomed by the school bus because it was going so slow. | 178 | [
{
"end_char": 73,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The delivery truck zoomed by the school bus because it was going so slow.",
"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": 12,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "delivery",
"start_char": 4,
"text": "delivery",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 18,
"feats": "Number=Sing",
"head": 4,
"id": 3,
"lemma": "truck",
"start_char": 13,
"text": "truck",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 25,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 4,
"lemma": "zoom",
"start_char": 19,
"text": "zoomed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 28,
"feats": null,
"head": 8,
"id": 5,
"lemma": "by",
"start_char": 26,
"text": "by",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 32,
"feats": "Definite=Def|PronType=Art",
"head": 8,
"id": 6,
"lemma": "the",
"start_char": 29,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 39,
"feats": "Number=Sing",
"head": 8,
"id": 7,
"lemma": "school",
"start_char": 33,
"text": "school",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obl",
"end_char": 43,
"feats": "Number=Sing",
"head": 4,
"id": 8,
"lemma": "bus",
"start_char": 40,
"text": "bus",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 51,
"feats": null,
"head": 12,
"id": 9,
"lemma": "because",
"start_char": 44,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 54,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 10,
"lemma": "it",
"start_char": 52,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 58,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 11,
"lemma": "be",
"start_char": 55,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 64,
"feats": "Tense=Pres|VerbForm=Part",
"head": 4,
"id": 12,
"lemma": "go",
"start_char": 59,
"text": "going",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "advmod",
"end_char": 67,
"feats": null,
"head": 14,
"id": 13,
"lemma": "so",
"start_char": 65,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "xcomp",
"end_char": 72,
"feats": "Degree=Pos",
"head": 12,
"id": 14,
"lemma": "slow",
"start_char": 68,
"text": "slow",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 73,
"feats": null,
"head": 4,
"id": 15,
"lemma": ".",
"start_char": 72,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
2
]
],
[
[
0,
9,
9
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Lily spoke to Donna , breaking her silence. | 179 | [
{
"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,
0,
0
],
[
0,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Tatyana knew that Grandma always enjoyed serving an abundance of food to her guests. Now Tatyana watched as Grandma gathered Tatyana 's small mother into a wide, scrawny embrace and then propelled her to the table, lifting her shawl from her shoulders, seating her in the place of honor, and saying simply: "There's plenty." | 180 | [
{
"end_char": 84,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Tatyana knew that Grandma always enjoyed serving an abundance of food to her guests.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Tatyana",
"start_char": 0,
"text": "Tatyana",
"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": "know",
"start_char": 8,
"text": "knew",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 17,
"feats": null,
"head": 6,
"id": 3,
"lemma": "that",
"start_char": 13,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 25,
"feats": "Number=Sing",
"head": 6,
"id": 4,
"lemma": "Grandma",
"start_char": 18,
"text": "Grandma",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 32,
"feats": null,
"head": 6,
"id": 5,
"lemma": "always",
"start_char": 26,
"text": "always",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "ccomp",
"end_char": 40,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 6,
"lemma": "enjoy",
"start_char": 33,
"text": "enjoyed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "xcomp",
"end_char": 48,
"feats": "VerbForm=Ger",
"head": 6,
"id": 7,
"lemma": "serve",
"start_char": 41,
"text": "serving",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "det",
"end_char": 51,
"feats": "Definite=Ind|PronType=Art",
"head": 9,
"id": 8,
"lemma": "a",
"start_char": 49,
"text": "an",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 61,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "abundance",
"start_char": 52,
"text": "abundance",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 64,
"feats": null,
"head": 11,
"id": 10,
"lemma": "of",
"start_char": 62,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 69,
"feats": "Number=Sing",
"head": 9,
"id": 11,
"lemma": "food",
"start_char": 65,
"text": "food",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 72,
"feats": null,
"head": 14,
"id": 12,
"lemma": "to",
"start_char": 70,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 76,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 14,
"id": 13,
"lemma": "her",
"start_char": 73,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 83,
"feats": "Number=Plur",
"head": 7,
"id": 14,
"lemma": "guest",
"start_char": 77,
"text": "guests",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 84,
"feats": null,
"head": 2,
"id": 15,
"lemma": ".",
"start_char": 83,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 324,
"id": 2,
"speaker": null,
"start_char": 85,
"text": "Now Tatyana watched as Grandma gathered Tatyana 's small mother into a wide, scrawny embrace and then propelled her to the table, lifting her shawl from her shoulders, seating her in the place of honor, and saying simply: \"There's plenty.\"",
"tokens": [
{
"deprel": "advmod",
"end_char": 88,
"feats": null,
"head": 3,
"id": 1,
"lemma": "now",
"start_char": 85,
"text": "Now",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 96,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "Tatyana",
"start_char": 89,
"text": "Tatyana",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 104,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "watch",
"start_char": 97,
"text": "watched",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 107,
"feats": null,
"head": 6,
"id": 4,
"lemma": "as",
"start_char": 105,
"text": "as",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 115,
"feats": "Number=Sing",
"head": 6,
"id": 5,
"lemma": "Grandma",
"start_char": 108,
"text": "Grandma",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advcl",
"end_char": 124,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 6,
"lemma": "gather",
"start_char": 116,
"text": "gathered",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 132,
"feats": "Number=Sing",
"head": 10,
"id": 7,
"lemma": "Tatyana",
"start_char": 125,
"text": "Tatyana",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 135,
"feats": null,
"head": 7,
"id": 8,
"lemma": "'s",
"start_char": 133,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "amod",
"end_char": 141,
"feats": "Degree=Pos",
"head": 10,
"id": 9,
"lemma": "small",
"start_char": 136,
"text": "small",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 148,
"feats": "Number=Sing",
"head": 6,
"id": 10,
"lemma": "mother",
"start_char": 142,
"text": "mother",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 153,
"feats": null,
"head": 16,
"id": 11,
"lemma": "into",
"start_char": 149,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 155,
"feats": "Definite=Ind|PronType=Art",
"head": 16,
"id": 12,
"lemma": "a",
"start_char": 154,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 160,
"feats": "Degree=Pos",
"head": 16,
"id": 13,
"lemma": "wide",
"start_char": 156,
"text": "wide",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 161,
"feats": null,
"head": 16,
"id": 14,
"lemma": ",",
"start_char": 160,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "amod",
"end_char": 169,
"feats": "Degree=Pos",
"head": 16,
"id": 15,
"lemma": "scrawny",
"start_char": 162,
"text": "scrawny",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 177,
"feats": "Number=Sing",
"head": 6,
"id": 16,
"lemma": "embrace",
"start_char": 170,
"text": "embrace",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 181,
"feats": null,
"head": 19,
"id": 17,
"lemma": "and",
"start_char": 178,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "advmod",
"end_char": 186,
"feats": "PronType=Dem",
"head": 19,
"id": 18,
"lemma": "then",
"start_char": 182,
"text": "then",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 196,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 6,
"id": 19,
"lemma": "propel",
"start_char": 187,
"text": "propelled",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 200,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 19,
"id": 20,
"lemma": "her",
"start_char": 197,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 203,
"feats": null,
"head": 23,
"id": 21,
"lemma": "to",
"start_char": 201,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 207,
"feats": "Definite=Def|PronType=Art",
"head": 23,
"id": 22,
"lemma": "the",
"start_char": 204,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 213,
"feats": "Number=Sing",
"head": 19,
"id": 23,
"lemma": "table",
"start_char": 208,
"text": "table",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 214,
"feats": null,
"head": 25,
"id": 24,
"lemma": ",",
"start_char": 213,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advcl",
"end_char": 222,
"feats": "VerbForm=Ger",
"head": 19,
"id": 25,
"lemma": "lift",
"start_char": 215,
"text": "lifting",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "nmod:poss",
"end_char": 226,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 27,
"id": 26,
"lemma": "her",
"start_char": 223,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 232,
"feats": "Number=Sing",
"head": 25,
"id": 27,
"lemma": "shawl",
"start_char": 227,
"text": "shawl",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 237,
"feats": null,
"head": 30,
"id": 28,
"lemma": "from",
"start_char": 233,
"text": "from",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 241,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 30,
"id": 29,
"lemma": "her",
"start_char": 238,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 251,
"feats": "Number=Plur",
"head": 25,
"id": 30,
"lemma": "shoulder",
"start_char": 242,
"text": "shoulders",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 252,
"feats": null,
"head": 32,
"id": 31,
"lemma": ",",
"start_char": 251,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advcl",
"end_char": 260,
"feats": "VerbForm=Ger",
"head": 25,
"id": 32,
"lemma": "seating",
"start_char": 253,
"text": "seating",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 264,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 32,
"id": 33,
"lemma": "her",
"start_char": 261,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 267,
"feats": null,
"head": 36,
"id": 34,
"lemma": "in",
"start_char": 265,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 271,
"feats": "Definite=Def|PronType=Art",
"head": 36,
"id": 35,
"lemma": "the",
"start_char": 268,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 277,
"feats": "Number=Sing",
"head": 32,
"id": 36,
"lemma": "place",
"start_char": 272,
"text": "place",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 280,
"feats": null,
"head": 38,
"id": 37,
"lemma": "of",
"start_char": 278,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 286,
"feats": "Number=Sing",
"head": 36,
"id": 38,
"lemma": "honor",
"start_char": 281,
"text": "honor",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 287,
"feats": null,
"head": 41,
"id": 39,
"lemma": ",",
"start_char": 286,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 291,
"feats": null,
"head": 41,
"id": 40,
"lemma": "and",
"start_char": 288,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 298,
"feats": "VerbForm=Ger",
"head": 19,
"id": 41,
"lemma": "say",
"start_char": 292,
"text": "saying",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "advmod",
"end_char": 305,
"feats": null,
"head": 41,
"id": 42,
"lemma": "simply",
"start_char": 299,
"text": "simply",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 306,
"feats": null,
"head": 41,
"id": 43,
"lemma": ":",
"start_char": 305,
"text": ":",
"upos": "PUNCT",
"xpos": ":"
},
{
"deprel": "punct",
"end_char": 308,
"feats": null,
"head": 46,
"id": 44,
"lemma": "\"",
"start_char": 307,
"text": "\"",
"upos": "PUNCT",
"xpos": "``"
},
{
"deprel": "expl",
"end_char": null,
"feats": null,
"head": 46,
"id": 45,
"lemma": "there",
"start_char": 308,
"text": "There",
"upos": "PRON",
"xpos": "EX"
},
{
"deprel": "ccomp",
"end_char": 315,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 41,
"id": 46,
"lemma": "be",
"start_char": null,
"text": "'s",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "nsubj",
"end_char": 322,
"feats": "Number=Sing",
"head": 46,
"id": 47,
"lemma": "plenty",
"start_char": 316,
"text": "plenty",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 323,
"feats": null,
"head": 3,
"id": 48,
"lemma": ".",
"start_char": 322,
"text": ".",
"upos": "PUNCT",
"xpos": "."
},
{
"deprel": "punct",
"end_char": 324,
"feats": null,
"head": 3,
"id": 49,
"lemma": "\"",
"start_char": 323,
"text": "\"",
"upos": "PUNCT",
"xpos": "''"
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
12,
12
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
When Tatyana reached the cabin, her mother was sleeping. She was careful not to disturb her, undressing and climbing back into her berth. | 181 | [
{
"end_char": 56,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "When Tatyana reached the cabin, her mother was sleeping.",
"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": 12,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "Tatyana",
"start_char": 5,
"text": "Tatyana",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advcl",
"end_char": 20,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 3,
"lemma": "reach",
"start_char": 13,
"text": "reached",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 24,
"feats": "Definite=Def|PronType=Art",
"head": 5,
"id": 4,
"lemma": "the",
"start_char": 21,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 30,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "cabin",
"start_char": 25,
"text": "cabin",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 31,
"feats": null,
"head": 10,
"id": 6,
"lemma": ",",
"start_char": 30,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nmod:poss",
"end_char": 35,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 8,
"id": 7,
"lemma": "her",
"start_char": 32,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nsubj",
"end_char": 42,
"feats": "Number=Sing",
"head": 10,
"id": 8,
"lemma": "mother",
"start_char": 36,
"text": "mother",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 46,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 9,
"lemma": "be",
"start_char": 43,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 55,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 10,
"lemma": "sleep",
"start_char": 47,
"text": "sleeping",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "punct",
"end_char": 56,
"feats": null,
"head": 10,
"id": 11,
"lemma": ".",
"start_char": 55,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 137,
"id": 2,
"speaker": null,
"start_char": 57,
"text": "She was careful not to disturb her, undressing and climbing back into her berth.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 60,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "she",
"start_char": 57,
"text": "She",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 64,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"start_char": 61,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 72,
"feats": "Degree=Pos",
"head": 0,
"id": 3,
"lemma": "careful",
"start_char": 65,
"text": "careful",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "advmod",
"end_char": 76,
"feats": null,
"head": 6,
"id": 4,
"lemma": "not",
"start_char": 73,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 79,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"start_char": 77,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 87,
"feats": "VerbForm=Inf",
"head": 3,
"id": 6,
"lemma": "disturb",
"start_char": 80,
"text": "disturb",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 91,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 6,
"id": 7,
"lemma": "her",
"start_char": 88,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 92,
"feats": null,
"head": 9,
"id": 8,
"lemma": ",",
"start_char": 91,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advcl",
"end_char": 103,
"feats": "VerbForm=Ger",
"head": 6,
"id": 9,
"lemma": "undress",
"start_char": 93,
"text": "undressing",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "cc",
"end_char": 107,
"feats": null,
"head": 11,
"id": 10,
"lemma": "and",
"start_char": 104,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 116,
"feats": "VerbForm=Ger",
"head": 9,
"id": 11,
"lemma": "climb",
"start_char": 108,
"text": "climbing",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "advmod",
"end_char": 121,
"feats": null,
"head": 11,
"id": 12,
"lemma": "back",
"start_char": 117,
"text": "back",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 126,
"feats": null,
"head": 15,
"id": 13,
"lemma": "into",
"start_char": 122,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 130,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 15,
"id": 14,
"lemma": "her",
"start_char": 127,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 136,
"feats": "Number=Sing",
"head": 11,
"id": 15,
"lemma": "berth",
"start_char": 131,
"text": "berth",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 137,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"start_char": 136,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
],
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
At the Loebner competition the judges couldn't figure out which respondents were the chatbots because they were so stupid. | 182 | [
{
"end_char": 122,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "At the Loebner competition the judges couldn't figure out which respondents were the chatbots because they were so stupid.",
"tokens": [
{
"deprel": "case",
"end_char": 2,
"feats": null,
"head": 4,
"id": 1,
"lemma": "at",
"start_char": 0,
"text": "At",
"upos": "ADP",
"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": 14,
"feats": "Number=Sing",
"head": 4,
"id": 3,
"lemma": "Loebner",
"start_char": 7,
"text": "Loebner",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "obl",
"end_char": 26,
"feats": "Number=Sing",
"head": 9,
"id": 4,
"lemma": "competition",
"start_char": 15,
"text": "competition",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "det",
"end_char": 30,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 27,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 37,
"feats": "Number=Plur",
"head": 9,
"id": 6,
"lemma": "judge",
"start_char": 31,
"text": "judges",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "aux",
"end_char": null,
"feats": "VerbForm=Fin",
"head": 9,
"id": 7,
"lemma": "could",
"start_char": 38,
"text": "could",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 46,
"feats": null,
"head": 9,
"id": 8,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 53,
"feats": "VerbForm=Inf",
"head": 0,
"id": 9,
"lemma": "figure",
"start_char": 47,
"text": "figure",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "compound:prt",
"end_char": 57,
"feats": null,
"head": 9,
"id": 10,
"lemma": "out",
"start_char": 54,
"text": "out",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "det",
"end_char": 63,
"feats": "PronType=Int",
"head": 12,
"id": 11,
"lemma": "which",
"start_char": 58,
"text": "which",
"upos": "DET",
"xpos": "WDT"
},
{
"deprel": "nsubj",
"end_char": 75,
"feats": "Number=Plur",
"head": 15,
"id": 12,
"lemma": "respondent",
"start_char": 64,
"text": "respondents",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "cop",
"end_char": 80,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 15,
"id": 13,
"lemma": "be",
"start_char": 76,
"text": "were",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 84,
"feats": "Definite=Def|PronType=Art",
"head": 15,
"id": 14,
"lemma": "the",
"start_char": 81,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "ccomp",
"end_char": 93,
"feats": "Number=Plur",
"head": 9,
"id": 15,
"lemma": "chatbot",
"start_char": 85,
"text": "chatbots",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "mark",
"end_char": 101,
"feats": null,
"head": 20,
"id": 16,
"lemma": "because",
"start_char": 94,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 106,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 20,
"id": 17,
"lemma": "they",
"start_char": 102,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 111,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 20,
"id": 18,
"lemma": "be",
"start_char": 107,
"text": "were",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 114,
"feats": null,
"head": 20,
"id": 19,
"lemma": "so",
"start_char": 112,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 121,
"feats": "Degree=Pos",
"head": 9,
"id": 20,
"lemma": "stupid",
"start_char": 115,
"text": "stupid",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 122,
"feats": null,
"head": 9,
"id": 21,
"lemma": ".",
"start_char": 121,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
13,
14
]
],
[
[
0,
16,
16
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
My meeting started at 4:00 and I needed to catch the train at 4:30, so there wasn't much time. Luckily, it was delayed, so it worked out. | 183 | [
{
"end_char": 94,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "My meeting started at 4:00 and I needed to catch the train at 4:30, so there wasn't much time.",
"tokens": [
{
"deprel": "nmod:poss",
"end_char": 2,
"feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
"head": 2,
"id": 1,
"lemma": "my",
"start_char": 0,
"text": "My",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nsubj",
"end_char": 10,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "meeting",
"start_char": 3,
"text": "meeting",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 18,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "start",
"start_char": 11,
"text": "started",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 21,
"feats": null,
"head": 5,
"id": 4,
"lemma": "at",
"start_char": 19,
"text": "at",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 26,
"feats": "NumForm=Digit|NumType=Card",
"head": 3,
"id": 5,
"lemma": "4:00",
"start_char": 22,
"text": "4:00",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "cc",
"end_char": 30,
"feats": null,
"head": 8,
"id": 6,
"lemma": "and",
"start_char": 27,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 32,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 8,
"id": 7,
"lemma": "I",
"start_char": 31,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 39,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 8,
"lemma": "need",
"start_char": 33,
"text": "needed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 42,
"feats": null,
"head": 10,
"id": 9,
"lemma": "to",
"start_char": 40,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 48,
"feats": "VerbForm=Inf",
"head": 8,
"id": 10,
"lemma": "catch",
"start_char": 43,
"text": "catch",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 52,
"feats": "Definite=Def|PronType=Art",
"head": 12,
"id": 11,
"lemma": "the",
"start_char": 49,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 58,
"feats": "Number=Sing",
"head": 10,
"id": 12,
"lemma": "train",
"start_char": 53,
"text": "train",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 61,
"feats": null,
"head": 14,
"id": 13,
"lemma": "at",
"start_char": 59,
"text": "at",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 66,
"feats": "NumForm=Digit|NumType=Card",
"head": 10,
"id": 14,
"lemma": "4:30",
"start_char": 62,
"text": "4:30",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "punct",
"end_char": 67,
"feats": null,
"head": 18,
"id": 15,
"lemma": ",",
"start_char": 66,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 70,
"feats": null,
"head": 18,
"id": 16,
"lemma": "so",
"start_char": 68,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "expl",
"end_char": 76,
"feats": null,
"head": 18,
"id": 17,
"lemma": "there",
"start_char": 71,
"text": "there",
"upos": "PRON",
"xpos": "EX"
},
{
"deprel": "parataxis",
"end_char": null,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 18,
"lemma": "be",
"start_char": 77,
"text": "was",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 83,
"feats": null,
"head": 18,
"id": 19,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "amod",
"end_char": 88,
"feats": "Degree=Pos",
"head": 21,
"id": 20,
"lemma": "much",
"start_char": 84,
"text": "much",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 93,
"feats": "Number=Sing",
"head": 18,
"id": 21,
"lemma": "time",
"start_char": 89,
"text": "time",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 94,
"feats": null,
"head": 3,
"id": 22,
"lemma": ".",
"start_char": 93,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 137,
"id": 2,
"speaker": null,
"start_char": 95,
"text": "Luckily, it was delayed, so it worked out.",
"tokens": [
{
"deprel": "advmod",
"end_char": 102,
"feats": null,
"head": 5,
"id": 1,
"lemma": "luckily",
"start_char": 95,
"text": "Luckily",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 103,
"feats": null,
"head": 1,
"id": 2,
"lemma": ",",
"start_char": 102,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj:pass",
"end_char": 106,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 5,
"id": 3,
"lemma": "it",
"start_char": 104,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux:pass",
"end_char": 110,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 5,
"id": 4,
"lemma": "be",
"start_char": 107,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 118,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 5,
"lemma": "delay",
"start_char": 111,
"text": "delayed",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "punct",
"end_char": 119,
"feats": null,
"head": 9,
"id": 6,
"lemma": ",",
"start_char": 118,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 122,
"feats": null,
"head": 9,
"id": 7,
"lemma": "so",
"start_char": 120,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 125,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 9,
"id": 8,
"lemma": "it",
"start_char": 123,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "parataxis",
"end_char": 132,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 5,
"id": 9,
"lemma": "work",
"start_char": 126,
"text": "worked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "compound:prt",
"end_char": 136,
"feats": null,
"head": 9,
"id": 10,
"lemma": "out",
"start_char": 133,
"text": "out",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 137,
"feats": null,
"head": 5,
"id": 11,
"lemma": ".",
"start_char": 136,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
10,
11
],
[
1,
2,
2
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Susan knew that Ann 's son had been in a car accident, because she told her about it. | 184 | [
{
"end_char": 85,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Susan knew that Ann 's son had been in a car accident, because she told her about it.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Susan",
"start_char": 0,
"text": "Susan",
"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": "know",
"start_char": 6,
"text": "knew",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 15,
"feats": null,
"head": 13,
"id": 3,
"lemma": "that",
"start_char": 11,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 19,
"feats": "Number=Sing",
"head": 7,
"id": 4,
"lemma": "Ann",
"start_char": 16,
"text": "Ann",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": null,
"feats": "Typo=Yes",
"head": 4,
"id": 5,
"lemma": "'s",
"start_char": 20,
"text": "s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "case",
"end_char": 22,
"feats": null,
"head": 4,
"id": 6,
"lemma": "'s",
"start_char": null,
"text": "'",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "nsubj",
"end_char": 26,
"feats": "Number=Sing",
"head": 13,
"id": 7,
"lemma": "son",
"start_char": 23,
"text": "son",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 30,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 13,
"id": 8,
"lemma": "have",
"start_char": 27,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "cop",
"end_char": 35,
"feats": "Tense=Past|VerbForm=Part",
"head": 13,
"id": 9,
"lemma": "be",
"start_char": 31,
"text": "been",
"upos": "AUX",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 38,
"feats": null,
"head": 13,
"id": 10,
"lemma": "in",
"start_char": 36,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 40,
"feats": "Definite=Ind|PronType=Art",
"head": 13,
"id": 11,
"lemma": "a",
"start_char": 39,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 44,
"feats": "Number=Sing",
"head": 13,
"id": 12,
"lemma": "car",
"start_char": 41,
"text": "car",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "ccomp",
"end_char": 53,
"feats": "Number=Sing",
"head": 2,
"id": 13,
"lemma": "accident",
"start_char": 45,
"text": "accident",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 54,
"feats": null,
"head": 17,
"id": 14,
"lemma": ",",
"start_char": 53,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 62,
"feats": null,
"head": 17,
"id": 15,
"lemma": "because",
"start_char": 55,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 66,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 17,
"id": 16,
"lemma": "she",
"start_char": 63,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 71,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 13,
"id": 17,
"lemma": "tell",
"start_char": 67,
"text": "told",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "iobj",
"end_char": 75,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 17,
"id": 18,
"lemma": "her",
"start_char": 72,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 81,
"feats": null,
"head": 20,
"id": 19,
"lemma": "about",
"start_char": 76,
"text": "about",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 84,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 17,
"id": 20,
"lemma": "it",
"start_char": 82,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 85,
"feats": null,
"head": 2,
"id": 21,
"lemma": ".",
"start_char": 84,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
15,
15
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The table won't fit through the doorway because it is too narrow. | 185 | [
{
"end_char": 65,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The table won't fit through the doorway because it is too narrow.",
"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": 9,
"feats": "Number=Sing",
"head": 5,
"id": 2,
"lemma": "table",
"start_char": 4,
"text": "table",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": null,
"feats": "VerbForm=Fin",
"head": 5,
"id": 3,
"lemma": "will",
"start_char": 10,
"text": "wo",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 15,
"feats": null,
"head": 5,
"id": 4,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 19,
"feats": "VerbForm=Inf",
"head": 0,
"id": 5,
"lemma": "fit",
"start_char": 16,
"text": "fit",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 27,
"feats": null,
"head": 8,
"id": 6,
"lemma": "through",
"start_char": 20,
"text": "through",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 31,
"feats": "Definite=Def|PronType=Art",
"head": 8,
"id": 7,
"lemma": "the",
"start_char": 28,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 39,
"feats": "Number=Sing",
"head": 5,
"id": 8,
"lemma": "doorway",
"start_char": 32,
"text": "doorway",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 47,
"feats": null,
"head": 13,
"id": 9,
"lemma": "because",
"start_char": 40,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 50,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 10,
"lemma": "it",
"start_char": 48,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 53,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 13,
"id": 11,
"lemma": "be",
"start_char": 51,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 57,
"feats": null,
"head": 13,
"id": 12,
"lemma": "too",
"start_char": 54,
"text": "too",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 64,
"feats": "Degree=Pos",
"head": 5,
"id": 13,
"lemma": "narrow",
"start_char": 58,
"text": "narrow",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 65,
"feats": null,
"head": 5,
"id": 14,
"lemma": ".",
"start_char": 64,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
1
]
],
[
[
0,
9,
9
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Alice looked for her friend Jade in the crowd. Since she always has good luck, Alice spotted her quickly. | 186 | [
{
"end_char": 46,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Alice looked for her friend Jade in the crowd.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Alice",
"start_char": 0,
"text": "Alice",
"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": "look",
"start_char": 6,
"text": "looked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 16,
"feats": null,
"head": 5,
"id": 3,
"lemma": "for",
"start_char": 13,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 20,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 5,
"id": 4,
"lemma": "her",
"start_char": 17,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 27,
"feats": "Number=Sing",
"head": 2,
"id": 5,
"lemma": "friend",
"start_char": 21,
"text": "friend",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "appos",
"end_char": 32,
"feats": "Number=Sing",
"head": 5,
"id": 6,
"lemma": "Jade",
"start_char": 28,
"text": "Jade",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 35,
"feats": null,
"head": 9,
"id": 7,
"lemma": "in",
"start_char": 33,
"text": "in",
"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": 45,
"feats": "Number=Sing",
"head": 2,
"id": 9,
"lemma": "crowd",
"start_char": 40,
"text": "crowd",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 46,
"feats": null,
"head": 2,
"id": 10,
"lemma": ".",
"start_char": 45,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 105,
"id": 2,
"speaker": null,
"start_char": 47,
"text": "Since she always has good luck, Alice spotted her quickly.",
"tokens": [
{
"deprel": "mark",
"end_char": 52,
"feats": null,
"head": 4,
"id": 1,
"lemma": "since",
"start_char": 47,
"text": "Since",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 56,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 4,
"id": 2,
"lemma": "she",
"start_char": 53,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 63,
"feats": null,
"head": 4,
"id": 3,
"lemma": "always",
"start_char": 57,
"text": "always",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 67,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 9,
"id": 4,
"lemma": "have",
"start_char": 64,
"text": "has",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "amod",
"end_char": 72,
"feats": "Degree=Pos",
"head": 6,
"id": 5,
"lemma": "good",
"start_char": 68,
"text": "good",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 77,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "luck",
"start_char": 73,
"text": "luck",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 78,
"feats": null,
"head": 9,
"id": 7,
"lemma": ",",
"start_char": 77,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 84,
"feats": "Number=Sing",
"head": 9,
"id": 8,
"lemma": "Alice",
"start_char": 79,
"text": "Alice",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 92,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 9,
"lemma": "spot",
"start_char": 85,
"text": "spotted",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 96,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 9,
"id": 10,
"lemma": "her",
"start_char": 93,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 104,
"feats": null,
"head": 9,
"id": 11,
"lemma": "quickly",
"start_char": 97,
"text": "quickly",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 105,
"feats": null,
"head": 9,
"id": 12,
"lemma": ".",
"start_char": 104,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
1,
1,
1
]
]
] | 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. | 187 | [
{
"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,
17,
17
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
No one joins Facebook to be sad and lonely. But a new study from the University of Wisconsin psychologist George Lincoln argues that that's exactly how it makes us feel. | 188 | [
{
"end_char": 43,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "No one joins Facebook to be sad and lonely.",
"tokens": [
{
"deprel": "det",
"end_char": 2,
"feats": null,
"head": 2,
"id": 1,
"lemma": "no",
"start_char": 0,
"text": "No",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing|PronType=Neg",
"head": 3,
"id": 2,
"lemma": "one",
"start_char": 3,
"text": "one",
"upos": "PRON",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 12,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "join",
"start_char": 7,
"text": "joins",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "obj",
"end_char": 21,
"feats": "Number=Sing",
"head": 3,
"id": 4,
"lemma": "Facebook",
"start_char": 13,
"text": "Facebook",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 24,
"feats": null,
"head": 7,
"id": 5,
"lemma": "to",
"start_char": 22,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "cop",
"end_char": 27,
"feats": "VerbForm=Inf",
"head": 7,
"id": 6,
"lemma": "be",
"start_char": 25,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "xcomp",
"end_char": 31,
"feats": "Degree=Pos",
"head": 3,
"id": 7,
"lemma": "sad",
"start_char": 28,
"text": "sad",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "cc",
"end_char": 35,
"feats": null,
"head": 9,
"id": 8,
"lemma": "and",
"start_char": 32,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 42,
"feats": "Degree=Pos",
"head": 7,
"id": 9,
"lemma": "lonely",
"start_char": 36,
"text": "lonely",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 43,
"feats": null,
"head": 3,
"id": 10,
"lemma": ".",
"start_char": 42,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 169,
"id": 2,
"speaker": null,
"start_char": 44,
"text": "But a new study from the University of Wisconsin psychologist George Lincoln argues that that's exactly how it makes us feel.",
"tokens": [
{
"deprel": "cc",
"end_char": 47,
"feats": null,
"head": 13,
"id": 1,
"lemma": "but",
"start_char": 44,
"text": "But",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "det",
"end_char": 49,
"feats": "Definite=Ind|PronType=Art",
"head": 4,
"id": 2,
"lemma": "a",
"start_char": 48,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 53,
"feats": "Degree=Pos",
"head": 4,
"id": 3,
"lemma": "new",
"start_char": 50,
"text": "new",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 59,
"feats": "Number=Sing",
"head": 13,
"id": 4,
"lemma": "study",
"start_char": 54,
"text": "study",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 64,
"feats": null,
"head": 10,
"id": 5,
"lemma": "from",
"start_char": 60,
"text": "from",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 68,
"feats": "Definite=Def|PronType=Art",
"head": 10,
"id": 6,
"lemma": "the",
"start_char": 65,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 79,
"feats": "Number=Sing",
"head": 10,
"id": 7,
"lemma": "University",
"start_char": 69,
"text": "University",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 82,
"feats": null,
"head": 9,
"id": 8,
"lemma": "of",
"start_char": 80,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 92,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "Wisconsin",
"start_char": 83,
"text": "Wisconsin",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "nmod",
"end_char": 105,
"feats": "Number=Sing",
"head": 4,
"id": 10,
"lemma": "psychologist",
"start_char": 93,
"text": "psychologist",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "appos",
"end_char": 112,
"feats": "Number=Sing",
"head": 4,
"id": 11,
"lemma": "George",
"start_char": 106,
"text": "George",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "flat",
"end_char": 120,
"feats": "Number=Sing",
"head": 11,
"id": 12,
"lemma": "Lincoln",
"start_char": 113,
"text": "Lincoln",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 127,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 13,
"lemma": "argue",
"start_char": 121,
"text": "argues",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "mark",
"end_char": 132,
"feats": null,
"head": 18,
"id": 14,
"lemma": "that",
"start_char": 128,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": null,
"feats": "Number=Sing|PronType=Dem",
"head": 18,
"id": 15,
"lemma": "that",
"start_char": 133,
"text": "that",
"upos": "PRON",
"xpos": "DT"
},
{
"deprel": "cop",
"end_char": 139,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 18,
"id": 16,
"lemma": "be",
"start_char": null,
"text": "'s",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 147,
"feats": null,
"head": 18,
"id": 17,
"lemma": "exactly",
"start_char": 140,
"text": "exactly",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "ccomp",
"end_char": 151,
"feats": "PronType=Int",
"head": 13,
"id": 18,
"lemma": "how",
"start_char": 148,
"text": "how",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 154,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 20,
"id": 19,
"lemma": "it",
"start_char": 152,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl:relcl",
"end_char": 160,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 18,
"id": 20,
"lemma": "make",
"start_char": 155,
"text": "makes",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "obj",
"end_char": 163,
"feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs",
"head": 20,
"id": 21,
"lemma": "we",
"start_char": 161,
"text": "us",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "xcomp",
"end_char": 168,
"feats": "VerbForm=Inf",
"head": 20,
"id": 22,
"lemma": "feel",
"start_char": 164,
"text": "feel",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 169,
"feats": null,
"head": 13,
"id": 23,
"lemma": ".",
"start_char": 168,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
1,
3,
3
]
],
[
[
1,
18,
18
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Tom gave Ralph a lift to school so he wouldn't have to drive alone. | 189 | [
{
"end_char": 67,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Tom gave Ralph a lift to school so he wouldn't have to drive alone.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Tom",
"start_char": 0,
"text": "Tom",
"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": "give",
"start_char": 4,
"text": "gave",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "iobj",
"end_char": 14,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "Ralph",
"start_char": 9,
"text": "Ralph",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "det",
"end_char": 16,
"feats": "Definite=Ind|PronType=Art",
"head": 5,
"id": 4,
"lemma": "a",
"start_char": 15,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 21,
"feats": "Number=Sing",
"head": 2,
"id": 5,
"lemma": "lift",
"start_char": 17,
"text": "lift",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 24,
"feats": null,
"head": 7,
"id": 6,
"lemma": "to",
"start_char": 22,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 31,
"feats": "Number=Sing",
"head": 2,
"id": 7,
"lemma": "school",
"start_char": 25,
"text": "school",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 34,
"feats": null,
"head": 12,
"id": 8,
"lemma": "so",
"start_char": 32,
"text": "so",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 37,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 9,
"lemma": "he",
"start_char": 35,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": null,
"feats": "VerbForm=Fin",
"head": 12,
"id": 10,
"lemma": "would",
"start_char": 38,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 46,
"feats": null,
"head": 12,
"id": 11,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 51,
"feats": "VerbForm=Inf",
"head": 2,
"id": 12,
"lemma": "have",
"start_char": 47,
"text": "have",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "mark",
"end_char": 54,
"feats": null,
"head": 14,
"id": 13,
"lemma": "to",
"start_char": 52,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 60,
"feats": "VerbForm=Inf",
"head": 12,
"id": 14,
"lemma": "drive",
"start_char": 55,
"text": "drive",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "advmod",
"end_char": 66,
"feats": null,
"head": 14,
"id": 15,
"lemma": "alone",
"start_char": 61,
"text": "alone",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 67,
"feats": null,
"head": 2,
"id": 16,
"lemma": ".",
"start_char": 66,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
8,
8
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Fred is the only man still alive who remembers my great-grandfather . He was a remarkable man. | 190 | [
{
"end_char": 69,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Fred is the only man still alive who remembers my great-grandfather .",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 5,
"id": 1,
"lemma": "Fred",
"start_char": 0,
"text": "Fred",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 7,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 5,
"id": 2,
"lemma": "be",
"start_char": 5,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "det",
"end_char": 11,
"feats": "Definite=Def|PronType=Art",
"head": 5,
"id": 3,
"lemma": "the",
"start_char": 8,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 16,
"feats": "Degree=Pos",
"head": 5,
"id": 4,
"lemma": "only",
"start_char": 12,
"text": "only",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "root",
"end_char": 20,
"feats": "Number=Sing",
"head": 0,
"id": 5,
"lemma": "man",
"start_char": 17,
"text": "man",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 26,
"feats": null,
"head": 7,
"id": 6,
"lemma": "still",
"start_char": 21,
"text": "still",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "amod",
"end_char": 32,
"feats": "Degree=Pos",
"head": 5,
"id": 7,
"lemma": "alive",
"start_char": 27,
"text": "alive",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 36,
"feats": "PronType=Rel",
"head": 9,
"id": 8,
"lemma": "who",
"start_char": 33,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "acl:relcl",
"end_char": 46,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 5,
"id": 9,
"lemma": "remember",
"start_char": 37,
"text": "remembers",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "nmod:poss",
"end_char": 49,
"feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
"head": 13,
"id": 10,
"lemma": "my",
"start_char": 47,
"text": "my",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "amod",
"end_char": 55,
"feats": "Degree=Pos",
"head": 13,
"id": 11,
"lemma": "great",
"start_char": 50,
"text": "great",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 56,
"feats": null,
"head": 11,
"id": 12,
"lemma": "-",
"start_char": 55,
"text": "-",
"upos": "PUNCT",
"xpos": "HYPH"
},
{
"deprel": "obj",
"end_char": 67,
"feats": "Number=Sing",
"head": 9,
"id": 13,
"lemma": "grandfather",
"start_char": 56,
"text": "grandfather",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 69,
"feats": null,
"head": 5,
"id": 14,
"lemma": ".",
"start_char": 68,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 94,
"id": 2,
"speaker": null,
"start_char": 70,
"text": "He was a remarkable man.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 72,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 5,
"id": 1,
"lemma": "he",
"start_char": 70,
"text": "He",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 76,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 5,
"id": 2,
"lemma": "be",
"start_char": 73,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 78,
"feats": "Definite=Ind|PronType=Art",
"head": 5,
"id": 3,
"lemma": "a",
"start_char": 77,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 89,
"feats": "Degree=Pos",
"head": 5,
"id": 4,
"lemma": "remarkable",
"start_char": 79,
"text": "remarkable",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "root",
"end_char": 93,
"feats": "Number=Sing",
"head": 0,
"id": 5,
"lemma": "man",
"start_char": 90,
"text": "man",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 94,
"feats": null,
"head": 5,
"id": 6,
"lemma": ".",
"start_char": 93,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
9,
12
],
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Pam's parents came home and found her having sex with her boyfriend, Paul. They were embarrassed about it. | 191 | [
{
"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": 106,
"id": 2,
"speaker": null,
"start_char": 75,
"text": "They were embarrassed about it.",
"tokens": [
{
"deprel": "nsubj:pass",
"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": "aux:pass",
"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": 96,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 3,
"lemma": "embarrass",
"start_char": 85,
"text": "embarrassed",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 102,
"feats": null,
"head": 5,
"id": 4,
"lemma": "about",
"start_char": 97,
"text": "about",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 105,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 3,
"id": 5,
"lemma": "it",
"start_char": 103,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 106,
"feats": null,
"head": 3,
"id": 6,
"lemma": ".",
"start_char": 105,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
2
]
],
[
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Do you suppose that Peter is responsible for the captain ’s illness? Maybe he bribed the cook to put something in his food. | 192 | [
{
"end_char": 68,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Do you suppose that Peter is responsible for the captain ’s illness?",
"tokens": [
{
"deprel": "aux",
"end_char": 2,
"feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 1,
"lemma": "do",
"start_char": 0,
"text": "Do",
"upos": "AUX",
"xpos": "VBP"
},
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Case=Nom|Person=2|PronType=Prs",
"head": 3,
"id": 2,
"lemma": "you",
"start_char": 3,
"text": "you",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 14,
"feats": "VerbForm=Inf",
"head": 0,
"id": 3,
"lemma": "suppose",
"start_char": 7,
"text": "suppose",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "mark",
"end_char": 19,
"feats": null,
"head": 7,
"id": 4,
"lemma": "that",
"start_char": 15,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 25,
"feats": "Number=Sing",
"head": 7,
"id": 5,
"lemma": "Peter",
"start_char": 20,
"text": "Peter",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 28,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 7,
"id": 6,
"lemma": "be",
"start_char": 26,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "ccomp",
"end_char": 40,
"feats": "Degree=Pos",
"head": 3,
"id": 7,
"lemma": "responsible",
"start_char": 29,
"text": "responsible",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "case",
"end_char": 44,
"feats": null,
"head": 12,
"id": 8,
"lemma": "for",
"start_char": 41,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 48,
"feats": "Definite=Def|PronType=Art",
"head": 10,
"id": 9,
"lemma": "the",
"start_char": 45,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod:poss",
"end_char": 56,
"feats": "Number=Sing",
"head": 12,
"id": 10,
"lemma": "captain",
"start_char": 49,
"text": "captain",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 59,
"feats": null,
"head": 10,
"id": 11,
"lemma": "'s",
"start_char": 57,
"text": "’s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "obl",
"end_char": 67,
"feats": "Number=Sing",
"head": 7,
"id": 12,
"lemma": "illness",
"start_char": 60,
"text": "illness",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 68,
"feats": null,
"head": 3,
"id": 13,
"lemma": "?",
"start_char": 67,
"text": "?",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 123,
"id": 2,
"speaker": null,
"start_char": 69,
"text": "Maybe he bribed the cook to put something in his food.",
"tokens": [
{
"deprel": "advmod",
"end_char": 74,
"feats": null,
"head": 3,
"id": 1,
"lemma": "maybe",
"start_char": 69,
"text": "Maybe",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 77,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 3,
"id": 2,
"lemma": "he",
"start_char": 75,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 84,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "bribe",
"start_char": 78,
"text": "bribed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 88,
"feats": "Definite=Def|PronType=Art",
"head": 5,
"id": 4,
"lemma": "the",
"start_char": 85,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 93,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "cook",
"start_char": 89,
"text": "cook",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 96,
"feats": null,
"head": 7,
"id": 6,
"lemma": "to",
"start_char": 94,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 100,
"feats": "VerbForm=Inf",
"head": 3,
"id": 7,
"lemma": "put",
"start_char": 97,
"text": "put",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 110,
"feats": "Number=Sing|PronType=Ind",
"head": 7,
"id": 8,
"lemma": "something",
"start_char": 101,
"text": "something",
"upos": "PRON",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 113,
"feats": null,
"head": 11,
"id": 9,
"lemma": "in",
"start_char": 111,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 117,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "his",
"start_char": 114,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 122,
"feats": "Number=Sing",
"head": 7,
"id": 11,
"lemma": "food",
"start_char": 118,
"text": "food",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 123,
"feats": null,
"head": 3,
"id": 12,
"lemma": ".",
"start_char": 122,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
4,
4
],
[
1,
1,
1
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The police arrested all of the gang members . They were trying to stop the drug trade in the neighborhood. | 193 | [
{
"end_char": 45,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The police arrested all of the gang members .",
"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=Plur",
"head": 3,
"id": 2,
"lemma": "police",
"start_char": 4,
"text": "police",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "root",
"end_char": 19,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "arrest",
"start_char": 11,
"text": "arrested",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 23,
"feats": null,
"head": 3,
"id": 4,
"lemma": "all",
"start_char": 20,
"text": "all",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "case",
"end_char": 26,
"feats": null,
"head": 8,
"id": 5,
"lemma": "of",
"start_char": 24,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 30,
"feats": "Definite=Def|PronType=Art",
"head": 8,
"id": 6,
"lemma": "the",
"start_char": 27,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 35,
"feats": "Number=Sing",
"head": 8,
"id": 7,
"lemma": "gang",
"start_char": 31,
"text": "gang",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nmod",
"end_char": 43,
"feats": "Number=Plur",
"head": 4,
"id": 8,
"lemma": "member",
"start_char": 36,
"text": "members",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 45,
"feats": null,
"head": 3,
"id": 9,
"lemma": ".",
"start_char": 44,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 106,
"id": 2,
"speaker": null,
"start_char": 46,
"text": "They were trying to stop the drug trade in the neighborhood.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 50,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "they",
"start_char": 46,
"text": "They",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 55,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"start_char": 51,
"text": "were",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 62,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 3,
"lemma": "try",
"start_char": 56,
"text": "trying",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "mark",
"end_char": 65,
"feats": null,
"head": 5,
"id": 4,
"lemma": "to",
"start_char": 63,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 70,
"feats": "VerbForm=Inf",
"head": 3,
"id": 5,
"lemma": "stop",
"start_char": 66,
"text": "stop",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 74,
"feats": "Definite=Def|PronType=Art",
"head": 8,
"id": 6,
"lemma": "the",
"start_char": 71,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 79,
"feats": "Number=Sing",
"head": 8,
"id": 7,
"lemma": "drug",
"start_char": 75,
"text": "drug",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obj",
"end_char": 85,
"feats": "Number=Sing",
"head": 5,
"id": 8,
"lemma": "trade",
"start_char": 80,
"text": "trade",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 88,
"feats": null,
"head": 11,
"id": 9,
"lemma": "in",
"start_char": 86,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 92,
"feats": "Definite=Def|PronType=Art",
"head": 11,
"id": 10,
"lemma": "the",
"start_char": 89,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 105,
"feats": "Number=Sing",
"head": 5,
"id": 11,
"lemma": "neighborhood",
"start_char": 93,
"text": "neighborhood",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 106,
"feats": null,
"head": 3,
"id": 12,
"lemma": ".",
"start_char": 105,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
1
],
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
I put the butterfly wing on the table and it broke. | 194 | [
{
"end_char": 51,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "I put the butterfly wing on the table and it broke.",
"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": 5,
"id": 3,
"lemma": "the",
"start_char": 6,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 19,
"feats": "Number=Sing",
"head": 5,
"id": 4,
"lemma": "butterfly",
"start_char": 10,
"text": "butterfly",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obj",
"end_char": 24,
"feats": "Number=Sing",
"head": 2,
"id": 5,
"lemma": "wing",
"start_char": 20,
"text": "wing",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 27,
"feats": null,
"head": 8,
"id": 6,
"lemma": "on",
"start_char": 25,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 31,
"feats": "Definite=Def|PronType=Art",
"head": 8,
"id": 7,
"lemma": "the",
"start_char": 28,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 37,
"feats": "Number=Sing",
"head": 2,
"id": 8,
"lemma": "table",
"start_char": 32,
"text": "table",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 41,
"feats": null,
"head": 11,
"id": 9,
"lemma": "and",
"start_char": 38,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 44,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "it",
"start_char": 42,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 50,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 11,
"lemma": "break",
"start_char": 45,
"text": "broke",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 51,
"feats": null,
"head": 2,
"id": 12,
"lemma": ".",
"start_char": 50,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
6,
7
]
],
[
[
0,
9,
9
]
]
] | 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. | 195 | [
{
"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,
8,
8
],
[
0,
16,
16
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The politicians far away in Washington could not know the settlers so they must make rules to regulate them. | 196 | [
{
"end_char": 108,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The politicians far away in Washington could not know the settlers so they must make rules to regulate 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": 15,
"feats": "Number=Plur",
"head": 9,
"id": 2,
"lemma": "politician",
"start_char": 4,
"text": "politicians",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "advmod",
"end_char": 19,
"feats": "Degree=Pos",
"head": 4,
"id": 3,
"lemma": "far",
"start_char": 16,
"text": "far",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 24,
"feats": null,
"head": 2,
"id": 4,
"lemma": "away",
"start_char": 20,
"text": "away",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 27,
"feats": null,
"head": 6,
"id": 5,
"lemma": "in",
"start_char": 25,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 38,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "Washington",
"start_char": 28,
"text": "Washington",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 44,
"feats": "VerbForm=Fin",
"head": 9,
"id": 7,
"lemma": "could",
"start_char": 39,
"text": "could",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 48,
"feats": null,
"head": 9,
"id": 8,
"lemma": "not",
"start_char": 45,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 53,
"feats": "VerbForm=Inf",
"head": 0,
"id": 9,
"lemma": "know",
"start_char": 49,
"text": "know",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 57,
"feats": "Definite=Def|PronType=Art",
"head": 11,
"id": 10,
"lemma": "the",
"start_char": 54,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 66,
"feats": "Number=Plur",
"head": 9,
"id": 11,
"lemma": "settler",
"start_char": 58,
"text": "settlers",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "mark",
"end_char": 69,
"feats": null,
"head": 15,
"id": 12,
"lemma": "so",
"start_char": 67,
"text": "so",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 74,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 15,
"id": 13,
"lemma": "they",
"start_char": 70,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 79,
"feats": "VerbForm=Fin",
"head": 15,
"id": 14,
"lemma": "must",
"start_char": 75,
"text": "must",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advcl",
"end_char": 84,
"feats": "VerbForm=Inf",
"head": 9,
"id": 15,
"lemma": "make",
"start_char": 80,
"text": "make",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 90,
"feats": "Number=Plur",
"head": 15,
"id": 16,
"lemma": "rule",
"start_char": 85,
"text": "rules",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "mark",
"end_char": 93,
"feats": null,
"head": 18,
"id": 17,
"lemma": "to",
"start_char": 91,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 102,
"feats": "VerbForm=Inf",
"head": 15,
"id": 18,
"lemma": "regulate",
"start_char": 94,
"text": "regulate",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 107,
"feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs",
"head": 18,
"id": 19,
"lemma": "they",
"start_char": 103,
"text": "them",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 108,
"feats": null,
"head": 9,
"id": 20,
"lemma": ".",
"start_char": 107,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
10,
10
]
],
[
[
0,
12,
12
]
]
] | 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 research. | 197 | [
{
"end_char": 126,
"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 research.",
"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": 125,
"feats": "Number=Sing",
"head": 18,
"id": 21,
"lemma": "research",
"start_char": 117,
"text": "research",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 126,
"feats": null,
"head": 10,
"id": 22,
"lemma": ".",
"start_char": 125,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
8,
8
]
],
[
[
0,
16,
16
]
]
] | 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. | 198 | [
{
"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": "."
}
]
}
] | [
[
[
1,
5,
6
],
[
2,
1,
1
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Madonna fired her trainer because she slept with her boyfriend. | 199 | [
{
"end_char": 63,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Madonna fired her trainer because she slept with her boyfriend.",
"tokens": [
{
"deprel": "nsubj",
"end_char": null,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Madon",
"start_char": 0,
"text": "Madon",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 7,
"feats": null,
"head": 3,
"id": 2,
"lemma": "to",
"start_char": null,
"text": "na",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "root",
"end_char": 13,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "fire",
"start_char": 8,
"text": "fired",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 17,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 5,
"id": 4,
"lemma": "her",
"start_char": 14,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 25,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "trainer",
"start_char": 18,
"text": "trainer",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 33,
"feats": null,
"head": 8,
"id": 6,
"lemma": "because",
"start_char": 26,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 37,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 8,
"id": 7,
"lemma": "she",
"start_char": 34,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 43,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 8,
"lemma": "sleep",
"start_char": 38,
"text": "slept",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 48,
"feats": null,
"head": 11,
"id": 9,
"lemma": "with",
"start_char": 44,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 52,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "her",
"start_char": 49,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 62,
"feats": "Number=Sing",
"head": 8,
"id": 11,
"lemma": "boyfriend",
"start_char": 53,
"text": "boyfriend",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 63,
"feats": null,
"head": 3,
"id": 12,
"lemma": ".",
"start_char": 62,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
1
]
],
[
[
0,
6,
6
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |