text
stringlengths 37
477
| id
int64 0
553
| sentences
list | coref_chains
sequence | genre
stringclasses 1
value | meta_data
dict |
---|---|---|---|---|---|
The trophy doesn't fit into the brown suitcase because it is too small. | 300 | [
{
"end_char": 71,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The trophy doesn't fit into the brown suitcase because it is too small.",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 2,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 10,
"feats": "Number=Sing",
"head": 5,
"id": 2,
"lemma": "trophy",
"start_char": 4,
"text": "trophy",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": null,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 5,
"id": 3,
"lemma": "do",
"start_char": 11,
"text": "does",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 18,
"feats": null,
"head": 5,
"id": 4,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 22,
"feats": "VerbForm=Inf",
"head": 0,
"id": 5,
"lemma": "fit",
"start_char": 19,
"text": "fit",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 27,
"feats": null,
"head": 9,
"id": 6,
"lemma": "into",
"start_char": 23,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 31,
"feats": "Definite=Def|PronType=Art",
"head": 9,
"id": 7,
"lemma": "the",
"start_char": 28,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 37,
"feats": "Degree=Pos",
"head": 9,
"id": 8,
"lemma": "brown",
"start_char": 32,
"text": "brown",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 46,
"feats": "Number=Sing",
"head": 5,
"id": 9,
"lemma": "suitcase",
"start_char": 38,
"text": "suitcase",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 54,
"feats": null,
"head": 14,
"id": 10,
"lemma": "because",
"start_char": 47,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 57,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 11,
"lemma": "it",
"start_char": 55,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 60,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 14,
"id": 12,
"lemma": "be",
"start_char": 58,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 64,
"feats": null,
"head": 14,
"id": 13,
"lemma": "too",
"start_char": 61,
"text": "too",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 70,
"feats": "Degree=Pos",
"head": 5,
"id": 14,
"lemma": "small",
"start_char": 65,
"text": "small",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 71,
"feats": null,
"head": 5,
"id": 15,
"lemma": ".",
"start_char": 70,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
1
]
],
[
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Dr. Adams informed Kate that she had cancer and presented several options for future treatment. | 301 | [
{
"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,
3,
3
],
[
0,
5,
5
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The foxes are getting in at night and attacking the chickens . They have gotten very nervous. | 302 | [
{
"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,
0,
1
]
],
[
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Mary tucked her daughter Anne into bed, so that she could sleep. | 303 | [
{
"end_char": 64,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Mary tucked her daughter Anne into bed, so that she could sleep.",
"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": 63,
"feats": "VerbForm=Inf",
"head": 2,
"id": 13,
"lemma": "sleep",
"start_char": 58,
"text": "sleep",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 64,
"feats": null,
"head": 2,
"id": 14,
"lemma": ".",
"start_char": 63,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Fred is the only man alive who still remembers my father as an infant. When Fred first saw my father , he was twelve years old. | 304 | [
{
"end_char": 70,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Fred is the only man alive who still remembers my father as an infant.",
"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": "amod",
"end_char": 26,
"feats": "Degree=Pos",
"head": 5,
"id": 6,
"lemma": "alive",
"start_char": 21,
"text": "alive",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 30,
"feats": "PronType=Rel",
"head": 9,
"id": 7,
"lemma": "who",
"start_char": 27,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "advmod",
"end_char": 36,
"feats": null,
"head": 9,
"id": 8,
"lemma": "still",
"start_char": 31,
"text": "still",
"upos": "ADV",
"xpos": "RB"
},
{
"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": 11,
"id": 10,
"lemma": "my",
"start_char": 47,
"text": "my",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 56,
"feats": "Number=Sing",
"head": 9,
"id": 11,
"lemma": "father",
"start_char": 50,
"text": "father",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 59,
"feats": null,
"head": 14,
"id": 12,
"lemma": "as",
"start_char": 57,
"text": "as",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 62,
"feats": "Definite=Ind|PronType=Art",
"head": 14,
"id": 13,
"lemma": "a",
"start_char": 60,
"text": "an",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 69,
"feats": "Number=Sing",
"head": 9,
"id": 14,
"lemma": "infant",
"start_char": 63,
"text": "infant",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 70,
"feats": null,
"head": 5,
"id": 15,
"lemma": ".",
"start_char": 69,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 127,
"id": 2,
"speaker": null,
"start_char": 71,
"text": "When Fred first saw my father , he was twelve years old.",
"tokens": [
{
"deprel": "advmod",
"end_char": 75,
"feats": "PronType=Int",
"head": 4,
"id": 1,
"lemma": "when",
"start_char": 71,
"text": "When",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 80,
"feats": "Number=Sing",
"head": 4,
"id": 2,
"lemma": "Fred",
"start_char": 76,
"text": "Fred",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 86,
"feats": "NumType=Ord",
"head": 4,
"id": 3,
"lemma": "first",
"start_char": 81,
"text": "first",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 90,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 4,
"lemma": "see",
"start_char": 87,
"text": "saw",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 93,
"feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
"head": 6,
"id": 5,
"lemma": "my",
"start_char": 91,
"text": "my",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 100,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "father",
"start_char": 94,
"text": "father",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 102,
"feats": null,
"head": 12,
"id": 7,
"lemma": ",",
"start_char": 101,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 105,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 8,
"lemma": "he",
"start_char": 103,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 109,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 9,
"lemma": "be",
"start_char": 106,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "nummod",
"end_char": 116,
"feats": "NumForm=Word|NumType=Card",
"head": 11,
"id": 10,
"lemma": "twelve",
"start_char": 110,
"text": "twelve",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "obl:npmod",
"end_char": 122,
"feats": "Number=Plur",
"head": 12,
"id": 11,
"lemma": "year",
"start_char": 117,
"text": "years",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "root",
"end_char": 126,
"feats": "Degree=Pos",
"head": 0,
"id": 12,
"lemma": "old",
"start_char": 123,
"text": "old",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 127,
"feats": null,
"head": 12,
"id": 13,
"lemma": ".",
"start_char": 126,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
1,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Fred is the only man still alive who remembers my great-grandfather . He is a remarkable man. | 305 | [
{
"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": 93,
"id": 2,
"speaker": null,
"start_char": 70,
"text": "He is 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": 75,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 5,
"id": 2,
"lemma": "be",
"start_char": 73,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "det",
"end_char": 77,
"feats": "Definite=Ind|PronType=Art",
"head": 5,
"id": 3,
"lemma": "a",
"start_char": 76,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 88,
"feats": "Degree=Pos",
"head": 5,
"id": 4,
"lemma": "remarkable",
"start_char": 78,
"text": "remarkable",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "root",
"end_char": 92,
"feats": "Number=Sing",
"head": 0,
"id": 5,
"lemma": "man",
"start_char": 89,
"text": "man",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 93,
"feats": null,
"head": 5,
"id": 6,
"lemma": ".",
"start_char": 92,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
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 | 306 | [
{
"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,
11,
11
]
],
[
[
0,
18,
18
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Susan knows all about Ann 's personal problems because she is nosy. | 307 | [
{
"end_char": 67,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Susan knows all about Ann 's personal problems because she is nosy.",
"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": 11,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "know",
"start_char": 6,
"text": "knows",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "obj",
"end_char": 15,
"feats": null,
"head": 2,
"id": 3,
"lemma": "all",
"start_char": 12,
"text": "all",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "case",
"end_char": 21,
"feats": null,
"head": 8,
"id": 4,
"lemma": "about",
"start_char": 16,
"text": "about",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 25,
"feats": "Number=Sing",
"head": 8,
"id": 5,
"lemma": "Ann",
"start_char": 22,
"text": "Ann",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 28,
"feats": null,
"head": 5,
"id": 6,
"lemma": "'s",
"start_char": 26,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "amod",
"end_char": 37,
"feats": "Degree=Pos",
"head": 8,
"id": 7,
"lemma": "personal",
"start_char": 29,
"text": "personal",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nmod",
"end_char": 46,
"feats": "Number=Plur",
"head": 3,
"id": 8,
"lemma": "problem",
"start_char": 38,
"text": "problems",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "mark",
"end_char": 54,
"feats": null,
"head": 12,
"id": 9,
"lemma": "because",
"start_char": 47,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 58,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 10,
"lemma": "she",
"start_char": 55,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 61,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 12,
"id": 11,
"lemma": "be",
"start_char": 59,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advcl",
"end_char": 66,
"feats": "Degree=Pos",
"head": 2,
"id": 12,
"lemma": "nosy",
"start_char": 62,
"text": "nosy",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 67,
"feats": null,
"head": 2,
"id": 13,
"lemma": ".",
"start_char": 66,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
4,
4
]
],
[
[
0,
9,
9
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Tom said "Check" to Ralph as he moved his bishop. | 308 | [
{
"end_char": 49,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Tom said \"Check\" to Ralph as he moved his bishop.",
"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": "say",
"start_char": 4,
"text": "said",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 10,
"feats": null,
"head": 4,
"id": 3,
"lemma": "\"",
"start_char": 9,
"text": "\"",
"upos": "PUNCT",
"xpos": "``"
},
{
"deprel": "ccomp",
"end_char": 15,
"feats": "VerbForm=Inf",
"head": 2,
"id": 4,
"lemma": "check",
"start_char": 10,
"text": "Check",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 16,
"feats": null,
"head": 4,
"id": 5,
"lemma": "\"",
"start_char": 15,
"text": "\"",
"upos": "PUNCT",
"xpos": "''"
},
{
"deprel": "case",
"end_char": 19,
"feats": null,
"head": 7,
"id": 6,
"lemma": "to",
"start_char": 17,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 25,
"feats": "Number=Sing",
"head": 4,
"id": 7,
"lemma": "Ralph",
"start_char": 20,
"text": "Ralph",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 28,
"feats": null,
"head": 10,
"id": 8,
"lemma": "as",
"start_char": 26,
"text": "as",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 31,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 9,
"lemma": "he",
"start_char": 29,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 37,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 10,
"lemma": "move",
"start_char": 32,
"text": "moved",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 41,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 12,
"id": 11,
"lemma": "his",
"start_char": 38,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 48,
"feats": "Number=Sing",
"head": 10,
"id": 12,
"lemma": "bishop",
"start_char": 42,
"text": "bishop",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 49,
"feats": null,
"head": 2,
"id": 13,
"lemma": ".",
"start_char": 48,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
6,
6
]
],
[
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The user changed his password from " GrWQWu8JyC " to " willow-towered Canopy Huntertropic wrestles " as it was easy to remember. | 309 | [
{
"end_char": 128,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The user changed his password from \" GrWQWu8JyC \" to \" willow-towered Canopy Huntertropic wrestles \" as it was easy to remember.",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 2,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 8,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "user",
"start_char": 4,
"text": "user",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 16,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "change",
"start_char": 9,
"text": "changed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 20,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 5,
"id": 4,
"lemma": "his",
"start_char": 17,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 29,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "password",
"start_char": 21,
"text": "password",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 34,
"feats": null,
"head": 8,
"id": 6,
"lemma": "from",
"start_char": 30,
"text": "from",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "punct",
"end_char": 36,
"feats": null,
"head": 8,
"id": 7,
"lemma": "\"",
"start_char": 35,
"text": "\"",
"upos": "PUNCT",
"xpos": "``"
},
{
"deprel": "obl",
"end_char": 47,
"feats": "Number=Sing",
"head": 3,
"id": 8,
"lemma": "GrWQWu8JyC",
"start_char": 37,
"text": "GrWQWu8JyC",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 49,
"feats": null,
"head": 8,
"id": 9,
"lemma": "\"",
"start_char": 48,
"text": "\"",
"upos": "PUNCT",
"xpos": "''"
},
{
"deprel": "case",
"end_char": 52,
"feats": null,
"head": 17,
"id": 10,
"lemma": "to",
"start_char": 50,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "punct",
"end_char": 54,
"feats": null,
"head": 17,
"id": 11,
"lemma": "\"",
"start_char": 53,
"text": "\"",
"upos": "PUNCT",
"xpos": "``"
},
{
"deprel": "compound",
"end_char": 61,
"feats": "Number=Sing",
"head": 14,
"id": 12,
"lemma": "willow",
"start_char": 55,
"text": "willow",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 62,
"feats": null,
"head": 14,
"id": 13,
"lemma": "-",
"start_char": 61,
"text": "-",
"upos": "PUNCT",
"xpos": "HYPH"
},
{
"deprel": "amod",
"end_char": 69,
"feats": "Tense=Past|VerbForm=Part",
"head": 16,
"id": 14,
"lemma": "tower",
"start_char": 62,
"text": "towered",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "compound",
"end_char": 76,
"feats": "Number=Sing",
"head": 16,
"id": 15,
"lemma": "Canopy",
"start_char": 70,
"text": "Canopy",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "nsubj",
"end_char": 89,
"feats": "Number=Sing",
"head": 17,
"id": 16,
"lemma": "Huntertropic",
"start_char": 77,
"text": "Huntertropic",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "obl",
"end_char": 98,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 17,
"lemma": "wrestle",
"start_char": 90,
"text": "wrestles",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "punct",
"end_char": 100,
"feats": null,
"head": 17,
"id": 18,
"lemma": "\"",
"start_char": 99,
"text": "\"",
"upos": "PUNCT",
"xpos": "''"
},
{
"deprel": "mark",
"end_char": 103,
"feats": null,
"head": 22,
"id": 19,
"lemma": "as",
"start_char": 101,
"text": "as",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 106,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 22,
"id": 20,
"lemma": "it",
"start_char": 104,
"text": "it",
"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": 3,
"id": 22,
"lemma": "easy",
"start_char": 111,
"text": "easy",
"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": 127,
"feats": "VerbForm=Inf",
"head": 22,
"id": 24,
"lemma": "remember",
"start_char": 119,
"text": "remember",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 128,
"feats": null,
"head": 3,
"id": 25,
"lemma": ".",
"start_char": 127,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
7,
7
]
],
[
[
0,
19,
19
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
I asked Dave to get me my sweater from the other side of the yacht . While he was gone, I rested my arm on the rail over there and suddenly it gave way. | 310 | [
{
"end_char": 68,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "I asked Dave to get me my sweater from the other side of the yacht .",
"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": 7,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "ask",
"start_char": 2,
"text": "asked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "iobj",
"end_char": 12,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "Dave",
"start_char": 8,
"text": "Dave",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 15,
"feats": null,
"head": 5,
"id": 4,
"lemma": "to",
"start_char": 13,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 19,
"feats": "VerbForm=Inf",
"head": 2,
"id": 5,
"lemma": "get",
"start_char": 16,
"text": "get",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "iobj",
"end_char": 22,
"feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs",
"head": 5,
"id": 6,
"lemma": "I",
"start_char": 20,
"text": "me",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "nmod:poss",
"end_char": 25,
"feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
"head": 8,
"id": 7,
"lemma": "my",
"start_char": 23,
"text": "my",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 33,
"feats": "Number=Sing",
"head": 5,
"id": 8,
"lemma": "sweater",
"start_char": 26,
"text": "sweater",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 38,
"feats": null,
"head": 12,
"id": 9,
"lemma": "from",
"start_char": 34,
"text": "from",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 42,
"feats": "Definite=Def|PronType=Art",
"head": 12,
"id": 10,
"lemma": "the",
"start_char": 39,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 48,
"feats": "Degree=Pos",
"head": 12,
"id": 11,
"lemma": "other",
"start_char": 43,
"text": "other",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 53,
"feats": "Number=Sing",
"head": 5,
"id": 12,
"lemma": "side",
"start_char": 49,
"text": "side",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 56,
"feats": null,
"head": 15,
"id": 13,
"lemma": "of",
"start_char": 54,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 60,
"feats": "Definite=Def|PronType=Art",
"head": 15,
"id": 14,
"lemma": "the",
"start_char": 57,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 66,
"feats": "Number=Sing",
"head": 12,
"id": 15,
"lemma": "yacht",
"start_char": 61,
"text": "yacht",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 68,
"feats": null,
"head": 2,
"id": 16,
"lemma": ".",
"start_char": 67,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 152,
"id": 2,
"speaker": null,
"start_char": 69,
"text": "While he was gone, I rested my arm on the rail over there and suddenly it gave way.",
"tokens": [
{
"deprel": "mark",
"end_char": 74,
"feats": null,
"head": 4,
"id": 1,
"lemma": "while",
"start_char": 69,
"text": "While",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 77,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 4,
"id": 2,
"lemma": "he",
"start_char": 75,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 81,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 3,
"lemma": "be",
"start_char": 78,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 86,
"feats": "Degree=Pos",
"head": 7,
"id": 4,
"lemma": "gone",
"start_char": 82,
"text": "gone",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 87,
"feats": null,
"head": 4,
"id": 5,
"lemma": ",",
"start_char": 86,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 89,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 7,
"id": 6,
"lemma": "I",
"start_char": 88,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 96,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 7,
"lemma": "rest",
"start_char": 90,
"text": "rested",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 99,
"feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
"head": 9,
"id": 8,
"lemma": "my",
"start_char": 97,
"text": "my",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 103,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "arm",
"start_char": 100,
"text": "arm",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 106,
"feats": null,
"head": 12,
"id": 10,
"lemma": "on",
"start_char": 104,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 110,
"feats": "Definite=Def|PronType=Art",
"head": 12,
"id": 11,
"lemma": "the",
"start_char": 107,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 115,
"feats": "Number=Sing",
"head": 7,
"id": 12,
"lemma": "rail",
"start_char": 111,
"text": "rail",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 120,
"feats": null,
"head": 14,
"id": 13,
"lemma": "over",
"start_char": 116,
"text": "over",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 126,
"feats": "PronType=Dem",
"head": 7,
"id": 14,
"lemma": "there",
"start_char": 121,
"text": "there",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "cc",
"end_char": 130,
"feats": null,
"head": 18,
"id": 15,
"lemma": "and",
"start_char": 127,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "advmod",
"end_char": 139,
"feats": null,
"head": 18,
"id": 16,
"lemma": "suddenly",
"start_char": 131,
"text": "suddenly",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 142,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 18,
"id": 17,
"lemma": "it",
"start_char": 140,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 147,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 7,
"id": 18,
"lemma": "give",
"start_char": 143,
"text": "gave",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 151,
"feats": "Number=Sing",
"head": 18,
"id": 19,
"lemma": "way",
"start_char": 148,
"text": "way",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 152,
"feats": null,
"head": 7,
"id": 20,
"lemma": ".",
"start_char": 151,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
7,
7
]
],
[
[
1,
16,
16
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
I poured water from the bottle into the cup until it was empty. | 311 | [
{
"end_char": 63,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "I poured water from the bottle into the cup until it was empty.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 1,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 2,
"id": 1,
"lemma": "I",
"start_char": 0,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 8,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "pour",
"start_char": 2,
"text": "poured",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 14,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "water",
"start_char": 9,
"text": "water",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 19,
"feats": null,
"head": 6,
"id": 4,
"lemma": "from",
"start_char": 15,
"text": "from",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 23,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 20,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 30,
"feats": "Number=Sing",
"head": 2,
"id": 6,
"lemma": "bottle",
"start_char": 24,
"text": "bottle",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 35,
"feats": null,
"head": 9,
"id": 7,
"lemma": "into",
"start_char": 31,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 39,
"feats": "Definite=Def|PronType=Art",
"head": 9,
"id": 8,
"lemma": "the",
"start_char": 36,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 43,
"feats": "Number=Sing",
"head": 2,
"id": 9,
"lemma": "cup",
"start_char": 40,
"text": "cup",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 49,
"feats": null,
"head": 13,
"id": 10,
"lemma": "until",
"start_char": 44,
"text": "until",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 52,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 11,
"lemma": "it",
"start_char": 50,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 56,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 13,
"id": 12,
"lemma": "be",
"start_char": 53,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 62,
"feats": "Degree=Pos",
"head": 2,
"id": 13,
"lemma": "empty",
"start_char": 57,
"text": "empty",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 63,
"feats": null,
"head": 2,
"id": 14,
"lemma": ".",
"start_char": 62,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
7,
8
]
],
[
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Tom threw his schoolbag down to Ray after he reached the bottom of the stairs. | 312 | [
{
"end_char": 78,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Tom threw his schoolbag down to Ray after he reached the bottom 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": 63,
"feats": "Number=Sing",
"head": 10,
"id": 12,
"lemma": "bottom",
"start_char": 57,
"text": "bottom",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 66,
"feats": null,
"head": 15,
"id": 13,
"lemma": "of",
"start_char": 64,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 70,
"feats": "Definite=Def|PronType=Art",
"head": 15,
"id": 14,
"lemma": "the",
"start_char": 67,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 77,
"feats": "Number=Plur",
"head": 12,
"id": 15,
"lemma": "stair",
"start_char": 71,
"text": "stairs",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 78,
"feats": null,
"head": 2,
"id": 16,
"lemma": ".",
"start_char": 77,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
6,
6
],
[
0,
8,
8
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The man lifted the boy onto his shoulders. | 313 | [
{
"end_char": 42,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The man lifted the boy onto his shoulders.",
"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": "man",
"start_char": 4,
"text": "man",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 14,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "lift",
"start_char": 8,
"text": "lifted",
"upos": "VERB",
"xpos": "VBD"
},
{
"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": "obj",
"end_char": 22,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "boy",
"start_char": 19,
"text": "boy",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 27,
"feats": null,
"head": 8,
"id": 6,
"lemma": "onto",
"start_char": 23,
"text": "onto",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 31,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 8,
"id": 7,
"lemma": "his",
"start_char": 28,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 41,
"feats": "Number=Plur",
"head": 3,
"id": 8,
"lemma": "shoulder",
"start_char": 32,
"text": "shoulders",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 42,
"feats": null,
"head": 3,
"id": 9,
"lemma": ".",
"start_char": 41,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
1
],
[
0,
6,
6
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
It is not easy to space buttonholes exactly the same distance apart, and it is very difficult to cut them precisely the right size . The tiniest slip of the scissors will make the hole too large, and even one thread uncut will leave it too small. | 314 | [
{
"end_char": 132,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "It is not easy to space buttonholes exactly the same distance apart, and it is very difficult to cut them precisely the right size .",
"tokens": [
{
"deprel": "expl",
"end_char": 2,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 4,
"id": 1,
"lemma": "it",
"start_char": 0,
"text": "It",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 5,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"start_char": 3,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 9,
"feats": null,
"head": 4,
"id": 3,
"lemma": "not",
"start_char": 6,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 14,
"feats": "Degree=Pos",
"head": 0,
"id": 4,
"lemma": "easy",
"start_char": 10,
"text": "easy",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 17,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"start_char": 15,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "csubj",
"end_char": 23,
"feats": "VerbForm=Inf",
"head": 4,
"id": 6,
"lemma": "space",
"start_char": 18,
"text": "space",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 35,
"feats": "Number=Plur",
"head": 6,
"id": 7,
"lemma": "buttonhole",
"start_char": 24,
"text": "buttonholes",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "advmod",
"end_char": 43,
"feats": null,
"head": 11,
"id": 8,
"lemma": "exactly",
"start_char": 36,
"text": "exactly",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "det",
"end_char": 47,
"feats": "Definite=Def|PronType=Art",
"head": 11,
"id": 9,
"lemma": "the",
"start_char": 44,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 52,
"feats": "Degree=Pos",
"head": 11,
"id": 10,
"lemma": "same",
"start_char": 48,
"text": "same",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 61,
"feats": "Number=Sing",
"head": 6,
"id": 11,
"lemma": "distance",
"start_char": 53,
"text": "distance",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 67,
"feats": null,
"head": 6,
"id": 12,
"lemma": "apart",
"start_char": 62,
"text": "apart",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 68,
"feats": null,
"head": 18,
"id": 13,
"lemma": ",",
"start_char": 67,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 72,
"feats": null,
"head": 18,
"id": 14,
"lemma": "and",
"start_char": 69,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "expl",
"end_char": 75,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 18,
"id": 15,
"lemma": "it",
"start_char": 73,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 78,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 18,
"id": 16,
"lemma": "be",
"start_char": 76,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 83,
"feats": null,
"head": 18,
"id": 17,
"lemma": "very",
"start_char": 79,
"text": "very",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 93,
"feats": "Degree=Pos",
"head": 4,
"id": 18,
"lemma": "difficult",
"start_char": 84,
"text": "difficult",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 96,
"feats": null,
"head": 20,
"id": 19,
"lemma": "to",
"start_char": 94,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "csubj",
"end_char": 100,
"feats": "VerbForm=Inf",
"head": 18,
"id": 20,
"lemma": "cut",
"start_char": 97,
"text": "cut",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 105,
"feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs",
"head": 20,
"id": 21,
"lemma": "they",
"start_char": 101,
"text": "them",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 115,
"feats": null,
"head": 25,
"id": 22,
"lemma": "precisely",
"start_char": 106,
"text": "precisely",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "det",
"end_char": 119,
"feats": "Definite=Def|PronType=Art",
"head": 25,
"id": 23,
"lemma": "the",
"start_char": 116,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 125,
"feats": "Degree=Pos",
"head": 25,
"id": 24,
"lemma": "right",
"start_char": 120,
"text": "right",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 130,
"feats": "Number=Sing",
"head": 20,
"id": 25,
"lemma": "size",
"start_char": 126,
"text": "size",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 132,
"feats": null,
"head": 4,
"id": 26,
"lemma": ".",
"start_char": 131,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 246,
"id": 2,
"speaker": null,
"start_char": 133,
"text": "The tiniest slip of the scissors will make the hole too large, and even one thread uncut will leave it too small.",
"tokens": [
{
"deprel": "det",
"end_char": 136,
"feats": "Definite=Def|PronType=Art",
"head": 3,
"id": 1,
"lemma": "the",
"start_char": 133,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 144,
"feats": "Degree=Sup",
"head": 3,
"id": 2,
"lemma": "tiny",
"start_char": 137,
"text": "tiniest",
"upos": "ADJ",
"xpos": "JJS"
},
{
"deprel": "nsubj",
"end_char": 149,
"feats": "Number=Sing",
"head": 8,
"id": 3,
"lemma": "slip",
"start_char": 145,
"text": "slip",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 152,
"feats": null,
"head": 6,
"id": 4,
"lemma": "of",
"start_char": 150,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 156,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 153,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 165,
"feats": "Number=Plur",
"head": 3,
"id": 6,
"lemma": "scissors",
"start_char": 157,
"text": "scissors",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "aux",
"end_char": 170,
"feats": "VerbForm=Fin",
"head": 8,
"id": 7,
"lemma": "will",
"start_char": 166,
"text": "will",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "root",
"end_char": 175,
"feats": "VerbForm=Inf",
"head": 0,
"id": 8,
"lemma": "make",
"start_char": 171,
"text": "make",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 179,
"feats": "Definite=Def|PronType=Art",
"head": 10,
"id": 9,
"lemma": "the",
"start_char": 176,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 184,
"feats": "Number=Sing",
"head": 8,
"id": 10,
"lemma": "hole",
"start_char": 180,
"text": "hole",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 188,
"feats": null,
"head": 12,
"id": 11,
"lemma": "too",
"start_char": 185,
"text": "too",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "xcomp",
"end_char": 194,
"feats": "Degree=Pos",
"head": 8,
"id": 12,
"lemma": "large",
"start_char": 189,
"text": "large",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 195,
"feats": null,
"head": 20,
"id": 13,
"lemma": ",",
"start_char": 194,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 199,
"feats": null,
"head": 20,
"id": 14,
"lemma": "and",
"start_char": 196,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "advmod",
"end_char": 204,
"feats": null,
"head": 16,
"id": 15,
"lemma": "even",
"start_char": 200,
"text": "even",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nummod",
"end_char": 208,
"feats": "NumForm=Word|NumType=Card",
"head": 17,
"id": 16,
"lemma": "one",
"start_char": 205,
"text": "one",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "nsubj",
"end_char": 215,
"feats": "Number=Sing",
"head": 20,
"id": 17,
"lemma": "thread",
"start_char": 209,
"text": "thread",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "amod",
"end_char": 221,
"feats": "Degree=Pos",
"head": 17,
"id": 18,
"lemma": "uncut",
"start_char": 216,
"text": "uncut",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "aux",
"end_char": 226,
"feats": "VerbForm=Fin",
"head": 20,
"id": 19,
"lemma": "will",
"start_char": 222,
"text": "will",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "conj",
"end_char": 232,
"feats": "VerbForm=Inf",
"head": 8,
"id": 20,
"lemma": "leave",
"start_char": 227,
"text": "leave",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 235,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 20,
"id": 21,
"lemma": "it",
"start_char": 233,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 239,
"feats": null,
"head": 23,
"id": 22,
"lemma": "too",
"start_char": 236,
"text": "too",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "xcomp",
"end_char": 245,
"feats": "Degree=Pos",
"head": 20,
"id": 23,
"lemma": "small",
"start_char": 240,
"text": "small",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 246,
"feats": null,
"head": 8,
"id": 24,
"lemma": ".",
"start_char": 245,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
1,
8,
9
],
[
1,
20,
20
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Jackson was greatly influenced by Arnold , though he lived two centuries later. | 315 | [
{
"end_char": 79,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Jackson was greatly influenced by Arnold , though he lived two centuries later.",
"tokens": [
{
"deprel": "nsubj:pass",
"end_char": 7,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Jackson",
"start_char": 0,
"text": "Jackson",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux:pass",
"end_char": 11,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"start_char": 8,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 19,
"feats": null,
"head": 4,
"id": 3,
"lemma": "greatly",
"start_char": 12,
"text": "greatly",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 30,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 4,
"lemma": "influence",
"start_char": 20,
"text": "influenced",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 33,
"feats": null,
"head": 6,
"id": 5,
"lemma": "by",
"start_char": 31,
"text": "by",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 40,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "Arnold",
"start_char": 34,
"text": "Arnold",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 42,
"feats": null,
"head": 10,
"id": 7,
"lemma": ",",
"start_char": 41,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 49,
"feats": null,
"head": 10,
"id": 8,
"lemma": "though",
"start_char": 43,
"text": "though",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 52,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 9,
"lemma": "he",
"start_char": 50,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 58,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 10,
"lemma": "live",
"start_char": 53,
"text": "lived",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nummod",
"end_char": 62,
"feats": "NumForm=Word|NumType=Card",
"head": 12,
"id": 11,
"lemma": "two",
"start_char": 59,
"text": "two",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "obl:npmod",
"end_char": 72,
"feats": "Number=Plur",
"head": 13,
"id": 12,
"lemma": "century",
"start_char": 63,
"text": "centuries",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "advmod",
"end_char": 78,
"feats": "Degree=Cmp",
"head": 10,
"id": 13,
"lemma": "late",
"start_char": 73,
"text": "later",
"upos": "ADV",
"xpos": "RBR"
},
{
"deprel": "punct",
"end_char": 79,
"feats": null,
"head": 4,
"id": 14,
"lemma": ".",
"start_char": 78,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
8,
8
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
A man's life and a horse's life are worth more than some foxes' tails ; al least they ought to be. | 316 | [
{
"end_char": 98,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "A man's life and a horse's life are worth more than some foxes' tails ; al least they ought to be.",
"tokens": [
{
"deprel": "det",
"end_char": 1,
"feats": "Definite=Ind|PronType=Art",
"head": 2,
"id": 1,
"lemma": "a",
"start_char": 0,
"text": "A",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod:poss",
"end_char": null,
"feats": "Number=Sing",
"head": 4,
"id": 2,
"lemma": "man",
"start_char": 2,
"text": "man",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 7,
"feats": null,
"head": 2,
"id": 3,
"lemma": "'s",
"start_char": null,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "nsubj",
"end_char": 12,
"feats": "Number=Sing",
"head": 11,
"id": 4,
"lemma": "life",
"start_char": 8,
"text": "life",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 16,
"feats": null,
"head": 9,
"id": 5,
"lemma": "and",
"start_char": 13,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "det",
"end_char": 18,
"feats": "Definite=Ind|PronType=Art",
"head": 7,
"id": 6,
"lemma": "a",
"start_char": 17,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod:poss",
"end_char": null,
"feats": "Number=Sing",
"head": 9,
"id": 7,
"lemma": "horse",
"start_char": 19,
"text": "horse",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 26,
"feats": null,
"head": 7,
"id": 8,
"lemma": "'s",
"start_char": null,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "conj",
"end_char": 31,
"feats": "Number=Sing",
"head": 4,
"id": 9,
"lemma": "life",
"start_char": 27,
"text": "life",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cop",
"end_char": 35,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
"head": 11,
"id": 10,
"lemma": "be",
"start_char": 32,
"text": "are",
"upos": "AUX",
"xpos": "VBP"
},
{
"deprel": "root",
"end_char": 41,
"feats": "Degree=Pos",
"head": 0,
"id": 11,
"lemma": "worth",
"start_char": 36,
"text": "worth",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 46,
"feats": "Degree=Cmp",
"head": 11,
"id": 12,
"lemma": "more",
"start_char": 42,
"text": "more",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "case",
"end_char": 51,
"feats": null,
"head": 17,
"id": 13,
"lemma": "than",
"start_char": 47,
"text": "than",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 56,
"feats": null,
"head": 15,
"id": 14,
"lemma": "some",
"start_char": 52,
"text": "some",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod:poss",
"end_char": 62,
"feats": "Number=Plur",
"head": 17,
"id": 15,
"lemma": "fox",
"start_char": 57,
"text": "foxes",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 63,
"feats": null,
"head": 15,
"id": 16,
"lemma": "'s",
"start_char": 62,
"text": "'",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "obl",
"end_char": 69,
"feats": "Number=Plur",
"head": 12,
"id": 17,
"lemma": "tail",
"start_char": 64,
"text": "tails",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 71,
"feats": null,
"head": 22,
"id": 18,
"lemma": ";",
"start_char": 70,
"text": ";",
"upos": "PUNCT",
"xpos": ":"
},
{
"deprel": "advmod",
"end_char": 74,
"feats": "Number=Sing",
"head": 22,
"id": 19,
"lemma": "al",
"start_char": 72,
"text": "al",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "fixed",
"end_char": 80,
"feats": "Degree=Sup",
"head": 19,
"id": 20,
"lemma": "least",
"start_char": 75,
"text": "least",
"upos": "ADJ",
"xpos": "JJS"
},
{
"deprel": "nsubj",
"end_char": 85,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 22,
"id": 21,
"lemma": "they",
"start_char": 81,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "parataxis",
"end_char": 91,
"feats": "VerbForm=Fin",
"head": 11,
"id": 22,
"lemma": "ought",
"start_char": 86,
"text": "ought",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "mark",
"end_char": 94,
"feats": null,
"head": 24,
"id": 23,
"lemma": "to",
"start_char": 92,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 97,
"feats": "VerbForm=Inf",
"head": 22,
"id": 24,
"lemma": "be",
"start_char": 95,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 98,
"feats": null,
"head": 11,
"id": 25,
"lemma": ".",
"start_char": 97,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
8
],
[
0,
20,
20
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Mama came over and sat down beside Alice . Gently she stroked her hair and let the child weep. | 317 | [
{
"end_char": 42,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Mama came over and sat down beside Alice .",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Mama",
"start_char": 0,
"text": "Mama",
"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": "come",
"start_char": 5,
"text": "came",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 14,
"feats": null,
"head": 2,
"id": 3,
"lemma": "over",
"start_char": 10,
"text": "over",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "cc",
"end_char": 18,
"feats": null,
"head": 5,
"id": 4,
"lemma": "and",
"start_char": 15,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 22,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 5,
"lemma": "sit",
"start_char": 19,
"text": "sat",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "compound:prt",
"end_char": 27,
"feats": null,
"head": 5,
"id": 6,
"lemma": "down",
"start_char": 23,
"text": "down",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "case",
"end_char": 34,
"feats": null,
"head": 8,
"id": 7,
"lemma": "beside",
"start_char": 28,
"text": "beside",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 40,
"feats": "Number=Sing",
"head": 5,
"id": 8,
"lemma": "Alice",
"start_char": 35,
"text": "Alice",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 42,
"feats": null,
"head": 2,
"id": 9,
"lemma": ".",
"start_char": 41,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 94,
"id": 2,
"speaker": null,
"start_char": 43,
"text": "Gently she stroked her hair and let the child weep.",
"tokens": [
{
"deprel": "advmod",
"end_char": 49,
"feats": null,
"head": 3,
"id": 1,
"lemma": "gently",
"start_char": 43,
"text": "Gently",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 53,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 3,
"id": 2,
"lemma": "she",
"start_char": 50,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 61,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "stroke",
"start_char": 54,
"text": "stroked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 65,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 5,
"id": 4,
"lemma": "her",
"start_char": 62,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 70,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "hair",
"start_char": 66,
"text": "hair",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 74,
"feats": null,
"head": 7,
"id": 6,
"lemma": "and",
"start_char": 71,
"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": 7,
"lemma": "let",
"start_char": 75,
"text": "let",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 82,
"feats": "Definite=Def|PronType=Art",
"head": 9,
"id": 8,
"lemma": "the",
"start_char": 79,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 88,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "child",
"start_char": 83,
"text": "child",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "xcomp",
"end_char": 93,
"feats": "VerbForm=Inf",
"head": 7,
"id": 10,
"lemma": "weep",
"start_char": 89,
"text": "weep",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 94,
"feats": null,
"head": 3,
"id": 11,
"lemma": ".",
"start_char": 93,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
7,
7
],
[
1,
3,
3
]
]
] | 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. | 318 | [
{
"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,
11,
13
]
],
[
[
0,
29,
29
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Frank felt crushed when his longtime rival Bill revealed that he was the winner of the competition. | 319 | [
{
"end_char": 99,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Frank felt crushed when his longtime rival Bill revealed that he was the winner of the competition.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Frank",
"start_char": 0,
"text": "Frank",
"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": "feel",
"start_char": 6,
"text": "felt",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "xcomp",
"end_char": 18,
"feats": "Tense=Past|VerbForm=Part",
"head": 2,
"id": 3,
"lemma": "crush",
"start_char": 11,
"text": "crushed",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "advmod",
"end_char": 23,
"feats": "PronType=Int",
"head": 9,
"id": 4,
"lemma": "when",
"start_char": 19,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nmod:poss",
"end_char": 27,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 7,
"id": 5,
"lemma": "his",
"start_char": 24,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "amod",
"end_char": 36,
"feats": "Degree=Pos",
"head": 7,
"id": 6,
"lemma": "longtime",
"start_char": 28,
"text": "longtime",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 42,
"feats": "Number=Sing",
"head": 9,
"id": 7,
"lemma": "rival",
"start_char": 37,
"text": "rival",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "appos",
"end_char": 47,
"feats": "Number=Sing",
"head": 7,
"id": 8,
"lemma": "Bill",
"start_char": 43,
"text": "Bill",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advcl",
"end_char": 56,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 9,
"lemma": "reveal",
"start_char": 48,
"text": "revealed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 61,
"feats": null,
"head": 14,
"id": 10,
"lemma": "that",
"start_char": 57,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 64,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 11,
"lemma": "he",
"start_char": 62,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 68,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 14,
"id": 12,
"lemma": "be",
"start_char": 65,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 72,
"feats": "Definite=Def|PronType=Art",
"head": 14,
"id": 13,
"lemma": "the",
"start_char": 69,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "ccomp",
"end_char": 79,
"feats": "Number=Sing",
"head": 9,
"id": 14,
"lemma": "winner",
"start_char": 73,
"text": "winner",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 82,
"feats": null,
"head": 17,
"id": 15,
"lemma": "of",
"start_char": 80,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 86,
"feats": "Definite=Def|PronType=Art",
"head": 17,
"id": 16,
"lemma": "the",
"start_char": 83,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 98,
"feats": "Number=Sing",
"head": 14,
"id": 17,
"lemma": "competition",
"start_char": 87,
"text": "competition",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 99,
"feats": null,
"head": 2,
"id": 18,
"lemma": ".",
"start_char": 98,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Jane knocked on Susan 's door, but there was no answer. She was out. | 320 | [
{
"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": 68,
"id": 2,
"speaker": null,
"start_char": 56,
"text": "She was out.",
"tokens": [
{
"deprel": "nsubj",
"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": "cop",
"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": 67,
"feats": null,
"head": 0,
"id": 3,
"lemma": "out",
"start_char": 64,
"text": "out",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 68,
"feats": null,
"head": 3,
"id": 4,
"lemma": ".",
"start_char": 67,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Susan knew that Ann 's son had been in a car accident, so she told her about it. | 321 | [
{
"end_char": 80,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Susan knew that Ann 's son had been in a car accident, so 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": "advmod",
"end_char": 57,
"feats": null,
"head": 17,
"id": 15,
"lemma": "so",
"start_char": 55,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 61,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 17,
"id": 16,
"lemma": "she",
"start_char": 58,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "parataxis",
"end_char": 66,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 17,
"lemma": "tell",
"start_char": 62,
"text": "told",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "iobj",
"end_char": 70,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 17,
"id": 18,
"lemma": "her",
"start_char": 67,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 76,
"feats": null,
"head": 20,
"id": 19,
"lemma": "about",
"start_char": 71,
"text": "about",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 79,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 17,
"id": 20,
"lemma": "it",
"start_char": 77,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 80,
"feats": null,
"head": 2,
"id": 21,
"lemma": ".",
"start_char": 79,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
15,
15
]
]
] | 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. them . | 322 | [
{
"end_char": 71,
"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": 71,
"feats": null,
"head": 8,
"id": 15,
"lemma": ".",
"start_char": 70,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 167,
"id": 2,
"speaker": null,
"start_char": 72,
"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": 76,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 4,
"id": 1,
"lemma": "they",
"start_char": 72,
"text": "They",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 80,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"start_char": 77,
"text": "are",
"upos": "AUX",
"xpos": "VBP"
},
{
"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": 91,
"feats": "Degree=Pos",
"head": 0,
"id": 4,
"lemma": "happy",
"start_char": 86,
"text": "happy",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 94,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"start_char": 92,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 99,
"feats": "VerbForm=Inf",
"head": 4,
"id": 6,
"lemma": "have",
"start_char": 95,
"text": "have",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 104,
"feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs",
"head": 6,
"id": 7,
"lemma": "they",
"start_char": 100,
"text": "them",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 109,
"feats": null,
"head": 6,
"id": 8,
"lemma": "back",
"start_char": 105,
"text": "back",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 110,
"feats": null,
"head": 12,
"id": 9,
"lemma": ",",
"start_char": 109,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 114,
"feats": null,
"head": 12,
"id": 10,
"lemma": "but",
"start_char": 111,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 119,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 12,
"id": 11,
"lemma": "they",
"start_char": 115,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 125,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 12,
"lemma": "scold",
"start_char": 120,
"text": "scold",
"upos": "VERB",
"xpos": "VBP"
},
{
"deprel": "obj",
"end_char": 130,
"feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs",
"head": 12,
"id": 13,
"lemma": "they",
"start_char": 126,
"text": "them",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 135,
"feats": null,
"head": 16,
"id": 14,
"lemma": "just",
"start_char": 131,
"text": "just",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "det",
"end_char": 139,
"feats": "Definite=Def|PronType=Art",
"head": 16,
"id": 15,
"lemma": "the",
"start_char": 136,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "xcomp",
"end_char": 144,
"feats": "Degree=Pos",
"head": 12,
"id": 16,
"lemma": "same",
"start_char": 140,
"text": "same",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 152,
"feats": null,
"head": 19,
"id": 17,
"lemma": "because",
"start_char": 145,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 157,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 19,
"id": 18,
"lemma": "they",
"start_char": 153,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 161,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 19,
"lemma": "run",
"start_char": 158,
"text": "ran",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 166,
"feats": null,
"head": 19,
"id": 20,
"lemma": "away",
"start_char": 162,
"text": "away",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 167,
"feats": null,
"head": 4,
"id": 21,
"lemma": ".",
"start_char": 166,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 174,
"id": 3,
"speaker": null,
"start_char": 168,
"text": "them .",
"tokens": [
{
"deprel": "root",
"end_char": 172,
"feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs",
"head": 0,
"id": 1,
"lemma": "they",
"start_char": 168,
"text": "them",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 174,
"feats": null,
"head": 1,
"id": 2,
"lemma": ".",
"start_char": 173,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
]
],
[
[
0,
13,
13
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
I used an old rag to clean the knife , and then I put it in the drawer. | 323 | [
{
"end_char": 71,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "I used an old rag to clean the knife , and then I put it in the drawer.",
"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": 6,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "use",
"start_char": 2,
"text": "used",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 9,
"feats": "Definite=Ind|PronType=Art",
"head": 5,
"id": 3,
"lemma": "a",
"start_char": 7,
"text": "an",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 13,
"feats": "Degree=Pos",
"head": 5,
"id": 4,
"lemma": "old",
"start_char": 10,
"text": "old",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 17,
"feats": "Number=Sing",
"head": 2,
"id": 5,
"lemma": "rag",
"start_char": 14,
"text": "rag",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 20,
"feats": null,
"head": 7,
"id": 6,
"lemma": "to",
"start_char": 18,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 26,
"feats": "VerbForm=Inf",
"head": 2,
"id": 7,
"lemma": "clean",
"start_char": 21,
"text": "clean",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 30,
"feats": "Definite=Def|PronType=Art",
"head": 9,
"id": 8,
"lemma": "the",
"start_char": 27,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 36,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "knife",
"start_char": 31,
"text": "knife",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 38,
"feats": null,
"head": 14,
"id": 10,
"lemma": ",",
"start_char": 37,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 42,
"feats": null,
"head": 14,
"id": 11,
"lemma": "and",
"start_char": 39,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "advmod",
"end_char": 47,
"feats": "PronType=Dem",
"head": 14,
"id": 12,
"lemma": "then",
"start_char": 43,
"text": "then",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 49,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 14,
"id": 13,
"lemma": "I",
"start_char": 48,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 53,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 14,
"lemma": "put",
"start_char": 50,
"text": "put",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 56,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 15,
"lemma": "it",
"start_char": 54,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 59,
"feats": null,
"head": 18,
"id": 16,
"lemma": "in",
"start_char": 57,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 63,
"feats": "Definite=Def|PronType=Art",
"head": 18,
"id": 17,
"lemma": "the",
"start_char": 60,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 70,
"feats": "Number=Sing",
"head": 14,
"id": 18,
"lemma": "drawer",
"start_char": 64,
"text": "drawer",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 71,
"feats": null,
"head": 2,
"id": 19,
"lemma": ".",
"start_char": 70,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
7,
8
],
[
0,
14,
14
]
]
] | 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. | 324 | [
{
"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,
8,
8
]
]
] | 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 on. | 325 | [
{
"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": 170,
"id": 2,
"speaker": null,
"start_char": 92,
"text": "But the show turned out to be boring, so he changed his mind and turned it on.",
"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": 169,
"feats": null,
"head": 16,
"id": 18,
"lemma": "on",
"start_char": 167,
"text": "on",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 170,
"feats": null,
"head": 4,
"id": 19,
"lemma": ".",
"start_char": 169,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
5,
6
],
[
1,
16,
16
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
I saw Jim yelling at some guy in a military uniform with a huge red beard. I don't know why he was, but he looked very unhappy. | 326 | [
{
"end_char": 74,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "I saw Jim yelling at some guy in a military uniform with a huge red beard.",
"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": "see",
"start_char": 2,
"text": "saw",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nsubj",
"end_char": 9,
"feats": "Number=Sing",
"head": 4,
"id": 3,
"lemma": "Jim",
"start_char": 6,
"text": "Jim",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "ccomp",
"end_char": 17,
"feats": "VerbForm=Ger",
"head": 2,
"id": 4,
"lemma": "yell",
"start_char": 10,
"text": "yelling",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 20,
"feats": null,
"head": 7,
"id": 5,
"lemma": "at",
"start_char": 18,
"text": "at",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 25,
"feats": null,
"head": 7,
"id": 6,
"lemma": "some",
"start_char": 21,
"text": "some",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 29,
"feats": "Number=Sing",
"head": 4,
"id": 7,
"lemma": "guy",
"start_char": 26,
"text": "guy",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 32,
"feats": null,
"head": 11,
"id": 8,
"lemma": "in",
"start_char": 30,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 34,
"feats": "Definite=Ind|PronType=Art",
"head": 11,
"id": 9,
"lemma": "a",
"start_char": 33,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 43,
"feats": "Degree=Pos",
"head": 11,
"id": 10,
"lemma": "military",
"start_char": 35,
"text": "military",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 51,
"feats": "Number=Sing",
"head": 4,
"id": 11,
"lemma": "uniform",
"start_char": 44,
"text": "uniform",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 56,
"feats": null,
"head": 16,
"id": 12,
"lemma": "with",
"start_char": 52,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 58,
"feats": "Definite=Ind|PronType=Art",
"head": 16,
"id": 13,
"lemma": "a",
"start_char": 57,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 63,
"feats": "Degree=Pos",
"head": 16,
"id": 14,
"lemma": "huge",
"start_char": 59,
"text": "huge",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "amod",
"end_char": 67,
"feats": "Degree=Pos",
"head": 16,
"id": 15,
"lemma": "red",
"start_char": 64,
"text": "red",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 73,
"feats": "Number=Sing",
"head": 4,
"id": 16,
"lemma": "beard",
"start_char": 68,
"text": "beard",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 74,
"feats": null,
"head": 2,
"id": 17,
"lemma": ".",
"start_char": 73,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 127,
"id": 2,
"speaker": null,
"start_char": 75,
"text": "I don't know why he was, but he looked very unhappy.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 76,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 4,
"id": 1,
"lemma": "I",
"start_char": 75,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": null,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "do",
"start_char": 77,
"text": "do",
"upos": "AUX",
"xpos": "VBP"
},
{
"deprel": "advmod",
"end_char": 82,
"feats": null,
"head": 4,
"id": 3,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 87,
"feats": "VerbForm=Inf",
"head": 0,
"id": 4,
"lemma": "know",
"start_char": 83,
"text": "know",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "ccomp",
"end_char": 91,
"feats": "PronType=Int",
"head": 4,
"id": 5,
"lemma": "why",
"start_char": 88,
"text": "why",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 94,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 5,
"id": 6,
"lemma": "he",
"start_char": 92,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 98,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 5,
"id": 7,
"lemma": "be",
"start_char": 95,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 99,
"feats": null,
"head": 11,
"id": 8,
"lemma": ",",
"start_char": 98,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 103,
"feats": null,
"head": 11,
"id": 9,
"lemma": "but",
"start_char": 100,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 106,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "he",
"start_char": 104,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 113,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 11,
"lemma": "look",
"start_char": 107,
"text": "looked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 118,
"feats": null,
"head": 13,
"id": 12,
"lemma": "very",
"start_char": 114,
"text": "very",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "xcomp",
"end_char": 126,
"feats": "Degree=Pos",
"head": 11,
"id": 13,
"lemma": "unhappy",
"start_char": 119,
"text": "unhappy",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 127,
"feats": null,
"head": 4,
"id": 14,
"lemma": ".",
"start_char": 126,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
2
],
[
1,
5,
5
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Adam can't leave work here until Bob arrives to replace him. If Bob had left home for work on time, he would be here by this time. | 327 | [
{
"end_char": 60,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Adam can't leave work here until Bob arrives to replace him.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Adam",
"start_char": 0,
"text": "Adam",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": null,
"feats": "VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "can",
"start_char": 5,
"text": "ca",
"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": 16,
"feats": "VerbForm=Inf",
"head": 0,
"id": 4,
"lemma": "leave",
"start_char": 11,
"text": "leave",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 21,
"feats": "Number=Sing",
"head": 4,
"id": 5,
"lemma": "work",
"start_char": 17,
"text": "work",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 26,
"feats": "PronType=Dem",
"head": 4,
"id": 6,
"lemma": "here",
"start_char": 22,
"text": "here",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 32,
"feats": null,
"head": 9,
"id": 7,
"lemma": "until",
"start_char": 27,
"text": "until",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 36,
"feats": "Number=Sing",
"head": 9,
"id": 8,
"lemma": "Bob",
"start_char": 33,
"text": "Bob",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advcl",
"end_char": 44,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 9,
"lemma": "arrive",
"start_char": 37,
"text": "arrives",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "mark",
"end_char": 47,
"feats": null,
"head": 11,
"id": 10,
"lemma": "to",
"start_char": 45,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 55,
"feats": "VerbForm=Inf",
"head": 9,
"id": 11,
"lemma": "replace",
"start_char": 48,
"text": "replace",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 59,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 12,
"lemma": "he",
"start_char": 56,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 60,
"feats": null,
"head": 4,
"id": 13,
"lemma": ".",
"start_char": 59,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 130,
"id": 2,
"speaker": null,
"start_char": 61,
"text": "If Bob had left home for work on time, he would be here by this time.",
"tokens": [
{
"deprel": "mark",
"end_char": 63,
"feats": null,
"head": 4,
"id": 1,
"lemma": "if",
"start_char": 61,
"text": "If",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 67,
"feats": "Number=Sing",
"head": 4,
"id": 2,
"lemma": "Bob",
"start_char": 64,
"text": "Bob",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 71,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 3,
"lemma": "have",
"start_char": 68,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 76,
"feats": "Tense=Past|VerbForm=Part",
"head": 14,
"id": 4,
"lemma": "leave",
"start_char": 72,
"text": "left",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "advmod",
"end_char": 81,
"feats": null,
"head": 4,
"id": 5,
"lemma": "home",
"start_char": 77,
"text": "home",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 85,
"feats": null,
"head": 7,
"id": 6,
"lemma": "for",
"start_char": 82,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 90,
"feats": "Number=Sing",
"head": 4,
"id": 7,
"lemma": "work",
"start_char": 86,
"text": "work",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 93,
"feats": null,
"head": 9,
"id": 8,
"lemma": "on",
"start_char": 91,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 98,
"feats": "Number=Sing",
"head": 4,
"id": 9,
"lemma": "time",
"start_char": 94,
"text": "time",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 99,
"feats": null,
"head": 14,
"id": 10,
"lemma": ",",
"start_char": 98,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 102,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 11,
"lemma": "he",
"start_char": 100,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 108,
"feats": "VerbForm=Fin",
"head": 14,
"id": 12,
"lemma": "would",
"start_char": 103,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "cop",
"end_char": 111,
"feats": "VerbForm=Inf",
"head": 14,
"id": 13,
"lemma": "be",
"start_char": 109,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "root",
"end_char": 116,
"feats": "PronType=Dem",
"head": 0,
"id": 14,
"lemma": "here",
"start_char": 112,
"text": "here",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 119,
"feats": null,
"head": 17,
"id": 15,
"lemma": "by",
"start_char": 117,
"text": "by",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 124,
"feats": "Number=Sing|PronType=Dem",
"head": 17,
"id": 16,
"lemma": "this",
"start_char": 120,
"text": "this",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 129,
"feats": "Number=Sing",
"head": 14,
"id": 17,
"lemma": "time",
"start_char": 125,
"text": "time",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 130,
"feats": null,
"head": 14,
"id": 18,
"lemma": ".",
"start_char": 129,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
7,
7
],
[
1,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The father carried the sleeping boy in his arms | 328 | [
{
"end_char": 47,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The father carried the sleeping boy in his arms",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 2,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 10,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "father",
"start_char": 4,
"text": "father",
"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": "carry",
"start_char": 11,
"text": "carried",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 22,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 4,
"lemma": "the",
"start_char": 19,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 31,
"feats": "Number=Sing",
"head": 6,
"id": 5,
"lemma": "sleeping",
"start_char": 23,
"text": "sleeping",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obj",
"end_char": 35,
"feats": "Number=Sing",
"head": 3,
"id": 6,
"lemma": "boy",
"start_char": 32,
"text": "boy",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 38,
"feats": null,
"head": 9,
"id": 7,
"lemma": "in",
"start_char": 36,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 42,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 9,
"id": 8,
"lemma": "his",
"start_char": 39,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 47,
"feats": "Number=Plur",
"head": 3,
"id": 9,
"lemma": "arm",
"start_char": 43,
"text": "arms",
"upos": "NOUN",
"xpos": "NNS"
}
]
}
] | [
[
[
0,
0,
1
],
[
0,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Lily spoke to Donna , breaking her concentration. | 329 | [
{
"end_char": 49,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Lily spoke to Donna , breaking her concentration.",
"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": 19,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "Donna",
"start_char": 14,
"text": "Donna",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 21,
"feats": null,
"head": 2,
"id": 5,
"lemma": ",",
"start_char": 20,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advcl",
"end_char": 30,
"feats": "VerbForm=Ger",
"head": 2,
"id": 6,
"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": 8,
"id": 7,
"lemma": "her",
"start_char": 31,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 48,
"feats": "Number=Sing",
"head": 6,
"id": 8,
"lemma": "concentration",
"start_char": 35,
"text": "concentration",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 49,
"feats": null,
"head": 2,
"id": 9,
"lemma": ".",
"start_char": 48,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
6,
6
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
I asked Dave to get me my sweater from the other side of the yacht . While he was gone, I rested my arm on the rail over there and suddenly it gave way. | 330 | [
{
"end_char": 68,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "I asked Dave to get me my sweater from the other side of the yacht .",
"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": 7,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "ask",
"start_char": 2,
"text": "asked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "iobj",
"end_char": 12,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "Dave",
"start_char": 8,
"text": "Dave",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 15,
"feats": null,
"head": 5,
"id": 4,
"lemma": "to",
"start_char": 13,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 19,
"feats": "VerbForm=Inf",
"head": 2,
"id": 5,
"lemma": "get",
"start_char": 16,
"text": "get",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "iobj",
"end_char": 22,
"feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs",
"head": 5,
"id": 6,
"lemma": "I",
"start_char": 20,
"text": "me",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "nmod:poss",
"end_char": 25,
"feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
"head": 8,
"id": 7,
"lemma": "my",
"start_char": 23,
"text": "my",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 33,
"feats": "Number=Sing",
"head": 5,
"id": 8,
"lemma": "sweater",
"start_char": 26,
"text": "sweater",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 38,
"feats": null,
"head": 12,
"id": 9,
"lemma": "from",
"start_char": 34,
"text": "from",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 42,
"feats": "Definite=Def|PronType=Art",
"head": 12,
"id": 10,
"lemma": "the",
"start_char": 39,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 48,
"feats": "Degree=Pos",
"head": 12,
"id": 11,
"lemma": "other",
"start_char": 43,
"text": "other",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 53,
"feats": "Number=Sing",
"head": 5,
"id": 12,
"lemma": "side",
"start_char": 49,
"text": "side",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 56,
"feats": null,
"head": 15,
"id": 13,
"lemma": "of",
"start_char": 54,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 60,
"feats": "Definite=Def|PronType=Art",
"head": 15,
"id": 14,
"lemma": "the",
"start_char": 57,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 66,
"feats": "Number=Sing",
"head": 12,
"id": 15,
"lemma": "yacht",
"start_char": 61,
"text": "yacht",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 68,
"feats": null,
"head": 2,
"id": 16,
"lemma": ".",
"start_char": 67,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 152,
"id": 2,
"speaker": null,
"start_char": 69,
"text": "While he was gone, I rested my arm on the rail over there and suddenly it gave way.",
"tokens": [
{
"deprel": "mark",
"end_char": 74,
"feats": null,
"head": 4,
"id": 1,
"lemma": "while",
"start_char": 69,
"text": "While",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 77,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 4,
"id": 2,
"lemma": "he",
"start_char": 75,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 81,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 3,
"lemma": "be",
"start_char": 78,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 86,
"feats": "Degree=Pos",
"head": 7,
"id": 4,
"lemma": "gone",
"start_char": 82,
"text": "gone",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 87,
"feats": null,
"head": 4,
"id": 5,
"lemma": ",",
"start_char": 86,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 89,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 7,
"id": 6,
"lemma": "I",
"start_char": 88,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 96,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 7,
"lemma": "rest",
"start_char": 90,
"text": "rested",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 99,
"feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
"head": 9,
"id": 8,
"lemma": "my",
"start_char": 97,
"text": "my",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 103,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "arm",
"start_char": 100,
"text": "arm",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 106,
"feats": null,
"head": 12,
"id": 10,
"lemma": "on",
"start_char": 104,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 110,
"feats": "Definite=Def|PronType=Art",
"head": 12,
"id": 11,
"lemma": "the",
"start_char": 107,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 115,
"feats": "Number=Sing",
"head": 7,
"id": 12,
"lemma": "rail",
"start_char": 111,
"text": "rail",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 120,
"feats": null,
"head": 14,
"id": 13,
"lemma": "over",
"start_char": 116,
"text": "over",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 126,
"feats": "PronType=Dem",
"head": 7,
"id": 14,
"lemma": "there",
"start_char": 121,
"text": "there",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "cc",
"end_char": 130,
"feats": null,
"head": 18,
"id": 15,
"lemma": "and",
"start_char": 127,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "advmod",
"end_char": 139,
"feats": null,
"head": 18,
"id": 16,
"lemma": "suddenly",
"start_char": 131,
"text": "suddenly",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 142,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 18,
"id": 17,
"lemma": "it",
"start_char": 140,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 147,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 7,
"id": 18,
"lemma": "give",
"start_char": 143,
"text": "gave",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 151,
"feats": "Number=Sing",
"head": 18,
"id": 19,
"lemma": "way",
"start_char": 148,
"text": "way",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 152,
"feats": null,
"head": 7,
"id": 20,
"lemma": ".",
"start_char": 151,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
1,
8,
8
]
],
[
[
1,
16,
16
]
]
] | 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. | 331 | [
{
"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,
23,
23
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
I put the heavy book on the table and it broke. | 332 | [
{
"end_char": 47,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "I put the heavy book 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": "amod",
"end_char": 15,
"feats": "Degree=Pos",
"head": 5,
"id": 4,
"lemma": "heavy",
"start_char": 10,
"text": "heavy",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 20,
"feats": "Number=Sing",
"head": 2,
"id": 5,
"lemma": "book",
"start_char": 16,
"text": "book",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 23,
"feats": null,
"head": 8,
"id": 6,
"lemma": "on",
"start_char": 21,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 27,
"feats": "Definite=Def|PronType=Art",
"head": 8,
"id": 7,
"lemma": "the",
"start_char": 24,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 33,
"feats": "Number=Sing",
"head": 2,
"id": 8,
"lemma": "table",
"start_char": 28,
"text": "table",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 37,
"feats": null,
"head": 11,
"id": 9,
"lemma": "and",
"start_char": 34,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 40,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "it",
"start_char": 38,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 46,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 11,
"lemma": "break",
"start_char": 41,
"text": "broke",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 47,
"feats": null,
"head": 2,
"id": 12,
"lemma": ".",
"start_char": 46,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
6,
7
],
[
0,
9,
9
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Fred is the only man alive who still remembers my father as an infant. When Fred first saw my father , he was twelve months old. | 333 | [
{
"end_char": 70,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Fred is the only man alive who still remembers my father as an infant.",
"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": "amod",
"end_char": 26,
"feats": "Degree=Pos",
"head": 5,
"id": 6,
"lemma": "alive",
"start_char": 21,
"text": "alive",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 30,
"feats": "PronType=Rel",
"head": 9,
"id": 7,
"lemma": "who",
"start_char": 27,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "advmod",
"end_char": 36,
"feats": null,
"head": 9,
"id": 8,
"lemma": "still",
"start_char": 31,
"text": "still",
"upos": "ADV",
"xpos": "RB"
},
{
"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": 11,
"id": 10,
"lemma": "my",
"start_char": 47,
"text": "my",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 56,
"feats": "Number=Sing",
"head": 9,
"id": 11,
"lemma": "father",
"start_char": 50,
"text": "father",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 59,
"feats": null,
"head": 14,
"id": 12,
"lemma": "as",
"start_char": 57,
"text": "as",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 62,
"feats": "Definite=Ind|PronType=Art",
"head": 14,
"id": 13,
"lemma": "a",
"start_char": 60,
"text": "an",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 69,
"feats": "Number=Sing",
"head": 9,
"id": 14,
"lemma": "infant",
"start_char": 63,
"text": "infant",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 70,
"feats": null,
"head": 5,
"id": 15,
"lemma": ".",
"start_char": 69,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 128,
"id": 2,
"speaker": null,
"start_char": 71,
"text": "When Fred first saw my father , he was twelve months old.",
"tokens": [
{
"deprel": "advmod",
"end_char": 75,
"feats": "PronType=Int",
"head": 4,
"id": 1,
"lemma": "when",
"start_char": 71,
"text": "When",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 80,
"feats": "Number=Sing",
"head": 4,
"id": 2,
"lemma": "Fred",
"start_char": 76,
"text": "Fred",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 86,
"feats": "NumType=Ord",
"head": 4,
"id": 3,
"lemma": "first",
"start_char": 81,
"text": "first",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 90,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 4,
"lemma": "see",
"start_char": 87,
"text": "saw",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 93,
"feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
"head": 6,
"id": 5,
"lemma": "my",
"start_char": 91,
"text": "my",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 100,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "father",
"start_char": 94,
"text": "father",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 102,
"feats": null,
"head": 12,
"id": 7,
"lemma": ",",
"start_char": 101,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 105,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 8,
"lemma": "he",
"start_char": 103,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 109,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 9,
"lemma": "be",
"start_char": 106,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "nummod",
"end_char": 116,
"feats": "NumForm=Word|NumType=Card",
"head": 11,
"id": 10,
"lemma": "twelve",
"start_char": 110,
"text": "twelve",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "obl:npmod",
"end_char": 123,
"feats": "Number=Plur",
"head": 12,
"id": 11,
"lemma": "month",
"start_char": 117,
"text": "months",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "root",
"end_char": 127,
"feats": "Degree=Pos",
"head": 0,
"id": 12,
"lemma": "old",
"start_char": 124,
"text": "old",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 128,
"feats": null,
"head": 12,
"id": 13,
"lemma": ".",
"start_char": 127,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
9,
10
],
[
1,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Sara borrowed the book from the library because she needs it for an article she is working on. She reads it when she gets home from work. | 334 | [
{
"end_char": 94,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Sara borrowed the book from the library because she needs it for an article she is working on.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Sara",
"start_char": 0,
"text": "Sara",
"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": "borrow",
"start_char": 5,
"text": "borrowed",
"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": 22,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "book",
"start_char": 18,
"text": "book",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 27,
"feats": null,
"head": 7,
"id": 5,
"lemma": "from",
"start_char": 23,
"text": "from",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 31,
"feats": "Definite=Def|PronType=Art",
"head": 7,
"id": 6,
"lemma": "the",
"start_char": 28,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 39,
"feats": "Number=Sing",
"head": 2,
"id": 7,
"lemma": "library",
"start_char": 32,
"text": "library",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 47,
"feats": null,
"head": 10,
"id": 8,
"lemma": "because",
"start_char": 40,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 51,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 9,
"lemma": "she",
"start_char": 48,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 57,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 2,
"id": 10,
"lemma": "need",
"start_char": 52,
"text": "needs",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "obj",
"end_char": 60,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 11,
"lemma": "it",
"start_char": 58,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 64,
"feats": null,
"head": 14,
"id": 12,
"lemma": "for",
"start_char": 61,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 67,
"feats": "Definite=Ind|PronType=Art",
"head": 14,
"id": 13,
"lemma": "a",
"start_char": 65,
"text": "an",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 75,
"feats": "Number=Sing",
"head": 10,
"id": 14,
"lemma": "article",
"start_char": 68,
"text": "article",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 79,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 17,
"id": 15,
"lemma": "she",
"start_char": 76,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 82,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 17,
"id": 16,
"lemma": "be",
"start_char": 80,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "acl:relcl",
"end_char": 90,
"feats": "Tense=Pres|VerbForm=Part",
"head": 14,
"id": 17,
"lemma": "work",
"start_char": 83,
"text": "working",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obl",
"end_char": 93,
"feats": null,
"head": 17,
"id": 18,
"lemma": "on",
"start_char": 91,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "punct",
"end_char": 94,
"feats": null,
"head": 2,
"id": 19,
"lemma": ".",
"start_char": 93,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 137,
"id": 2,
"speaker": null,
"start_char": 95,
"text": "She reads it when she gets home from work.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 98,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 2,
"id": 1,
"lemma": "she",
"start_char": 95,
"text": "She",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 104,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "read",
"start_char": 99,
"text": "reads",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "obj",
"end_char": 107,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 2,
"id": 3,
"lemma": "it",
"start_char": 105,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 112,
"feats": "PronType=Int",
"head": 6,
"id": 4,
"lemma": "when",
"start_char": 108,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 116,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 6,
"id": 5,
"lemma": "she",
"start_char": 113,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 121,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 2,
"id": 6,
"lemma": "get",
"start_char": 117,
"text": "gets",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 126,
"feats": null,
"head": 6,
"id": 7,
"lemma": "home",
"start_char": 122,
"text": "home",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 131,
"feats": null,
"head": 9,
"id": 8,
"lemma": "from",
"start_char": 127,
"text": "from",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 136,
"feats": "Number=Sing",
"head": 6,
"id": 9,
"lemma": "work",
"start_char": 132,
"text": "work",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 137,
"feats": null,
"head": 2,
"id": 10,
"lemma": ".",
"start_char": 136,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
3
],
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
James asked Robert for a favor but he was refused. | 335 | [
{
"end_char": 50,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "James asked Robert for a favor but he was 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": 10,
"id": 7,
"lemma": "but",
"start_char": 31,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj:pass",
"end_char": 37,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 8,
"lemma": "he",
"start_char": 35,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux:pass",
"end_char": 41,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 9,
"lemma": "be",
"start_char": 38,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "conj",
"end_char": 49,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 2,
"id": 10,
"lemma": "refuse",
"start_char": 42,
"text": "refused",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "punct",
"end_char": 50,
"feats": null,
"head": 2,
"id": 11,
"lemma": ".",
"start_char": 49,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Fred is the only man alive who still remembers my father as an infant. When Fred first saw my father , he was twelve months old. | 336 | [
{
"end_char": 70,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Fred is the only man alive who still remembers my father as an infant.",
"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": "amod",
"end_char": 26,
"feats": "Degree=Pos",
"head": 5,
"id": 6,
"lemma": "alive",
"start_char": 21,
"text": "alive",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 30,
"feats": "PronType=Rel",
"head": 9,
"id": 7,
"lemma": "who",
"start_char": 27,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "advmod",
"end_char": 36,
"feats": null,
"head": 9,
"id": 8,
"lemma": "still",
"start_char": 31,
"text": "still",
"upos": "ADV",
"xpos": "RB"
},
{
"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": 11,
"id": 10,
"lemma": "my",
"start_char": 47,
"text": "my",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 56,
"feats": "Number=Sing",
"head": 9,
"id": 11,
"lemma": "father",
"start_char": 50,
"text": "father",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 59,
"feats": null,
"head": 14,
"id": 12,
"lemma": "as",
"start_char": 57,
"text": "as",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 62,
"feats": "Definite=Ind|PronType=Art",
"head": 14,
"id": 13,
"lemma": "a",
"start_char": 60,
"text": "an",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 69,
"feats": "Number=Sing",
"head": 9,
"id": 14,
"lemma": "infant",
"start_char": 63,
"text": "infant",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 70,
"feats": null,
"head": 5,
"id": 15,
"lemma": ".",
"start_char": 69,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 128,
"id": 2,
"speaker": null,
"start_char": 71,
"text": "When Fred first saw my father , he was twelve months old.",
"tokens": [
{
"deprel": "advmod",
"end_char": 75,
"feats": "PronType=Int",
"head": 4,
"id": 1,
"lemma": "when",
"start_char": 71,
"text": "When",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 80,
"feats": "Number=Sing",
"head": 4,
"id": 2,
"lemma": "Fred",
"start_char": 76,
"text": "Fred",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 86,
"feats": "NumType=Ord",
"head": 4,
"id": 3,
"lemma": "first",
"start_char": 81,
"text": "first",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 90,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 4,
"lemma": "see",
"start_char": 87,
"text": "saw",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 93,
"feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
"head": 6,
"id": 5,
"lemma": "my",
"start_char": 91,
"text": "my",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 100,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "father",
"start_char": 94,
"text": "father",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 102,
"feats": null,
"head": 12,
"id": 7,
"lemma": ",",
"start_char": 101,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 105,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 8,
"lemma": "he",
"start_char": 103,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 109,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 9,
"lemma": "be",
"start_char": 106,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "nummod",
"end_char": 116,
"feats": "NumForm=Word|NumType=Card",
"head": 11,
"id": 10,
"lemma": "twelve",
"start_char": 110,
"text": "twelve",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "obl:npmod",
"end_char": 123,
"feats": "Number=Plur",
"head": 12,
"id": 11,
"lemma": "month",
"start_char": 117,
"text": "months",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "root",
"end_char": 127,
"feats": "Degree=Pos",
"head": 0,
"id": 12,
"lemma": "old",
"start_char": 124,
"text": "old",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 128,
"feats": null,
"head": 12,
"id": 13,
"lemma": ".",
"start_char": 127,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
1,
7,
7
]
]
] | 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. | 337 | [
{
"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,
1,
1
],
[
0,
13,
13
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Thomson visited Cooper 's grave in 1765. At that date he had been dead for five years. | 338 | [
{
"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,
2,
2
],
[
1,
3,
3
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Even before they reached town , they could hear a sound like corn popping. Dora asked what it was, and Dad said it was firecrackers. | 339 | [
{
"end_char": 74,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Even before they reached town , they could hear a sound like corn popping.",
"tokens": [
{
"deprel": "advmod",
"end_char": 4,
"feats": null,
"head": 4,
"id": 1,
"lemma": "even",
"start_char": 0,
"text": "Even",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 11,
"feats": null,
"head": 4,
"id": 2,
"lemma": "before",
"start_char": 5,
"text": "before",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 16,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 4,
"id": 3,
"lemma": "they",
"start_char": 12,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 24,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 9,
"id": 4,
"lemma": "reach",
"start_char": 17,
"text": "reached",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 29,
"feats": "Number=Sing",
"head": 4,
"id": 5,
"lemma": "town",
"start_char": 25,
"text": "town",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 31,
"feats": null,
"head": 9,
"id": 6,
"lemma": ",",
"start_char": 30,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 36,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 9,
"id": 7,
"lemma": "they",
"start_char": 32,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 42,
"feats": "VerbForm=Fin",
"head": 9,
"id": 8,
"lemma": "could",
"start_char": 37,
"text": "could",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "root",
"end_char": 47,
"feats": "VerbForm=Inf",
"head": 0,
"id": 9,
"lemma": "hear",
"start_char": 43,
"text": "hear",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 49,
"feats": "Definite=Ind|PronType=Art",
"head": 11,
"id": 10,
"lemma": "a",
"start_char": 48,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 55,
"feats": "Number=Sing",
"head": 9,
"id": 11,
"lemma": "sound",
"start_char": 50,
"text": "sound",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 60,
"feats": null,
"head": 14,
"id": 12,
"lemma": "like",
"start_char": 56,
"text": "like",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "compound",
"end_char": 65,
"feats": "Number=Sing",
"head": 14,
"id": 13,
"lemma": "corn",
"start_char": 61,
"text": "corn",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nmod",
"end_char": 73,
"feats": "Number=Sing",
"head": 11,
"id": 14,
"lemma": "popping",
"start_char": 66,
"text": "popping",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 74,
"feats": null,
"head": 9,
"id": 15,
"lemma": ".",
"start_char": 73,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 132,
"id": 2,
"speaker": null,
"start_char": 75,
"text": "Dora asked what it was, and Dad said it was firecrackers.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 79,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Dora",
"start_char": 75,
"text": "Dora",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 85,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "ask",
"start_char": 80,
"text": "asked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "ccomp",
"end_char": 90,
"feats": "PronType=Rel",
"head": 2,
"id": 3,
"lemma": "what",
"start_char": 86,
"text": "what",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "nsubj",
"end_char": 93,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 3,
"id": 4,
"lemma": "it",
"start_char": 91,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 97,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 5,
"lemma": "be",
"start_char": 94,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 98,
"feats": null,
"head": 9,
"id": 6,
"lemma": ",",
"start_char": 97,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 102,
"feats": null,
"head": 9,
"id": 7,
"lemma": "and",
"start_char": 99,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 106,
"feats": "Number=Sing",
"head": 9,
"id": 8,
"lemma": "Dad",
"start_char": 103,
"text": "Dad",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "conj",
"end_char": 111,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 9,
"lemma": "say",
"start_char": 107,
"text": "said",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nsubj",
"end_char": 114,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 10,
"lemma": "it",
"start_char": 112,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 118,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 11,
"lemma": "be",
"start_char": 115,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "ccomp",
"end_char": 131,
"feats": "Number=Plur",
"head": 9,
"id": 12,
"lemma": "firecracker",
"start_char": 119,
"text": "firecrackers",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 132,
"feats": null,
"head": 2,
"id": 13,
"lemma": ".",
"start_char": 131,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
10,
10
],
[
1,
3,
3
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
If the con artist has succeeded in fooling Sam , he would have lost a lot of money. | 340 | [
{
"end_char": 83,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "If the con artist has succeeded in fooling Sam , he would have lost a lot of money.",
"tokens": [
{
"deprel": "mark",
"end_char": 2,
"feats": null,
"head": 6,
"id": 1,
"lemma": "if",
"start_char": 0,
"text": "If",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 6,
"feats": "Definite=Def|PronType=Art",
"head": 4,
"id": 2,
"lemma": "the",
"start_char": 3,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 10,
"feats": "Number=Sing",
"head": 4,
"id": 3,
"lemma": "con",
"start_char": 7,
"text": "con",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 17,
"feats": "Number=Sing",
"head": 6,
"id": 4,
"lemma": "artist",
"start_char": 11,
"text": "artist",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 21,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 6,
"id": 5,
"lemma": "have",
"start_char": 18,
"text": "has",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advcl",
"end_char": 31,
"feats": "Tense=Past|VerbForm=Part",
"head": 14,
"id": 6,
"lemma": "succeed",
"start_char": 22,
"text": "succeeded",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "mark",
"end_char": 34,
"feats": null,
"head": 8,
"id": 7,
"lemma": "in",
"start_char": 32,
"text": "in",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "advcl",
"end_char": 42,
"feats": "VerbForm=Ger",
"head": 6,
"id": 8,
"lemma": "fool",
"start_char": 35,
"text": "fooling",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 46,
"feats": "Number=Sing",
"head": 8,
"id": 9,
"lemma": "Sam",
"start_char": 43,
"text": "Sam",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 48,
"feats": null,
"head": 14,
"id": 10,
"lemma": ",",
"start_char": 47,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 51,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 11,
"lemma": "he",
"start_char": 49,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 57,
"feats": "VerbForm=Fin",
"head": 14,
"id": 12,
"lemma": "would",
"start_char": 52,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "aux",
"end_char": 62,
"feats": "VerbForm=Inf",
"head": 14,
"id": 13,
"lemma": "have",
"start_char": 58,
"text": "have",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "root",
"end_char": 67,
"feats": "Tense=Past|VerbForm=Part",
"head": 0,
"id": 14,
"lemma": "lose",
"start_char": 63,
"text": "lost",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "det",
"end_char": 69,
"feats": "Definite=Ind|PronType=Art",
"head": 16,
"id": 15,
"lemma": "a",
"start_char": 68,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 73,
"feats": "Number=Sing",
"head": 14,
"id": 16,
"lemma": "lot",
"start_char": 70,
"text": "lot",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 76,
"feats": null,
"head": 18,
"id": 17,
"lemma": "of",
"start_char": 74,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 82,
"feats": "Number=Sing",
"head": 16,
"id": 18,
"lemma": "money",
"start_char": 77,
"text": "money",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 83,
"feats": null,
"head": 14,
"id": 19,
"lemma": ".",
"start_char": 82,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
3
]
],
[
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The lawyer asked the witness a question, but he was reluctant to repeat it. | 341 | [
{
"end_char": 75,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The lawyer asked the witness a question, but he was reluctant to repeat it.",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 2,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 10,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "lawyer",
"start_char": 4,
"text": "lawyer",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 16,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "ask",
"start_char": 11,
"text": "asked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 20,
"feats": "Definite=Def|PronType=Art",
"head": 5,
"id": 4,
"lemma": "the",
"start_char": 17,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "iobj",
"end_char": 28,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "witness",
"start_char": 21,
"text": "witness",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "det",
"end_char": 30,
"feats": "Definite=Ind|PronType=Art",
"head": 7,
"id": 6,
"lemma": "a",
"start_char": 29,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 39,
"feats": "Number=Sing",
"head": 3,
"id": 7,
"lemma": "question",
"start_char": 31,
"text": "question",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 40,
"feats": null,
"head": 12,
"id": 8,
"lemma": ",",
"start_char": 39,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 44,
"feats": null,
"head": 12,
"id": 9,
"lemma": "but",
"start_char": 41,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 47,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 10,
"lemma": "he",
"start_char": 45,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 51,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 11,
"lemma": "be",
"start_char": 48,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "conj",
"end_char": 61,
"feats": "Degree=Pos",
"head": 3,
"id": 12,
"lemma": "reluctant",
"start_char": 52,
"text": "reluctant",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 64,
"feats": null,
"head": 14,
"id": 13,
"lemma": "to",
"start_char": 62,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 71,
"feats": "VerbForm=Inf",
"head": 12,
"id": 14,
"lemma": "repeat",
"start_char": 65,
"text": "repeat",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 74,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 15,
"lemma": "it",
"start_char": 72,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 75,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"start_char": 74,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
3,
4
]
],
[
[
0,
9,
9
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
If the con artist has succeeded in fooling Sam , he would have gotten a lot of money. | 342 | [
{
"end_char": 85,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "If the con artist has succeeded in fooling Sam , he would have gotten a lot of money.",
"tokens": [
{
"deprel": "mark",
"end_char": 2,
"feats": null,
"head": 6,
"id": 1,
"lemma": "if",
"start_char": 0,
"text": "If",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 6,
"feats": "Definite=Def|PronType=Art",
"head": 4,
"id": 2,
"lemma": "the",
"start_char": 3,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 10,
"feats": "Number=Sing",
"head": 4,
"id": 3,
"lemma": "con",
"start_char": 7,
"text": "con",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 17,
"feats": "Number=Sing",
"head": 6,
"id": 4,
"lemma": "artist",
"start_char": 11,
"text": "artist",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 21,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 6,
"id": 5,
"lemma": "have",
"start_char": 18,
"text": "has",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advcl",
"end_char": 31,
"feats": "Tense=Past|VerbForm=Part",
"head": 14,
"id": 6,
"lemma": "succeed",
"start_char": 22,
"text": "succeeded",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "mark",
"end_char": 34,
"feats": null,
"head": 8,
"id": 7,
"lemma": "in",
"start_char": 32,
"text": "in",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "advcl",
"end_char": 42,
"feats": "VerbForm=Ger",
"head": 6,
"id": 8,
"lemma": "fool",
"start_char": 35,
"text": "fooling",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 46,
"feats": "Number=Sing",
"head": 8,
"id": 9,
"lemma": "Sam",
"start_char": 43,
"text": "Sam",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 48,
"feats": null,
"head": 14,
"id": 10,
"lemma": ",",
"start_char": 47,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 51,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 11,
"lemma": "he",
"start_char": 49,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 57,
"feats": "VerbForm=Fin",
"head": 14,
"id": 12,
"lemma": "would",
"start_char": 52,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "aux",
"end_char": 62,
"feats": "VerbForm=Inf",
"head": 14,
"id": 13,
"lemma": "have",
"start_char": 58,
"text": "have",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "root",
"end_char": 69,
"feats": "Tense=Past|VerbForm=Part",
"head": 0,
"id": 14,
"lemma": "get",
"start_char": 63,
"text": "gotten",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "det",
"end_char": 71,
"feats": "Definite=Ind|PronType=Art",
"head": 16,
"id": 15,
"lemma": "a",
"start_char": 70,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 75,
"feats": "Number=Sing",
"head": 14,
"id": 16,
"lemma": "lot",
"start_char": 72,
"text": "lot",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 78,
"feats": null,
"head": 18,
"id": 17,
"lemma": "of",
"start_char": 76,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 84,
"feats": "Number=Sing",
"head": 16,
"id": 18,
"lemma": "money",
"start_char": 79,
"text": "money",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 85,
"feats": null,
"head": 14,
"id": 19,
"lemma": ".",
"start_char": 84,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
8,
8
]
],
[
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Adam can't leave work here until Bob arrives to replace him. If Bob had left home for work on time, he would be here by this time. | 343 | [
{
"end_char": 60,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Adam can't leave work here until Bob arrives to replace him.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Adam",
"start_char": 0,
"text": "Adam",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": null,
"feats": "VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "can",
"start_char": 5,
"text": "ca",
"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": 16,
"feats": "VerbForm=Inf",
"head": 0,
"id": 4,
"lemma": "leave",
"start_char": 11,
"text": "leave",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 21,
"feats": "Number=Sing",
"head": 4,
"id": 5,
"lemma": "work",
"start_char": 17,
"text": "work",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 26,
"feats": "PronType=Dem",
"head": 4,
"id": 6,
"lemma": "here",
"start_char": 22,
"text": "here",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 32,
"feats": null,
"head": 9,
"id": 7,
"lemma": "until",
"start_char": 27,
"text": "until",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 36,
"feats": "Number=Sing",
"head": 9,
"id": 8,
"lemma": "Bob",
"start_char": 33,
"text": "Bob",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advcl",
"end_char": 44,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 9,
"lemma": "arrive",
"start_char": 37,
"text": "arrives",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "mark",
"end_char": 47,
"feats": null,
"head": 11,
"id": 10,
"lemma": "to",
"start_char": 45,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 55,
"feats": "VerbForm=Inf",
"head": 9,
"id": 11,
"lemma": "replace",
"start_char": 48,
"text": "replace",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 59,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 12,
"lemma": "he",
"start_char": 56,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 60,
"feats": null,
"head": 4,
"id": 13,
"lemma": ".",
"start_char": 59,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 130,
"id": 2,
"speaker": null,
"start_char": 61,
"text": "If Bob had left home for work on time, he would be here by this time.",
"tokens": [
{
"deprel": "mark",
"end_char": 63,
"feats": null,
"head": 4,
"id": 1,
"lemma": "if",
"start_char": 61,
"text": "If",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 67,
"feats": "Number=Sing",
"head": 4,
"id": 2,
"lemma": "Bob",
"start_char": 64,
"text": "Bob",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 71,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 3,
"lemma": "have",
"start_char": 68,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 76,
"feats": "Tense=Past|VerbForm=Part",
"head": 14,
"id": 4,
"lemma": "leave",
"start_char": 72,
"text": "left",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "advmod",
"end_char": 81,
"feats": null,
"head": 4,
"id": 5,
"lemma": "home",
"start_char": 77,
"text": "home",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 85,
"feats": null,
"head": 7,
"id": 6,
"lemma": "for",
"start_char": 82,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 90,
"feats": "Number=Sing",
"head": 4,
"id": 7,
"lemma": "work",
"start_char": 86,
"text": "work",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 93,
"feats": null,
"head": 9,
"id": 8,
"lemma": "on",
"start_char": 91,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 98,
"feats": "Number=Sing",
"head": 4,
"id": 9,
"lemma": "time",
"start_char": 94,
"text": "time",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 99,
"feats": null,
"head": 14,
"id": 10,
"lemma": ",",
"start_char": 98,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 102,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 11,
"lemma": "he",
"start_char": 100,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 108,
"feats": "VerbForm=Fin",
"head": 14,
"id": 12,
"lemma": "would",
"start_char": 103,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "cop",
"end_char": 111,
"feats": "VerbForm=Inf",
"head": 14,
"id": 13,
"lemma": "be",
"start_char": 109,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "root",
"end_char": 116,
"feats": "PronType=Dem",
"head": 0,
"id": 14,
"lemma": "here",
"start_char": 112,
"text": "here",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 119,
"feats": null,
"head": 17,
"id": 15,
"lemma": "by",
"start_char": 117,
"text": "by",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 124,
"feats": "Number=Sing|PronType=Dem",
"head": 17,
"id": 16,
"lemma": "this",
"start_char": 120,
"text": "this",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 129,
"feats": "Number=Sing",
"head": 14,
"id": 17,
"lemma": "time",
"start_char": 125,
"text": "time",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 130,
"feats": null,
"head": 14,
"id": 18,
"lemma": ".",
"start_char": 129,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
1,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The table won't fit through the doorway because it is too narrow. | 344 | [
{
"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,
6,
7
],
[
0,
9,
9
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Jim yelled at Kevin because he was so upset. | 345 | [
{
"end_char": 44,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Jim yelled at Kevin because he was so upset.",
"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": 10,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "yell",
"start_char": 4,
"text": "yelled",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 13,
"feats": null,
"head": 4,
"id": 3,
"lemma": "at",
"start_char": 11,
"text": "at",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 19,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "Kevin",
"start_char": 14,
"text": "Kevin",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 27,
"feats": null,
"head": 9,
"id": 5,
"lemma": "because",
"start_char": 20,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 30,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 9,
"id": 6,
"lemma": "he",
"start_char": 28,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 34,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 9,
"id": 7,
"lemma": "be",
"start_char": 31,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 37,
"feats": null,
"head": 9,
"id": 8,
"lemma": "so",
"start_char": 35,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 43,
"feats": "Degree=Pos",
"head": 2,
"id": 9,
"lemma": "upset",
"start_char": 38,
"text": "upset",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 44,
"feats": null,
"head": 2,
"id": 10,
"lemma": ".",
"start_char": 43,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
3,
3
]
],
[
[
0,
5,
5
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The donkey wished a wart on its hind leg would disappear, and it did. | 346 | [
{
"end_char": 69,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The donkey wished a wart on its hind leg would disappear, and it did.",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 2,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 10,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "donkey",
"start_char": 4,
"text": "donkey",
"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": "wish",
"start_char": 11,
"text": "wished",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 19,
"feats": "Definite=Ind|PronType=Art",
"head": 5,
"id": 4,
"lemma": "a",
"start_char": 18,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 24,
"feats": "Number=Sing",
"head": 11,
"id": 5,
"lemma": "wart",
"start_char": 20,
"text": "wart",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 27,
"feats": null,
"head": 9,
"id": 6,
"lemma": "on",
"start_char": 25,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 31,
"feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 9,
"id": 7,
"lemma": "its",
"start_char": 28,
"text": "its",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "compound",
"end_char": 36,
"feats": "Number=Sing",
"head": 9,
"id": 8,
"lemma": "hind",
"start_char": 32,
"text": "hind",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nmod",
"end_char": 40,
"feats": "Number=Sing",
"head": 5,
"id": 9,
"lemma": "leg",
"start_char": 37,
"text": "leg",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 46,
"feats": "VerbForm=Fin",
"head": 11,
"id": 10,
"lemma": "would",
"start_char": 41,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "ccomp",
"end_char": 56,
"feats": "VerbForm=Inf",
"head": 3,
"id": 11,
"lemma": "disappear",
"start_char": 47,
"text": "disappear",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 57,
"feats": null,
"head": 15,
"id": 12,
"lemma": ",",
"start_char": 56,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 61,
"feats": null,
"head": 15,
"id": 13,
"lemma": "and",
"start_char": 58,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 64,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 15,
"id": 14,
"lemma": "it",
"start_char": 62,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 68,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 15,
"lemma": "do",
"start_char": 65,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 69,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"start_char": 68,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
8,
8
]
],
[
[
0,
13,
13
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Fred and Alice had very warm down coats , but they were not enough for the cold in Alaska. | 347 | [
{
"end_char": 90,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Fred and Alice had very warm down coats , but they were not enough for the cold in Alaska.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Fred",
"start_char": 0,
"text": "Fred",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cc",
"end_char": 8,
"feats": null,
"head": 3,
"id": 2,
"lemma": "and",
"start_char": 5,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 14,
"feats": "Number=Sing",
"head": 1,
"id": 3,
"lemma": "Alice",
"start_char": 9,
"text": "Alice",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 18,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 4,
"lemma": "have",
"start_char": 15,
"text": "had",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 23,
"feats": null,
"head": 6,
"id": 5,
"lemma": "very",
"start_char": 19,
"text": "very",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "amod",
"end_char": 28,
"feats": "Degree=Pos",
"head": 8,
"id": 6,
"lemma": "warm",
"start_char": 24,
"text": "warm",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "compound",
"end_char": 33,
"feats": null,
"head": 6,
"id": 7,
"lemma": "down",
"start_char": 29,
"text": "down",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "obj",
"end_char": 39,
"feats": "Number=Plur",
"head": 4,
"id": 8,
"lemma": "coat",
"start_char": 34,
"text": "coats",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 41,
"feats": null,
"head": 14,
"id": 9,
"lemma": ",",
"start_char": 40,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 45,
"feats": null,
"head": 14,
"id": 10,
"lemma": "but",
"start_char": 42,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 50,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 14,
"id": 11,
"lemma": "they",
"start_char": 46,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 55,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 14,
"id": 12,
"lemma": "be",
"start_char": 51,
"text": "were",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 59,
"feats": null,
"head": 14,
"id": 13,
"lemma": "not",
"start_char": 56,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 66,
"feats": null,
"head": 4,
"id": 14,
"lemma": "enough",
"start_char": 60,
"text": "enough",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 70,
"feats": null,
"head": 17,
"id": 15,
"lemma": "for",
"start_char": 67,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 74,
"feats": "Definite=Def|PronType=Art",
"head": 17,
"id": 16,
"lemma": "the",
"start_char": 71,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 79,
"feats": "Number=Sing",
"head": 14,
"id": 17,
"lemma": "cold",
"start_char": 75,
"text": "cold",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 82,
"feats": null,
"head": 19,
"id": 18,
"lemma": "in",
"start_char": 80,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 89,
"feats": "Number=Sing",
"head": 17,
"id": 19,
"lemma": "Alaska",
"start_char": 83,
"text": "Alaska",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 90,
"feats": null,
"head": 4,
"id": 20,
"lemma": ".",
"start_char": 89,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
7,
7
],
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The sun was covered by a thick cloud all morning, but luckily, by the time the picnic started, it was out. | 348 | [
{
"end_char": 106,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The sun was covered by a thick cloud all morning, but luckily, by the time the picnic started, it was out.",
"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": 7,
"feats": "Number=Sing",
"head": 4,
"id": 2,
"lemma": "sun",
"start_char": 4,
"text": "sun",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux:pass",
"end_char": 11,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 3,
"lemma": "be",
"start_char": 8,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 19,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 4,
"lemma": "cover",
"start_char": 12,
"text": "covered",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 22,
"feats": null,
"head": 8,
"id": 5,
"lemma": "by",
"start_char": 20,
"text": "by",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 24,
"feats": "Definite=Ind|PronType=Art",
"head": 8,
"id": 6,
"lemma": "a",
"start_char": 23,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 30,
"feats": "Degree=Pos",
"head": 8,
"id": 7,
"lemma": "thick",
"start_char": 25,
"text": "thick",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl:agent",
"end_char": 36,
"feats": "Number=Sing",
"head": 4,
"id": 8,
"lemma": "cloud",
"start_char": 31,
"text": "cloud",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "det",
"end_char": 40,
"feats": null,
"head": 10,
"id": 9,
"lemma": "all",
"start_char": 37,
"text": "all",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl:tmod",
"end_char": 48,
"feats": "Number=Sing",
"head": 4,
"id": 10,
"lemma": "morning",
"start_char": 41,
"text": "morning",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 49,
"feats": null,
"head": 12,
"id": 11,
"lemma": ",",
"start_char": 48,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 53,
"feats": null,
"head": 24,
"id": 12,
"lemma": "but",
"start_char": 50,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "advmod",
"end_char": 61,
"feats": null,
"head": 24,
"id": 13,
"lemma": "luckily",
"start_char": 54,
"text": "luckily",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 62,
"feats": null,
"head": 13,
"id": 14,
"lemma": ",",
"start_char": 61,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "case",
"end_char": 65,
"feats": null,
"head": 17,
"id": 15,
"lemma": "by",
"start_char": 63,
"text": "by",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 69,
"feats": "Definite=Def|PronType=Art",
"head": 17,
"id": 16,
"lemma": "the",
"start_char": 66,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 74,
"feats": "Number=Sing",
"head": 24,
"id": 17,
"lemma": "time",
"start_char": 70,
"text": "time",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "det",
"end_char": 78,
"feats": "Definite=Def|PronType=Art",
"head": 19,
"id": 18,
"lemma": "the",
"start_char": 75,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 85,
"feats": "Number=Sing",
"head": 20,
"id": 19,
"lemma": "picnic",
"start_char": 79,
"text": "picnic",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "acl:relcl",
"end_char": 93,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 17,
"id": 20,
"lemma": "start",
"start_char": 86,
"text": "started",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 94,
"feats": null,
"head": 24,
"id": 21,
"lemma": ",",
"start_char": 93,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 97,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 24,
"id": 22,
"lemma": "it",
"start_char": 95,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 101,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 24,
"id": 23,
"lemma": "be",
"start_char": 98,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "conj",
"end_char": 105,
"feats": null,
"head": 4,
"id": 24,
"lemma": "out",
"start_char": 102,
"text": "out",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 106,
"feats": null,
"head": 4,
"id": 25,
"lemma": ".",
"start_char": 105,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
1
],
[
0,
21,
21
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Although they ran at about the same speed, Sue beat Sally because she had such a bad start. | 349 | [
{
"end_char": 91,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Although they ran at about the same speed, Sue beat Sally because she had such a bad start.",
"tokens": [
{
"deprel": "mark",
"end_char": 8,
"feats": null,
"head": 3,
"id": 1,
"lemma": "although",
"start_char": 0,
"text": "Although",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 13,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 3,
"id": 2,
"lemma": "they",
"start_char": 9,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 17,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 3,
"lemma": "run",
"start_char": 14,
"text": "ran",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 20,
"feats": null,
"head": 8,
"id": 4,
"lemma": "at",
"start_char": 18,
"text": "at",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "advmod",
"end_char": 26,
"feats": null,
"head": 8,
"id": 5,
"lemma": "about",
"start_char": 21,
"text": "about",
"upos": "ADV",
"xpos": "RB"
},
{
"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": "amod",
"end_char": 35,
"feats": "Degree=Pos",
"head": 8,
"id": 7,
"lemma": "same",
"start_char": 31,
"text": "same",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 41,
"feats": "Number=Sing",
"head": 3,
"id": 8,
"lemma": "speed",
"start_char": 36,
"text": "speed",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 42,
"feats": null,
"head": 3,
"id": 9,
"lemma": ",",
"start_char": 41,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 46,
"feats": "Number=Sing",
"head": 11,
"id": 10,
"lemma": "Sue",
"start_char": 43,
"text": "Sue",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 51,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 11,
"lemma": "beat",
"start_char": 47,
"text": "beat",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 57,
"feats": "Number=Sing",
"head": 11,
"id": 12,
"lemma": "Sally",
"start_char": 52,
"text": "Sally",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 65,
"feats": null,
"head": 15,
"id": 13,
"lemma": "because",
"start_char": 58,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 69,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 15,
"id": 14,
"lemma": "she",
"start_char": 66,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 73,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 15,
"lemma": "have",
"start_char": 70,
"text": "had",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det:predet",
"end_char": 78,
"feats": null,
"head": 19,
"id": 16,
"lemma": "such",
"start_char": 74,
"text": "such",
"upos": "DET",
"xpos": "PDT"
},
{
"deprel": "det",
"end_char": 80,
"feats": "Definite=Ind|PronType=Art",
"head": 19,
"id": 17,
"lemma": "a",
"start_char": 79,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 84,
"feats": "Degree=Pos",
"head": 19,
"id": 18,
"lemma": "bad",
"start_char": 81,
"text": "bad",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 90,
"feats": "Number=Sing",
"head": 15,
"id": 19,
"lemma": "start",
"start_char": 85,
"text": "start",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 91,
"feats": null,
"head": 11,
"id": 20,
"lemma": ".",
"start_char": 90,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
9,
9
]
],
[
[
0,
13,
13
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Mama came over and sat down beside Alice . Gently she stroked her hair and let the child weep. | 350 | [
{
"end_char": 42,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Mama came over and sat down beside Alice .",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Mama",
"start_char": 0,
"text": "Mama",
"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": "come",
"start_char": 5,
"text": "came",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 14,
"feats": null,
"head": 2,
"id": 3,
"lemma": "over",
"start_char": 10,
"text": "over",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "cc",
"end_char": 18,
"feats": null,
"head": 5,
"id": 4,
"lemma": "and",
"start_char": 15,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 22,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 5,
"lemma": "sit",
"start_char": 19,
"text": "sat",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "compound:prt",
"end_char": 27,
"feats": null,
"head": 5,
"id": 6,
"lemma": "down",
"start_char": 23,
"text": "down",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "case",
"end_char": 34,
"feats": null,
"head": 8,
"id": 7,
"lemma": "beside",
"start_char": 28,
"text": "beside",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 40,
"feats": "Number=Sing",
"head": 5,
"id": 8,
"lemma": "Alice",
"start_char": 35,
"text": "Alice",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 42,
"feats": null,
"head": 2,
"id": 9,
"lemma": ".",
"start_char": 41,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 94,
"id": 2,
"speaker": null,
"start_char": 43,
"text": "Gently she stroked her hair and let the child weep.",
"tokens": [
{
"deprel": "advmod",
"end_char": 49,
"feats": null,
"head": 3,
"id": 1,
"lemma": "gently",
"start_char": 43,
"text": "Gently",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 53,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 3,
"id": 2,
"lemma": "she",
"start_char": 50,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 61,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "stroke",
"start_char": 54,
"text": "stroked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 65,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 5,
"id": 4,
"lemma": "her",
"start_char": 62,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 70,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "hair",
"start_char": 66,
"text": "hair",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 74,
"feats": null,
"head": 7,
"id": 6,
"lemma": "and",
"start_char": 71,
"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": 7,
"lemma": "let",
"start_char": 75,
"text": "let",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 82,
"feats": "Definite=Def|PronType=Art",
"head": 9,
"id": 8,
"lemma": "the",
"start_char": 79,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 88,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "child",
"start_char": 83,
"text": "child",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "xcomp",
"end_char": 93,
"feats": "VerbForm=Inf",
"head": 7,
"id": 10,
"lemma": "weep",
"start_char": 89,
"text": "weep",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 94,
"feats": null,
"head": 3,
"id": 11,
"lemma": ".",
"start_char": 93,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
1,
3,
3
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Kirilov ceded the presidency to Shatov because he was more popular. | 351 | [
{
"end_char": 67,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Kirilov ceded the presidency to Shatov because he was more 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": "more",
"start_char": 54,
"text": "more",
"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,
0,
0
]
],
[
[
0,
7,
7
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The donkey wished a wart on its hind leg would disappear, and it did. | 352 | [
{
"end_char": 69,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The donkey wished a wart on its hind leg would disappear, and it did.",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 2,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 10,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "donkey",
"start_char": 4,
"text": "donkey",
"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": "wish",
"start_char": 11,
"text": "wished",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 19,
"feats": "Definite=Ind|PronType=Art",
"head": 5,
"id": 4,
"lemma": "a",
"start_char": 18,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 24,
"feats": "Number=Sing",
"head": 11,
"id": 5,
"lemma": "wart",
"start_char": 20,
"text": "wart",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 27,
"feats": null,
"head": 9,
"id": 6,
"lemma": "on",
"start_char": 25,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 31,
"feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 9,
"id": 7,
"lemma": "its",
"start_char": 28,
"text": "its",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "compound",
"end_char": 36,
"feats": "Number=Sing",
"head": 9,
"id": 8,
"lemma": "hind",
"start_char": 32,
"text": "hind",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nmod",
"end_char": 40,
"feats": "Number=Sing",
"head": 5,
"id": 9,
"lemma": "leg",
"start_char": 37,
"text": "leg",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 46,
"feats": "VerbForm=Fin",
"head": 11,
"id": 10,
"lemma": "would",
"start_char": 41,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "ccomp",
"end_char": 56,
"feats": "VerbForm=Inf",
"head": 3,
"id": 11,
"lemma": "disappear",
"start_char": 47,
"text": "disappear",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 57,
"feats": null,
"head": 15,
"id": 12,
"lemma": ",",
"start_char": 56,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 61,
"feats": null,
"head": 15,
"id": 13,
"lemma": "and",
"start_char": 58,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 64,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 15,
"id": 14,
"lemma": "it",
"start_char": 62,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 68,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 15,
"lemma": "do",
"start_char": 65,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 69,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"start_char": 68,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
]
],
[
[
0,
13,
13
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Tatyana managed two guitars and a bag , and still could point out the Freemans : "Isn't it nice that they have come, Mama!" | 353 | [
{
"end_char": 123,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Tatyana managed two guitars and a bag , and still could point out the Freemans : \"Isn't it nice that they have come, Mama!\"",
"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": 15,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "manage",
"start_char": 8,
"text": "managed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nummod",
"end_char": 19,
"feats": "NumForm=Word|NumType=Card",
"head": 4,
"id": 3,
"lemma": "two",
"start_char": 16,
"text": "two",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "obj",
"end_char": 27,
"feats": "Number=Plur",
"head": 2,
"id": 4,
"lemma": "guitar",
"start_char": 20,
"text": "guitars",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "cc",
"end_char": 31,
"feats": null,
"head": 7,
"id": 5,
"lemma": "and",
"start_char": 28,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "det",
"end_char": 33,
"feats": "Definite=Ind|PronType=Art",
"head": 7,
"id": 6,
"lemma": "a",
"start_char": 32,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "conj",
"end_char": 37,
"feats": "Number=Sing",
"head": 4,
"id": 7,
"lemma": "bag",
"start_char": 34,
"text": "bag",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 39,
"feats": null,
"head": 12,
"id": 8,
"lemma": ",",
"start_char": 38,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 43,
"feats": null,
"head": 12,
"id": 9,
"lemma": "and",
"start_char": 40,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "advmod",
"end_char": 49,
"feats": null,
"head": 12,
"id": 10,
"lemma": "still",
"start_char": 44,
"text": "still",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "aux",
"end_char": 55,
"feats": "VerbForm=Fin",
"head": 12,
"id": 11,
"lemma": "could",
"start_char": 50,
"text": "could",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "conj",
"end_char": 61,
"feats": "VerbForm=Inf",
"head": 2,
"id": 12,
"lemma": "point",
"start_char": 56,
"text": "point",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "compound:prt",
"end_char": 65,
"feats": null,
"head": 12,
"id": 13,
"lemma": "out",
"start_char": 62,
"text": "out",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "det",
"end_char": 69,
"feats": "Definite=Def|PronType=Art",
"head": 15,
"id": 14,
"lemma": "the",
"start_char": 66,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 78,
"feats": "Number=Plur",
"head": 12,
"id": 15,
"lemma": "Freeman",
"start_char": 70,
"text": "Freemans",
"upos": "PROPN",
"xpos": "NNPS"
},
{
"deprel": "punct",
"end_char": 80,
"feats": null,
"head": 12,
"id": 16,
"lemma": ":",
"start_char": 79,
"text": ":",
"upos": "PUNCT",
"xpos": ":"
},
{
"deprel": "punct",
"end_char": 82,
"feats": null,
"head": 21,
"id": 17,
"lemma": "\"",
"start_char": 81,
"text": "\"",
"upos": "PUNCT",
"xpos": "``"
},
{
"deprel": "cop",
"end_char": null,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 21,
"id": 18,
"lemma": "be",
"start_char": 82,
"text": "Is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 87,
"feats": null,
"head": 21,
"id": 19,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "expl",
"end_char": 90,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 21,
"id": 20,
"lemma": "it",
"start_char": 88,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "ccomp",
"end_char": 95,
"feats": "Degree=Pos",
"head": 12,
"id": 21,
"lemma": "nice",
"start_char": 91,
"text": "nice",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 100,
"feats": null,
"head": 25,
"id": 22,
"lemma": "that",
"start_char": 96,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 105,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 25,
"id": 23,
"lemma": "they",
"start_char": 101,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 110,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
"head": 25,
"id": 24,
"lemma": "have",
"start_char": 106,
"text": "have",
"upos": "AUX",
"xpos": "VBP"
},
{
"deprel": "csubj",
"end_char": 115,
"feats": "Tense=Past|VerbForm=Part",
"head": 21,
"id": 25,
"lemma": "come",
"start_char": 111,
"text": "come",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "punct",
"end_char": 116,
"feats": null,
"head": 27,
"id": 26,
"lemma": ",",
"start_char": 115,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "obj",
"end_char": 121,
"feats": "Number=Sing",
"head": 25,
"id": 27,
"lemma": "mama",
"start_char": 117,
"text": "Mama",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 122,
"feats": null,
"head": 2,
"id": 28,
"lemma": "!",
"start_char": 121,
"text": "!",
"upos": "PUNCT",
"xpos": "."
},
{
"deprel": "punct",
"end_char": 123,
"feats": null,
"head": 2,
"id": 29,
"lemma": "\"",
"start_char": 122,
"text": "\"",
"upos": "PUNCT",
"xpos": "''"
}
]
}
] | [
[
[
0,
2,
6
]
],
[
[
0,
22,
22
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
It was a summer afternoon, and the dog was sitting in the middle of the lawn. After a while, it got up and moved to a spot under the tree, because it was cooler. | 354 | [
{
"end_char": 77,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "It was a summer afternoon, and the dog was sitting in the middle of the lawn.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 2,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 5,
"id": 1,
"lemma": "it",
"start_char": 0,
"text": "It",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 6,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 5,
"id": 2,
"lemma": "be",
"start_char": 3,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 8,
"feats": "Definite=Ind|PronType=Art",
"head": 5,
"id": 3,
"lemma": "a",
"start_char": 7,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 15,
"feats": "Number=Sing",
"head": 5,
"id": 4,
"lemma": "summer",
"start_char": 9,
"text": "summer",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 25,
"feats": "Number=Sing",
"head": 0,
"id": 5,
"lemma": "afternoon",
"start_char": 16,
"text": "afternoon",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 26,
"feats": null,
"head": 11,
"id": 6,
"lemma": ",",
"start_char": 25,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 30,
"feats": null,
"head": 11,
"id": 7,
"lemma": "and",
"start_char": 27,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "det",
"end_char": 34,
"feats": "Definite=Def|PronType=Art",
"head": 9,
"id": 8,
"lemma": "the",
"start_char": 31,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 38,
"feats": "Number=Sing",
"head": 11,
"id": 9,
"lemma": "dog",
"start_char": 35,
"text": "dog",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 42,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 10,
"lemma": "be",
"start_char": 39,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "conj",
"end_char": 50,
"feats": "Tense=Pres|VerbForm=Part",
"head": 5,
"id": 11,
"lemma": "sit",
"start_char": 43,
"text": "sitting",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 53,
"feats": null,
"head": 14,
"id": 12,
"lemma": "in",
"start_char": 51,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 57,
"feats": "Definite=Def|PronType=Art",
"head": 14,
"id": 13,
"lemma": "the",
"start_char": 54,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 64,
"feats": "Number=Sing",
"head": 11,
"id": 14,
"lemma": "middle",
"start_char": 58,
"text": "middle",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 67,
"feats": null,
"head": 17,
"id": 15,
"lemma": "of",
"start_char": 65,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 71,
"feats": "Definite=Def|PronType=Art",
"head": 17,
"id": 16,
"lemma": "the",
"start_char": 68,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 76,
"feats": "Number=Sing",
"head": 14,
"id": 17,
"lemma": "lawn",
"start_char": 72,
"text": "lawn",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 77,
"feats": null,
"head": 5,
"id": 18,
"lemma": ".",
"start_char": 76,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 161,
"id": 2,
"speaker": null,
"start_char": 78,
"text": "After a while, it got up and moved to a spot under the tree, because it was cooler.",
"tokens": [
{
"deprel": "case",
"end_char": 83,
"feats": null,
"head": 3,
"id": 1,
"lemma": "after",
"start_char": 78,
"text": "After",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 85,
"feats": "Definite=Ind|PronType=Art",
"head": 3,
"id": 2,
"lemma": "a",
"start_char": 84,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 91,
"feats": "Number=Sing",
"head": 6,
"id": 3,
"lemma": "while",
"start_char": 86,
"text": "while",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 92,
"feats": null,
"head": 3,
"id": 4,
"lemma": ",",
"start_char": 91,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 95,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 6,
"id": 5,
"lemma": "it",
"start_char": 93,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 99,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 6,
"lemma": "get",
"start_char": 96,
"text": "got",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "compound:prt",
"end_char": 102,
"feats": null,
"head": 6,
"id": 7,
"lemma": "up",
"start_char": 100,
"text": "up",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "cc",
"end_char": 106,
"feats": null,
"head": 9,
"id": 8,
"lemma": "and",
"start_char": 103,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 112,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 6,
"id": 9,
"lemma": "move",
"start_char": 107,
"text": "moved",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 115,
"feats": null,
"head": 12,
"id": 10,
"lemma": "to",
"start_char": 113,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 117,
"feats": "Definite=Ind|PronType=Art",
"head": 12,
"id": 11,
"lemma": "a",
"start_char": 116,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 122,
"feats": "Number=Sing",
"head": 9,
"id": 12,
"lemma": "spot",
"start_char": 118,
"text": "spot",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 128,
"feats": null,
"head": 15,
"id": 13,
"lemma": "under",
"start_char": 123,
"text": "under",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 132,
"feats": "Definite=Def|PronType=Art",
"head": 15,
"id": 14,
"lemma": "the",
"start_char": 129,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 137,
"feats": "Number=Sing",
"head": 12,
"id": 15,
"lemma": "tree",
"start_char": 133,
"text": "tree",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 138,
"feats": null,
"head": 20,
"id": 16,
"lemma": ",",
"start_char": 137,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 146,
"feats": null,
"head": 20,
"id": 17,
"lemma": "because",
"start_char": 139,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 149,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 20,
"id": 18,
"lemma": "it",
"start_char": 147,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 153,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 20,
"id": 19,
"lemma": "be",
"start_char": 150,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 160,
"feats": "Degree=Cmp",
"head": 9,
"id": 20,
"lemma": "cool",
"start_char": 154,
"text": "cooler",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "punct",
"end_char": 161,
"feats": null,
"head": 6,
"id": 21,
"lemma": ".",
"start_char": 160,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
7,
8
]
],
[
[
1,
17,
17
]
]
] | 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. | 355 | [
{
"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": 296,
"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": 77,
"feats": null,
"head": 9,
"id": 8,
"lemma": ",",
"start_char": 76,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advcl",
"end_char": 87,
"feats": "VerbForm=Ger",
"head": 4,
"id": 9,
"lemma": "promise",
"start_char": 78,
"text": "promising",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "iobj",
"end_char": 91,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 9,
"id": 10,
"lemma": "he",
"start_char": 88,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 92,
"feats": null,
"head": 9,
"id": 11,
"lemma": ",",
"start_char": 91,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "case",
"end_char": 95,
"feats": null,
"head": 14,
"id": 12,
"lemma": "in",
"start_char": 93,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 99,
"feats": "Definite=Def|PronType=Art",
"head": 14,
"id": 13,
"lemma": "the",
"start_char": 96,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 106,
"feats": "Number=Sing",
"head": 9,
"id": 14,
"lemma": "jargon",
"start_char": 100,
"text": "jargon",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 115,
"feats": "Number=Sing|PronType=Tot",
"head": 16,
"id": 15,
"lemma": "everyone",
"start_char": 107,
"text": "everyone",
"upos": "PRON",
"xpos": "NN"
},
{
"deprel": "acl:relcl",
"end_char": 122,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 14,
"id": 16,
"lemma": "talk",
"start_char": 116,
"text": "talked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 127,
"feats": "Number=Sing|PronType=Dem",
"head": 18,
"id": 17,
"lemma": "that",
"start_char": 123,
"text": "that",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl:tmod",
"end_char": 133,
"feats": "Number=Sing",
"head": 16,
"id": 18,
"lemma": "night",
"start_char": 128,
"text": "night",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 134,
"feats": null,
"head": 26,
"id": 19,
"lemma": ",",
"start_char": 133,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 139,
"feats": null,
"head": 26,
"id": 20,
"lemma": "that",
"start_char": 135,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "advmod",
"end_char": 143,
"feats": null,
"head": 22,
"id": 21,
"lemma": "not",
"start_char": 140,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "nummod",
"end_char": 147,
"feats": "NumForm=Word|NumType=Card",
"head": 23,
"id": 22,
"lemma": "one",
"start_char": 144,
"text": "one",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "nsubj:pass",
"end_char": 153,
"feats": "Number=Sing",
"head": 26,
"id": 23,
"lemma": "thing",
"start_char": 148,
"text": "thing",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 160,
"feats": "VerbForm=Fin",
"head": 26,
"id": 24,
"lemma": "should",
"start_char": 154,
"text": "should",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "aux:pass",
"end_char": 163,
"feats": "VerbForm=Inf",
"head": 26,
"id": 25,
"lemma": "be",
"start_char": 161,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "ccomp",
"end_char": 171,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 9,
"id": 26,
"lemma": "damage",
"start_char": 164,
"text": "damaged",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 174,
"feats": null,
"head": 29,
"id": 27,
"lemma": "on",
"start_char": 172,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 178,
"feats": "Definite=Def|PronType=Art",
"head": 29,
"id": 28,
"lemma": "the",
"start_char": 175,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 183,
"feats": "Number=Sing",
"head": 26,
"id": 29,
"lemma": "ship",
"start_char": 179,
"text": "ship",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 190,
"feats": null,
"head": 33,
"id": 30,
"lemma": "except",
"start_char": 184,
"text": "except",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "advmod",
"end_char": 195,
"feats": null,
"head": 33,
"id": 31,
"lemma": "only",
"start_char": 191,
"text": "only",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "det",
"end_char": 199,
"feats": "Definite=Def|PronType=Art",
"head": 33,
"id": 32,
"lemma": "the",
"start_char": 196,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 210,
"feats": "Number=Sing",
"head": 26,
"id": 33,
"lemma": "ammunition",
"start_char": 200,
"text": "ammunition",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 211,
"feats": null,
"head": 44,
"id": 34,
"lemma": ",",
"start_char": 210,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 215,
"feats": null,
"head": 44,
"id": 35,
"lemma": "but",
"start_char": 212,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "det",
"end_char": 219,
"feats": "Definite=Def|PronType=Art",
"head": 37,
"id": 36,
"lemma": "the",
"start_char": 216,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 227,
"feats": "Number=Sing",
"head": 44,
"id": 37,
"lemma": "captain",
"start_char": 220,
"text": "captain",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 231,
"feats": null,
"head": 41,
"id": 38,
"lemma": "and",
"start_char": 228,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "det:predet",
"end_char": 235,
"feats": null,
"head": 41,
"id": 39,
"lemma": "all",
"start_char": 232,
"text": "all",
"upos": "DET",
"xpos": "PDT"
},
{
"deprel": "nmod:poss",
"end_char": 239,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 41,
"id": 40,
"lemma": "his",
"start_char": 236,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "conj",
"end_char": 244,
"feats": "Number=Sing",
"head": 37,
"id": 41,
"lemma": "crew",
"start_char": 240,
"text": "crew",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 248,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 44,
"id": 42,
"lemma": "have",
"start_char": 245,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 253,
"feats": "Degree=Sup",
"head": 44,
"id": 43,
"lemma": "well",
"start_char": 249,
"text": "best",
"upos": "ADV",
"xpos": "RBS"
},
{
"deprel": "conj",
"end_char": 258,
"feats": "VerbForm=Inf",
"head": 26,
"id": 44,
"lemma": "stay",
"start_char": 254,
"text": "stay",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 261,
"feats": null,
"head": 47,
"id": 45,
"lemma": "in",
"start_char": 259,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 265,
"feats": "Definite=Def|PronType=Art",
"head": 47,
"id": 46,
"lemma": "the",
"start_char": 262,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 271,
"feats": "Number=Sing",
"head": 44,
"id": 47,
"lemma": "cabin",
"start_char": 266,
"text": "cabin",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 277,
"feats": null,
"head": 52,
"id": 48,
"lemma": "until",
"start_char": 272,
"text": "until",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 281,
"feats": "Definite=Def|PronType=Art",
"head": 50,
"id": 49,
"lemma": "the",
"start_char": 278,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 286,
"feats": "Number=Sing",
"head": 52,
"id": 50,
"lemma": "work",
"start_char": 282,
"text": "work",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cop",
"end_char": 290,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 52,
"id": 51,
"lemma": "be",
"start_char": 287,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 295,
"feats": null,
"head": 44,
"id": 52,
"lemma": "over",
"start_char": 291,
"text": "over",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 296,
"feats": null,
"head": 2,
"id": 53,
"lemma": ".",
"start_char": 295,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
1,
5,
6
],
[
1,
39,
39
]
]
] | 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. | 356 | [
{
"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,
11,
13
],
[
0,
23,
23
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
This book introduced Shakespeare to Ovid ; it was a fine selection of his writing. | 357 | [
{
"end_char": 82,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "This book introduced Shakespeare to Ovid ; it was a fine selection of 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": 56,
"feats": "Degree=Pos",
"head": 12,
"id": 11,
"lemma": "fine",
"start_char": 52,
"text": "fine",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "parataxis",
"end_char": 66,
"feats": "Number=Sing",
"head": 3,
"id": 12,
"lemma": "selection",
"start_char": 57,
"text": "selection",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 69,
"feats": null,
"head": 15,
"id": 13,
"lemma": "of",
"start_char": 67,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 73,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 15,
"id": 14,
"lemma": "his",
"start_char": 70,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nmod",
"end_char": 81,
"feats": "Number=Sing",
"head": 12,
"id": 15,
"lemma": "writing",
"start_char": 74,
"text": "writing",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 82,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"start_char": 81,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
3,
3
]
],
[
[
0,
13,
13
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Bob was playing cards with Adam and was way ahead. If Adam hadn't had a sudden run of good luck, he would have lost. | 358 | [
{
"end_char": 50,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Bob was playing cards with Adam and was way ahead.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Bob",
"start_char": 0,
"text": "Bob",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 7,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"start_char": 4,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 15,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 3,
"lemma": "play",
"start_char": 8,
"text": "playing",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 21,
"feats": "Number=Plur",
"head": 3,
"id": 4,
"lemma": "card",
"start_char": 16,
"text": "cards",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 26,
"feats": null,
"head": 6,
"id": 5,
"lemma": "with",
"start_char": 22,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 31,
"feats": "Number=Sing",
"head": 3,
"id": 6,
"lemma": "Adam",
"start_char": 27,
"text": "Adam",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cc",
"end_char": 35,
"feats": null,
"head": 10,
"id": 7,
"lemma": "and",
"start_char": 32,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "cop",
"end_char": 39,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 8,
"lemma": "be",
"start_char": 36,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 43,
"feats": null,
"head": 10,
"id": 9,
"lemma": "way",
"start_char": 40,
"text": "way",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 49,
"feats": null,
"head": 3,
"id": 10,
"lemma": "ahead",
"start_char": 44,
"text": "ahead",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 50,
"feats": null,
"head": 3,
"id": 11,
"lemma": ".",
"start_char": 49,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 116,
"id": 2,
"speaker": null,
"start_char": 51,
"text": "If Adam hadn't had a sudden run of good luck, he would have lost.",
"tokens": [
{
"deprel": "mark",
"end_char": 53,
"feats": null,
"head": 5,
"id": 1,
"lemma": "if",
"start_char": 51,
"text": "If",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 58,
"feats": "Number=Sing",
"head": 5,
"id": 2,
"lemma": "Adam",
"start_char": 54,
"text": "Adam",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": null,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 5,
"id": 3,
"lemma": "have",
"start_char": 59,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 65,
"feats": null,
"head": 5,
"id": 4,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 69,
"feats": "Tense=Past|VerbForm=Part",
"head": 16,
"id": 5,
"lemma": "have",
"start_char": 66,
"text": "had",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "det",
"end_char": 71,
"feats": "Definite=Ind|PronType=Art",
"head": 8,
"id": 6,
"lemma": "a",
"start_char": 70,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 78,
"feats": "Degree=Pos",
"head": 8,
"id": 7,
"lemma": "sudden",
"start_char": 72,
"text": "sudden",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 82,
"feats": "Number=Sing",
"head": 5,
"id": 8,
"lemma": "run",
"start_char": 79,
"text": "run",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 85,
"feats": null,
"head": 11,
"id": 9,
"lemma": "of",
"start_char": 83,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "amod",
"end_char": 90,
"feats": "Degree=Pos",
"head": 11,
"id": 10,
"lemma": "good",
"start_char": 86,
"text": "good",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nmod",
"end_char": 95,
"feats": "Number=Sing",
"head": 8,
"id": 11,
"lemma": "luck",
"start_char": 91,
"text": "luck",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 96,
"feats": null,
"head": 16,
"id": 12,
"lemma": ",",
"start_char": 95,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 99,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 16,
"id": 13,
"lemma": "he",
"start_char": 97,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 105,
"feats": "VerbForm=Fin",
"head": 16,
"id": 14,
"lemma": "would",
"start_char": 100,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "aux",
"end_char": 110,
"feats": "VerbForm=Inf",
"head": 16,
"id": 15,
"lemma": "have",
"start_char": 106,
"text": "have",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "root",
"end_char": 115,
"feats": "Tense=Past|VerbForm=Part",
"head": 0,
"id": 16,
"lemma": "lose",
"start_char": 111,
"text": "lost",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "punct",
"end_char": 116,
"feats": null,
"head": 16,
"id": 17,
"lemma": ".",
"start_char": 115,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
5,
5
],
[
1,
12,
12
]
]
] | 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. | 359 | [
{
"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": "."
}
]
}
] | [
[
[
0,
3,
3
],
[
1,
18,
18
]
]
] | 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 short, so it worked out. | 360 | [
{
"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": 135,
"id": 2,
"speaker": null,
"start_char": 95,
"text": "Luckily, it was short, 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",
"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": "cop",
"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": 116,
"feats": "Degree=Pos",
"head": 0,
"id": 5,
"lemma": "short",
"start_char": 111,
"text": "short",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 117,
"feats": null,
"head": 9,
"id": 6,
"lemma": ",",
"start_char": 116,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 120,
"feats": null,
"head": 9,
"id": 7,
"lemma": "so",
"start_char": 118,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 123,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 9,
"id": 8,
"lemma": "it",
"start_char": 121,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "parataxis",
"end_char": 130,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 5,
"id": 9,
"lemma": "work",
"start_char": 124,
"text": "worked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "compound:prt",
"end_char": 134,
"feats": null,
"head": 9,
"id": 10,
"lemma": "out",
"start_char": 131,
"text": "out",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 135,
"feats": null,
"head": 5,
"id": 11,
"lemma": ".",
"start_char": 134,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
10,
11
]
],
[
[
1,
2,
2
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Paul tried to call George on the phone, but he wasn't available. | 361 | [
{
"end_char": 64,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Paul tried to call George on the phone, but he wasn't available.",
"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": 63,
"feats": "Degree=Pos",
"head": 2,
"id": 14,
"lemma": "available",
"start_char": 54,
"text": "available",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 64,
"feats": null,
"head": 2,
"id": 15,
"lemma": ".",
"start_char": 63,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The woman held the girl against her chest | 362 | [
{
"end_char": 41,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The woman held the girl against her chest",
"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": 3,
"id": 2,
"lemma": "woman",
"start_char": 4,
"text": "woman",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 14,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "hold",
"start_char": 10,
"text": "held",
"upos": "VERB",
"xpos": "VBD"
},
{
"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": "obj",
"end_char": 23,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "girl",
"start_char": 19,
"text": "girl",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 31,
"feats": null,
"head": 8,
"id": 6,
"lemma": "against",
"start_char": 24,
"text": "against",
"upos": "ADP",
"xpos": "IN"
},
{
"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": "obl",
"end_char": 41,
"feats": "Number=Sing",
"head": 3,
"id": 8,
"lemma": "chest",
"start_char": 36,
"text": "chest",
"upos": "NOUN",
"xpos": "NN"
}
]
}
] | [
[
[
0,
3,
4
]
],
[
[
0,
6,
6
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Many people start to read Paul's books and can't put them down. They are gripped because Paul writes so well. | 363 | [
{
"end_char": 63,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Many people start to read Paul's books and can't put them down.",
"tokens": [
{
"deprel": "amod",
"end_char": 4,
"feats": "Degree=Pos",
"head": 2,
"id": 1,
"lemma": "many",
"start_char": 0,
"text": "Many",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 11,
"feats": "Number=Plur",
"head": 3,
"id": 2,
"lemma": "person",
"start_char": 5,
"text": "people",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "root",
"end_char": 17,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "start",
"start_char": 12,
"text": "start",
"upos": "VERB",
"xpos": "VBP"
},
{
"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": "read",
"start_char": 21,
"text": "read",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "nmod:poss",
"end_char": null,
"feats": "Number=Sing",
"head": 8,
"id": 6,
"lemma": "Paul",
"start_char": 26,
"text": "Paul",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 32,
"feats": null,
"head": 6,
"id": 7,
"lemma": "'s",
"start_char": null,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "obj",
"end_char": 38,
"feats": "Number=Plur",
"head": 5,
"id": 8,
"lemma": "book",
"start_char": 33,
"text": "books",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "cc",
"end_char": 42,
"feats": null,
"head": 12,
"id": 9,
"lemma": "and",
"start_char": 39,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "aux",
"end_char": null,
"feats": "VerbForm=Fin",
"head": 12,
"id": 10,
"lemma": "can",
"start_char": 43,
"text": "ca",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 48,
"feats": null,
"head": 12,
"id": 11,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 52,
"feats": "VerbForm=Inf",
"head": 3,
"id": 12,
"lemma": "put",
"start_char": 49,
"text": "put",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 57,
"feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs",
"head": 12,
"id": 13,
"lemma": "they",
"start_char": 53,
"text": "them",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "compound:prt",
"end_char": 62,
"feats": null,
"head": 12,
"id": 14,
"lemma": "down",
"start_char": 58,
"text": "down",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 63,
"feats": null,
"head": 3,
"id": 15,
"lemma": ".",
"start_char": 62,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 109,
"id": 2,
"speaker": null,
"start_char": 64,
"text": "They are gripped because Paul writes so well.",
"tokens": [
{
"deprel": "nsubj:pass",
"end_char": 68,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "they",
"start_char": 64,
"text": "They",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux:pass",
"end_char": 72,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"start_char": 69,
"text": "are",
"upos": "AUX",
"xpos": "VBP"
},
{
"deprel": "root",
"end_char": 80,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 3,
"lemma": "grip",
"start_char": 73,
"text": "gripped",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "mark",
"end_char": 88,
"feats": null,
"head": 6,
"id": 4,
"lemma": "because",
"start_char": 81,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 93,
"feats": "Number=Sing",
"head": 6,
"id": 5,
"lemma": "Paul",
"start_char": 89,
"text": "Paul",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advcl",
"end_char": 100,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 6,
"lemma": "write",
"start_char": 94,
"text": "writes",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 103,
"feats": null,
"head": 8,
"id": 7,
"lemma": "so",
"start_char": 101,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 108,
"feats": "Degree=Pos",
"head": 6,
"id": 8,
"lemma": "well",
"start_char": 104,
"text": "well",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 109,
"feats": null,
"head": 3,
"id": 9,
"lemma": ".",
"start_char": 108,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
5,
7
]
],
[
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Anna did a lot worse than her good friend Lucy on the test because she had studied so hard. | 364 | [
{
"end_char": 91,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Anna did a lot worse than her good friend Lucy on the test because she had studied so hard.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Anna",
"start_char": 0,
"text": "Anna",
"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": "do",
"start_char": 5,
"text": "did",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 10,
"feats": "Definite=Ind|PronType=Art",
"head": 4,
"id": 3,
"lemma": "a",
"start_char": 9,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl:npmod",
"end_char": 14,
"feats": "Number=Sing",
"head": 5,
"id": 4,
"lemma": "lot",
"start_char": 11,
"text": "lot",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obj",
"end_char": 20,
"feats": "Degree=Cmp",
"head": 2,
"id": 5,
"lemma": "bad",
"start_char": 15,
"text": "worse",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "case",
"end_char": 25,
"feats": null,
"head": 9,
"id": 6,
"lemma": "than",
"start_char": 21,
"text": "than",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 29,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 9,
"id": 7,
"lemma": "her",
"start_char": 26,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "amod",
"end_char": 34,
"feats": "Degree=Pos",
"head": 9,
"id": 8,
"lemma": "good",
"start_char": 30,
"text": "good",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 41,
"feats": "Number=Sing",
"head": 5,
"id": 9,
"lemma": "friend",
"start_char": 35,
"text": "friend",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "appos",
"end_char": 46,
"feats": "Number=Sing",
"head": 9,
"id": 10,
"lemma": "Lucy",
"start_char": 42,
"text": "Lucy",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 49,
"feats": null,
"head": 13,
"id": 11,
"lemma": "on",
"start_char": 47,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 53,
"feats": "Definite=Def|PronType=Art",
"head": 13,
"id": 12,
"lemma": "the",
"start_char": 50,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 58,
"feats": "Number=Sing",
"head": 2,
"id": 13,
"lemma": "test",
"start_char": 54,
"text": "test",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 66,
"feats": null,
"head": 17,
"id": 14,
"lemma": "because",
"start_char": 59,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 70,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 17,
"id": 15,
"lemma": "she",
"start_char": 67,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 74,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 17,
"id": 16,
"lemma": "have",
"start_char": 71,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 82,
"feats": "Tense=Past|VerbForm=Part",
"head": 2,
"id": 17,
"lemma": "study",
"start_char": 75,
"text": "studied",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "advmod",
"end_char": 85,
"feats": null,
"head": 19,
"id": 18,
"lemma": "so",
"start_char": 83,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 90,
"feats": "Degree=Pos",
"head": 17,
"id": 19,
"lemma": "hard",
"start_char": 86,
"text": "hard",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 91,
"feats": null,
"head": 2,
"id": 20,
"lemma": ".",
"start_char": 90,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
9,
9
],
[
0,
14,
14
]
]
] | 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 dangerous place to swim. | 365 | [
{
"end_char": 109,
"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 dangerous 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": 94,
"feats": "Degree=Pos",
"head": 23,
"id": 22,
"lemma": "dangerous",
"start_char": 85,
"text": "dangerous",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "parataxis",
"end_char": 100,
"feats": "Number=Sing",
"head": 2,
"id": 23,
"lemma": "place",
"start_char": 95,
"text": "place",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 103,
"feats": null,
"head": 25,
"id": 24,
"lemma": "to",
"start_char": 101,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "acl",
"end_char": 108,
"feats": "VerbForm=Inf",
"head": 23,
"id": 25,
"lemma": "swim",
"start_char": 104,
"text": "swim",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 109,
"feats": null,
"head": 2,
"id": 26,
"lemma": ".",
"start_char": 108,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
3,
4
]
],
[
[
0,
18,
18
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
This book introduced Shakespeare to Goethe ; it was a fine selection of his writing. | 366 | [
{
"end_char": 84,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "This book introduced Shakespeare to Goethe ; it was a fine selection of 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": 58,
"feats": "Degree=Pos",
"head": 12,
"id": 11,
"lemma": "fine",
"start_char": 54,
"text": "fine",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "parataxis",
"end_char": 68,
"feats": "Number=Sing",
"head": 3,
"id": 12,
"lemma": "selection",
"start_char": 59,
"text": "selection",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 71,
"feats": null,
"head": 15,
"id": 13,
"lemma": "of",
"start_char": 69,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 75,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 15,
"id": 14,
"lemma": "his",
"start_char": 72,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nmod",
"end_char": 83,
"feats": "Number=Sing",
"head": 12,
"id": 15,
"lemma": "writing",
"start_char": 76,
"text": "writing",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 84,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"start_char": 83,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
3,
3
],
[
0,
13,
13
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Jackson was greatly influenced by Arnold , though he lived two centuries later. | 367 | [
{
"end_char": 79,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Jackson was greatly influenced by Arnold , though he lived two centuries later.",
"tokens": [
{
"deprel": "nsubj:pass",
"end_char": 7,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Jackson",
"start_char": 0,
"text": "Jackson",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux:pass",
"end_char": 11,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"start_char": 8,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 19,
"feats": null,
"head": 4,
"id": 3,
"lemma": "greatly",
"start_char": 12,
"text": "greatly",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 30,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 4,
"lemma": "influence",
"start_char": 20,
"text": "influenced",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 33,
"feats": null,
"head": 6,
"id": 5,
"lemma": "by",
"start_char": 31,
"text": "by",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 40,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "Arnold",
"start_char": 34,
"text": "Arnold",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 42,
"feats": null,
"head": 10,
"id": 7,
"lemma": ",",
"start_char": 41,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 49,
"feats": null,
"head": 10,
"id": 8,
"lemma": "though",
"start_char": 43,
"text": "though",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 52,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 9,
"lemma": "he",
"start_char": 50,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 58,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 10,
"lemma": "live",
"start_char": 53,
"text": "lived",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nummod",
"end_char": 62,
"feats": "NumForm=Word|NumType=Card",
"head": 12,
"id": 11,
"lemma": "two",
"start_char": 59,
"text": "two",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "obl:npmod",
"end_char": 72,
"feats": "Number=Plur",
"head": 13,
"id": 12,
"lemma": "century",
"start_char": 63,
"text": "centuries",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "advmod",
"end_char": 78,
"feats": "Degree=Cmp",
"head": 10,
"id": 13,
"lemma": "late",
"start_char": 73,
"text": "later",
"upos": "ADV",
"xpos": "RBR"
},
{
"deprel": "punct",
"end_char": 79,
"feats": null,
"head": 4,
"id": 14,
"lemma": ".",
"start_char": 78,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
5,
5
]
],
[
[
0,
8,
8
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
As Ollie carried Tommy up the long winding steps, his legs dangled. | 368 | [
{
"end_char": 67,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "As Ollie carried Tommy up the long winding steps, his legs dangled.",
"tokens": [
{
"deprel": "mark",
"end_char": 2,
"feats": null,
"head": 3,
"id": 1,
"lemma": "as",
"start_char": 0,
"text": "As",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 8,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "Ollie",
"start_char": 3,
"text": "Ollie",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advcl",
"end_char": 16,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 13,
"id": 3,
"lemma": "carry",
"start_char": 9,
"text": "carried",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 22,
"feats": "Number=Sing",
"head": 3,
"id": 4,
"lemma": "Tommy",
"start_char": 17,
"text": "Tommy",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "compound:prt",
"end_char": 25,
"feats": null,
"head": 3,
"id": 5,
"lemma": "up",
"start_char": 23,
"text": "up",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "det",
"end_char": 29,
"feats": "Definite=Def|PronType=Art",
"head": 9,
"id": 6,
"lemma": "the",
"start_char": 26,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 34,
"feats": "Degree=Pos",
"head": 9,
"id": 7,
"lemma": "long",
"start_char": 30,
"text": "long",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "amod",
"end_char": 42,
"feats": "Number=Sing",
"head": 9,
"id": 8,
"lemma": "wind",
"start_char": 35,
"text": "winding",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obl",
"end_char": 48,
"feats": "Number=Plur",
"head": 3,
"id": 9,
"lemma": "step",
"start_char": 43,
"text": "steps",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 49,
"feats": null,
"head": 13,
"id": 10,
"lemma": ",",
"start_char": 48,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nmod:poss",
"end_char": 53,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 12,
"id": 11,
"lemma": "his",
"start_char": 50,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nsubj",
"end_char": 58,
"feats": "Number=Plur",
"head": 13,
"id": 12,
"lemma": "leg",
"start_char": 54,
"text": "legs",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "root",
"end_char": 66,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 13,
"lemma": "dangle",
"start_char": 59,
"text": "dangled",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 67,
"feats": null,
"head": 13,
"id": 14,
"lemma": ".",
"start_char": 66,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
3,
3
],
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
In July, Kamtchatka declared war on Yakutsk . Since Yakutsk 's army was much better equipped and ten times larger, they were victorious within weeks. | 369 | [
{
"end_char": 45,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "In July, Kamtchatka declared war on Yakutsk .",
"tokens": [
{
"deprel": "case",
"end_char": 2,
"feats": null,
"head": 2,
"id": 1,
"lemma": "in",
"start_char": 0,
"text": "In",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 7,
"feats": "Number=Sing",
"head": 5,
"id": 2,
"lemma": "July",
"start_char": 3,
"text": "July",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 8,
"feats": null,
"head": 5,
"id": 3,
"lemma": ",",
"start_char": 7,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 19,
"feats": "Number=Sing",
"head": 5,
"id": 4,
"lemma": "Kamtchatka",
"start_char": 9,
"text": "Kamtchatka",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 28,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 5,
"lemma": "declare",
"start_char": 20,
"text": "declared",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 32,
"feats": "Number=Sing",
"head": 5,
"id": 6,
"lemma": "war",
"start_char": 29,
"text": "war",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 35,
"feats": null,
"head": 8,
"id": 7,
"lemma": "on",
"start_char": 33,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 43,
"feats": "Number=Sing",
"head": 5,
"id": 8,
"lemma": "Yakutsk",
"start_char": 36,
"text": "Yakutsk",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 45,
"feats": null,
"head": 5,
"id": 9,
"lemma": ".",
"start_char": 44,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 149,
"id": 2,
"speaker": null,
"start_char": 46,
"text": "Since Yakutsk 's army was much better equipped and ten times larger, they were victorious within weeks.",
"tokens": [
{
"deprel": "mark",
"end_char": 51,
"feats": null,
"head": 8,
"id": 1,
"lemma": "since",
"start_char": 46,
"text": "Since",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 59,
"feats": "Number=Sing",
"head": 4,
"id": 2,
"lemma": "Yakutsk",
"start_char": 52,
"text": "Yakutsk",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 62,
"feats": null,
"head": 2,
"id": 3,
"lemma": "'s",
"start_char": 60,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "nsubj:pass",
"end_char": 67,
"feats": "Number=Sing",
"head": 8,
"id": 4,
"lemma": "army",
"start_char": 63,
"text": "army",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux:pass",
"end_char": 71,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 8,
"id": 5,
"lemma": "be",
"start_char": 68,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 76,
"feats": null,
"head": 7,
"id": 6,
"lemma": "much",
"start_char": 72,
"text": "much",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 83,
"feats": "Degree=Cmp",
"head": 8,
"id": 7,
"lemma": "well",
"start_char": 77,
"text": "better",
"upos": "ADV",
"xpos": "RBR"
},
{
"deprel": "advcl",
"end_char": 92,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 16,
"id": 8,
"lemma": "equip",
"start_char": 84,
"text": "equipped",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "cc",
"end_char": 96,
"feats": null,
"head": 12,
"id": 9,
"lemma": "and",
"start_char": 93,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nummod",
"end_char": 100,
"feats": "NumForm=Word|NumType=Card",
"head": 11,
"id": 10,
"lemma": "ten",
"start_char": 97,
"text": "ten",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "obl:npmod",
"end_char": 106,
"feats": "Number=Plur",
"head": 12,
"id": 11,
"lemma": "time",
"start_char": 101,
"text": "times",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "conj",
"end_char": 113,
"feats": "Degree=Cmp",
"head": 8,
"id": 12,
"lemma": "large",
"start_char": 107,
"text": "larger",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "punct",
"end_char": 114,
"feats": null,
"head": 8,
"id": 13,
"lemma": ",",
"start_char": 113,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 119,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 16,
"id": 14,
"lemma": "they",
"start_char": 115,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 124,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 16,
"id": 15,
"lemma": "be",
"start_char": 120,
"text": "were",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 135,
"feats": "Degree=Pos",
"head": 0,
"id": 16,
"lemma": "victorious",
"start_char": 125,
"text": "victorious",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "case",
"end_char": 142,
"feats": null,
"head": 18,
"id": 17,
"lemma": "within",
"start_char": 136,
"text": "within",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 148,
"feats": "Number=Plur",
"head": 16,
"id": 18,
"lemma": "week",
"start_char": 143,
"text": "weeks",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 149,
"feats": null,
"head": 16,
"id": 19,
"lemma": ".",
"start_char": 148,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
7,
7
],
[
1,
13,
13
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The donkey wished a wart on its hind leg would disappear, and it did. | 370 | [
{
"end_char": 69,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The donkey wished a wart on its hind leg would disappear, and it did.",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 2,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 10,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "donkey",
"start_char": 4,
"text": "donkey",
"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": "wish",
"start_char": 11,
"text": "wished",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 19,
"feats": "Definite=Ind|PronType=Art",
"head": 5,
"id": 4,
"lemma": "a",
"start_char": 18,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 24,
"feats": "Number=Sing",
"head": 11,
"id": 5,
"lemma": "wart",
"start_char": 20,
"text": "wart",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 27,
"feats": null,
"head": 9,
"id": 6,
"lemma": "on",
"start_char": 25,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 31,
"feats": "Case=Gen|Gender=Neut|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 9,
"id": 7,
"lemma": "its",
"start_char": 28,
"text": "its",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "compound",
"end_char": 36,
"feats": "Number=Sing",
"head": 9,
"id": 8,
"lemma": "hind",
"start_char": 32,
"text": "hind",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nmod",
"end_char": 40,
"feats": "Number=Sing",
"head": 5,
"id": 9,
"lemma": "leg",
"start_char": 37,
"text": "leg",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 46,
"feats": "VerbForm=Fin",
"head": 11,
"id": 10,
"lemma": "would",
"start_char": 41,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "ccomp",
"end_char": 56,
"feats": "VerbForm=Inf",
"head": 3,
"id": 11,
"lemma": "disappear",
"start_char": 47,
"text": "disappear",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 57,
"feats": null,
"head": 15,
"id": 12,
"lemma": ",",
"start_char": 56,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 61,
"feats": null,
"head": 15,
"id": 13,
"lemma": "and",
"start_char": 58,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 64,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 15,
"id": 14,
"lemma": "it",
"start_char": 62,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 68,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 15,
"lemma": "do",
"start_char": 65,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 69,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"start_char": 68,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
4,
4
],
[
0,
13,
13
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The city councilmen refused the demonstrators a permit because they feared violence. | 371 | [
{
"end_char": 84,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The city councilmen refused the demonstrators a permit because they feared violence.",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 3,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 8,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "city",
"start_char": 4,
"text": "city",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 19,
"feats": "Number=Plur",
"head": 4,
"id": 3,
"lemma": "councilman",
"start_char": 9,
"text": "councilmen",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "root",
"end_char": 27,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 4,
"lemma": "refuse",
"start_char": 20,
"text": "refused",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 31,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 28,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 45,
"feats": "Number=Plur",
"head": 4,
"id": 6,
"lemma": "demonstrator",
"start_char": 32,
"text": "demonstrators",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "det",
"end_char": 47,
"feats": "Definite=Ind|PronType=Art",
"head": 8,
"id": 7,
"lemma": "a",
"start_char": 46,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 54,
"feats": "Number=Sing",
"head": 4,
"id": 8,
"lemma": "permit",
"start_char": 48,
"text": "permit",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 62,
"feats": null,
"head": 11,
"id": 9,
"lemma": "because",
"start_char": 55,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 67,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "they",
"start_char": 63,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 74,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 11,
"lemma": "fear",
"start_char": 68,
"text": "feared",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 83,
"feats": "Number=Sing",
"head": 11,
"id": 12,
"lemma": "violence",
"start_char": 75,
"text": "violence",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 84,
"feats": null,
"head": 4,
"id": 13,
"lemma": ".",
"start_char": 83,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
4,
5
]
],
[
[
0,
9,
9
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Archaeologists have concluded that humans lived in Laputa 20,000 years ago. They hunted for evidence on the river banks. | 372 | [
{
"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": 120,
"id": 2,
"speaker": null,
"start_char": 76,
"text": "They hunted for evidence 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": 100,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "evidence",
"start_char": 92,
"text": "evidence",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 103,
"feats": null,
"head": 8,
"id": 5,
"lemma": "on",
"start_char": 101,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 107,
"feats": "Definite=Def|PronType=Art",
"head": 8,
"id": 6,
"lemma": "the",
"start_char": 104,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 113,
"feats": "Number=Sing",
"head": 8,
"id": 7,
"lemma": "river",
"start_char": 108,
"text": "river",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nmod",
"end_char": 119,
"feats": "Number=Plur",
"head": 4,
"id": 8,
"lemma": "bank",
"start_char": 114,
"text": "banks",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 120,
"feats": null,
"head": 2,
"id": 9,
"lemma": ".",
"start_char": 119,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
1,
0,
0
]
]
] | 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. | 373 | [
{
"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,
28,
28
]
]
] | 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. | 374 | [
{
"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,
14,
14
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Bob paid for Charlie 's college education. He is very grateful. | 375 | [
{
"end_char": 42,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Bob paid for Charlie 's college education.",
"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": 2,
"id": 8,
"lemma": ".",
"start_char": 41,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 63,
"id": 2,
"speaker": null,
"start_char": 43,
"text": "He is very grateful.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 45,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 4,
"id": 1,
"lemma": "he",
"start_char": 43,
"text": "He",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 48,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"start_char": 46,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 53,
"feats": null,
"head": 4,
"id": 3,
"lemma": "very",
"start_char": 49,
"text": "very",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 62,
"feats": "Degree=Pos",
"head": 0,
"id": 4,
"lemma": "grateful",
"start_char": 54,
"text": "grateful",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 63,
"feats": null,
"head": 4,
"id": 5,
"lemma": ".",
"start_char": 62,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Fred and Alice had very warm down coats , but they were not prepared for the cold in Alaska. | 376 | [
{
"end_char": 92,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Fred and Alice had very warm down coats , but they were not prepared for the cold in Alaska.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Fred",
"start_char": 0,
"text": "Fred",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cc",
"end_char": 8,
"feats": null,
"head": 3,
"id": 2,
"lemma": "and",
"start_char": 5,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 14,
"feats": "Number=Sing",
"head": 1,
"id": 3,
"lemma": "Alice",
"start_char": 9,
"text": "Alice",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 18,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 4,
"lemma": "have",
"start_char": 15,
"text": "had",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 23,
"feats": null,
"head": 6,
"id": 5,
"lemma": "very",
"start_char": 19,
"text": "very",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "amod",
"end_char": 28,
"feats": "Degree=Pos",
"head": 8,
"id": 6,
"lemma": "warm",
"start_char": 24,
"text": "warm",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "compound",
"end_char": 33,
"feats": null,
"head": 6,
"id": 7,
"lemma": "down",
"start_char": 29,
"text": "down",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "obj",
"end_char": 39,
"feats": "Number=Plur",
"head": 4,
"id": 8,
"lemma": "coat",
"start_char": 34,
"text": "coats",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 41,
"feats": null,
"head": 14,
"id": 9,
"lemma": ",",
"start_char": 40,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 45,
"feats": null,
"head": 14,
"id": 10,
"lemma": "but",
"start_char": 42,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj:pass",
"end_char": 50,
"feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs",
"head": 14,
"id": 11,
"lemma": "they",
"start_char": 46,
"text": "they",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux:pass",
"end_char": 55,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 14,
"id": 12,
"lemma": "be",
"start_char": 51,
"text": "were",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 59,
"feats": null,
"head": 14,
"id": 13,
"lemma": "not",
"start_char": 56,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 68,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 4,
"id": 14,
"lemma": "prepare",
"start_char": 60,
"text": "prepared",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 72,
"feats": null,
"head": 17,
"id": 15,
"lemma": "for",
"start_char": 69,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 76,
"feats": "Definite=Def|PronType=Art",
"head": 17,
"id": 16,
"lemma": "the",
"start_char": 73,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 81,
"feats": "Number=Sing",
"head": 14,
"id": 17,
"lemma": "cold",
"start_char": 77,
"text": "cold",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 84,
"feats": null,
"head": 19,
"id": 18,
"lemma": "in",
"start_char": 82,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 91,
"feats": "Number=Sing",
"head": 17,
"id": 19,
"lemma": "Alaska",
"start_char": 85,
"text": "Alaska",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 92,
"feats": null,
"head": 4,
"id": 20,
"lemma": ".",
"start_char": 91,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
7,
7
]
],
[
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Tom said "Check" to Ralph as he took his bishop. | 377 | [
{
"end_char": 48,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Tom said \"Check\" to Ralph as he took his bishop.",
"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": "say",
"start_char": 4,
"text": "said",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 10,
"feats": null,
"head": 4,
"id": 3,
"lemma": "\"",
"start_char": 9,
"text": "\"",
"upos": "PUNCT",
"xpos": "``"
},
{
"deprel": "ccomp",
"end_char": 15,
"feats": "VerbForm=Inf",
"head": 2,
"id": 4,
"lemma": "check",
"start_char": 10,
"text": "Check",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 16,
"feats": null,
"head": 4,
"id": 5,
"lemma": "\"",
"start_char": 15,
"text": "\"",
"upos": "PUNCT",
"xpos": "''"
},
{
"deprel": "case",
"end_char": 19,
"feats": null,
"head": 7,
"id": 6,
"lemma": "to",
"start_char": 17,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 25,
"feats": "Number=Sing",
"head": 4,
"id": 7,
"lemma": "Ralph",
"start_char": 20,
"text": "Ralph",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 28,
"feats": null,
"head": 10,
"id": 8,
"lemma": "as",
"start_char": 26,
"text": "as",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 31,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 9,
"lemma": "he",
"start_char": 29,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 36,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 10,
"lemma": "take",
"start_char": 32,
"text": "took",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 40,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 12,
"id": 11,
"lemma": "his",
"start_char": 37,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 47,
"feats": "Number=Sing",
"head": 10,
"id": 12,
"lemma": "bishop",
"start_char": 41,
"text": "bishop",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 48,
"feats": null,
"head": 2,
"id": 13,
"lemma": ".",
"start_char": 47,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Jane knocked on Susan 's door, but there was no answer. She was out. | 378 | [
{
"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": 68,
"id": 2,
"speaker": null,
"start_char": 56,
"text": "She was out.",
"tokens": [
{
"deprel": "nsubj",
"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": "cop",
"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": 67,
"feats": null,
"head": 0,
"id": 3,
"lemma": "out",
"start_char": 64,
"text": "out",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 68,
"feats": null,
"head": 3,
"id": 4,
"lemma": ".",
"start_char": 67,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
3,
3
],
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
We had hoped to place copies of our newsletter on all the chairs in the auditorium, but there were simply not enough of them . | 379 | [
{
"end_char": 126,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "We had hoped to place copies of our newsletter on all the chairs in the auditorium, but there were simply not enough of them .",
"tokens": [
{
"deprel": "nsubj",
"end_char": 2,
"feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "we",
"start_char": 0,
"text": "We",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 6,
"feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "have",
"start_char": 3,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 12,
"feats": "Tense=Past|VerbForm=Part",
"head": 0,
"id": 3,
"lemma": "hope",
"start_char": 7,
"text": "hoped",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "mark",
"end_char": 15,
"feats": null,
"head": 5,
"id": 4,
"lemma": "to",
"start_char": 13,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 21,
"feats": "VerbForm=Inf",
"head": 3,
"id": 5,
"lemma": "place",
"start_char": 16,
"text": "place",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 28,
"feats": "Number=Plur",
"head": 5,
"id": 6,
"lemma": "copy",
"start_char": 22,
"text": "copies",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 31,
"feats": null,
"head": 9,
"id": 7,
"lemma": "of",
"start_char": 29,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 35,
"feats": "Case=Gen|Number=Plur|Person=1|Poss=Yes|PronType=Prs",
"head": 9,
"id": 8,
"lemma": "our",
"start_char": 32,
"text": "our",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nmod",
"end_char": 46,
"feats": "Number=Sing",
"head": 6,
"id": 9,
"lemma": "newsletter",
"start_char": 36,
"text": "newsletter",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 49,
"feats": null,
"head": 13,
"id": 10,
"lemma": "on",
"start_char": 47,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det:predet",
"end_char": 53,
"feats": null,
"head": 13,
"id": 11,
"lemma": "all",
"start_char": 50,
"text": "all",
"upos": "DET",
"xpos": "PDT"
},
{
"deprel": "det",
"end_char": 57,
"feats": "Definite=Def|PronType=Art",
"head": 13,
"id": 12,
"lemma": "the",
"start_char": 54,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 64,
"feats": "Number=Plur",
"head": 5,
"id": 13,
"lemma": "chair",
"start_char": 58,
"text": "chairs",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 67,
"feats": null,
"head": 16,
"id": 14,
"lemma": "in",
"start_char": 65,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 71,
"feats": "Definite=Def|PronType=Art",
"head": 16,
"id": 15,
"lemma": "the",
"start_char": 68,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 82,
"feats": "Number=Sing",
"head": 13,
"id": 16,
"lemma": "auditorium",
"start_char": 72,
"text": "auditorium",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 83,
"feats": null,
"head": 20,
"id": 17,
"lemma": ",",
"start_char": 82,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 87,
"feats": null,
"head": 20,
"id": 18,
"lemma": "but",
"start_char": 84,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "expl",
"end_char": 93,
"feats": null,
"head": 20,
"id": 19,
"lemma": "there",
"start_char": 88,
"text": "there",
"upos": "PRON",
"xpos": "EX"
},
{
"deprel": "conj",
"end_char": 98,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 20,
"lemma": "be",
"start_char": 94,
"text": "were",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 105,
"feats": null,
"head": 20,
"id": 21,
"lemma": "simply",
"start_char": 99,
"text": "simply",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 109,
"feats": null,
"head": 23,
"id": 22,
"lemma": "not",
"start_char": 106,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 116,
"feats": "Degree=Pos",
"head": 20,
"id": 23,
"lemma": "enough",
"start_char": 110,
"text": "enough",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "case",
"end_char": 119,
"feats": null,
"head": 25,
"id": 24,
"lemma": "of",
"start_char": 117,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 124,
"feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs",
"head": 23,
"id": 25,
"lemma": "they",
"start_char": 120,
"text": "them",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 126,
"feats": null,
"head": 3,
"id": 26,
"lemma": ".",
"start_char": 125,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
12,
12
]
],
[
[
0,
24,
24
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The user changed his password from " GrWQWu8JyC " to " willow-towered Canopy Huntertropic wrestles " as it was easy to forget. | 380 | [
{
"end_char": 126,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The user changed his password from \" GrWQWu8JyC \" to \" willow-towered Canopy Huntertropic wrestles \" as it was easy to forget.",
"tokens": [
{
"deprel": "det",
"end_char": 3,
"feats": "Definite=Def|PronType=Art",
"head": 2,
"id": 1,
"lemma": "the",
"start_char": 0,
"text": "The",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 8,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "user",
"start_char": 4,
"text": "user",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 16,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "change",
"start_char": 9,
"text": "changed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 20,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 5,
"id": 4,
"lemma": "his",
"start_char": 17,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 29,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "password",
"start_char": 21,
"text": "password",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 34,
"feats": null,
"head": 8,
"id": 6,
"lemma": "from",
"start_char": 30,
"text": "from",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "punct",
"end_char": 36,
"feats": null,
"head": 8,
"id": 7,
"lemma": "\"",
"start_char": 35,
"text": "\"",
"upos": "PUNCT",
"xpos": "``"
},
{
"deprel": "obl",
"end_char": 47,
"feats": "Number=Sing",
"head": 3,
"id": 8,
"lemma": "GrWQWu8JyC",
"start_char": 37,
"text": "GrWQWu8JyC",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 49,
"feats": null,
"head": 8,
"id": 9,
"lemma": "\"",
"start_char": 48,
"text": "\"",
"upos": "PUNCT",
"xpos": "''"
},
{
"deprel": "case",
"end_char": 52,
"feats": null,
"head": 17,
"id": 10,
"lemma": "to",
"start_char": 50,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "punct",
"end_char": 54,
"feats": null,
"head": 17,
"id": 11,
"lemma": "\"",
"start_char": 53,
"text": "\"",
"upos": "PUNCT",
"xpos": "``"
},
{
"deprel": "compound",
"end_char": 61,
"feats": "Number=Sing",
"head": 14,
"id": 12,
"lemma": "willow",
"start_char": 55,
"text": "willow",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 62,
"feats": null,
"head": 14,
"id": 13,
"lemma": "-",
"start_char": 61,
"text": "-",
"upos": "PUNCT",
"xpos": "HYPH"
},
{
"deprel": "amod",
"end_char": 69,
"feats": "Tense=Past|VerbForm=Part",
"head": 16,
"id": 14,
"lemma": "tower",
"start_char": 62,
"text": "towered",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "compound",
"end_char": 76,
"feats": "Number=Sing",
"head": 16,
"id": 15,
"lemma": "Canopy",
"start_char": 70,
"text": "Canopy",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "nsubj",
"end_char": 89,
"feats": "Number=Sing",
"head": 17,
"id": 16,
"lemma": "Huntertropic",
"start_char": 77,
"text": "Huntertropic",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "obl",
"end_char": 98,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 17,
"lemma": "wrestle",
"start_char": 90,
"text": "wrestles",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "punct",
"end_char": 100,
"feats": null,
"head": 17,
"id": 18,
"lemma": "\"",
"start_char": 99,
"text": "\"",
"upos": "PUNCT",
"xpos": "''"
},
{
"deprel": "mark",
"end_char": 103,
"feats": null,
"head": 22,
"id": 19,
"lemma": "as",
"start_char": 101,
"text": "as",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 106,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 22,
"id": 20,
"lemma": "it",
"start_char": 104,
"text": "it",
"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": 3,
"id": 22,
"lemma": "easy",
"start_char": 111,
"text": "easy",
"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": 125,
"feats": "VerbForm=Inf",
"head": 22,
"id": 24,
"lemma": "forget",
"start_char": 119,
"text": "forget",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 126,
"feats": null,
"head": 3,
"id": 25,
"lemma": ".",
"start_char": 125,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
11,
16
]
],
[
[
0,
19,
19
]
]
] | 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. | 381 | [
{
"end_char": 78,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "After I saw Bill catching flies and pulling off their wings, I boxed his ears.",
"tokens": [
{
"deprel": "mark",
"end_char": 5,
"feats": null,
"head": 3,
"id": 1,
"lemma": "after",
"start_char": 0,
"text": "After",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 3,
"id": 2,
"lemma": "I",
"start_char": 6,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 11,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 14,
"id": 3,
"lemma": "see",
"start_char": 8,
"text": "saw",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nsubj",
"end_char": 16,
"feats": "Number=Sing",
"head": 5,
"id": 4,
"lemma": "Bill",
"start_char": 12,
"text": "Bill",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "ccomp",
"end_char": 25,
"feats": "VerbForm=Ger",
"head": 3,
"id": 5,
"lemma": "catching",
"start_char": 17,
"text": "catching",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 31,
"feats": "Number=Plur",
"head": 5,
"id": 6,
"lemma": "fly",
"start_char": 26,
"text": "flies",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "cc",
"end_char": 35,
"feats": null,
"head": 8,
"id": 7,
"lemma": "and",
"start_char": 32,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 43,
"feats": "VerbForm=Ger",
"head": 5,
"id": 8,
"lemma": "pull",
"start_char": 36,
"text": "pulling",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "compound:prt",
"end_char": 47,
"feats": null,
"head": 8,
"id": 9,
"lemma": "off",
"start_char": 44,
"text": "off",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "nmod:poss",
"end_char": 53,
"feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "their",
"start_char": 48,
"text": "their",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 59,
"feats": "Number=Plur",
"head": 8,
"id": 11,
"lemma": "wing",
"start_char": 54,
"text": "wings",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 60,
"feats": null,
"head": 3,
"id": 12,
"lemma": ",",
"start_char": 59,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 62,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 14,
"id": 13,
"lemma": "I",
"start_char": 61,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 68,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 14,
"lemma": "box",
"start_char": 63,
"text": "boxed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 72,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 16,
"id": 15,
"lemma": "his",
"start_char": 69,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 77,
"feats": "Number=Plur",
"head": 14,
"id": 16,
"lemma": "ear",
"start_char": 73,
"text": "ears",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 78,
"feats": null,
"head": 14,
"id": 17,
"lemma": ".",
"start_char": 77,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 203,
"id": 2,
"speaker": null,
"start_char": 79,
"text": "I showed the master the flies, some crushed and some crawling about helpless, and I showed him the wings on the window sill.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 80,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 2,
"id": 1,
"lemma": "I",
"start_char": 79,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 87,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "show",
"start_char": 81,
"text": "showed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 91,
"feats": "Definite=Def|PronType=Art",
"head": 4,
"id": 3,
"lemma": "the",
"start_char": 88,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "iobj",
"end_char": 98,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "master",
"start_char": 92,
"text": "master",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "det",
"end_char": 102,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 99,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 108,
"feats": "Number=Plur",
"head": 2,
"id": 6,
"lemma": "fly",
"start_char": 103,
"text": "flies",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 109,
"feats": null,
"head": 9,
"id": 7,
"lemma": ",",
"start_char": 108,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 114,
"feats": null,
"head": 9,
"id": 8,
"lemma": "some",
"start_char": 110,
"text": "some",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "acl",
"end_char": 122,
"feats": "Tense=Past|VerbForm=Part",
"head": 6,
"id": 9,
"lemma": "crush",
"start_char": 115,
"text": "crushed",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "cc",
"end_char": 126,
"feats": null,
"head": 12,
"id": 10,
"lemma": "and",
"start_char": 123,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 131,
"feats": null,
"head": 12,
"id": 11,
"lemma": "some",
"start_char": 127,
"text": "some",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "conj",
"end_char": 140,
"feats": "VerbForm=Ger",
"head": 9,
"id": 12,
"lemma": "crawl",
"start_char": 132,
"text": "crawling",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "advmod",
"end_char": 146,
"feats": null,
"head": 14,
"id": 13,
"lemma": "about",
"start_char": 141,
"text": "about",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "xcomp",
"end_char": 155,
"feats": "Degree=Pos",
"head": 12,
"id": 14,
"lemma": "helpless",
"start_char": 147,
"text": "helpless",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 156,
"feats": null,
"head": 18,
"id": 15,
"lemma": ",",
"start_char": 155,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 160,
"feats": null,
"head": 18,
"id": 16,
"lemma": "and",
"start_char": 157,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 162,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 18,
"id": 17,
"lemma": "I",
"start_char": 161,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 169,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 18,
"lemma": "show",
"start_char": 163,
"text": "showed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "iobj",
"end_char": 173,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 18,
"id": 19,
"lemma": "he",
"start_char": 170,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "det",
"end_char": 177,
"feats": "Definite=Def|PronType=Art",
"head": 21,
"id": 20,
"lemma": "the",
"start_char": 174,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 183,
"feats": "Number=Plur",
"head": 18,
"id": 21,
"lemma": "wing",
"start_char": 178,
"text": "wings",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 186,
"feats": null,
"head": 25,
"id": 22,
"lemma": "on",
"start_char": 184,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 190,
"feats": "Definite=Def|PronType=Art",
"head": 25,
"id": 23,
"lemma": "the",
"start_char": 187,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 197,
"feats": "Number=Sing",
"head": 25,
"id": 24,
"lemma": "window",
"start_char": 191,
"text": "window",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nmod",
"end_char": 202,
"feats": "Number=Sing",
"head": 21,
"id": 25,
"lemma": "sill",
"start_char": 198,
"text": "sill",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 203,
"feats": null,
"head": 2,
"id": 26,
"lemma": ".",
"start_char": 202,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 477,
"id": 3,
"speaker": null,
"start_char": 204,
"text": "I never saw him so angry before; but as Bill was still howling and whining, like the coward that he was, he did not give him any more punishment of that kind, but set him up on a stool for the rest of the afternoon, and said that he should not go out to play for that week.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 205,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "I",
"start_char": 204,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 211,
"feats": null,
"head": 3,
"id": 2,
"lemma": "never",
"start_char": 206,
"text": "never",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 215,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "see",
"start_char": 212,
"text": "saw",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 219,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 3,
"id": 4,
"lemma": "he",
"start_char": 216,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 222,
"feats": null,
"head": 6,
"id": 5,
"lemma": "so",
"start_char": 220,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "xcomp",
"end_char": 228,
"feats": "Degree=Pos",
"head": 3,
"id": 6,
"lemma": "angry",
"start_char": 223,
"text": "angry",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "advmod",
"end_char": 235,
"feats": null,
"head": 3,
"id": 7,
"lemma": "before",
"start_char": 229,
"text": "before",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 236,
"feats": null,
"head": 9,
"id": 8,
"lemma": ";",
"start_char": 235,
"text": ";",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 240,
"feats": null,
"head": 28,
"id": 9,
"lemma": "but",
"start_char": 237,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "mark",
"end_char": 243,
"feats": null,
"head": 14,
"id": 10,
"lemma": "as",
"start_char": 241,
"text": "as",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 248,
"feats": "Number=Sing",
"head": 14,
"id": 11,
"lemma": "Bill",
"start_char": 244,
"text": "Bill",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 252,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 14,
"id": 12,
"lemma": "be",
"start_char": 249,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 258,
"feats": null,
"head": 14,
"id": 13,
"lemma": "still",
"start_char": 253,
"text": "still",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 266,
"feats": "Tense=Pres|VerbForm=Part",
"head": 28,
"id": 14,
"lemma": "howl",
"start_char": 259,
"text": "howling",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "cc",
"end_char": 270,
"feats": null,
"head": 16,
"id": 15,
"lemma": "and",
"start_char": 267,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 278,
"feats": "Tense=Pres|VerbForm=Part",
"head": 14,
"id": 16,
"lemma": "whine",
"start_char": 271,
"text": "whining",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "punct",
"end_char": 279,
"feats": null,
"head": 20,
"id": 17,
"lemma": ",",
"start_char": 278,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "case",
"end_char": 284,
"feats": null,
"head": 20,
"id": 18,
"lemma": "like",
"start_char": 280,
"text": "like",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 288,
"feats": "Definite=Def|PronType=Art",
"head": 20,
"id": 19,
"lemma": "the",
"start_char": 285,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 295,
"feats": "Number=Sing",
"head": 14,
"id": 20,
"lemma": "coward",
"start_char": 289,
"text": "coward",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "acl:relcl",
"end_char": 300,
"feats": "PronType=Rel",
"head": 20,
"id": 21,
"lemma": "that",
"start_char": 296,
"text": "that",
"upos": "PRON",
"xpos": "WDT"
},
{
"deprel": "nsubj",
"end_char": 303,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 21,
"id": 22,
"lemma": "he",
"start_char": 301,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 307,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 21,
"id": 23,
"lemma": "be",
"start_char": 304,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 308,
"feats": null,
"head": 28,
"id": 24,
"lemma": ",",
"start_char": 307,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 311,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 28,
"id": 25,
"lemma": "he",
"start_char": 309,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 315,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 28,
"id": 26,
"lemma": "do",
"start_char": 312,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 319,
"feats": null,
"head": 28,
"id": 27,
"lemma": "not",
"start_char": 316,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 324,
"feats": "VerbForm=Inf",
"head": 3,
"id": 28,
"lemma": "give",
"start_char": 320,
"text": "give",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "iobj",
"end_char": 328,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 28,
"id": 29,
"lemma": "he",
"start_char": 325,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "det",
"end_char": 332,
"feats": null,
"head": 32,
"id": 30,
"lemma": "any",
"start_char": 329,
"text": "any",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 337,
"feats": "Degree=Cmp",
"head": 32,
"id": 31,
"lemma": "more",
"start_char": 333,
"text": "more",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "obj",
"end_char": 348,
"feats": "Number=Sing",
"head": 28,
"id": 32,
"lemma": "punishment",
"start_char": 338,
"text": "punishment",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 351,
"feats": null,
"head": 35,
"id": 33,
"lemma": "of",
"start_char": 349,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 356,
"feats": "Number=Sing|PronType=Dem",
"head": 35,
"id": 34,
"lemma": "that",
"start_char": 352,
"text": "that",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 361,
"feats": "Number=Sing",
"head": 32,
"id": 35,
"lemma": "kind",
"start_char": 357,
"text": "kind",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 362,
"feats": null,
"head": 38,
"id": 36,
"lemma": ",",
"start_char": 361,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 366,
"feats": null,
"head": 38,
"id": 37,
"lemma": "but",
"start_char": 363,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 370,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 28,
"id": 38,
"lemma": "set",
"start_char": 367,
"text": "set",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 374,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 38,
"id": 39,
"lemma": "he",
"start_char": 371,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "compound:prt",
"end_char": 377,
"feats": null,
"head": 38,
"id": 40,
"lemma": "up",
"start_char": 375,
"text": "up",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "case",
"end_char": 380,
"feats": null,
"head": 43,
"id": 41,
"lemma": "on",
"start_char": 378,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 382,
"feats": "Definite=Ind|PronType=Art",
"head": 43,
"id": 42,
"lemma": "a",
"start_char": 381,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 388,
"feats": "Number=Sing",
"head": 38,
"id": 43,
"lemma": "stool",
"start_char": 383,
"text": "stool",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 392,
"feats": null,
"head": 46,
"id": 44,
"lemma": "for",
"start_char": 389,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 396,
"feats": "Definite=Def|PronType=Art",
"head": 46,
"id": 45,
"lemma": "the",
"start_char": 393,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 401,
"feats": "Number=Sing",
"head": 38,
"id": 46,
"lemma": "rest",
"start_char": 397,
"text": "rest",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 404,
"feats": null,
"head": 49,
"id": 47,
"lemma": "of",
"start_char": 402,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 408,
"feats": "Definite=Def|PronType=Art",
"head": 49,
"id": 48,
"lemma": "the",
"start_char": 405,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 418,
"feats": "Number=Sing",
"head": 46,
"id": 49,
"lemma": "afternoon",
"start_char": 409,
"text": "afternoon",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 419,
"feats": null,
"head": 52,
"id": 50,
"lemma": ",",
"start_char": 418,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 423,
"feats": null,
"head": 52,
"id": 51,
"lemma": "and",
"start_char": 420,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 428,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 28,
"id": 52,
"lemma": "say",
"start_char": 424,
"text": "said",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 433,
"feats": null,
"head": 57,
"id": 53,
"lemma": "that",
"start_char": 429,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 436,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 57,
"id": 54,
"lemma": "he",
"start_char": 434,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 443,
"feats": "VerbForm=Fin",
"head": 57,
"id": 55,
"lemma": "should",
"start_char": 437,
"text": "should",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 447,
"feats": null,
"head": 57,
"id": 56,
"lemma": "not",
"start_char": 444,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "ccomp",
"end_char": 450,
"feats": "VerbForm=Inf",
"head": 52,
"id": 57,
"lemma": "go",
"start_char": 448,
"text": "go",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "advmod",
"end_char": 454,
"feats": null,
"head": 57,
"id": 58,
"lemma": "out",
"start_char": 451,
"text": "out",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 457,
"feats": null,
"head": 60,
"id": 59,
"lemma": "to",
"start_char": 455,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 462,
"feats": "VerbForm=Inf",
"head": 57,
"id": 60,
"lemma": "play",
"start_char": 458,
"text": "play",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 466,
"feats": null,
"head": 63,
"id": 61,
"lemma": "for",
"start_char": 463,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 471,
"feats": "Number=Sing|PronType=Dem",
"head": 63,
"id": 62,
"lemma": "that",
"start_char": 467,
"text": "that",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 476,
"feats": "Number=Sing",
"head": 60,
"id": 63,
"lemma": "week",
"start_char": 472,
"text": "week",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 477,
"feats": null,
"head": 3,
"id": 64,
"lemma": ".",
"start_char": 476,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
1,
2,
3
]
],
[
[
2,
28,
28
]
]
] | 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. | 382 | [
{
"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,
19,
19
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The table won't fit through the doorway because it is too wide. | 383 | [
{
"end_char": 63,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The table won't fit through the doorway because it is too wide.",
"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": 62,
"feats": "Degree=Pos",
"head": 5,
"id": 13,
"lemma": "wide",
"start_char": 58,
"text": "wide",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 63,
"feats": null,
"head": 5,
"id": 14,
"lemma": ".",
"start_char": 62,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
6,
7
]
],
[
[
0,
9,
9
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Lionel is holding captive a scientist, Dr. Vardi , who has invented a device that turns animals invisible; Lionel plans to use it on Geoffrey and send him to steal nuclear material from an army vault. | 384 | [
{
"end_char": 200,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Lionel is holding captive a scientist, Dr. Vardi , who has invented a device that turns animals invisible; Lionel plans to use it on Geoffrey and send him to steal nuclear material from an army vault.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Lionel",
"start_char": 0,
"text": "Lionel",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 9,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"start_char": 7,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "root",
"end_char": 17,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 3,
"lemma": "hold",
"start_char": 10,
"text": "holding",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 25,
"feats": "Number=Sing",
"head": 3,
"id": 4,
"lemma": "captive",
"start_char": 18,
"text": "captive",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "det",
"end_char": 27,
"feats": "Definite=Ind|PronType=Art",
"head": 6,
"id": 5,
"lemma": "a",
"start_char": 26,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 37,
"feats": "Number=Sing",
"head": 3,
"id": 6,
"lemma": "scientist",
"start_char": 28,
"text": "scientist",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 38,
"feats": null,
"head": 8,
"id": 7,
"lemma": ",",
"start_char": 37,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "appos",
"end_char": 42,
"feats": "Number=Sing",
"head": 6,
"id": 8,
"lemma": "Dr.",
"start_char": 39,
"text": "Dr.",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "flat",
"end_char": 48,
"feats": "Number=Sing",
"head": 8,
"id": 9,
"lemma": "Vardi",
"start_char": 43,
"text": "Vardi",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 50,
"feats": null,
"head": 8,
"id": 10,
"lemma": ",",
"start_char": 49,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 54,
"feats": "PronType=Rel",
"head": 13,
"id": 11,
"lemma": "who",
"start_char": 51,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "aux",
"end_char": 58,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 13,
"id": 12,
"lemma": "have",
"start_char": 55,
"text": "has",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "acl:relcl",
"end_char": 67,
"feats": "Tense=Past|VerbForm=Part",
"head": 6,
"id": 13,
"lemma": "invent",
"start_char": 59,
"text": "invented",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "det",
"end_char": 69,
"feats": "Definite=Ind|PronType=Art",
"head": 15,
"id": 14,
"lemma": "a",
"start_char": 68,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 76,
"feats": "Number=Sing",
"head": 13,
"id": 15,
"lemma": "device",
"start_char": 70,
"text": "device",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 81,
"feats": "PronType=Rel",
"head": 17,
"id": 16,
"lemma": "that",
"start_char": 77,
"text": "that",
"upos": "PRON",
"xpos": "WDT"
},
{
"deprel": "acl:relcl",
"end_char": 87,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 15,
"id": 17,
"lemma": "turn",
"start_char": 82,
"text": "turns",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "obj",
"end_char": 95,
"feats": "Number=Plur",
"head": 17,
"id": 18,
"lemma": "animal",
"start_char": 88,
"text": "animals",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "xcomp",
"end_char": 105,
"feats": "Degree=Pos",
"head": 17,
"id": 19,
"lemma": "invisible",
"start_char": 96,
"text": "invisible",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 106,
"feats": null,
"head": 22,
"id": 20,
"lemma": ";",
"start_char": 105,
"text": ";",
"upos": "PUNCT",
"xpos": ":"
},
{
"deprel": "nsubj",
"end_char": 113,
"feats": "Number=Sing",
"head": 22,
"id": 21,
"lemma": "Lionel",
"start_char": 107,
"text": "Lionel",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "parataxis",
"end_char": 119,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 22,
"lemma": "plan",
"start_char": 114,
"text": "plans",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "mark",
"end_char": 122,
"feats": null,
"head": 24,
"id": 23,
"lemma": "to",
"start_char": 120,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 126,
"feats": "VerbForm=Inf",
"head": 22,
"id": 24,
"lemma": "use",
"start_char": 123,
"text": "use",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 129,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 24,
"id": 25,
"lemma": "it",
"start_char": 127,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 132,
"feats": null,
"head": 27,
"id": 26,
"lemma": "on",
"start_char": 130,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 141,
"feats": "Number=Sing",
"head": 24,
"id": 27,
"lemma": "Geoffrey",
"start_char": 133,
"text": "Geoffrey",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cc",
"end_char": 145,
"feats": null,
"head": 29,
"id": 28,
"lemma": "and",
"start_char": 142,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 150,
"feats": "VerbForm=Inf",
"head": 24,
"id": 29,
"lemma": "send",
"start_char": 146,
"text": "send",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 154,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 29,
"id": 30,
"lemma": "he",
"start_char": 151,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "mark",
"end_char": 157,
"feats": null,
"head": 32,
"id": 31,
"lemma": "to",
"start_char": 155,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 163,
"feats": "VerbForm=Inf",
"head": 29,
"id": 32,
"lemma": "steal",
"start_char": 158,
"text": "steal",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "amod",
"end_char": 171,
"feats": "Degree=Pos",
"head": 34,
"id": 33,
"lemma": "nuclear",
"start_char": 164,
"text": "nuclear",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 180,
"feats": "Number=Sing",
"head": 32,
"id": 34,
"lemma": "material",
"start_char": 172,
"text": "material",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 185,
"feats": null,
"head": 38,
"id": 35,
"lemma": "from",
"start_char": 181,
"text": "from",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 188,
"feats": "Definite=Ind|PronType=Art",
"head": 38,
"id": 36,
"lemma": "a",
"start_char": 186,
"text": "an",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 193,
"feats": "Number=Sing",
"head": 38,
"id": 37,
"lemma": "army",
"start_char": 189,
"text": "army",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obl",
"end_char": 199,
"feats": "Number=Sing",
"head": 32,
"id": 38,
"lemma": "vault",
"start_char": 194,
"text": "vault",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 200,
"feats": null,
"head": 3,
"id": 39,
"lemma": ".",
"start_char": 199,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
26,
26
],
[
0,
29,
29
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Steve follows Fred 's example in everything. He admires him hugely. | 385 | [
{
"end_char": 44,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Steve follows Fred 's example in everything.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Steve",
"start_char": 0,
"text": "Steve",
"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": "follow",
"start_char": 6,
"text": "follows",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "nmod:poss",
"end_char": 18,
"feats": "Number=Sing",
"head": 5,
"id": 3,
"lemma": "Fred",
"start_char": 14,
"text": "Fred",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 21,
"feats": null,
"head": 3,
"id": 4,
"lemma": "'s",
"start_char": 19,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "obj",
"end_char": 29,
"feats": "Number=Sing",
"head": 2,
"id": 5,
"lemma": "example",
"start_char": 22,
"text": "example",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 32,
"feats": null,
"head": 7,
"id": 6,
"lemma": "in",
"start_char": 30,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 43,
"feats": "Number=Sing|PronType=Tot",
"head": 2,
"id": 7,
"lemma": "everything",
"start_char": 33,
"text": "everything",
"upos": "PRON",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 44,
"feats": null,
"head": 2,
"id": 8,
"lemma": ".",
"start_char": 43,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 67,
"id": 2,
"speaker": null,
"start_char": 45,
"text": "He admires him hugely.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 47,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 2,
"id": 1,
"lemma": "he",
"start_char": 45,
"text": "He",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 55,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "admire",
"start_char": 48,
"text": "admires",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "obj",
"end_char": 59,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 2,
"id": 3,
"lemma": "he",
"start_char": 56,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 66,
"feats": null,
"head": 2,
"id": 4,
"lemma": "hugely",
"start_char": 60,
"text": "hugely",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 67,
"feats": null,
"head": 2,
"id": 5,
"lemma": ".",
"start_char": 66,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
2
]
],
[
[
1,
0,
0
]
]
] | 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. | 386 | [
{
"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": 295,
"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"
},
{
"deprel": "punct",
"end_char": 295,
"feats": null,
"head": 2,
"id": 53,
"lemma": ".",
"start_char": 294,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
1,
2,
2
]
]
] | 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 truthful. | 387 | [
{
"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": 107,
"id": 2,
"speaker": null,
"start_char": 73,
"text": "He should have been more truthful.",
"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": 106,
"feats": "Degree=Pos",
"head": 0,
"id": 6,
"lemma": "truthful",
"start_char": 98,
"text": "truthful",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 107,
"feats": null,
"head": 6,
"id": 7,
"lemma": ".",
"start_char": 106,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
2
]
],
[
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Sir Clifford wants me to find him a new groom , about twenty or twenty-one, who knows his business. His old coachman is getting feeble, and he wants a man to work with him and get into his ways, who would be able, when the old man was pensioned off, to step into his place. | 388 | [
{
"end_char": 99,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Sir Clifford wants me to find him a new groom , about twenty or twenty-one, who knows his business.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Sir",
"start_char": 0,
"text": "Sir",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "flat",
"end_char": 12,
"feats": "Number=Sing",
"head": 1,
"id": 2,
"lemma": "Clifford",
"start_char": 4,
"text": "Clifford",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 18,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "want",
"start_char": 13,
"text": "wants",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "obj",
"end_char": 21,
"feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs",
"head": 3,
"id": 4,
"lemma": "I",
"start_char": 19,
"text": "me",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "mark",
"end_char": 24,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"start_char": 22,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 29,
"feats": "VerbForm=Inf",
"head": 3,
"id": 6,
"lemma": "find",
"start_char": 25,
"text": "find",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "iobj",
"end_char": 33,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 6,
"id": 7,
"lemma": "he",
"start_char": 30,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "det",
"end_char": 35,
"feats": "Definite=Ind|PronType=Art",
"head": 10,
"id": 8,
"lemma": "a",
"start_char": 34,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 39,
"feats": "Degree=Pos",
"head": 10,
"id": 9,
"lemma": "new",
"start_char": 36,
"text": "new",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 45,
"feats": "Number=Sing",
"head": 6,
"id": 10,
"lemma": "groom",
"start_char": 40,
"text": "groom",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 47,
"feats": null,
"head": 10,
"id": 11,
"lemma": ",",
"start_char": 46,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 53,
"feats": null,
"head": 13,
"id": 12,
"lemma": "about",
"start_char": 48,
"text": "about",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "appos",
"end_char": 60,
"feats": "NumForm=Word|NumType=Card",
"head": 10,
"id": 13,
"lemma": "twenty",
"start_char": 54,
"text": "twenty",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "cc",
"end_char": 63,
"feats": null,
"head": 15,
"id": 14,
"lemma": "or",
"start_char": 61,
"text": "or",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 70,
"feats": "NumForm=Word|NumType=Card",
"head": 13,
"id": 15,
"lemma": "twenty",
"start_char": 64,
"text": "twenty",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "punct",
"end_char": 71,
"feats": null,
"head": 15,
"id": 16,
"lemma": "-",
"start_char": 70,
"text": "-",
"upos": "PUNCT",
"xpos": "HYPH"
},
{
"deprel": "conj",
"end_char": 74,
"feats": "NumForm=Word|NumType=Card",
"head": 13,
"id": 17,
"lemma": "one",
"start_char": 71,
"text": "one",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "punct",
"end_char": 75,
"feats": null,
"head": 20,
"id": 18,
"lemma": ",",
"start_char": 74,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 79,
"feats": "PronType=Rel",
"head": 20,
"id": 19,
"lemma": "who",
"start_char": 76,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "acl:relcl",
"end_char": 85,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 10,
"id": 20,
"lemma": "know",
"start_char": 80,
"text": "knows",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "nmod:poss",
"end_char": 89,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 22,
"id": 21,
"lemma": "his",
"start_char": 86,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 98,
"feats": "Number=Sing",
"head": 20,
"id": 22,
"lemma": "business",
"start_char": 90,
"text": "business",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 99,
"feats": null,
"head": 3,
"id": 23,
"lemma": ".",
"start_char": 98,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 273,
"id": 2,
"speaker": null,
"start_char": 100,
"text": "His old coachman is getting feeble, and he wants a man to work with him and get into his ways, who would be able, when the old man was pensioned off, to step into his place.",
"tokens": [
{
"deprel": "nmod:poss",
"end_char": 103,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "his",
"start_char": 100,
"text": "His",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "amod",
"end_char": 107,
"feats": "Degree=Pos",
"head": 3,
"id": 2,
"lemma": "old",
"start_char": 104,
"text": "old",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 116,
"feats": "Number=Sing",
"head": 5,
"id": 3,
"lemma": "coachman",
"start_char": 108,
"text": "coachman",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 119,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 5,
"id": 4,
"lemma": "be",
"start_char": 117,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "root",
"end_char": 127,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 5,
"lemma": "get",
"start_char": 120,
"text": "getting",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "xcomp",
"end_char": 134,
"feats": "Degree=Pos",
"head": 5,
"id": 6,
"lemma": "feeble",
"start_char": 128,
"text": "feeble",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 135,
"feats": null,
"head": 10,
"id": 7,
"lemma": ",",
"start_char": 134,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 139,
"feats": null,
"head": 10,
"id": 8,
"lemma": "and",
"start_char": 136,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 142,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 9,
"lemma": "he",
"start_char": 140,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 148,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 5,
"id": 10,
"lemma": "want",
"start_char": 143,
"text": "wants",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "det",
"end_char": 150,
"feats": "Definite=Ind|PronType=Art",
"head": 12,
"id": 11,
"lemma": "a",
"start_char": 149,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 154,
"feats": "Number=Sing",
"head": 10,
"id": 12,
"lemma": "man",
"start_char": 151,
"text": "man",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 157,
"feats": null,
"head": 14,
"id": 13,
"lemma": "to",
"start_char": 155,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "acl",
"end_char": 162,
"feats": "VerbForm=Inf",
"head": 12,
"id": 14,
"lemma": "work",
"start_char": 158,
"text": "work",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 167,
"feats": null,
"head": 16,
"id": 15,
"lemma": "with",
"start_char": 163,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 171,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 16,
"lemma": "he",
"start_char": 168,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cc",
"end_char": 175,
"feats": null,
"head": 18,
"id": 17,
"lemma": "and",
"start_char": 172,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 179,
"feats": "VerbForm=Inf",
"head": 14,
"id": 18,
"lemma": "get",
"start_char": 176,
"text": "get",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 184,
"feats": null,
"head": 21,
"id": 19,
"lemma": "into",
"start_char": 180,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 188,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 21,
"id": 20,
"lemma": "his",
"start_char": 185,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 193,
"feats": "Number=Plur",
"head": 18,
"id": 21,
"lemma": "way",
"start_char": 189,
"text": "ways",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 194,
"feats": null,
"head": 26,
"id": 22,
"lemma": ",",
"start_char": 193,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 198,
"feats": "PronType=Rel",
"head": 26,
"id": 23,
"lemma": "who",
"start_char": 195,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "aux",
"end_char": 204,
"feats": "VerbForm=Fin",
"head": 26,
"id": 24,
"lemma": "would",
"start_char": 199,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "cop",
"end_char": 207,
"feats": "VerbForm=Inf",
"head": 26,
"id": 25,
"lemma": "be",
"start_char": 205,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "acl:relcl",
"end_char": 212,
"feats": "Degree=Pos",
"head": 21,
"id": 26,
"lemma": "able",
"start_char": 208,
"text": "able",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 213,
"feats": null,
"head": 26,
"id": 27,
"lemma": ",",
"start_char": 212,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 218,
"feats": "PronType=Int",
"head": 33,
"id": 28,
"lemma": "when",
"start_char": 214,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "det",
"end_char": 222,
"feats": "Definite=Def|PronType=Art",
"head": 31,
"id": 29,
"lemma": "the",
"start_char": 219,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 226,
"feats": "Degree=Pos",
"head": 31,
"id": 30,
"lemma": "old",
"start_char": 223,
"text": "old",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj:pass",
"end_char": 230,
"feats": "Number=Sing",
"head": 33,
"id": 31,
"lemma": "man",
"start_char": 227,
"text": "man",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux:pass",
"end_char": 234,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 33,
"id": 32,
"lemma": "be",
"start_char": 231,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 244,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 26,
"id": 33,
"lemma": "pension",
"start_char": 235,
"text": "pensioned",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "compound:prt",
"end_char": 248,
"feats": null,
"head": 33,
"id": 34,
"lemma": "off",
"start_char": 245,
"text": "off",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 249,
"feats": null,
"head": 37,
"id": 35,
"lemma": ",",
"start_char": 248,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 252,
"feats": null,
"head": 37,
"id": 36,
"lemma": "to",
"start_char": 250,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 257,
"feats": "VerbForm=Inf",
"head": 33,
"id": 37,
"lemma": "step",
"start_char": 253,
"text": "step",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 262,
"feats": null,
"head": 40,
"id": 38,
"lemma": "into",
"start_char": 258,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 266,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 40,
"id": 39,
"lemma": "his",
"start_char": 263,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 272,
"feats": "Number=Sing",
"head": 37,
"id": 40,
"lemma": "place",
"start_char": 267,
"text": "place",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 273,
"feats": null,
"head": 5,
"id": 41,
"lemma": ".",
"start_char": 272,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
8,
9
]
],
[
[
1,
19,
19
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Jim comforted Kevin because he was so upset. | 389 | [
{
"end_char": 44,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Jim comforted Kevin because he was so upset.",
"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": 13,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "comfort",
"start_char": 4,
"text": "comforted",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 19,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "Kevin",
"start_char": 14,
"text": "Kevin",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 27,
"feats": null,
"head": 8,
"id": 4,
"lemma": "because",
"start_char": 20,
"text": "because",
"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": 34,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 8,
"id": 6,
"lemma": "be",
"start_char": 31,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 37,
"feats": null,
"head": 8,
"id": 7,
"lemma": "so",
"start_char": 35,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 43,
"feats": "Degree=Pos",
"head": 2,
"id": 8,
"lemma": "upset",
"start_char": 38,
"text": "upset",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 44,
"feats": null,
"head": 2,
"id": 9,
"lemma": ".",
"start_char": 43,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
4,
4
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
John couldn't see the stage with Billy in front of him because he is so short. | 390 | [
{
"end_char": 78,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "John couldn't see the stage with Billy in front of him because he is so short.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "John",
"start_char": 0,
"text": "John",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": null,
"feats": "VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "could",
"start_char": 5,
"text": "could",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 13,
"feats": null,
"head": 4,
"id": 3,
"lemma": "not",
"start_char": null,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 17,
"feats": "VerbForm=Inf",
"head": 0,
"id": 4,
"lemma": "see",
"start_char": 14,
"text": "see",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 21,
"feats": "Definite=Def|PronType=Art",
"head": 6,
"id": 5,
"lemma": "the",
"start_char": 18,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 27,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "stage",
"start_char": 22,
"text": "stage",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 32,
"feats": null,
"head": 8,
"id": 7,
"lemma": "with",
"start_char": 28,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 38,
"feats": "Number=Sing",
"head": 4,
"id": 8,
"lemma": "Billy",
"start_char": 33,
"text": "Billy",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 41,
"feats": null,
"head": 10,
"id": 9,
"lemma": "in",
"start_char": 39,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 47,
"feats": "Number=Sing",
"head": 4,
"id": 10,
"lemma": "front",
"start_char": 42,
"text": "front",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 50,
"feats": null,
"head": 12,
"id": 11,
"lemma": "of",
"start_char": 48,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 54,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 12,
"lemma": "he",
"start_char": 51,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "mark",
"end_char": 62,
"feats": null,
"head": 17,
"id": 13,
"lemma": "because",
"start_char": 55,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 65,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 17,
"id": 14,
"lemma": "he",
"start_char": 63,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 68,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 17,
"id": 15,
"lemma": "be",
"start_char": 66,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 71,
"feats": null,
"head": 17,
"id": 16,
"lemma": "so",
"start_char": 69,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 77,
"feats": "Degree=Pos",
"head": 4,
"id": 17,
"lemma": "short",
"start_char": 72,
"text": "short",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 78,
"feats": null,
"head": 4,
"id": 18,
"lemma": ".",
"start_char": 77,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
13,
13
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
John ordered Bill to leave, so an hour later he left. | 391 | [
{
"end_char": 53,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "John ordered 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": 12,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "order",
"start_char": 5,
"text": "ordered",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 17,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "Bill",
"start_char": 13,
"text": "Bill",
"upos": "PROPN",
"xpos": "NNP"
},
{
"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": 26,
"feats": "VerbForm=Inf",
"head": 2,
"id": 5,
"lemma": "leave",
"start_char": 21,
"text": "leave",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 27,
"feats": null,
"head": 12,
"id": 6,
"lemma": ",",
"start_char": 26,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 30,
"feats": null,
"head": 12,
"id": 7,
"lemma": "so",
"start_char": 28,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "det",
"end_char": 33,
"feats": "Definite=Ind|PronType=Art",
"head": 9,
"id": 8,
"lemma": "a",
"start_char": 31,
"text": "an",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl:npmod",
"end_char": 38,
"feats": "Number=Sing",
"head": 10,
"id": 9,
"lemma": "hour",
"start_char": 34,
"text": "hour",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 44,
"feats": "Degree=Cmp",
"head": 12,
"id": 10,
"lemma": "late",
"start_char": 39,
"text": "later",
"upos": "ADV",
"xpos": "RBR"
},
{
"deprel": "nsubj",
"end_char": 47,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 11,
"lemma": "he",
"start_char": 45,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "parataxis",
"end_char": 52,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 12,
"lemma": "leave",
"start_char": 48,
"text": "left",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 53,
"feats": null,
"head": 2,
"id": 13,
"lemma": ".",
"start_char": 52,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
10,
10
]
]
] | 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. | 392 | [
{
"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,
7,
7
],
[
0,
6,
6
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Adam can't leave work here until Bob arrives to replace him. If Bob had left home for work on time, he would be gone by this time. | 393 | [
{
"end_char": 60,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Adam can't leave work here until Bob arrives to replace him.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Adam",
"start_char": 0,
"text": "Adam",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": null,
"feats": "VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "can",
"start_char": 5,
"text": "ca",
"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": 16,
"feats": "VerbForm=Inf",
"head": 0,
"id": 4,
"lemma": "leave",
"start_char": 11,
"text": "leave",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 21,
"feats": "Number=Sing",
"head": 4,
"id": 5,
"lemma": "work",
"start_char": 17,
"text": "work",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 26,
"feats": "PronType=Dem",
"head": 4,
"id": 6,
"lemma": "here",
"start_char": 22,
"text": "here",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 32,
"feats": null,
"head": 9,
"id": 7,
"lemma": "until",
"start_char": 27,
"text": "until",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 36,
"feats": "Number=Sing",
"head": 9,
"id": 8,
"lemma": "Bob",
"start_char": 33,
"text": "Bob",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advcl",
"end_char": 44,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 9,
"lemma": "arrive",
"start_char": 37,
"text": "arrives",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "mark",
"end_char": 47,
"feats": null,
"head": 11,
"id": 10,
"lemma": "to",
"start_char": 45,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 55,
"feats": "VerbForm=Inf",
"head": 9,
"id": 11,
"lemma": "replace",
"start_char": 48,
"text": "replace",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 59,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 12,
"lemma": "he",
"start_char": 56,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 60,
"feats": null,
"head": 4,
"id": 13,
"lemma": ".",
"start_char": 59,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 130,
"id": 2,
"speaker": null,
"start_char": 61,
"text": "If Bob had left home for work on time, he would be gone by this time.",
"tokens": [
{
"deprel": "mark",
"end_char": 63,
"feats": null,
"head": 4,
"id": 1,
"lemma": "if",
"start_char": 61,
"text": "If",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 67,
"feats": "Number=Sing",
"head": 4,
"id": 2,
"lemma": "Bob",
"start_char": 64,
"text": "Bob",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 71,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 3,
"lemma": "have",
"start_char": 68,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 76,
"feats": "Tense=Past|VerbForm=Part",
"head": 14,
"id": 4,
"lemma": "leave",
"start_char": 72,
"text": "left",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "advmod",
"end_char": 81,
"feats": null,
"head": 4,
"id": 5,
"lemma": "home",
"start_char": 77,
"text": "home",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 85,
"feats": null,
"head": 7,
"id": 6,
"lemma": "for",
"start_char": 82,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 90,
"feats": "Number=Sing",
"head": 4,
"id": 7,
"lemma": "work",
"start_char": 86,
"text": "work",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 93,
"feats": null,
"head": 9,
"id": 8,
"lemma": "on",
"start_char": 91,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 98,
"feats": "Number=Sing",
"head": 4,
"id": 9,
"lemma": "time",
"start_char": 94,
"text": "time",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 99,
"feats": null,
"head": 14,
"id": 10,
"lemma": ",",
"start_char": 98,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj:pass",
"end_char": 102,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 11,
"lemma": "he",
"start_char": 100,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 108,
"feats": "VerbForm=Fin",
"head": 14,
"id": 12,
"lemma": "would",
"start_char": 103,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "aux:pass",
"end_char": 111,
"feats": "VerbForm=Inf",
"head": 14,
"id": 13,
"lemma": "be",
"start_char": 109,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "root",
"end_char": 116,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 14,
"lemma": "go",
"start_char": 112,
"text": "gone",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 119,
"feats": null,
"head": 17,
"id": 15,
"lemma": "by",
"start_char": 117,
"text": "by",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 124,
"feats": "Number=Sing|PronType=Dem",
"head": 17,
"id": 16,
"lemma": "this",
"start_char": 120,
"text": "this",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 129,
"feats": "Number=Sing",
"head": 14,
"id": 17,
"lemma": "time",
"start_char": 125,
"text": "time",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 130,
"feats": null,
"head": 14,
"id": 18,
"lemma": ".",
"start_char": 129,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
7,
7
]
],
[
[
1,
10,
10
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Dan took the rear seat while Bill claimed the front because his "Dibs!" was quicker. | 394 | [
{
"end_char": 84,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Dan took the rear seat while Bill claimed the front because his \"Dibs!\" was quicker.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Dan",
"start_char": 0,
"text": "Dan",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 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": "det",
"end_char": 12,
"feats": "Definite=Def|PronType=Art",
"head": 5,
"id": 3,
"lemma": "the",
"start_char": 9,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 17,
"feats": "Degree=Pos",
"head": 5,
"id": 4,
"lemma": "rear",
"start_char": 13,
"text": "rear",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 22,
"feats": "Number=Sing",
"head": 2,
"id": 5,
"lemma": "seat",
"start_char": 18,
"text": "seat",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 28,
"feats": null,
"head": 8,
"id": 6,
"lemma": "while",
"start_char": 23,
"text": "while",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 33,
"feats": "Number=Sing",
"head": 8,
"id": 7,
"lemma": "Bill",
"start_char": 29,
"text": "Bill",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advcl",
"end_char": 41,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 8,
"lemma": "claim",
"start_char": 34,
"text": "claimed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 45,
"feats": "Definite=Def|PronType=Art",
"head": 10,
"id": 9,
"lemma": "the",
"start_char": 42,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 51,
"feats": "Number=Sing",
"head": 8,
"id": 10,
"lemma": "front",
"start_char": 46,
"text": "front",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 59,
"feats": null,
"head": 18,
"id": 11,
"lemma": "because",
"start_char": 52,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 63,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 14,
"id": 12,
"lemma": "his",
"start_char": 60,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "punct",
"end_char": 65,
"feats": null,
"head": 14,
"id": 13,
"lemma": "\"",
"start_char": 64,
"text": "\"",
"upos": "PUNCT",
"xpos": "``"
},
{
"deprel": "nsubj",
"end_char": 69,
"feats": "Number=Sing",
"head": 18,
"id": 14,
"lemma": "dib",
"start_char": 65,
"text": "Dibs",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 70,
"feats": null,
"head": 14,
"id": 15,
"lemma": "!",
"start_char": 69,
"text": "!",
"upos": "PUNCT",
"xpos": "."
},
{
"deprel": "punct",
"end_char": 71,
"feats": null,
"head": 14,
"id": 16,
"lemma": "\"",
"start_char": 70,
"text": "\"",
"upos": "PUNCT",
"xpos": "''"
},
{
"deprel": "cop",
"end_char": 75,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 18,
"id": 17,
"lemma": "be",
"start_char": 72,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 83,
"feats": "Degree=Cmp",
"head": 8,
"id": 18,
"lemma": "quick",
"start_char": 76,
"text": "quicker",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "punct",
"end_char": 84,
"feats": null,
"head": 2,
"id": 19,
"lemma": ".",
"start_char": 83,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
11,
11
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The foxes are getting in at night and attacking the chickens . I shall have to kill them . | 395 | [
{
"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": 90,
"id": 2,
"speaker": null,
"start_char": 63,
"text": "I shall have to kill them .",
"tokens": [
{
"deprel": "nsubj",
"end_char": 64,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "I",
"start_char": 63,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 70,
"feats": "VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "shall",
"start_char": 65,
"text": "shall",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "root",
"end_char": 75,
"feats": "VerbForm=Inf",
"head": 0,
"id": 3,
"lemma": "have",
"start_char": 71,
"text": "have",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "mark",
"end_char": 78,
"feats": null,
"head": 5,
"id": 4,
"lemma": "to",
"start_char": 76,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 83,
"feats": "VerbForm=Inf",
"head": 3,
"id": 5,
"lemma": "kill",
"start_char": 79,
"text": "kill",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 88,
"feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs",
"head": 5,
"id": 6,
"lemma": "they",
"start_char": 84,
"text": "them",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 90,
"feats": null,
"head": 3,
"id": 7,
"lemma": ".",
"start_char": 89,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
9,
10
]
],
[
[
1,
5,
5
]
]
] | 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. | 396 | [
{
"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,
0,
0
]
],
[
[
1,
7,
7
]
]
] | 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. | 397 | [
{
"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
]
],
[
[
2,
24,
24
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
The dog chased the cat , which ran up a tree. It waited at the bottom. | 398 | [
{
"end_char": 45,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "The dog chased the cat , which ran up a 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": 7,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "dog",
"start_char": 4,
"text": "dog",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "root",
"end_char": 14,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "chase",
"start_char": 8,
"text": "chased",
"upos": "VERB",
"xpos": "VBD"
},
{
"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": "obj",
"end_char": 22,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "cat",
"start_char": 19,
"text": "cat",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 24,
"feats": null,
"head": 8,
"id": 6,
"lemma": ",",
"start_char": 23,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 30,
"feats": "PronType=Rel",
"head": 8,
"id": 7,
"lemma": "which",
"start_char": 25,
"text": "which",
"upos": "PRON",
"xpos": "WDT"
},
{
"deprel": "acl:relcl",
"end_char": 34,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 5,
"id": 8,
"lemma": "run",
"start_char": 31,
"text": "ran",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "compound:prt",
"end_char": 37,
"feats": null,
"head": 8,
"id": 9,
"lemma": "up",
"start_char": 35,
"text": "up",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "det",
"end_char": 39,
"feats": "Definite=Ind|PronType=Art",
"head": 11,
"id": 10,
"lemma": "a",
"start_char": 38,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 44,
"feats": "Number=Sing",
"head": 8,
"id": 11,
"lemma": "tree",
"start_char": 40,
"text": "tree",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 45,
"feats": null,
"head": 3,
"id": 12,
"lemma": ".",
"start_char": 44,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 70,
"id": 2,
"speaker": null,
"start_char": 46,
"text": "It waited at the bottom.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 48,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 2,
"id": 1,
"lemma": "it",
"start_char": 46,
"text": "It",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 55,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "wait",
"start_char": 49,
"text": "waited",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 58,
"feats": null,
"head": 5,
"id": 3,
"lemma": "at",
"start_char": 56,
"text": "at",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 62,
"feats": "Definite=Def|PronType=Art",
"head": 5,
"id": 4,
"lemma": "the",
"start_char": 59,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 69,
"feats": "Number=Sing",
"head": 2,
"id": 5,
"lemma": "bottom",
"start_char": 63,
"text": "bottom",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 70,
"feats": null,
"head": 2,
"id": 6,
"lemma": ".",
"start_char": 69,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
1
],
[
1,
0,
0
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |
Sir Clifford wants me to find him a new groom , about twenty or twenty-one, who knows his business. His old coachman is getting feeble, and he wants a man to work with him and get into his ways, who would be able, when the old man was pensioned off, to step into his place | 399 | [
{
"end_char": 99,
"id": 1,
"speaker": null,
"start_char": 0,
"text": "Sir Clifford wants me to find him a new groom , about twenty or twenty-one, who knows his business.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Sir",
"start_char": 0,
"text": "Sir",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "flat",
"end_char": 12,
"feats": "Number=Sing",
"head": 1,
"id": 2,
"lemma": "Clifford",
"start_char": 4,
"text": "Clifford",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 18,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "want",
"start_char": 13,
"text": "wants",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "obj",
"end_char": 21,
"feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs",
"head": 3,
"id": 4,
"lemma": "I",
"start_char": 19,
"text": "me",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "mark",
"end_char": 24,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"start_char": 22,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 29,
"feats": "VerbForm=Inf",
"head": 3,
"id": 6,
"lemma": "find",
"start_char": 25,
"text": "find",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "iobj",
"end_char": 33,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 6,
"id": 7,
"lemma": "he",
"start_char": 30,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "det",
"end_char": 35,
"feats": "Definite=Ind|PronType=Art",
"head": 10,
"id": 8,
"lemma": "a",
"start_char": 34,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 39,
"feats": "Degree=Pos",
"head": 10,
"id": 9,
"lemma": "new",
"start_char": 36,
"text": "new",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 45,
"feats": "Number=Sing",
"head": 6,
"id": 10,
"lemma": "groom",
"start_char": 40,
"text": "groom",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 47,
"feats": null,
"head": 10,
"id": 11,
"lemma": ",",
"start_char": 46,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 53,
"feats": null,
"head": 13,
"id": 12,
"lemma": "about",
"start_char": 48,
"text": "about",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "appos",
"end_char": 60,
"feats": "NumForm=Word|NumType=Card",
"head": 10,
"id": 13,
"lemma": "twenty",
"start_char": 54,
"text": "twenty",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "cc",
"end_char": 63,
"feats": null,
"head": 15,
"id": 14,
"lemma": "or",
"start_char": 61,
"text": "or",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 70,
"feats": "NumForm=Word|NumType=Card",
"head": 13,
"id": 15,
"lemma": "twenty",
"start_char": 64,
"text": "twenty",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "punct",
"end_char": 71,
"feats": null,
"head": 15,
"id": 16,
"lemma": "-",
"start_char": 70,
"text": "-",
"upos": "PUNCT",
"xpos": "HYPH"
},
{
"deprel": "conj",
"end_char": 74,
"feats": "NumForm=Word|NumType=Card",
"head": 13,
"id": 17,
"lemma": "one",
"start_char": 71,
"text": "one",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "punct",
"end_char": 75,
"feats": null,
"head": 20,
"id": 18,
"lemma": ",",
"start_char": 74,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 79,
"feats": "PronType=Rel",
"head": 20,
"id": 19,
"lemma": "who",
"start_char": 76,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "acl:relcl",
"end_char": 85,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 10,
"id": 20,
"lemma": "know",
"start_char": 80,
"text": "knows",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "nmod:poss",
"end_char": 89,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 22,
"id": 21,
"lemma": "his",
"start_char": 86,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 98,
"feats": "Number=Sing",
"head": 20,
"id": 22,
"lemma": "business",
"start_char": 90,
"text": "business",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 99,
"feats": null,
"head": 3,
"id": 23,
"lemma": ".",
"start_char": 98,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
},
{
"end_char": 272,
"id": 2,
"speaker": null,
"start_char": 100,
"text": "His old coachman is getting feeble, and he wants a man to work with him and get into his ways, who would be able, when the old man was pensioned off, to step into his place",
"tokens": [
{
"deprel": "nmod:poss",
"end_char": 103,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 3,
"id": 1,
"lemma": "his",
"start_char": 100,
"text": "His",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "amod",
"end_char": 107,
"feats": "Degree=Pos",
"head": 3,
"id": 2,
"lemma": "old",
"start_char": 104,
"text": "old",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 116,
"feats": "Number=Sing",
"head": 5,
"id": 3,
"lemma": "coachman",
"start_char": 108,
"text": "coachman",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 119,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 5,
"id": 4,
"lemma": "be",
"start_char": 117,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "root",
"end_char": 127,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 5,
"lemma": "get",
"start_char": 120,
"text": "getting",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "xcomp",
"end_char": 134,
"feats": "Degree=Pos",
"head": 5,
"id": 6,
"lemma": "feeble",
"start_char": 128,
"text": "feeble",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 135,
"feats": null,
"head": 10,
"id": 7,
"lemma": ",",
"start_char": 134,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 139,
"feats": null,
"head": 10,
"id": 8,
"lemma": "and",
"start_char": 136,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 142,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 9,
"lemma": "he",
"start_char": 140,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 148,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 5,
"id": 10,
"lemma": "want",
"start_char": 143,
"text": "wants",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "det",
"end_char": 150,
"feats": "Definite=Ind|PronType=Art",
"head": 12,
"id": 11,
"lemma": "a",
"start_char": 149,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 154,
"feats": "Number=Sing",
"head": 10,
"id": 12,
"lemma": "man",
"start_char": 151,
"text": "man",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 157,
"feats": null,
"head": 14,
"id": 13,
"lemma": "to",
"start_char": 155,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "acl",
"end_char": 162,
"feats": "VerbForm=Inf",
"head": 12,
"id": 14,
"lemma": "work",
"start_char": 158,
"text": "work",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 167,
"feats": null,
"head": 16,
"id": 15,
"lemma": "with",
"start_char": 163,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 171,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 16,
"lemma": "he",
"start_char": 168,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cc",
"end_char": 175,
"feats": null,
"head": 18,
"id": 17,
"lemma": "and",
"start_char": 172,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 179,
"feats": "VerbForm=Inf",
"head": 14,
"id": 18,
"lemma": "get",
"start_char": 176,
"text": "get",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 184,
"feats": null,
"head": 21,
"id": 19,
"lemma": "into",
"start_char": 180,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 188,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 21,
"id": 20,
"lemma": "his",
"start_char": 185,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 193,
"feats": "Number=Plur",
"head": 18,
"id": 21,
"lemma": "way",
"start_char": 189,
"text": "ways",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 194,
"feats": null,
"head": 26,
"id": 22,
"lemma": ",",
"start_char": 193,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 198,
"feats": "PronType=Rel",
"head": 26,
"id": 23,
"lemma": "who",
"start_char": 195,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "aux",
"end_char": 204,
"feats": "VerbForm=Fin",
"head": 26,
"id": 24,
"lemma": "would",
"start_char": 199,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "cop",
"end_char": 207,
"feats": "VerbForm=Inf",
"head": 26,
"id": 25,
"lemma": "be",
"start_char": 205,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "acl:relcl",
"end_char": 212,
"feats": "Degree=Pos",
"head": 21,
"id": 26,
"lemma": "able",
"start_char": 208,
"text": "able",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 213,
"feats": null,
"head": 26,
"id": 27,
"lemma": ",",
"start_char": 212,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 218,
"feats": "PronType=Int",
"head": 33,
"id": 28,
"lemma": "when",
"start_char": 214,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "det",
"end_char": 222,
"feats": "Definite=Def|PronType=Art",
"head": 31,
"id": 29,
"lemma": "the",
"start_char": 219,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 226,
"feats": "Degree=Pos",
"head": 31,
"id": 30,
"lemma": "old",
"start_char": 223,
"text": "old",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj:pass",
"end_char": 230,
"feats": "Number=Sing",
"head": 33,
"id": 31,
"lemma": "man",
"start_char": 227,
"text": "man",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux:pass",
"end_char": 234,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 33,
"id": 32,
"lemma": "be",
"start_char": 231,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 244,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 26,
"id": 33,
"lemma": "pension",
"start_char": 235,
"text": "pensioned",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "compound:prt",
"end_char": 248,
"feats": null,
"head": 33,
"id": 34,
"lemma": "off",
"start_char": 245,
"text": "off",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 249,
"feats": null,
"head": 37,
"id": 35,
"lemma": ",",
"start_char": 248,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 252,
"feats": null,
"head": 37,
"id": 36,
"lemma": "to",
"start_char": 250,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 257,
"feats": "VerbForm=Inf",
"head": 33,
"id": 37,
"lemma": "step",
"start_char": 253,
"text": "step",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 262,
"feats": null,
"head": 40,
"id": 38,
"lemma": "into",
"start_char": 258,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 266,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 40,
"id": 39,
"lemma": "his",
"start_char": 263,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 272,
"feats": "Number=Sing",
"head": 37,
"id": 40,
"lemma": "place",
"start_char": 267,
"text": "place",
"upos": "NOUN",
"xpos": "NN"
}
]
}
] | [
[
[
0,
8,
9
],
[
0,
20,
20
]
]
] | generated_by_undergraduate_students | {
"comment": "detokenizer=source"
} |