id
stringlengths 32
32
| text
stringlengths 39
174
| sentences
listlengths 1
1
| coref_chains
sequencelengths 2
2
| genre
stringclasses 1
value | meta_data
dict |
---|---|---|---|---|---|
01b9f31dba04fdb7c001c046fad1c748 | Cassie likes Adeline because she can be more versatile but Benny likes being a tank. | [
{
"end_char": 84,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Cassie)) (VP (VBZ likes) (NP (NNP Adeline)) (SBAR (IN because) (S (S (NP (PRP she)) (VP (MD can) (VP (VB be) (ADJP (RBR more) (JJ versatile))))) (CC but) (S (NP (NNP Benny)) (VP (VBZ likes) (S (VP (VBG being) (NP (DT a) (NN tank))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Cassie likes Adeline because she can be more versatile but Benny likes being a tank.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Cassie",
"misc": "",
"start_char": 0,
"text": "Cassie",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 12,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "like",
"misc": "",
"start_char": 7,
"text": "likes",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "obj",
"end_char": 20,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "Adeline",
"misc": "",
"start_char": 13,
"text": "Adeline",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 28,
"feats": null,
"head": 9,
"id": 4,
"lemma": "because",
"misc": "",
"start_char": 21,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 32,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 9,
"id": 5,
"lemma": "she",
"misc": "",
"start_char": 29,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 36,
"feats": "VerbForm=Fin",
"head": 9,
"id": 6,
"lemma": "can",
"misc": "",
"start_char": 33,
"text": "can",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "cop",
"end_char": 39,
"feats": "VerbForm=Inf",
"head": 9,
"id": 7,
"lemma": "be",
"misc": "",
"start_char": 37,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "advmod",
"end_char": 44,
"feats": "Degree=Cmp",
"head": 9,
"id": 8,
"lemma": "more",
"misc": "",
"start_char": 40,
"text": "more",
"upos": "ADV",
"xpos": "RBR"
},
{
"deprel": "advcl",
"end_char": 54,
"feats": "Degree=Pos",
"head": 2,
"id": 9,
"lemma": "versatile",
"misc": "",
"start_char": 45,
"text": "versatile",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "cc",
"end_char": 58,
"feats": null,
"head": 12,
"id": 10,
"lemma": "but",
"misc": "",
"start_char": 55,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 64,
"feats": "Number=Sing",
"head": 12,
"id": 11,
"lemma": "Benny",
"misc": "",
"start_char": 59,
"text": "Benny",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "conj",
"end_char": 70,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 2,
"id": 12,
"lemma": "like",
"misc": "",
"start_char": 65,
"text": "likes",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "cop",
"end_char": 76,
"feats": "VerbForm=Ger",
"head": 15,
"id": 13,
"lemma": "be",
"misc": "",
"start_char": 71,
"text": "being",
"upos": "AUX",
"xpos": "VBG"
},
{
"deprel": "det",
"end_char": 78,
"feats": "Definite=Ind|PronType=Art",
"head": 15,
"id": 14,
"lemma": "a",
"misc": "",
"start_char": 77,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "xcomp",
"end_char": 83,
"feats": "Number=Sing",
"head": 12,
"id": 15,
"lemma": "tank",
"misc": "",
"start_char": 79,
"text": "tank",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 85,
"feats": null,
"head": 2,
"id": 16,
"lemma": ".",
"misc": "",
"start_char": 84,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
2,
2
],
[
0,
4,
4
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
ced786ffea86881c5b1f351fcc76ed88 | Daniel was stronger than Cory slightly but couldn't affect him. | [
{
"end_char": 63,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Daniel)) (VP (VP (VBD was) (ADJP (ADJP (JJR stronger)) (PP (IN than) (NP (NNP Cory)))) (ADVP (RB slightly))) (CC but) (VP (MD could) (RB n't) (VP (VB affect) (NP (PRP him))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Daniel was stronger than Cory slightly but couldn't affect him.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Daniel",
"misc": "",
"start_char": 0,
"text": "Daniel",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 10,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 7,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 19,
"feats": "Degree=Cmp",
"head": 0,
"id": 3,
"lemma": "strong",
"misc": "",
"start_char": 11,
"text": "stronger",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "case",
"end_char": 24,
"feats": null,
"head": 5,
"id": 4,
"lemma": "than",
"misc": "",
"start_char": 20,
"text": "than",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 29,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "cory",
"misc": "",
"start_char": 25,
"text": "Cory",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 38,
"feats": null,
"head": 3,
"id": 6,
"lemma": "slightly",
"misc": "",
"start_char": 30,
"text": "slightly",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "cc",
"end_char": 42,
"feats": null,
"head": 10,
"id": 7,
"lemma": "but",
"misc": "",
"start_char": 39,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "aux",
"end_char": 48,
"feats": "VerbForm=Fin",
"head": 10,
"id": 8,
"lemma": "could",
"misc": "",
"start_char": 43,
"text": "could",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 52,
"feats": null,
"head": 10,
"id": 9,
"lemma": "not",
"misc": "",
"start_char": 49,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 59,
"feats": "VerbForm=Inf",
"head": 3,
"id": 10,
"lemma": "affect",
"misc": "",
"start_char": 53,
"text": "affect",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 63,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 11,
"lemma": "he",
"misc": "",
"start_char": 60,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 65,
"feats": null,
"head": 3,
"id": 12,
"lemma": ".",
"misc": "",
"start_char": 64,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
4,
4
],
[
0,
10,
10
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
a0d331ea7e37978a6276216b103e992e | Does Patrick get to be Mark now since he also has ONE hit like that? | [
{
"end_char": 68,
"id": 1,
"misc": {
"parse_tree": "(ROOT (SQ (VBZ Does) (NP (NNP Patrick)) (VP (VB get) (S (VP (TO to) (VP (VB be) (NP (NNP Mark)) (ADVP (RB now)) (SBAR (IN since) (S (NP (PRP he)) (ADVP (RB also)) (VP (VBZ has) (NP (CD ONE)) (VP (NN hit) (PP (IN like) (NP (DT that))))))))))) (. ?)))"
},
"speaker": null,
"start_char": 0,
"text": "Does Patrick get to be Mark now since he also has ONE hit like that?",
"tokens": [
{
"deprel": "aux",
"end_char": 4,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 1,
"lemma": "do",
"misc": "",
"start_char": 0,
"text": "Does",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "nsubj",
"end_char": 12,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "Patrick",
"misc": "",
"start_char": 5,
"text": "Patrick",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 16,
"feats": "VerbForm=Inf",
"head": 0,
"id": 3,
"lemma": "get",
"misc": "",
"start_char": 13,
"text": "get",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "mark",
"end_char": 19,
"feats": null,
"head": 6,
"id": 4,
"lemma": "to",
"misc": "",
"start_char": 17,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "cop",
"end_char": 22,
"feats": "VerbForm=Inf",
"head": 6,
"id": 5,
"lemma": "be",
"misc": "",
"start_char": 20,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "xcomp",
"end_char": 27,
"feats": "Number=Sing",
"head": 3,
"id": 6,
"lemma": "Mark",
"misc": "",
"start_char": 23,
"text": "Mark",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 31,
"feats": null,
"head": 6,
"id": 7,
"lemma": "now",
"misc": "",
"start_char": 28,
"text": "now",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 37,
"feats": null,
"head": 11,
"id": 8,
"lemma": "since",
"misc": "",
"start_char": 32,
"text": "since",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 40,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 9,
"lemma": "he",
"misc": "",
"start_char": 38,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 45,
"feats": null,
"head": 11,
"id": 10,
"lemma": "also",
"misc": "",
"start_char": 41,
"text": "also",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 49,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 11,
"lemma": "have",
"misc": "",
"start_char": 46,
"text": "has",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "nummod",
"end_char": 53,
"feats": "NumForm=Word|NumType=Card",
"head": 13,
"id": 12,
"lemma": "one",
"misc": "",
"start_char": 50,
"text": "ONE",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "obj",
"end_char": 57,
"feats": "Number=Sing",
"head": 11,
"id": 13,
"lemma": "hit",
"misc": "",
"start_char": 54,
"text": "hit",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 62,
"feats": null,
"head": 15,
"id": 14,
"lemma": "like",
"misc": "",
"start_char": 58,
"text": "like",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 67,
"feats": "Number=Sing|PronType=Dem",
"head": 13,
"id": 15,
"lemma": "that",
"misc": "",
"start_char": 63,
"text": "that",
"upos": "PRON",
"xpos": "DT"
},
{
"deprel": "punct",
"end_char": 69,
"feats": null,
"head": 3,
"id": 16,
"lemma": "?",
"misc": "",
"start_char": 68,
"text": "?",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
],
[
0,
8,
8
]
],
[
[
0,
5,
5
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
ad8bbe159e284e31da5a604846b71967 | Actually Daryl was my least favorite I even liked Tracy better because he shut the hell up. | [
{
"end_char": 91,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (ADVP (RB Actually)) (NP (NNP Daryl)) (VP (VBD was) (NP (NP (PRP$ my) (JJS least) (NN favorite)) (SBAR (S (NP (PRP I)) (ADVP (RB even)) (VP (VBD liked) (NP (NNP Tracy)) (ADVP (RBR better)) (SBAR (IN because) (S (NP (PRP he)) (VP (VBD shut) (NP (DT the) (NN hell)) (PRT (RP up)))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Actually Daryl was my least favorite I even liked Tracy better because he shut the hell up.",
"tokens": [
{
"deprel": "advmod",
"end_char": 8,
"feats": null,
"head": 6,
"id": 1,
"lemma": "actually",
"misc": "",
"start_char": 0,
"text": "Actually",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 14,
"feats": "Number=Sing",
"head": 6,
"id": 2,
"lemma": "Daryl",
"misc": "",
"start_char": 9,
"text": "Daryl",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 18,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 6,
"id": 3,
"lemma": "be",
"misc": "",
"start_char": 15,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 21,
"feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
"head": 6,
"id": 4,
"lemma": "my",
"misc": "",
"start_char": 19,
"text": "my",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "amod",
"end_char": 27,
"feats": "Degree=Sup",
"head": 6,
"id": 5,
"lemma": "least",
"misc": "",
"start_char": 22,
"text": "least",
"upos": "ADJ",
"xpos": "JJS"
},
{
"deprel": "root",
"end_char": 36,
"feats": "Number=Sing",
"head": 0,
"id": 6,
"lemma": "favorite",
"misc": "",
"start_char": 28,
"text": "favorite",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 38,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 9,
"id": 7,
"lemma": "I",
"misc": "",
"start_char": 37,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 43,
"feats": null,
"head": 9,
"id": 8,
"lemma": "even",
"misc": "",
"start_char": 39,
"text": "even",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "acl:relcl",
"end_char": 49,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 6,
"id": 9,
"lemma": "like",
"misc": "",
"start_char": 44,
"text": "liked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 55,
"feats": "Number=Sing",
"head": 9,
"id": 10,
"lemma": "Tracy",
"misc": "",
"start_char": 50,
"text": "Tracy",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 62,
"feats": "Degree=Cmp",
"head": 9,
"id": 11,
"lemma": "well",
"misc": "",
"start_char": 56,
"text": "better",
"upos": "ADV",
"xpos": "RBR"
},
{
"deprel": "mark",
"end_char": 70,
"feats": null,
"head": 14,
"id": 12,
"lemma": "because",
"misc": "",
"start_char": 63,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 73,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 13,
"lemma": "he",
"misc": "",
"start_char": 71,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 78,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 9,
"id": 14,
"lemma": "shut",
"misc": "",
"start_char": 74,
"text": "shut",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 82,
"feats": "Definite=Def|PronType=Art",
"head": 16,
"id": 15,
"lemma": "the",
"misc": "",
"start_char": 79,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 87,
"feats": "Number=Sing",
"head": 14,
"id": 16,
"lemma": "hell",
"misc": "",
"start_char": 83,
"text": "hell",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "compound:prt",
"end_char": 90,
"feats": null,
"head": 14,
"id": 17,
"lemma": "up",
"misc": "",
"start_char": 88,
"text": "up",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 92,
"feats": null,
"head": 6,
"id": 18,
"lemma": ".",
"misc": "",
"start_char": 91,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
]
],
[
[
0,
9,
9
],
[
0,
12,
12
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
7b6f968aa0ac497c667fba19c30f6a9c | Johnny lacks the explosiveness of David, although his length does go a long way to compensating for that comparative deficiency. | [
{
"end_char": 128,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Johnny)) (VP (VBZ lacks) (NP (NP (DT the) (NN explosiveness)) (PP (IN of) (NP (NNP David)))) (, ,) (SBAR (IN although) (S (NP (PRP$ his) (NN length)) (VP (VBZ does) (VP (VB go) (NP (DT a) (JJ long) (NN way)) (PP (IN to) (S (VP (VBG compensating) (PP (IN for) (NP (DT that) (JJ comparative) (NN deficiency))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Johnny lacks the explosiveness of David, although his length does go a long way to compensating for that comparative deficiency.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Johnny",
"misc": "",
"start_char": 0,
"text": "Johnny",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 12,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "lack",
"misc": "",
"start_char": 7,
"text": "lacks",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "det",
"end_char": 16,
"feats": "Definite=Def|PronType=Art",
"head": 4,
"id": 3,
"lemma": "the",
"misc": "",
"start_char": 13,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 30,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "explosiveness",
"misc": "",
"start_char": 17,
"text": "explosiveness",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 33,
"feats": null,
"head": 6,
"id": 5,
"lemma": "of",
"misc": "",
"start_char": 31,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 39,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "David",
"misc": "",
"start_char": 34,
"text": "David",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 41,
"feats": null,
"head": 12,
"id": 7,
"lemma": ",",
"misc": "",
"start_char": 40,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 50,
"feats": null,
"head": 12,
"id": 8,
"lemma": "although",
"misc": "",
"start_char": 42,
"text": "although",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 54,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 10,
"id": 9,
"lemma": "his",
"misc": "",
"start_char": 51,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nsubj",
"end_char": 61,
"feats": "Number=Sing",
"head": 12,
"id": 10,
"lemma": "length",
"misc": "",
"start_char": 55,
"text": "length",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 66,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 12,
"id": 11,
"lemma": "do",
"misc": "",
"start_char": 62,
"text": "does",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advcl",
"end_char": 69,
"feats": "VerbForm=Inf",
"head": 2,
"id": 12,
"lemma": "go",
"misc": "",
"start_char": 67,
"text": "go",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 71,
"feats": "Definite=Ind|PronType=Art",
"head": 15,
"id": 13,
"lemma": "a",
"misc": "",
"start_char": 70,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 76,
"feats": "Degree=Pos",
"head": 15,
"id": 14,
"lemma": "long",
"misc": "",
"start_char": 72,
"text": "long",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 80,
"feats": "Number=Sing",
"head": 12,
"id": 15,
"lemma": "way",
"misc": "",
"start_char": 77,
"text": "way",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 83,
"feats": null,
"head": 17,
"id": 16,
"lemma": "to",
"misc": "",
"start_char": 81,
"text": "to",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "advcl",
"end_char": 96,
"feats": "VerbForm=Ger",
"head": 12,
"id": 17,
"lemma": "compensate",
"misc": "",
"start_char": 84,
"text": "compensating",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 100,
"feats": null,
"head": 21,
"id": 18,
"lemma": "for",
"misc": "",
"start_char": 97,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 105,
"feats": "Number=Sing|PronType=Dem",
"head": 21,
"id": 19,
"lemma": "that",
"misc": "",
"start_char": 101,
"text": "that",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 117,
"feats": "Degree=Pos",
"head": 21,
"id": 20,
"lemma": "comparative",
"misc": "",
"start_char": 106,
"text": "comparative",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 128,
"feats": "Number=Sing",
"head": 17,
"id": 21,
"lemma": "deficiency",
"misc": "",
"start_char": 118,
"text": "deficiency",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 130,
"feats": null,
"head": 2,
"id": 22,
"lemma": ".",
"misc": "",
"start_char": 129,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
8,
8
]
],
[
[
0,
5,
5
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
832db770fd03fc56bbcf23a85fd98cdd | James was made for Shane but does he have other uses? | [
{
"end_char": 53,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP James)) (VP (VBD was) (VP (VBN made) (PP (IN for) (NP (NNP Shane)))))) (CC but) (SQ (VBZ does) (NP (PRP he)) (VP (VB have) (NP (JJ other) (NNS uses)))) (. ?)))"
},
"speaker": null,
"start_char": 0,
"text": "James was made for Shane but does he have other uses?",
"tokens": [
{
"deprel": "nsubj:pass",
"end_char": 5,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "James",
"misc": "",
"start_char": 0,
"text": "James",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux:pass",
"end_char": 9,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 6,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 14,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 3,
"lemma": "make",
"misc": "",
"start_char": 10,
"text": "made",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 18,
"feats": null,
"head": 5,
"id": 4,
"lemma": "for",
"misc": "",
"start_char": 15,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 24,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "Shane",
"misc": "",
"start_char": 19,
"text": "Shane",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cc",
"end_char": 28,
"feats": null,
"head": 9,
"id": 6,
"lemma": "but",
"misc": "",
"start_char": 25,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "aux",
"end_char": 33,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 9,
"id": 7,
"lemma": "do",
"misc": "",
"start_char": 29,
"text": "does",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "nsubj",
"end_char": 36,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 9,
"id": 8,
"lemma": "he",
"misc": "",
"start_char": 34,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 41,
"feats": "VerbForm=Inf",
"head": 3,
"id": 9,
"lemma": "have",
"misc": "",
"start_char": 37,
"text": "have",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "amod",
"end_char": 47,
"feats": "Degree=Pos",
"head": 11,
"id": 10,
"lemma": "other",
"misc": "",
"start_char": 42,
"text": "other",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 52,
"feats": "Number=Plur",
"head": 9,
"id": 11,
"lemma": "use",
"misc": "",
"start_char": 48,
"text": "uses",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 54,
"feats": null,
"head": 3,
"id": 12,
"lemma": "?",
"misc": "",
"start_char": 53,
"text": "?",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
7,
7
]
],
[
[
0,
4,
4
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
ff7d74eea1f130a4857af21f613ef69e | Erma isn't romantically or sexually attracted to Jennifer in the slightest, and neither is she to her. | [
{
"end_char": 102,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Erma)) (VP (VBZ is) (RB n't) (ADJP (ADVP (RB romantically)) (CC or) (ADJP (RB sexually)) (VBN attracted) (PP (IN to) (NP (NNP Jennifer)))) (PP (IN in) (NP (DT the) (JJS slightest))))) (, ,) (CC and) (S (NP (DT neither)) (VP (VBZ is) (NP (PRP she)) (PP (IN to) (NP (PRP her))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Erma isn't romantically or sexually attracted to Jennifer in the slightest, and neither is she to her.",
"tokens": [
{
"deprel": "nsubj:pass",
"end_char": 4,
"feats": "Number=Sing",
"head": 7,
"id": 1,
"lemma": "Erma",
"misc": "",
"start_char": 0,
"text": "Erma",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux:pass",
"end_char": 7,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 7,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 5,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 11,
"feats": null,
"head": 7,
"id": 3,
"lemma": "not",
"misc": "",
"start_char": 8,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 24,
"feats": null,
"head": 7,
"id": 4,
"lemma": "romantically",
"misc": "",
"start_char": 12,
"text": "romantically",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "cc",
"end_char": 27,
"feats": null,
"head": 6,
"id": 5,
"lemma": "or",
"misc": "",
"start_char": 25,
"text": "or",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 36,
"feats": null,
"head": 4,
"id": 6,
"lemma": "sexually",
"misc": "",
"start_char": 28,
"text": "sexually",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 46,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 7,
"lemma": "attract",
"misc": "",
"start_char": 37,
"text": "attracted",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 49,
"feats": null,
"head": 9,
"id": 8,
"lemma": "to",
"misc": "",
"start_char": 47,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 58,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "Jennifer",
"misc": "",
"start_char": 50,
"text": "Jennifer",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 61,
"feats": null,
"head": 12,
"id": 10,
"lemma": "in",
"misc": "",
"start_char": 59,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 65,
"feats": "Definite=Def|PronType=Art",
"head": 12,
"id": 11,
"lemma": "the",
"misc": "",
"start_char": 62,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 75,
"feats": "Degree=Sup",
"head": 7,
"id": 12,
"lemma": "slight",
"misc": "",
"start_char": 66,
"text": "slightest",
"upos": "ADJ",
"xpos": "JJS"
},
{
"deprel": "punct",
"end_char": 77,
"feats": null,
"head": 16,
"id": 13,
"lemma": ",",
"misc": "",
"start_char": 76,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 81,
"feats": null,
"head": 16,
"id": 14,
"lemma": "and",
"misc": "",
"start_char": 78,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 89,
"feats": "PronType=Art",
"head": 16,
"id": 15,
"lemma": "neither",
"misc": "",
"start_char": 82,
"text": "neither",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "conj",
"end_char": 92,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 7,
"id": 16,
"lemma": "be",
"misc": "",
"start_char": 90,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "nsubj",
"end_char": 96,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 16,
"id": 17,
"lemma": "she",
"misc": "",
"start_char": 93,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 99,
"feats": null,
"head": 19,
"id": 18,
"lemma": "to",
"misc": "",
"start_char": 97,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 103,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 16,
"id": 19,
"lemma": "her",
"misc": "",
"start_char": 100,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 105,
"feats": null,
"head": 7,
"id": 20,
"lemma": ".",
"misc": "",
"start_char": 104,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
8,
8
],
[
0,
16,
16
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
e5ad12045e6eebd5311a2bc897a3acc7 | Robert arrives, proceeds to decimate Dwayne because his power is so much higher. | [
{
"end_char": 80,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Robert)) (VP (VP (VBZ arrives)) (, ,) (VP (VBZ proceeds) (S (VP (TO to) (VP (VB decimate) (NP (NNP Dwayne)))))) (SBAR (IN because) (S (NP (PRP$ his) (NN power)) (VP (VBZ is) (ADVP (RB so) (RB much) (JJR higher)))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Robert arrives, proceeds to decimate Dwayne because his power is so much higher.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Robert",
"misc": "",
"start_char": 0,
"text": "Robert",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 14,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "arrive",
"misc": "",
"start_char": 7,
"text": "arrives",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "punct",
"end_char": 16,
"feats": null,
"head": 4,
"id": 3,
"lemma": ",",
"misc": "",
"start_char": 15,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "conj",
"end_char": 25,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 2,
"id": 4,
"lemma": "proceed",
"misc": "",
"start_char": 17,
"text": "proceeds",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "mark",
"end_char": 28,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"misc": "",
"start_char": 26,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 37,
"feats": "VerbForm=Inf",
"head": 4,
"id": 6,
"lemma": "decimate",
"misc": "",
"start_char": 29,
"text": "decimate",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 44,
"feats": "Number=Sing",
"head": 6,
"id": 7,
"lemma": "Dwayne",
"misc": "",
"start_char": 38,
"text": "Dwayne",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 52,
"feats": null,
"head": 14,
"id": 8,
"lemma": "because",
"misc": "",
"start_char": 45,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 56,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 10,
"id": 9,
"lemma": "his",
"misc": "",
"start_char": 53,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nsubj",
"end_char": 62,
"feats": "Number=Sing",
"head": 14,
"id": 10,
"lemma": "power",
"misc": "",
"start_char": 57,
"text": "power",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cop",
"end_char": 65,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 14,
"id": 11,
"lemma": "be",
"misc": "",
"start_char": 63,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 68,
"feats": null,
"head": 13,
"id": 12,
"lemma": "so",
"misc": "",
"start_char": 66,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 73,
"feats": null,
"head": 14,
"id": 13,
"lemma": "much",
"misc": "",
"start_char": 69,
"text": "much",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 80,
"feats": "Degree=Cmp",
"head": 2,
"id": 14,
"lemma": "high",
"misc": "",
"start_char": 74,
"text": "higher",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "punct",
"end_char": 82,
"feats": null,
"head": 2,
"id": 15,
"lemma": ".",
"misc": "",
"start_char": 81,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
8,
8
]
],
[
[
0,
6,
6
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
20af8f9aa950d5688a9a412b6ad9c328 | And Jason obviously wouldn't shut down Alexander, but I think he could hold him to maybe a few less ppg and force some turnovers. | [
{
"end_char": 129,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (CC And) (S (NP (NNP Jason)) (ADVP (RB obviously)) (VP (MD would) (RB n't) (VP (VB shut) (PRT (RP down)) (NP (NNP Alexander))))) (, ,) (CC but) (S (NP (PRP I)) (VP (VBP think) (SBAR (S (NP (PRP he)) (VP (MD could) (VP (VP (VB hold) (NP (PRP him)) (PP (IN to) (NP (ADVP (RB maybe)) (DT a) (ADJP (JJ few) (JJR less)) (NN ppg)))) (CC and) (VP (VB force) (NP (DT some) (NNS turnovers))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "And Jason obviously wouldn't shut down Alexander, but I think he could hold him to maybe a few less ppg and force some turnovers.",
"tokens": [
{
"deprel": "cc",
"end_char": 3,
"feats": null,
"head": 6,
"id": 1,
"lemma": "and",
"misc": "",
"start_char": 0,
"text": "And",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 9,
"feats": "Number=Sing",
"head": 6,
"id": 2,
"lemma": "Jason",
"misc": "",
"start_char": 4,
"text": "Jason",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 19,
"feats": null,
"head": 6,
"id": 3,
"lemma": "obviously",
"misc": "",
"start_char": 10,
"text": "obviously",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "aux",
"end_char": 25,
"feats": "VerbForm=Fin",
"head": 6,
"id": 4,
"lemma": "would",
"misc": "",
"start_char": 20,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 29,
"feats": null,
"head": 6,
"id": 5,
"lemma": "not",
"misc": "",
"start_char": 26,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 34,
"feats": "VerbForm=Inf",
"head": 0,
"id": 6,
"lemma": "shut",
"misc": "",
"start_char": 30,
"text": "shut",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "compound:prt",
"end_char": 39,
"feats": null,
"head": 6,
"id": 7,
"lemma": "down",
"misc": "",
"start_char": 35,
"text": "down",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "obj",
"end_char": 49,
"feats": "Number=Sing",
"head": 6,
"id": 8,
"lemma": "Alexander",
"misc": "",
"start_char": 40,
"text": "Alexander",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 51,
"feats": null,
"head": 12,
"id": 9,
"lemma": ",",
"misc": "",
"start_char": 50,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 55,
"feats": null,
"head": 12,
"id": 10,
"lemma": "but",
"misc": "",
"start_char": 52,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 57,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 12,
"id": 11,
"lemma": "I",
"misc": "",
"start_char": 56,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 63,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
"head": 6,
"id": 12,
"lemma": "think",
"misc": "",
"start_char": 58,
"text": "think",
"upos": "VERB",
"xpos": "VBP"
},
{
"deprel": "nsubj",
"end_char": 66,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 15,
"id": 13,
"lemma": "he",
"misc": "",
"start_char": 64,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 72,
"feats": "VerbForm=Fin",
"head": 15,
"id": 14,
"lemma": "could",
"misc": "",
"start_char": 67,
"text": "could",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "ccomp",
"end_char": 77,
"feats": "VerbForm=Inf",
"head": 12,
"id": 15,
"lemma": "hold",
"misc": "",
"start_char": 73,
"text": "hold",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 81,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 15,
"id": 16,
"lemma": "he",
"misc": "",
"start_char": 78,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 84,
"feats": null,
"head": 22,
"id": 17,
"lemma": "to",
"misc": "",
"start_char": 82,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "advmod",
"end_char": 90,
"feats": null,
"head": 22,
"id": 18,
"lemma": "maybe",
"misc": "",
"start_char": 85,
"text": "maybe",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "det",
"end_char": 92,
"feats": "Definite=Ind|PronType=Art",
"head": 22,
"id": 19,
"lemma": "a",
"misc": "",
"start_char": 91,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 96,
"feats": "Degree=Pos",
"head": 22,
"id": 20,
"lemma": "few",
"misc": "",
"start_char": 93,
"text": "few",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "amod",
"end_char": 101,
"feats": "Degree=Cmp",
"head": 22,
"id": 21,
"lemma": "less",
"misc": "",
"start_char": 97,
"text": "less",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "obl",
"end_char": 105,
"feats": "Number=Sing",
"head": 15,
"id": 22,
"lemma": "ppg",
"misc": "",
"start_char": 102,
"text": "ppg",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 109,
"feats": null,
"head": 24,
"id": 23,
"lemma": "and",
"misc": "",
"start_char": 106,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 115,
"feats": "VerbForm=Inf",
"head": 15,
"id": 24,
"lemma": "force",
"misc": "",
"start_char": 110,
"text": "force",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 120,
"feats": null,
"head": 26,
"id": 25,
"lemma": "some",
"misc": "",
"start_char": 116,
"text": "some",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 130,
"feats": "Number=Plur",
"head": 24,
"id": 26,
"lemma": "turnover",
"misc": "",
"start_char": 121,
"text": "turnovers",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 132,
"feats": null,
"head": 6,
"id": 27,
"lemma": ".",
"misc": "",
"start_char": 131,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
],
[
0,
12,
12
]
],
[
[
0,
7,
7
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
8c3b43773eee3b4f62c7ca688cc2635f | Karl isn't Barry, but he isn't a saint either, I think. | [
{
"end_char": 55,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (S (NP (NNP Karl)) (VP (VBZ is) (RB n't) (NP (NNP Barry)))) (, ,) (CC but) (S (NP (PRP he)) (VP (VBZ is) (RB n't) (NP (DT a) (NN saint)) (ADVP (CC either))))) (, ,) (NP (PRP I)) (VP (VBP think)) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Karl isn't Barry, but he isn't a saint either, I think.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Karl",
"misc": "",
"start_char": 0,
"text": "Karl",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 7,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 5,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 11,
"feats": null,
"head": 4,
"id": 3,
"lemma": "not",
"misc": "",
"start_char": 8,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 17,
"feats": "Number=Sing",
"head": 0,
"id": 4,
"lemma": "Barry",
"misc": "",
"start_char": 12,
"text": "Barry",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 19,
"feats": null,
"head": 11,
"id": 5,
"lemma": ",",
"misc": "",
"start_char": 18,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 23,
"feats": null,
"head": 11,
"id": 6,
"lemma": "but",
"misc": "",
"start_char": 20,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 26,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 7,
"lemma": "he",
"misc": "",
"start_char": 24,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 29,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 11,
"id": 8,
"lemma": "be",
"misc": "",
"start_char": 27,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 33,
"feats": null,
"head": 11,
"id": 9,
"lemma": "not",
"misc": "",
"start_char": 30,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "det",
"end_char": 35,
"feats": "Definite=Ind|PronType=Art",
"head": 11,
"id": 10,
"lemma": "a",
"misc": "",
"start_char": 34,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "conj",
"end_char": 41,
"feats": "Number=Sing",
"head": 4,
"id": 11,
"lemma": "saint",
"misc": "",
"start_char": 36,
"text": "saint",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 48,
"feats": null,
"head": 11,
"id": 12,
"lemma": "either",
"misc": "",
"start_char": 42,
"text": "either",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "punct",
"end_char": 50,
"feats": null,
"head": 15,
"id": 13,
"lemma": ",",
"misc": "",
"start_char": 49,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 52,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 15,
"id": 14,
"lemma": "I",
"misc": "",
"start_char": 51,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "parataxis",
"end_char": 58,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 15,
"lemma": "think",
"misc": "",
"start_char": 53,
"text": "think",
"upos": "VERB",
"xpos": "VBP"
},
{
"deprel": "punct",
"end_char": 60,
"feats": null,
"head": 4,
"id": 16,
"lemma": ".",
"misc": "",
"start_char": 59,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
6,
6
]
],
[
[
0,
3,
3
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
2fb50922b47f5f75dcc46fe3d7fdac0c | Carl didn't write to Dexter, but he did ask for written instructions, as he should have. | [
{
"end_char": 88,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Carl)) (VP (VBD did) (RB n't) (VP (VB write) (PP (IN to) (NP (NNP Dexter)))))) (, ,) (CC but) (S (NP (PRP he)) (VP (VBD did) (VP (VB ask) (PP (IN for) (NP (VBN written) (NNS instructions))) (, ,) (SBAR (IN as) (S (NP (PRP he)) (VP (MD should) (VP (VB have)))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Carl didn't write to Dexter, but he did ask for written instructions, as he should have.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Carl",
"misc": "",
"start_char": 0,
"text": "Carl",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 8,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "do",
"misc": "",
"start_char": 5,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 12,
"feats": null,
"head": 4,
"id": 3,
"lemma": "not",
"misc": "",
"start_char": 9,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 18,
"feats": "VerbForm=Inf",
"head": 0,
"id": 4,
"lemma": "write",
"misc": "",
"start_char": 13,
"text": "write",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 21,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"misc": "",
"start_char": 19,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 28,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "Dexter",
"misc": "",
"start_char": 22,
"text": "Dexter",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 30,
"feats": null,
"head": 11,
"id": 7,
"lemma": ",",
"misc": "",
"start_char": 29,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 34,
"feats": null,
"head": 11,
"id": 8,
"lemma": "but",
"misc": "",
"start_char": 31,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 37,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 9,
"lemma": "he",
"misc": "",
"start_char": 35,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 41,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 10,
"lemma": "do",
"misc": "",
"start_char": 38,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "conj",
"end_char": 45,
"feats": "VerbForm=Inf",
"head": 4,
"id": 11,
"lemma": "ask",
"misc": "",
"start_char": 42,
"text": "ask",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 49,
"feats": null,
"head": 14,
"id": 12,
"lemma": "for",
"misc": "",
"start_char": 46,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "amod",
"end_char": 57,
"feats": "Tense=Past|VerbForm=Part",
"head": 14,
"id": 13,
"lemma": "write",
"misc": "",
"start_char": 50,
"text": "written",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "obl",
"end_char": 70,
"feats": "Number=Plur",
"head": 11,
"id": 14,
"lemma": "instruction",
"misc": "",
"start_char": 58,
"text": "instructions",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 72,
"feats": null,
"head": 11,
"id": 15,
"lemma": ",",
"misc": "",
"start_char": 71,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 75,
"feats": null,
"head": 19,
"id": 16,
"lemma": "as",
"misc": "",
"start_char": 73,
"text": "as",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 78,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 19,
"id": 17,
"lemma": "he",
"misc": "",
"start_char": 76,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 85,
"feats": "VerbForm=Fin",
"head": 19,
"id": 18,
"lemma": "should",
"misc": "",
"start_char": 79,
"text": "should",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advcl",
"end_char": 90,
"feats": "VerbForm=Inf",
"head": 11,
"id": 19,
"lemma": "have",
"misc": "",
"start_char": 86,
"text": "have",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 92,
"feats": null,
"head": 4,
"id": 20,
"lemma": ".",
"misc": "",
"start_char": 91,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
8,
8
]
],
[
[
0,
5,
5
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
934372bc8f434e109acf007c38a79902 | James hinted that if Michael tried, he'd be stronger than him. | [
{
"end_char": 62,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP James)) (VP (VBD hinted) (SBAR (IN that) (S (SBAR (IN if) (S (NP (NNP Michael)) (VP (VBD tried)))) (, ,) (NP (PRP he)) (VP (MD 'd) (VP (VB be) (ADJP (ADJP (JJR stronger)) (PP (IN than) (NP (PRP him))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "James hinted that if Michael tried, he'd be stronger than him.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "James",
"misc": "",
"start_char": 0,
"text": "James",
"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": "hint",
"misc": "",
"start_char": 6,
"text": "hinted",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 17,
"feats": null,
"head": 11,
"id": 3,
"lemma": "that",
"misc": "",
"start_char": 13,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "mark",
"end_char": 20,
"feats": null,
"head": 6,
"id": 4,
"lemma": "if",
"misc": "",
"start_char": 18,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 28,
"feats": "Number=Sing",
"head": 6,
"id": 5,
"lemma": "Michael",
"misc": "",
"start_char": 21,
"text": "Michael",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advcl",
"end_char": 34,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 6,
"lemma": "try",
"misc": "",
"start_char": 29,
"text": "tried",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 36,
"feats": null,
"head": 11,
"id": 7,
"lemma": ",",
"misc": "",
"start_char": 35,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 39,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 8,
"lemma": "he",
"misc": "",
"start_char": 37,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 42,
"feats": "VerbForm=Fin",
"head": 11,
"id": 9,
"lemma": "would",
"misc": "",
"start_char": 40,
"text": "'d",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "cop",
"end_char": 45,
"feats": "VerbForm=Inf",
"head": 11,
"id": 10,
"lemma": "be",
"misc": "",
"start_char": 43,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "ccomp",
"end_char": 54,
"feats": "Degree=Cmp",
"head": 2,
"id": 11,
"lemma": "strong",
"misc": "",
"start_char": 46,
"text": "stronger",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "case",
"end_char": 59,
"feats": null,
"head": 13,
"id": 12,
"lemma": "than",
"misc": "",
"start_char": 55,
"text": "than",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 63,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 13,
"lemma": "he",
"misc": "",
"start_char": 60,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 65,
"feats": null,
"head": 2,
"id": 14,
"lemma": ".",
"misc": "",
"start_char": 64,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
4,
4
],
[
0,
7,
7
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
c147df781ddb1238fddcf6d6e2866fdf | Carlos is good and probably would play well with Kevin, but he is poison to a locker room. | [
{
"end_char": 90,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Carlos)) (VP (VP (VBZ is) (ADJP (JJ good))) (CC and) (ADVP (RB probably)) (VP (MD would) (VP (VB play) (ADVP (RB well)) (PP (IN with) (NP (NNP Kevin))))))) (, ,) (CC but) (S (NP (PRP he)) (VP (VBZ is) (NP (NP (NN poison)) (PP (IN to) (NP (DT a) (NN locker) (NN room)))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Carlos is good and probably would play well with Kevin, but he is poison to a locker room.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Carlos",
"misc": "",
"start_char": 0,
"text": "Carlos",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 9,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 7,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "root",
"end_char": 14,
"feats": "Degree=Pos",
"head": 0,
"id": 3,
"lemma": "good",
"misc": "",
"start_char": 10,
"text": "good",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "cc",
"end_char": 18,
"feats": null,
"head": 7,
"id": 4,
"lemma": "and",
"misc": "",
"start_char": 15,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "advmod",
"end_char": 27,
"feats": null,
"head": 7,
"id": 5,
"lemma": "probably",
"misc": "",
"start_char": 19,
"text": "probably",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "aux",
"end_char": 33,
"feats": "VerbForm=Fin",
"head": 7,
"id": 6,
"lemma": "would",
"misc": "",
"start_char": 28,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "conj",
"end_char": 38,
"feats": "VerbForm=Inf",
"head": 3,
"id": 7,
"lemma": "play",
"misc": "",
"start_char": 34,
"text": "play",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "advmod",
"end_char": 43,
"feats": "Degree=Pos",
"head": 7,
"id": 8,
"lemma": "well",
"misc": "",
"start_char": 39,
"text": "well",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 48,
"feats": null,
"head": 10,
"id": 9,
"lemma": "with",
"misc": "",
"start_char": 44,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 54,
"feats": "Number=Sing",
"head": 7,
"id": 10,
"lemma": "Kevin",
"misc": "",
"start_char": 49,
"text": "Kevin",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 56,
"feats": null,
"head": 15,
"id": 11,
"lemma": ",",
"misc": "",
"start_char": 55,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 60,
"feats": null,
"head": 15,
"id": 12,
"lemma": "but",
"misc": "",
"start_char": 57,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 63,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 15,
"id": 13,
"lemma": "he",
"misc": "",
"start_char": 61,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 66,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 15,
"id": 14,
"lemma": "be",
"misc": "",
"start_char": 64,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "conj",
"end_char": 73,
"feats": "Number=Sing",
"head": 3,
"id": 15,
"lemma": "poison",
"misc": "",
"start_char": 67,
"text": "poison",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 76,
"feats": null,
"head": 19,
"id": 16,
"lemma": "to",
"misc": "",
"start_char": 74,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 78,
"feats": "Definite=Ind|PronType=Art",
"head": 19,
"id": 17,
"lemma": "a",
"misc": "",
"start_char": 77,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 85,
"feats": "Number=Sing",
"head": 19,
"id": 18,
"lemma": "locker",
"misc": "",
"start_char": 79,
"text": "locker",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obl",
"end_char": 90,
"feats": "Number=Sing",
"head": 15,
"id": 19,
"lemma": "room",
"misc": "",
"start_char": 86,
"text": "room",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 92,
"feats": null,
"head": 3,
"id": 20,
"lemma": ".",
"misc": "",
"start_char": 91,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
12,
12
]
],
[
[
0,
9,
9
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
a1a66b4158ba3bb7bec464f40aec2708 | Justin is undoubtedly better forward than David is back though, David has been wobbly since he first joined us defensively. | [
{
"end_char": 123,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Justin)) (VP (VBZ is) (ADVP (RB undoubtedly)) (ADJP (ADJP (JJR better) (RB forward)) (SBAR (IN than) (S (NP (NNP David)) (VP (VBZ is) (ADVP (RB back)) (ADVP (RB though)))))))) (, ,) (S (NP (NNP David)) (VP (VBZ has) (VP (VBN been) (ADJP (JJ wobbly)) (SBAR (IN since) (S (NP (PRP he)) (ADVP (RB first)) (VP (VBD joined) (NP (PRP us)) (ADVP (RB defensively)))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Justin is undoubtedly better forward than David is back though, David has been wobbly since he first joined us defensively.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Justin",
"misc": "",
"start_char": 0,
"text": "Justin",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 9,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 7,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 21,
"feats": null,
"head": 4,
"id": 3,
"lemma": "undoubtedly",
"misc": "",
"start_char": 10,
"text": "undoubtedly",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 28,
"feats": "Degree=Cmp",
"head": 0,
"id": 4,
"lemma": "good",
"misc": "",
"start_char": 22,
"text": "better",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "advmod",
"end_char": 36,
"feats": null,
"head": 4,
"id": 5,
"lemma": "forward",
"misc": "",
"start_char": 29,
"text": "forward",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 41,
"feats": null,
"head": 9,
"id": 6,
"lemma": "than",
"misc": "",
"start_char": 37,
"text": "than",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 47,
"feats": "Number=Sing",
"head": 9,
"id": 7,
"lemma": "David",
"misc": "",
"start_char": 42,
"text": "David",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 50,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 9,
"id": 8,
"lemma": "be",
"misc": "",
"start_char": 48,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advcl",
"end_char": 55,
"feats": null,
"head": 4,
"id": 9,
"lemma": "back",
"misc": "",
"start_char": 51,
"text": "back",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 62,
"feats": null,
"head": 4,
"id": 10,
"lemma": "though",
"misc": "",
"start_char": 56,
"text": "though",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 64,
"feats": null,
"head": 4,
"id": 11,
"lemma": ",",
"misc": "",
"start_char": 63,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 70,
"feats": "Number=Sing",
"head": 15,
"id": 12,
"lemma": "David",
"misc": "",
"start_char": 65,
"text": "David",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 74,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 15,
"id": 13,
"lemma": "have",
"misc": "",
"start_char": 71,
"text": "has",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "cop",
"end_char": 79,
"feats": "Tense=Past|VerbForm=Part",
"head": 15,
"id": 14,
"lemma": "be",
"misc": "",
"start_char": 75,
"text": "been",
"upos": "AUX",
"xpos": "VBN"
},
{
"deprel": "parataxis",
"end_char": 86,
"feats": "Degree=Pos",
"head": 4,
"id": 15,
"lemma": "wobbly",
"misc": "",
"start_char": 80,
"text": "wobbly",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 92,
"feats": null,
"head": 19,
"id": 16,
"lemma": "since",
"misc": "",
"start_char": 87,
"text": "since",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 95,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 19,
"id": 17,
"lemma": "he",
"misc": "",
"start_char": 93,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 101,
"feats": "NumType=Ord",
"head": 19,
"id": 18,
"lemma": "first",
"misc": "",
"start_char": 96,
"text": "first",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 108,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 15,
"id": 19,
"lemma": "join",
"misc": "",
"start_char": 102,
"text": "joined",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 111,
"feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs",
"head": 19,
"id": 20,
"lemma": "we",
"misc": "",
"start_char": 109,
"text": "us",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 123,
"feats": null,
"head": 19,
"id": 21,
"lemma": "defensively",
"misc": "",
"start_char": 112,
"text": "defensively",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 125,
"feats": null,
"head": 4,
"id": 22,
"lemma": ".",
"misc": "",
"start_char": 124,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
6,
6
],
[
0,
16,
16
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
a549dc83a9f6cce0ff43e0d02b4c7c98 | Frances possibly took advantage of Takako when she was vulnerable and then spread rumors about her after the pictures came out. | [
{
"end_char": 127,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Frances)) (ADVP (RB possibly)) (VP (VBD took) (NP (NN advantage)) (PP (IN of) (NP (NNP Takako))) (SBAR (WHADVP (WRB when)) (S (NP (PRP she)) (VP (VP (VBD was) (ADJP (JJ vulnerable))) (CC and) (RB then) (VP (VBD spread) (NP (NP (NNS rumors)) (PP (IN about) (NP (PRP her)))) (SBAR (IN after) (S (NP (DT the) (NNS pictures)) (VP (VBD came) (PRT (RP out)))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Frances possibly took advantage of Takako when she was vulnerable and then spread rumors about her after the pictures came out.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "France",
"misc": "",
"start_char": 0,
"text": "Frances",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 16,
"feats": null,
"head": 3,
"id": 2,
"lemma": "possibly",
"misc": "",
"start_char": 8,
"text": "possibly",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 21,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "take",
"misc": "",
"start_char": 17,
"text": "took",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 31,
"feats": "Number=Sing",
"head": 3,
"id": 4,
"lemma": "advantage",
"misc": "",
"start_char": 22,
"text": "advantage",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 34,
"feats": null,
"head": 6,
"id": 5,
"lemma": "of",
"misc": "",
"start_char": 32,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 41,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "Takako",
"misc": "",
"start_char": 35,
"text": "Takako",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 46,
"feats": "PronType=Int",
"head": 10,
"id": 7,
"lemma": "when",
"misc": "",
"start_char": 42,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 50,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 8,
"lemma": "she",
"misc": "",
"start_char": 47,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 54,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 9,
"lemma": "be",
"misc": "",
"start_char": 51,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 65,
"feats": "Degree=Pos",
"head": 3,
"id": 10,
"lemma": "vulnerable",
"misc": "",
"start_char": 55,
"text": "vulnerable",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "cc",
"end_char": 69,
"feats": null,
"head": 13,
"id": 11,
"lemma": "and",
"misc": "",
"start_char": 66,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "advmod",
"end_char": 74,
"feats": "PronType=Dem",
"head": 13,
"id": 12,
"lemma": "then",
"misc": "",
"start_char": 70,
"text": "then",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 81,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 13,
"lemma": "spread",
"misc": "",
"start_char": 75,
"text": "spread",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 88,
"feats": "Number=Plur",
"head": 13,
"id": 14,
"lemma": "rumor",
"misc": "",
"start_char": 82,
"text": "rumors",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 94,
"feats": null,
"head": 16,
"id": 15,
"lemma": "about",
"misc": "",
"start_char": 89,
"text": "about",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 98,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 16,
"lemma": "her",
"misc": "",
"start_char": 95,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "mark",
"end_char": 104,
"feats": null,
"head": 20,
"id": 17,
"lemma": "after",
"misc": "",
"start_char": 99,
"text": "after",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 108,
"feats": "Definite=Def|PronType=Art",
"head": 19,
"id": 18,
"lemma": "the",
"misc": "",
"start_char": 105,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 117,
"feats": "Number=Plur",
"head": 20,
"id": 19,
"lemma": "picture",
"misc": "",
"start_char": 109,
"text": "pictures",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "advcl",
"end_char": 122,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 13,
"id": 20,
"lemma": "come",
"misc": "",
"start_char": 118,
"text": "came",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "compound:prt",
"end_char": 126,
"feats": null,
"head": 20,
"id": 21,
"lemma": "out",
"misc": "",
"start_char": 123,
"text": "out",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 128,
"feats": null,
"head": 3,
"id": 22,
"lemma": ".",
"misc": "",
"start_char": 127,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
5,
5
],
[
0,
7,
7
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
21fb0064d1e8a58cf5d5d8a6077c61cc | Gary reminds me of what Derrick would look like if he could command his pitches better. | [
{
"end_char": 87,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Gary)) (VP (VBZ reminds) (NP (PRP me)) (PP (IN of) (SBAR (WHNP (WP what)) (S (NP (NNP Derrick)) (VP (MD would) (VP (VB look) (PP (IN like)) (SBAR (IN if) (S (NP (PRP he)) (VP (MD could) (VP (VB command) (NP (PRP$ his) (NNS pitches)) (ADVP (RBR better)))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Gary reminds me of what Derrick would look like if he could command his pitches better.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Gary",
"misc": "",
"start_char": 0,
"text": "Gary",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 12,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "remind",
"misc": "",
"start_char": 5,
"text": "reminds",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "iobj",
"end_char": 15,
"feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs",
"head": 2,
"id": 3,
"lemma": "I",
"misc": "",
"start_char": 13,
"text": "me",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 18,
"feats": null,
"head": 5,
"id": 4,
"lemma": "of",
"misc": "",
"start_char": 16,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 23,
"feats": "PronType=Rel",
"head": 2,
"id": 5,
"lemma": "what",
"misc": "",
"start_char": 19,
"text": "what",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "nsubj",
"end_char": 31,
"feats": "Number=Sing",
"head": 8,
"id": 6,
"lemma": "Derrick",
"misc": "",
"start_char": 24,
"text": "Derrick",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 37,
"feats": "VerbForm=Fin",
"head": 8,
"id": 7,
"lemma": "would",
"misc": "",
"start_char": 32,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "acl:relcl",
"end_char": 42,
"feats": "VerbForm=Inf",
"head": 5,
"id": 8,
"lemma": "look",
"misc": "",
"start_char": 38,
"text": "look",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obl",
"end_char": 47,
"feats": null,
"head": 8,
"id": 9,
"lemma": "like",
"misc": "",
"start_char": 43,
"text": "like",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "mark",
"end_char": 50,
"feats": null,
"head": 13,
"id": 10,
"lemma": "if",
"misc": "",
"start_char": 48,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 53,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 11,
"lemma": "he",
"misc": "",
"start_char": 51,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 59,
"feats": "VerbForm=Fin",
"head": 13,
"id": 12,
"lemma": "could",
"misc": "",
"start_char": 54,
"text": "could",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advcl",
"end_char": 67,
"feats": "VerbForm=Inf",
"head": 8,
"id": 13,
"lemma": "command",
"misc": "",
"start_char": 60,
"text": "command",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "nmod:poss",
"end_char": 71,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 15,
"id": 14,
"lemma": "his",
"misc": "",
"start_char": 68,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 79,
"feats": "Number=Plur",
"head": 13,
"id": 15,
"lemma": "pitch",
"misc": "",
"start_char": 72,
"text": "pitches",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "advmod",
"end_char": 86,
"feats": "Degree=Cmp",
"head": 13,
"id": 16,
"lemma": "well",
"misc": "",
"start_char": 80,
"text": "better",
"upos": "ADV",
"xpos": "RBR"
},
{
"deprel": "punct",
"end_char": 88,
"feats": null,
"head": 2,
"id": 17,
"lemma": ".",
"misc": "",
"start_char": 87,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
5,
5
],
[
0,
10,
10
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
b9be7a0f987134fe7c02953ed4103e3a | Harold is looking really good, William is well liked, but Amanda is fucking him over. | [
{
"end_char": 85,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Harold)) (VP (VBZ is) (VP (VBG looking) (ADJP (RB really) (JJ good))))) (, ,) (S (NP (NNP William)) (VP (VBZ is) (ADJP (RB well) (VBN liked)))) (, ,) (CC but) (S (NP (NNP Amanda)) (VP (VBZ is) (VP (VBG fucking) (NP (PRP him)) (PRT (RP over))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Harold is looking really good, William is well liked, but Amanda is fucking him over.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Harold",
"misc": "",
"start_char": 0,
"text": "Harold",
"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",
"misc": "",
"start_char": 7,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "root",
"end_char": 17,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 3,
"lemma": "look",
"misc": "",
"start_char": 10,
"text": "looking",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "advmod",
"end_char": 24,
"feats": null,
"head": 5,
"id": 4,
"lemma": "really",
"misc": "",
"start_char": 18,
"text": "really",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "xcomp",
"end_char": 29,
"feats": "Degree=Pos",
"head": 3,
"id": 5,
"lemma": "good",
"misc": "",
"start_char": 25,
"text": "good",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 31,
"feats": null,
"head": 10,
"id": 6,
"lemma": ",",
"misc": "",
"start_char": 30,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj:pass",
"end_char": 39,
"feats": "Number=Sing",
"head": 10,
"id": 7,
"lemma": "William",
"misc": "",
"start_char": 32,
"text": "William",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux:pass",
"end_char": 42,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 10,
"id": 8,
"lemma": "be",
"misc": "",
"start_char": 40,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 47,
"feats": "Degree=Pos",
"head": 10,
"id": 9,
"lemma": "well",
"misc": "",
"start_char": 43,
"text": "well",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "parataxis",
"end_char": 53,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 3,
"id": 10,
"lemma": "like",
"misc": "",
"start_char": 48,
"text": "liked",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "punct",
"end_char": 55,
"feats": null,
"head": 15,
"id": 11,
"lemma": ",",
"misc": "",
"start_char": 54,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 59,
"feats": null,
"head": 15,
"id": 12,
"lemma": "but",
"misc": "",
"start_char": 56,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 66,
"feats": "Number=Sing",
"head": 15,
"id": 13,
"lemma": "Amanda",
"misc": "",
"start_char": 60,
"text": "Amanda",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 69,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 15,
"id": 14,
"lemma": "be",
"misc": "",
"start_char": 67,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "conj",
"end_char": 77,
"feats": "Tense=Pres|VerbForm=Part",
"head": 3,
"id": 15,
"lemma": "fuck",
"misc": "",
"start_char": 70,
"text": "fucking",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 81,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 15,
"id": 16,
"lemma": "he",
"misc": "",
"start_char": 78,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "compound:prt",
"end_char": 86,
"feats": null,
"head": 15,
"id": 17,
"lemma": "over",
"misc": "",
"start_char": 82,
"text": "over",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 88,
"feats": null,
"head": 3,
"id": 18,
"lemma": ".",
"misc": "",
"start_char": 87,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
6,
6
],
[
0,
15,
15
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
2bab75a1e6b64edf7662491d5667f21d | Jesse molests Aaron, or has mentioned to Carol his desire to. | [
{
"end_char": 61,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Jesse)) (VP (VP (VBZ molests) (NP (NNP Aaron))) (, ,) (CC or) (VP (VBZ has) (VP (VBN mentioned) (PP (IN to) (NP (NNP Carol))) (NP (PRP$ his) (NN desire) (TO to))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Jesse molests Aaron, or has mentioned to Carol his desire to.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Jesse",
"misc": "",
"start_char": 0,
"text": "Jesse",
"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": "molest",
"misc": "",
"start_char": 6,
"text": "molests",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "obj",
"end_char": 19,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "Aaron",
"misc": "",
"start_char": 14,
"text": "Aaron",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 21,
"feats": null,
"head": 7,
"id": 4,
"lemma": ",",
"misc": "",
"start_char": 20,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 24,
"feats": null,
"head": 7,
"id": 5,
"lemma": "or",
"misc": "",
"start_char": 22,
"text": "or",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "aux",
"end_char": 28,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 7,
"id": 6,
"lemma": "have",
"misc": "",
"start_char": 25,
"text": "has",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "conj",
"end_char": 38,
"feats": "Tense=Past|VerbForm=Part",
"head": 2,
"id": 7,
"lemma": "mention",
"misc": "",
"start_char": 29,
"text": "mentioned",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 41,
"feats": null,
"head": 9,
"id": 8,
"lemma": "to",
"misc": "",
"start_char": 39,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 47,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "Carol",
"misc": "",
"start_char": 42,
"text": "Carol",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "nmod:poss",
"end_char": 51,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "his",
"misc": "",
"start_char": 48,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 58,
"feats": "Number=Sing",
"head": 7,
"id": 11,
"lemma": "desire",
"misc": "",
"start_char": 52,
"text": "desire",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "acl",
"end_char": 61,
"feats": null,
"head": 11,
"id": 12,
"lemma": "to",
"misc": "",
"start_char": 59,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "punct",
"end_char": 63,
"feats": null,
"head": 2,
"id": 13,
"lemma": ".",
"misc": "",
"start_char": 62,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
9,
9
]
],
[
[
0,
2,
2
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
413743c7815f0add9ab5d80b18db1afd | Flying into Charles tried to kill Israel, but was being overwhelmed by his bodyguards. | [
{
"end_char": 86,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (VP (VBG Flying) (PP (IN into) (NP (NNP Charles))))) (VP (VP (VBD tried) (S (VP (TO to) (VP (VB kill) (NP (NNP Israel)))))) (, ,) (CC but) (VP (VBD was) (VP (VBG being) (VP (VBN overwhelmed) (PP (IN by) (NP (PRP$ his) (NNS bodyguards))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Flying into Charles tried to kill Israel, but was being overwhelmed by his bodyguards.",
"tokens": [
{
"deprel": "csubj",
"end_char": 6,
"feats": "VerbForm=Ger",
"head": 4,
"id": 1,
"lemma": "Fly",
"misc": "",
"start_char": 0,
"text": "Flying",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 11,
"feats": null,
"head": 3,
"id": 2,
"lemma": "into",
"misc": "",
"start_char": 7,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 19,
"feats": "Number=Sing",
"head": 1,
"id": 3,
"lemma": "Charles",
"misc": "",
"start_char": 12,
"text": "Charles",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 25,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 4,
"lemma": "try",
"misc": "",
"start_char": 20,
"text": "tried",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 28,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"misc": "",
"start_char": 26,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 33,
"feats": "VerbForm=Inf",
"head": 4,
"id": 6,
"lemma": "kill",
"misc": "",
"start_char": 29,
"text": "kill",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 40,
"feats": "Number=Sing",
"head": 6,
"id": 7,
"lemma": "Israel",
"misc": "",
"start_char": 34,
"text": "Israel",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 42,
"feats": null,
"head": 12,
"id": 8,
"lemma": ",",
"misc": "",
"start_char": 41,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 46,
"feats": null,
"head": 12,
"id": 9,
"lemma": "but",
"misc": "",
"start_char": 43,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "aux",
"end_char": 50,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 10,
"lemma": "be",
"misc": "",
"start_char": 47,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "aux:pass",
"end_char": 56,
"feats": "VerbForm=Ger",
"head": 12,
"id": 11,
"lemma": "be",
"misc": "",
"start_char": 51,
"text": "being",
"upos": "AUX",
"xpos": "VBG"
},
{
"deprel": "conj",
"end_char": 68,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 4,
"id": 12,
"lemma": "overwhelm",
"misc": "",
"start_char": 57,
"text": "overwhelmed",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 71,
"feats": null,
"head": 15,
"id": 13,
"lemma": "by",
"misc": "",
"start_char": 69,
"text": "by",
"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",
"misc": "",
"start_char": 72,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 86,
"feats": "Number=Plur",
"head": 12,
"id": 15,
"lemma": "bodyguard",
"misc": "",
"start_char": 76,
"text": "bodyguards",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 88,
"feats": null,
"head": 4,
"id": 16,
"lemma": ".",
"misc": "",
"start_char": 87,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
2
]
],
[
[
0,
6,
6
],
[
0,
13,
13
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
01e01a13d9a949241177a76027e04f9e | Shane met with Mitchell to ask if he'd help him break into Cochlea to save Hinami who is due for disposal. | [
{
"end_char": 106,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Shane)) (VP (VBD met) (PP (IN with) (NP (NNP Mitchell))) (S (VP (TO to) (VP (VB ask) (SBAR (IN if) (S (NP (PRP he)) (VP (MD 'd) (VP (VB help) (NP (PRP him)) (S (VP (VB break) (PP (IN into) (NP (NNP Cochlea))))) (S (VP (TO to) (VP (VB save) (NP (NP (NNP Hinami)) (SBAR (WHNP (WP who)) (S (VP (VBZ is) (ADJP (JJ due) (PP (IN for) (NP (NN disposal))))))))))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Shane met with Mitchell to ask if he'd help him break into Cochlea to save Hinami who is due for disposal.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Shane",
"misc": "",
"start_char": 0,
"text": "Shane",
"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": "meet",
"misc": "",
"start_char": 6,
"text": "met",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 14,
"feats": null,
"head": 4,
"id": 3,
"lemma": "with",
"misc": "",
"start_char": 10,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 23,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "Mitchell",
"misc": "",
"start_char": 15,
"text": "Mitchell",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 26,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"misc": "",
"start_char": 24,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 30,
"feats": "VerbForm=Inf",
"head": 2,
"id": 6,
"lemma": "ask",
"misc": "",
"start_char": 27,
"text": "ask",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "mark",
"end_char": 33,
"feats": null,
"head": 10,
"id": 7,
"lemma": "if",
"misc": "",
"start_char": 31,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 36,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 8,
"lemma": "he",
"misc": "",
"start_char": 34,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 39,
"feats": "VerbForm=Fin",
"head": 10,
"id": 9,
"lemma": "would",
"misc": "",
"start_char": 37,
"text": "'d",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "ccomp",
"end_char": 44,
"feats": "VerbForm=Inf",
"head": 6,
"id": 10,
"lemma": "help",
"misc": "",
"start_char": 40,
"text": "help",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 48,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 11,
"lemma": "he",
"misc": "",
"start_char": 45,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "xcomp",
"end_char": 54,
"feats": "VerbForm=Inf",
"head": 10,
"id": 12,
"lemma": "break",
"misc": "",
"start_char": 49,
"text": "break",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 59,
"feats": null,
"head": 14,
"id": 13,
"lemma": "into",
"misc": "",
"start_char": 55,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 67,
"feats": "Number=Sing",
"head": 12,
"id": 14,
"lemma": "Cochlea",
"misc": "",
"start_char": 60,
"text": "Cochlea",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 70,
"feats": null,
"head": 16,
"id": 15,
"lemma": "to",
"misc": "",
"start_char": 68,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 75,
"feats": "VerbForm=Inf",
"head": 12,
"id": 16,
"lemma": "save",
"misc": "",
"start_char": 71,
"text": "save",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 82,
"feats": "Number=Sing",
"head": 16,
"id": 17,
"lemma": "Hinami",
"misc": "",
"start_char": 76,
"text": "Hinami",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "nsubj",
"end_char": 86,
"feats": "PronType=Rel",
"head": 20,
"id": 18,
"lemma": "who",
"misc": "",
"start_char": 83,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "cop",
"end_char": 89,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 20,
"id": 19,
"lemma": "be",
"misc": "",
"start_char": 87,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "acl:relcl",
"end_char": 93,
"feats": "Degree=Pos",
"head": 17,
"id": 20,
"lemma": "due",
"misc": "",
"start_char": 90,
"text": "due",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "case",
"end_char": 97,
"feats": null,
"head": 22,
"id": 21,
"lemma": "for",
"misc": "",
"start_char": 94,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 106,
"feats": "Number=Sing",
"head": 20,
"id": 22,
"lemma": "disposal",
"misc": "",
"start_char": 98,
"text": "disposal",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 108,
"feats": null,
"head": 2,
"id": 23,
"lemma": ".",
"misc": "",
"start_char": 107,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
3,
3
],
[
0,
7,
7
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
db268ef1f4fc5eadc962ab3f52064b18 | Elias looked at Robert as if he'd suddenly grown a second head. | [
{
"end_char": 63,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Elias)) (VP (VBD looked) (PP (IN at) (NP (NNP Robert))) (SBAR (IN as) (IN if) (S (NP (PRP he)) (VP (VBD 'd) (ADVP (RB suddenly)) (VP (VBN grown) (NP (DT a) (JJ second) (NN head))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Elias looked at Robert as if he'd suddenly grown a second head.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Elias",
"misc": "",
"start_char": 0,
"text": "Elias",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 12,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "look",
"misc": "",
"start_char": 6,
"text": "looked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 15,
"feats": null,
"head": 4,
"id": 3,
"lemma": "at",
"misc": "",
"start_char": 13,
"text": "at",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 22,
"feats": "Number=Sing",
"head": 2,
"id": 4,
"lemma": "Robert",
"misc": "",
"start_char": 16,
"text": "Robert",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 25,
"feats": null,
"head": 10,
"id": 5,
"lemma": "as",
"misc": "",
"start_char": 23,
"text": "as",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "fixed",
"end_char": 28,
"feats": null,
"head": 5,
"id": 6,
"lemma": "if",
"misc": "",
"start_char": 26,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 31,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 7,
"lemma": "he",
"misc": "",
"start_char": 29,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 34,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 8,
"lemma": "would",
"misc": "",
"start_char": 32,
"text": "'d",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 43,
"feats": null,
"head": 10,
"id": 9,
"lemma": "suddenly",
"misc": "",
"start_char": 35,
"text": "suddenly",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 49,
"feats": "Tense=Past|VerbForm=Part",
"head": 2,
"id": 10,
"lemma": "grow",
"misc": "",
"start_char": 44,
"text": "grown",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "det",
"end_char": 51,
"feats": "Definite=Ind|PronType=Art",
"head": 13,
"id": 11,
"lemma": "a",
"misc": "",
"start_char": 50,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 58,
"feats": "Degree=Pos|NumType=Ord",
"head": 13,
"id": 12,
"lemma": "second",
"misc": "",
"start_char": 52,
"text": "second",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 63,
"feats": "Number=Sing",
"head": 10,
"id": 13,
"lemma": "head",
"misc": "",
"start_char": 59,
"text": "head",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 65,
"feats": null,
"head": 2,
"id": 14,
"lemma": ".",
"misc": "",
"start_char": 64,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
3,
3
],
[
0,
6,
6
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
de964304e04221dbbacc75f6f8698823 | Jeremiah doesn't bother me as badly as Thomas, but I never feel like we're seeing his real personality. | [
{
"end_char": 103,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Jeremiah)) (VP (VBZ does) (RB n't) (VP (VB bother) (NP (PRP me)) (ADVP (ADVP (RB as) (RB badly)) (PP (IN as) (NP (NNP Thomas))))))) (, ,) (CC but) (S (NP (PRP I)) (ADVP (RB never)) (VP (VBP feel) (SBAR (IN like) (S (NP (PRP we)) (VP (VBP 're) (VP (VBG seeing) (NP (PRP$ his) (JJ real) (NN personality)))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Jeremiah doesn't bother me as badly as Thomas, but I never feel like we're seeing his real personality.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 8,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Jeremiah",
"misc": "",
"start_char": 0,
"text": "Jeremiah",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 13,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "do",
"misc": "",
"start_char": 9,
"text": "does",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 17,
"feats": null,
"head": 4,
"id": 3,
"lemma": "not",
"misc": "",
"start_char": 14,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 24,
"feats": "VerbForm=Inf",
"head": 0,
"id": 4,
"lemma": "bother",
"misc": "",
"start_char": 18,
"text": "bother",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 27,
"feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs",
"head": 4,
"id": 5,
"lemma": "I",
"misc": "",
"start_char": 25,
"text": "me",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 30,
"feats": null,
"head": 7,
"id": 6,
"lemma": "as",
"misc": "",
"start_char": 28,
"text": "as",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 36,
"feats": "Degree=Pos",
"head": 4,
"id": 7,
"lemma": "badly",
"misc": "",
"start_char": 31,
"text": "badly",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 39,
"feats": null,
"head": 9,
"id": 8,
"lemma": "as",
"misc": "",
"start_char": 37,
"text": "as",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 46,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "Thomas",
"misc": "",
"start_char": 40,
"text": "Thomas",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 48,
"feats": null,
"head": 14,
"id": 10,
"lemma": ",",
"misc": "",
"start_char": 47,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 52,
"feats": null,
"head": 14,
"id": 11,
"lemma": "but",
"misc": "",
"start_char": 49,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 54,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 14,
"id": 12,
"lemma": "I",
"misc": "",
"start_char": 53,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 60,
"feats": null,
"head": 14,
"id": 13,
"lemma": "never",
"misc": "",
"start_char": 55,
"text": "never",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 65,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 14,
"lemma": "feel",
"misc": "",
"start_char": 61,
"text": "feel",
"upos": "VERB",
"xpos": "VBP"
},
{
"deprel": "mark",
"end_char": 70,
"feats": null,
"head": 18,
"id": 15,
"lemma": "like",
"misc": "",
"start_char": 66,
"text": "like",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 73,
"feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs",
"head": 18,
"id": 16,
"lemma": "we",
"misc": "",
"start_char": 71,
"text": "we",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 77,
"feats": "Mood=Ind|Number=Plur|Person=1|Tense=Pres|VerbForm=Fin",
"head": 18,
"id": 17,
"lemma": "be",
"misc": "",
"start_char": 74,
"text": "'re",
"upos": "AUX",
"xpos": "VBP"
},
{
"deprel": "advcl",
"end_char": 84,
"feats": "Tense=Pres|VerbForm=Part",
"head": 14,
"id": 18,
"lemma": "see",
"misc": "",
"start_char": 78,
"text": "seeing",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "nmod:poss",
"end_char": 88,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 21,
"id": 19,
"lemma": "his",
"misc": "",
"start_char": 85,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "amod",
"end_char": 93,
"feats": "Degree=Pos",
"head": 21,
"id": 20,
"lemma": "real",
"misc": "",
"start_char": 89,
"text": "real",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 105,
"feats": "Number=Sing",
"head": 18,
"id": 21,
"lemma": "personality",
"misc": "",
"start_char": 94,
"text": "personality",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 107,
"feats": null,
"head": 4,
"id": 22,
"lemma": ".",
"misc": "",
"start_char": 106,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
18,
18
]
],
[
[
0,
8,
8
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
e2f480ec9684d2afe227e3aae072884a | Mitchell Kenneth is fascinating too, because he was the one who called for the first crusade and all of the political power games that that entails. | [
{
"end_char": 148,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Mitchell) (NNP Kenneth)) (VP (VBZ is) (ADJP (JJ fascinating)) (ADVP (RB too)) (, ,) (SBAR (IN because) (S (NP (PRP he)) (VP (VBD was) (NP (NP (DT the) (NN one)) (SBAR (WHNP (WP who)) (S (VP (VBD called) (PP (IN for) (NP (NP (DT the) (JJ first) (NN crusade)) (CC and) (NP (NP (DT all)) (PP (IN of) (NP (NP (DT the) (JJ political) (NN power) (NNS games)) (SBAR (WHNP (WDT that)) (S (NP (WDT that)) (VP (VBZ entails))))))))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Mitchell Kenneth is fascinating too, because he was the one who called for the first crusade and all of the political power games that that entails.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 8,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Mitchell",
"misc": "",
"start_char": 0,
"text": "Mitchell",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "flat",
"end_char": 16,
"feats": "Number=Sing",
"head": 1,
"id": 2,
"lemma": "Kenneth",
"misc": "",
"start_char": 9,
"text": "Kenneth",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 19,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 3,
"lemma": "be",
"misc": "",
"start_char": 17,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "root",
"end_char": 31,
"feats": "Degree=Pos",
"head": 0,
"id": 4,
"lemma": "fascinating",
"misc": "",
"start_char": 20,
"text": "fascinating",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "advmod",
"end_char": 35,
"feats": null,
"head": 4,
"id": 5,
"lemma": "too",
"misc": "",
"start_char": 32,
"text": "too",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 37,
"feats": null,
"head": 4,
"id": 6,
"lemma": ",",
"misc": "",
"start_char": 36,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 45,
"feats": null,
"head": 11,
"id": 7,
"lemma": "because",
"misc": "",
"start_char": 38,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 48,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 8,
"lemma": "he",
"misc": "",
"start_char": 46,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 52,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 9,
"lemma": "be",
"misc": "",
"start_char": 49,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 56,
"feats": "Definite=Def|PronType=Art",
"head": 11,
"id": 10,
"lemma": "the",
"misc": "",
"start_char": 53,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "advcl",
"end_char": 60,
"feats": "Number=Sing",
"head": 4,
"id": 11,
"lemma": "one",
"misc": "",
"start_char": 57,
"text": "one",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 64,
"feats": "PronType=Rel",
"head": 13,
"id": 12,
"lemma": "who",
"misc": "",
"start_char": 61,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "acl:relcl",
"end_char": 71,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 13,
"lemma": "call",
"misc": "",
"start_char": 65,
"text": "called",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 75,
"feats": null,
"head": 17,
"id": 14,
"lemma": "for",
"misc": "",
"start_char": 72,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 79,
"feats": "Definite=Def|PronType=Art",
"head": 17,
"id": 15,
"lemma": "the",
"misc": "",
"start_char": 76,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 85,
"feats": "Degree=Pos|NumType=Ord",
"head": 17,
"id": 16,
"lemma": "first",
"misc": "",
"start_char": 80,
"text": "first",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 93,
"feats": "Number=Sing",
"head": 13,
"id": 17,
"lemma": "crusade",
"misc": "",
"start_char": 86,
"text": "crusade",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 97,
"feats": null,
"head": 19,
"id": 18,
"lemma": "and",
"misc": "",
"start_char": 94,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 101,
"feats": null,
"head": 17,
"id": 19,
"lemma": "all",
"misc": "",
"start_char": 98,
"text": "all",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "case",
"end_char": 104,
"feats": null,
"head": 24,
"id": 20,
"lemma": "of",
"misc": "",
"start_char": 102,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 108,
"feats": "Definite=Def|PronType=Art",
"head": 24,
"id": 21,
"lemma": "the",
"misc": "",
"start_char": 105,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 118,
"feats": "Degree=Pos",
"head": 24,
"id": 22,
"lemma": "political",
"misc": "",
"start_char": 109,
"text": "political",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "compound",
"end_char": 124,
"feats": "Number=Sing",
"head": 24,
"id": 23,
"lemma": "power",
"misc": "",
"start_char": 119,
"text": "power",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nmod",
"end_char": 130,
"feats": "Number=Plur",
"head": 19,
"id": 24,
"lemma": "game",
"misc": "",
"start_char": 125,
"text": "games",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "obj",
"end_char": 135,
"feats": "PronType=Rel",
"head": 27,
"id": 25,
"lemma": "that",
"misc": "",
"start_char": 131,
"text": "that",
"upos": "PRON",
"xpos": "WDT"
},
{
"deprel": "nsubj",
"end_char": 140,
"feats": "PronType=Rel",
"head": 27,
"id": 26,
"lemma": "that",
"misc": "",
"start_char": 136,
"text": "that",
"upos": "PRON",
"xpos": "WDT"
},
{
"deprel": "acl:relcl",
"end_char": 148,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 24,
"id": 27,
"lemma": "entail",
"misc": "",
"start_char": 141,
"text": "entails",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "punct",
"end_char": 150,
"feats": null,
"head": 4,
"id": 28,
"lemma": ".",
"misc": "",
"start_char": 149,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
7,
7
]
],
[
[
0,
1,
1
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
46737878c2209e824cf11bbea484832b | Keneth has said that about Thomas when asked who he admires outside his program. | [
{
"end_char": 80,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Keneth)) (VP (VBZ has) (VP (VBN said) (SBAR (IN that) (S (PP (IN about) (NP (NNP Thomas))) (SBAR (WHADVP (WRB when)) (S (VP (VBN asked) (SBAR (WHNP (WP who)) (S (NP (PRP he)) (VP (VBZ admires) (PP (IN outside) (NP (PRP$ his) (NN program))))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Keneth has said that about Thomas when asked who he admires outside his program.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Keneth",
"misc": "",
"start_char": 0,
"text": "Keneth",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 10,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "have",
"misc": "",
"start_char": 7,
"text": "has",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "root",
"end_char": 15,
"feats": "Tense=Past|VerbForm=Part",
"head": 0,
"id": 3,
"lemma": "say",
"misc": "",
"start_char": 11,
"text": "said",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "mark",
"end_char": 20,
"feats": null,
"head": 8,
"id": 4,
"lemma": "that",
"misc": "",
"start_char": 16,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "case",
"end_char": 26,
"feats": null,
"head": 6,
"id": 5,
"lemma": "about",
"misc": "",
"start_char": 21,
"text": "about",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 33,
"feats": "Number=Sing",
"head": 3,
"id": 6,
"lemma": "Thomas",
"misc": "",
"start_char": 27,
"text": "Thomas",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 38,
"feats": "PronType=Int",
"head": 8,
"id": 7,
"lemma": "when",
"misc": "",
"start_char": 34,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "advcl",
"end_char": 44,
"feats": "Tense=Past|VerbForm=Part",
"head": 3,
"id": 8,
"lemma": "ask",
"misc": "",
"start_char": 39,
"text": "asked",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "obj",
"end_char": 48,
"feats": "PronType=Rel",
"head": 11,
"id": 9,
"lemma": "who",
"misc": "",
"start_char": 45,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "nsubj",
"end_char": 51,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "he",
"misc": "",
"start_char": 49,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "ccomp",
"end_char": 59,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 8,
"id": 11,
"lemma": "admire",
"misc": "",
"start_char": 52,
"text": "admires",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "case",
"end_char": 67,
"feats": null,
"head": 14,
"id": 12,
"lemma": "outside",
"misc": "",
"start_char": 60,
"text": "outside",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 71,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 14,
"id": 13,
"lemma": "his",
"misc": "",
"start_char": 68,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 79,
"feats": "Number=Sing",
"head": 11,
"id": 14,
"lemma": "program",
"misc": "",
"start_char": 72,
"text": "program",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 81,
"feats": null,
"head": 3,
"id": 15,
"lemma": ".",
"misc": "",
"start_char": 80,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
9,
9
]
],
[
[
0,
5,
5
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
9fce8ca641a91616313a31ea84f03f3e | Jerry then tries to damage Juan, but he is already dead. | [
{
"end_char": 56,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Jerry)) (ADVP (RB then)) (VP (VBZ tries) (S (VP (TO to) (VP (VB damage) (NP (NNP Juan))))))) (, ,) (CC but) (S (NP (PRP he)) (VP (VBZ is) (ADVP (RB already)) (ADJP (JJ dead)))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Jerry then tries to damage Juan, but he is already dead.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Jerry",
"misc": "",
"start_char": 0,
"text": "Jerry",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 10,
"feats": "PronType=Dem",
"head": 3,
"id": 2,
"lemma": "then",
"misc": "",
"start_char": 6,
"text": "then",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 16,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "try",
"misc": "",
"start_char": 11,
"text": "tries",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "mark",
"end_char": 19,
"feats": null,
"head": 5,
"id": 4,
"lemma": "to",
"misc": "",
"start_char": 17,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 26,
"feats": "VerbForm=Inf",
"head": 3,
"id": 5,
"lemma": "damage",
"misc": "",
"start_char": 20,
"text": "damage",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 31,
"feats": "Number=Sing",
"head": 5,
"id": 6,
"lemma": "Juan",
"misc": "",
"start_char": 27,
"text": "Juan",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 33,
"feats": null,
"head": 12,
"id": 7,
"lemma": ",",
"misc": "",
"start_char": 32,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 37,
"feats": null,
"head": 12,
"id": 8,
"lemma": "but",
"misc": "",
"start_char": 34,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 40,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 9,
"lemma": "he",
"misc": "",
"start_char": 38,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 43,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 12,
"id": 10,
"lemma": "be",
"misc": "",
"start_char": 41,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 51,
"feats": null,
"head": 12,
"id": 11,
"lemma": "already",
"misc": "",
"start_char": 44,
"text": "already",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 56,
"feats": "Degree=Pos",
"head": 3,
"id": 12,
"lemma": "dead",
"misc": "",
"start_char": 52,
"text": "dead",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 58,
"feats": null,
"head": 3,
"id": 13,
"lemma": ".",
"misc": "",
"start_char": 57,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
5,
5
],
[
0,
8,
8
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
4336ded8f4713edb848974a4b1f8723c | And Robert lived with Edwin when he was a toddler, but is shown as a newborn at the church. | [
{
"end_char": 91,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (CC And) (NP (NNP Robert)) (VP (VBD lived) (PP (IN with) (NP (NNP Edwin))) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VP (VBD was) (NP (DT a) (NN toddler))) (, ,) (CC but) (VP (VBZ is) (VP (VBN shown) (PP (IN as) (NP (DT a) (NN newborn))) (PP (IN at) (NP (DT the) (NN church))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "And Robert lived with Edwin when he was a toddler, but is shown as a newborn at the church.",
"tokens": [
{
"deprel": "cc",
"end_char": 3,
"feats": null,
"head": 3,
"id": 1,
"lemma": "and",
"misc": "",
"start_char": 0,
"text": "And",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 10,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "Robert",
"misc": "",
"start_char": 4,
"text": "Robert",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 16,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "live",
"misc": "",
"start_char": 11,
"text": "lived",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 21,
"feats": null,
"head": 5,
"id": 4,
"lemma": "with",
"misc": "",
"start_char": 17,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 27,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "Edwin",
"misc": "",
"start_char": 22,
"text": "Edwin",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 32,
"feats": "PronType=Int",
"head": 10,
"id": 6,
"lemma": "when",
"misc": "",
"start_char": 28,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 35,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 7,
"lemma": "he",
"misc": "",
"start_char": 33,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 39,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 8,
"lemma": "be",
"misc": "",
"start_char": 36,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 41,
"feats": "Definite=Ind|PronType=Art",
"head": 10,
"id": 9,
"lemma": "a",
"misc": "",
"start_char": 40,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "advcl",
"end_char": 49,
"feats": "Number=Sing",
"head": 3,
"id": 10,
"lemma": "toddler",
"misc": "",
"start_char": 42,
"text": "toddler",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 51,
"feats": null,
"head": 14,
"id": 11,
"lemma": ",",
"misc": "",
"start_char": 50,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 55,
"feats": null,
"head": 14,
"id": 12,
"lemma": "but",
"misc": "",
"start_char": 52,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "aux:pass",
"end_char": 58,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 14,
"id": 13,
"lemma": "be",
"misc": "",
"start_char": 56,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "conj",
"end_char": 64,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 3,
"id": 14,
"lemma": "show",
"misc": "",
"start_char": 59,
"text": "shown",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 67,
"feats": null,
"head": 17,
"id": 15,
"lemma": "as",
"misc": "",
"start_char": 65,
"text": "as",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 69,
"feats": "Definite=Ind|PronType=Art",
"head": 17,
"id": 16,
"lemma": "a",
"misc": "",
"start_char": 68,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 77,
"feats": "Number=Sing",
"head": 14,
"id": 17,
"lemma": "newborn",
"misc": "",
"start_char": 70,
"text": "newborn",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 80,
"feats": null,
"head": 20,
"id": 18,
"lemma": "at",
"misc": "",
"start_char": 78,
"text": "at",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 84,
"feats": "Definite=Def|PronType=Art",
"head": 20,
"id": 19,
"lemma": "the",
"misc": "",
"start_char": 81,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 91,
"feats": "Number=Sing",
"head": 14,
"id": 20,
"lemma": "church",
"misc": "",
"start_char": 85,
"text": "church",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 93,
"feats": null,
"head": 3,
"id": 21,
"lemma": ".",
"misc": "",
"start_char": 92,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
],
[
0,
6,
6
]
],
[
[
0,
4,
4
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
af90304c56cb4401ee82270e7d3807d3 | Julio couldn't play Doyle but he could most likely do just as well if not better than Ljungberg. | [
{
"end_char": 96,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Julio)) (VP (MD could) (RB n't) (VP (VB play) (NP (NNP Doyle))))) (CC but) (S (NP (PRP he)) (VP (MD could) (ADVP (RBS most) (RB likely)) (VP (VB do) (ADJP (ADVP (ADVP (RB just) (RB as) (RB well)) (SBAR (IN if) (FRAG (RB not) (JJR better)))) (PP (IN than) (NP (NNP Ljungberg))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Julio couldn't play Doyle but he could most likely do just as well if not better than Ljungberg.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Julio",
"misc": "",
"start_char": 0,
"text": "Julio",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 11,
"feats": "VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "could",
"misc": "",
"start_char": 6,
"text": "could",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 15,
"feats": null,
"head": 4,
"id": 3,
"lemma": "not",
"misc": "",
"start_char": 12,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 20,
"feats": "VerbForm=Inf",
"head": 0,
"id": 4,
"lemma": "play",
"misc": "",
"start_char": 16,
"text": "play",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 26,
"feats": "Number=Sing",
"head": 4,
"id": 5,
"lemma": "Doyle",
"misc": "",
"start_char": 21,
"text": "Doyle",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cc",
"end_char": 30,
"feats": null,
"head": 11,
"id": 6,
"lemma": "but",
"misc": "",
"start_char": 27,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 33,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 7,
"lemma": "he",
"misc": "",
"start_char": 31,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 39,
"feats": "VerbForm=Fin",
"head": 11,
"id": 8,
"lemma": "could",
"misc": "",
"start_char": 34,
"text": "could",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 44,
"feats": "Degree=Sup",
"head": 10,
"id": 9,
"lemma": "most",
"misc": "",
"start_char": 40,
"text": "most",
"upos": "ADV",
"xpos": "RBS"
},
{
"deprel": "advmod",
"end_char": 51,
"feats": null,
"head": 11,
"id": 10,
"lemma": "likely",
"misc": "",
"start_char": 45,
"text": "likely",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 54,
"feats": "VerbForm=Inf",
"head": 4,
"id": 11,
"lemma": "do",
"misc": "",
"start_char": 52,
"text": "do",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "advmod",
"end_char": 59,
"feats": null,
"head": 14,
"id": 12,
"lemma": "just",
"misc": "",
"start_char": 55,
"text": "just",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 62,
"feats": null,
"head": 14,
"id": 13,
"lemma": "as",
"misc": "",
"start_char": 60,
"text": "as",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 67,
"feats": "Degree=Pos",
"head": 11,
"id": 14,
"lemma": "well",
"misc": "",
"start_char": 63,
"text": "well",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 70,
"feats": null,
"head": 17,
"id": 15,
"lemma": "if",
"misc": "",
"start_char": 68,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "advmod",
"end_char": 74,
"feats": null,
"head": 17,
"id": 16,
"lemma": "not",
"misc": "",
"start_char": 71,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 81,
"feats": "Degree=Cmp",
"head": 11,
"id": 17,
"lemma": "good",
"misc": "",
"start_char": 75,
"text": "better",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "case",
"end_char": 86,
"feats": null,
"head": 19,
"id": 18,
"lemma": "than",
"misc": "",
"start_char": 82,
"text": "than",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 96,
"feats": "Number=Sing",
"head": 17,
"id": 19,
"lemma": "Ljungberg",
"misc": "",
"start_char": 87,
"text": "Ljungberg",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 98,
"feats": null,
"head": 4,
"id": 20,
"lemma": ".",
"misc": "",
"start_char": 97,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
6,
6
]
],
[
[
0,
4,
4
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
965ecf9529ea21918615f94f44c08f61 | And now manipulating Ann into either killing Susana or providing her with evidence. | [
{
"end_char": 83,
"id": 1,
"misc": {
"parse_tree": "(ROOT (FRAG (CC And) (ADVP (RB now)) (VP (VBG manipulating) (NP (NNP Ann)) (PP (IN into) (S (VP (VP (CC either) (VBG killing) (NP (NNP Susana))) (CC or) (VP (VBG providing) (NP (PRP her)) (PP (IN with) (NP (NN evidence)))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "And now manipulating Ann into either killing Susana or providing her with evidence.",
"tokens": [
{
"deprel": "cc",
"end_char": 3,
"feats": null,
"head": 3,
"id": 1,
"lemma": "and",
"misc": "",
"start_char": 0,
"text": "And",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "advmod",
"end_char": 7,
"feats": null,
"head": 3,
"id": 2,
"lemma": "now",
"misc": "",
"start_char": 4,
"text": "now",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 20,
"feats": "VerbForm=Ger",
"head": 0,
"id": 3,
"lemma": "manipulate",
"misc": "",
"start_char": 8,
"text": "manipulating",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 24,
"feats": "Number=Sing",
"head": 3,
"id": 4,
"lemma": "Ann",
"misc": "",
"start_char": 21,
"text": "Ann",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 29,
"feats": null,
"head": 7,
"id": 5,
"lemma": "into",
"misc": "",
"start_char": 25,
"text": "into",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "cc:preconj",
"end_char": 36,
"feats": null,
"head": 7,
"id": 6,
"lemma": "either",
"misc": "",
"start_char": 30,
"text": "either",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "advcl",
"end_char": 44,
"feats": "VerbForm=Ger",
"head": 3,
"id": 7,
"lemma": "kill",
"misc": "",
"start_char": 37,
"text": "killing",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 51,
"feats": "Number=Sing",
"head": 7,
"id": 8,
"lemma": "Susana",
"misc": "",
"start_char": 45,
"text": "Susana",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cc",
"end_char": 54,
"feats": null,
"head": 10,
"id": 9,
"lemma": "or",
"misc": "",
"start_char": 52,
"text": "or",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 64,
"feats": "VerbForm=Ger",
"head": 7,
"id": 10,
"lemma": "provide",
"misc": "",
"start_char": 55,
"text": "providing",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 68,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 11,
"lemma": "her",
"misc": "",
"start_char": 65,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 73,
"feats": null,
"head": 13,
"id": 12,
"lemma": "with",
"misc": "",
"start_char": 69,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 82,
"feats": "Number=Sing",
"head": 10,
"id": 13,
"lemma": "evidence",
"misc": "",
"start_char": 74,
"text": "evidence",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 84,
"feats": null,
"head": 3,
"id": 14,
"lemma": ".",
"misc": "",
"start_char": 83,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
3,
3
]
],
[
[
0,
7,
7
],
[
0,
10,
10
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
0ef0f560279b500db8e5510138056d82 | And that's what I think Hugh was telling Thomas--if he's looking for a girl like Kaitlyn, then he's probably not for him. | [
{
"end_char": 121,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (CC And) (NP (DT that)) (VP (VBZ 's) (SBAR (WHNP (WP what)) (S (NP (PRP I)) (VP (VBP think) (SBAR (S (NP (NNP Hugh)) (VP (VBD was) (VP (VBG telling) (NP (NNP Thomas)) (, --) (S (SBAR (IN if) (S (NP (PRP he)) (VP (VBZ 's) (VP (VBG looking) (PP (IN for) (NP (NP (DT a) (NN girl)) (PP (IN like) (NP (NNP Kaitlyn))))))))) (, ,) (ADVP (RB then)) (NP (PRP he)) (VP (VBZ 's) (ADVP (RB probably)) (RB not) (PP (IN for) (NP (PRP him))))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "And that's what I think Hugh was telling Thomas--if he's looking for a girl like Kaitlyn, then he's probably not for him.",
"tokens": [
{
"deprel": "cc",
"end_char": 3,
"feats": null,
"head": 4,
"id": 1,
"lemma": "and",
"misc": "",
"start_char": 0,
"text": "And",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 8,
"feats": "Number=Sing|PronType=Dem",
"head": 4,
"id": 2,
"lemma": "that",
"misc": "",
"start_char": 4,
"text": "that",
"upos": "PRON",
"xpos": "DT"
},
{
"deprel": "cop",
"end_char": 11,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 3,
"lemma": "be",
"misc": "",
"start_char": 9,
"text": "'s",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "reparandum",
"end_char": 16,
"feats": "PronType=Rel",
"head": 28,
"id": 4,
"lemma": "what",
"misc": "",
"start_char": 12,
"text": "what",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "nsubj",
"end_char": 18,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 6,
"id": 5,
"lemma": "I",
"misc": "",
"start_char": 17,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "acl:relcl",
"end_char": 24,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 6,
"lemma": "think",
"misc": "",
"start_char": 19,
"text": "think",
"upos": "VERB",
"xpos": "VBP"
},
{
"deprel": "nsubj",
"end_char": 29,
"feats": "Number=Sing",
"head": 9,
"id": 7,
"lemma": "Hugh",
"misc": "",
"start_char": 25,
"text": "Hugh",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 33,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 9,
"id": 8,
"lemma": "be",
"misc": "",
"start_char": 30,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "ccomp",
"end_char": 41,
"feats": "Tense=Pres|VerbForm=Part",
"head": 6,
"id": 9,
"lemma": "tell",
"misc": "",
"start_char": 34,
"text": "telling",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "iobj",
"end_char": 48,
"feats": "Number=Sing",
"head": 9,
"id": 10,
"lemma": "Thomas",
"misc": "",
"start_char": 42,
"text": "Thomas",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 51,
"feats": null,
"head": 4,
"id": 11,
"lemma": "--",
"misc": "",
"start_char": 49,
"text": "--",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 54,
"feats": null,
"head": 15,
"id": 12,
"lemma": "if",
"misc": "",
"start_char": 52,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 57,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 15,
"id": 13,
"lemma": "he",
"misc": "",
"start_char": 55,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 60,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 15,
"id": 14,
"lemma": "be",
"misc": "",
"start_char": 58,
"text": "'s",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advcl",
"end_char": 68,
"feats": "Tense=Pres|VerbForm=Part",
"head": 28,
"id": 15,
"lemma": "look",
"misc": "",
"start_char": 61,
"text": "looking",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 72,
"feats": null,
"head": 18,
"id": 16,
"lemma": "for",
"misc": "",
"start_char": 69,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 74,
"feats": "Definite=Ind|PronType=Art",
"head": 18,
"id": 17,
"lemma": "a",
"misc": "",
"start_char": 73,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 79,
"feats": "Number=Sing",
"head": 15,
"id": 18,
"lemma": "girl",
"misc": "",
"start_char": 75,
"text": "girl",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 84,
"feats": null,
"head": 20,
"id": 19,
"lemma": "like",
"misc": "",
"start_char": 80,
"text": "like",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 92,
"feats": "Number=Sing",
"head": 18,
"id": 20,
"lemma": "Kaitlyn",
"misc": "",
"start_char": 85,
"text": "Kaitlyn",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 94,
"feats": null,
"head": 15,
"id": 21,
"lemma": ",",
"misc": "",
"start_char": 93,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 99,
"feats": "PronType=Dem",
"head": 28,
"id": 22,
"lemma": "then",
"misc": "",
"start_char": 95,
"text": "then",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 102,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 28,
"id": 23,
"lemma": "he",
"misc": "",
"start_char": 100,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 105,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 28,
"id": 24,
"lemma": "be",
"misc": "",
"start_char": 103,
"text": "'s",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 114,
"feats": null,
"head": 28,
"id": 25,
"lemma": "probably",
"misc": "",
"start_char": 106,
"text": "probably",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 118,
"feats": null,
"head": 28,
"id": 26,
"lemma": "not",
"misc": "",
"start_char": 115,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 122,
"feats": null,
"head": 28,
"id": 27,
"lemma": "for",
"misc": "",
"start_char": 119,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "root",
"end_char": 126,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 0,
"id": 28,
"lemma": "he",
"misc": "",
"start_char": 123,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 128,
"feats": null,
"head": 28,
"id": 29,
"lemma": ".",
"misc": "",
"start_char": 127,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
6,
6
]
],
[
[
0,
9,
9
],
[
0,
12,
12
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
c7b5c17c20ac538eb028eb3fe2edf182 | Shawn didn't want James to die, because he was his cook. | [
{
"end_char": 56,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Shawn)) (VP (VBD did) (RB n't) (VP (VB want) (S (NP (NNP James)) (VP (TO to) (VP (VB die)))) (, ,) (SBAR (IN because) (S (NP (PRP he)) (VP (VBD was) (NP (PRP$ his) (NN cook))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Shawn didn't want James to die, because he was his cook.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Shawn",
"misc": "",
"start_char": 0,
"text": "Shawn",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 9,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "do",
"misc": "",
"start_char": 6,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 13,
"feats": null,
"head": 4,
"id": 3,
"lemma": "not",
"misc": "",
"start_char": 10,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 18,
"feats": "VerbForm=Inf",
"head": 0,
"id": 4,
"lemma": "want",
"misc": "",
"start_char": 14,
"text": "want",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 24,
"feats": "Number=Sing",
"head": 4,
"id": 5,
"lemma": "James",
"misc": "",
"start_char": 19,
"text": "James",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 27,
"feats": null,
"head": 7,
"id": 6,
"lemma": "to",
"misc": "",
"start_char": 25,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 31,
"feats": "VerbForm=Inf",
"head": 4,
"id": 7,
"lemma": "die",
"misc": "",
"start_char": 28,
"text": "die",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 33,
"feats": null,
"head": 13,
"id": 8,
"lemma": ",",
"misc": "",
"start_char": 32,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 41,
"feats": null,
"head": 13,
"id": 9,
"lemma": "because",
"misc": "",
"start_char": 34,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 44,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 10,
"lemma": "he",
"misc": "",
"start_char": 42,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 48,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 13,
"id": 11,
"lemma": "be",
"misc": "",
"start_char": 45,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 52,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 13,
"id": 12,
"lemma": "his",
"misc": "",
"start_char": 49,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "advcl",
"end_char": 57,
"feats": "Number=Sing",
"head": 4,
"id": 13,
"lemma": "cook",
"misc": "",
"start_char": 53,
"text": "cook",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 59,
"feats": null,
"head": 4,
"id": 14,
"lemma": ".",
"misc": "",
"start_char": 58,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
4,
4
],
[
0,
9,
9
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
870fde059b3e00458e10834241982c35 | Earlier, Juan blew Evan off when he was asking for help. | [
{
"end_char": 56,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (ADVP (RBR Earlier)) (, ,) (NP (NNP Juan)) (VP (VBD blew) (NP (NNP Evan)) (PRT (RP off)) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD was) (VP (VBG asking) (PP (IN for) (NP (NN help)))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Earlier, Juan blew Evan off when he was asking for help.",
"tokens": [
{
"deprel": "advmod",
"end_char": 7,
"feats": "Degree=Cmp",
"head": 4,
"id": 1,
"lemma": "early",
"misc": "",
"start_char": 0,
"text": "Earlier",
"upos": "ADV",
"xpos": "RBR"
},
{
"deprel": "punct",
"end_char": 9,
"feats": null,
"head": 4,
"id": 2,
"lemma": ",",
"misc": "",
"start_char": 8,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 14,
"feats": "Number=Sing",
"head": 4,
"id": 3,
"lemma": "Juan",
"misc": "",
"start_char": 10,
"text": "Juan",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 19,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 4,
"lemma": "blow",
"misc": "",
"start_char": 15,
"text": "blew",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 24,
"feats": "Number=Sing",
"head": 4,
"id": 5,
"lemma": "Evan",
"misc": "",
"start_char": 20,
"text": "Evan",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "compound:prt",
"end_char": 28,
"feats": null,
"head": 4,
"id": 6,
"lemma": "off",
"misc": "",
"start_char": 25,
"text": "off",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "advmod",
"end_char": 33,
"feats": "PronType=Int",
"head": 10,
"id": 7,
"lemma": "when",
"misc": "",
"start_char": 29,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 36,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 8,
"lemma": "he",
"misc": "",
"start_char": 34,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 40,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 9,
"lemma": "be",
"misc": "",
"start_char": 37,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 47,
"feats": "Tense=Pres|VerbForm=Part",
"head": 4,
"id": 10,
"lemma": "ask",
"misc": "",
"start_char": 41,
"text": "asking",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 51,
"feats": null,
"head": 12,
"id": 11,
"lemma": "for",
"misc": "",
"start_char": 48,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 56,
"feats": "Number=Sing",
"head": 10,
"id": 12,
"lemma": "help",
"misc": "",
"start_char": 52,
"text": "help",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 58,
"feats": null,
"head": 4,
"id": 13,
"lemma": ".",
"misc": "",
"start_char": 57,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
2
]
],
[
[
0,
4,
4
],
[
0,
7,
7
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
5e81161f9b8653a226f4546e2a6a6fb7 | But like Patrick Michael is able to clear well enough to where his jg outclasses his support. | [
{
"end_char": 93,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (CC But) (PP (IN like) (NP (NNP Patrick) (NNP Michael))) (VP (VBZ is) (ADJP (JJ able) (S (VP (TO to) (VP (VB clear) (ADVP (RB well) (RB enough)) (PP (IN to) (SBAR (WHADVP (WRB where)) (S (NP (PRP$ his) (NN jg)) (VP (VBZ outclasses) (NP (PRP$ his) (NN support))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "But like Patrick Michael is able to clear well enough to where his jg outclasses his support.",
"tokens": [
{
"deprel": "cc",
"end_char": 3,
"feats": null,
"head": 6,
"id": 1,
"lemma": "but",
"misc": "",
"start_char": 0,
"text": "But",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "mark",
"end_char": 8,
"feats": null,
"head": 6,
"id": 2,
"lemma": "like",
"misc": "",
"start_char": 4,
"text": "like",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 16,
"feats": "Number=Sing",
"head": 6,
"id": 3,
"lemma": "Patrick",
"misc": "",
"start_char": 9,
"text": "Patrick",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "flat",
"end_char": 24,
"feats": "Number=Sing",
"head": 3,
"id": 4,
"lemma": "Michael",
"misc": "",
"start_char": 17,
"text": "Michael",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 27,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 6,
"id": 5,
"lemma": "be",
"misc": "",
"start_char": 25,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "root",
"end_char": 32,
"feats": "Degree=Pos",
"head": 0,
"id": 6,
"lemma": "able",
"misc": "",
"start_char": 28,
"text": "able",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 35,
"feats": null,
"head": 8,
"id": 7,
"lemma": "to",
"misc": "",
"start_char": 33,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 41,
"feats": "VerbForm=Inf",
"head": 6,
"id": 8,
"lemma": "clear",
"misc": "",
"start_char": 36,
"text": "clear",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "advmod",
"end_char": 46,
"feats": "Degree=Pos",
"head": 8,
"id": 9,
"lemma": "well",
"misc": "",
"start_char": 42,
"text": "well",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 53,
"feats": null,
"head": 8,
"id": 10,
"lemma": "enough",
"misc": "",
"start_char": 47,
"text": "enough",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 56,
"feats": null,
"head": 12,
"id": 11,
"lemma": "to",
"misc": "",
"start_char": 54,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 62,
"feats": "PronType=Rel",
"head": 8,
"id": 12,
"lemma": "where",
"misc": "",
"start_char": 57,
"text": "where",
"upos": "ADV",
"xpos": "WRB"
},
{
"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",
"misc": "",
"start_char": 63,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nsubj",
"end_char": 69,
"feats": "Number=Sing",
"head": 15,
"id": 14,
"lemma": "jg",
"misc": "",
"start_char": 67,
"text": "jg",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advcl:relcl",
"end_char": 80,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 12,
"id": 15,
"lemma": "outclass",
"misc": "",
"start_char": 70,
"text": "outclasses",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "nmod:poss",
"end_char": 84,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 17,
"id": 16,
"lemma": "his",
"misc": "",
"start_char": 81,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 92,
"feats": "Number=Sing",
"head": 15,
"id": 17,
"lemma": "support",
"misc": "",
"start_char": 85,
"text": "support",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 94,
"feats": null,
"head": 6,
"id": 18,
"lemma": ".",
"misc": "",
"start_char": 93,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
2
]
],
[
[
0,
3,
3
],
[
0,
12,
12
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
911d6a78b550f5231e709f26abfd2ed5 | But Benjamin understandably doesn't have the foreign policy know-how that Wm does, so he made himself an easy target. | [
{
"end_char": 117,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (CC But) (NP (NNP Benjamin)) (ADVP (RB understandably)) (VP (VBZ does) (RB n't) (VP (VB have) (NP (NP (DT the) (NML (JJ foreign) (NN policy)) (NN know-how)) (SBAR (IN that) (S (NP (NNP Wm)) (VP (VBZ does)))))))) (, ,) (RB so) (S (NP (PRP he)) (VP (VBD made) (S (NP (PRP himself)) (NP (DT an) (JJ easy) (NN target))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "But Benjamin understandably doesn't have the foreign policy know-how that Wm does, so he made himself an easy target.",
"tokens": [
{
"deprel": "cc",
"end_char": 3,
"feats": null,
"head": 6,
"id": 1,
"lemma": "but",
"misc": "",
"start_char": 0,
"text": "But",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 12,
"feats": "Number=Sing",
"head": 6,
"id": 2,
"lemma": "Benjamin",
"misc": "",
"start_char": 4,
"text": "Benjamin",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 27,
"feats": null,
"head": 6,
"id": 3,
"lemma": "understandably",
"misc": "",
"start_char": 13,
"text": "understandably",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "aux",
"end_char": 32,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 6,
"id": 4,
"lemma": "do",
"misc": "",
"start_char": 28,
"text": "does",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 36,
"feats": null,
"head": 6,
"id": 5,
"lemma": "not",
"misc": "",
"start_char": 33,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 41,
"feats": "VerbForm=Inf",
"head": 0,
"id": 6,
"lemma": "have",
"misc": "",
"start_char": 37,
"text": "have",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 45,
"feats": "Definite=Def|PronType=Art",
"head": 10,
"id": 7,
"lemma": "the",
"misc": "",
"start_char": 42,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 53,
"feats": "Degree=Pos",
"head": 9,
"id": 8,
"lemma": "foreign",
"misc": "",
"start_char": 46,
"text": "foreign",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "compound",
"end_char": 60,
"feats": "Number=Sing",
"head": 10,
"id": 9,
"lemma": "policy",
"misc": "",
"start_char": 54,
"text": "policy",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obj",
"end_char": 69,
"feats": "Number=Sing",
"head": 6,
"id": 10,
"lemma": "know-how",
"misc": "",
"start_char": 61,
"text": "know-how",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obj",
"end_char": 74,
"feats": null,
"head": 13,
"id": 11,
"lemma": "that",
"misc": "",
"start_char": 70,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 77,
"feats": "Number=Sing",
"head": 13,
"id": 12,
"lemma": "Wm",
"misc": "",
"start_char": 75,
"text": "Wm",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "acl:relcl",
"end_char": 82,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 10,
"id": 13,
"lemma": "do",
"misc": "",
"start_char": 78,
"text": "does",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "punct",
"end_char": 84,
"feats": null,
"head": 17,
"id": 14,
"lemma": ",",
"misc": "",
"start_char": 83,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 87,
"feats": null,
"head": 17,
"id": 15,
"lemma": "so",
"misc": "",
"start_char": 85,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 90,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 17,
"id": 16,
"lemma": "he",
"misc": "",
"start_char": 88,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "parataxis",
"end_char": 95,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 6,
"id": 17,
"lemma": "make",
"misc": "",
"start_char": 91,
"text": "made",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 103,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes",
"head": 17,
"id": 18,
"lemma": "himself",
"misc": "",
"start_char": 96,
"text": "himself",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "det",
"end_char": 106,
"feats": "Definite=Ind|PronType=Art",
"head": 21,
"id": 19,
"lemma": "a",
"misc": "",
"start_char": 104,
"text": "an",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 111,
"feats": "Degree=Pos",
"head": 21,
"id": 20,
"lemma": "easy",
"misc": "",
"start_char": 107,
"text": "easy",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "xcomp",
"end_char": 118,
"feats": "Number=Sing",
"head": 17,
"id": 21,
"lemma": "target",
"misc": "",
"start_char": 112,
"text": "target",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 120,
"feats": null,
"head": 6,
"id": 22,
"lemma": ".",
"misc": "",
"start_char": 119,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
],
[
0,
15,
15
]
],
[
[
0,
11,
11
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
a27ea5c9b457f41d397f87c4abd6085a | Matthew called to try to apologize to Dennis, but he didn't pick up. | [
{
"end_char": 68,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Matthew)) (VP (VBD called) (S (VP (TO to) (VP (VB try) (S (VP (TO to) (VP (VB apologize) (PP (IN to) (NP (NNP Dennis))))))))))) (, ,) (CC but) (S (NP (PRP he)) (VP (VBD did) (RB n't) (VP (VB pick) (PRT (RP up))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Matthew called to try to apologize to Dennis, but he didn't pick up.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Matthew",
"misc": "",
"start_char": 0,
"text": "Matthew",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 14,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "call",
"misc": "",
"start_char": 8,
"text": "called",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 17,
"feats": null,
"head": 4,
"id": 3,
"lemma": "to",
"misc": "",
"start_char": 15,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 21,
"feats": "VerbForm=Inf",
"head": 2,
"id": 4,
"lemma": "try",
"misc": "",
"start_char": 18,
"text": "try",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "mark",
"end_char": 24,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"misc": "",
"start_char": 22,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 34,
"feats": "VerbForm=Inf",
"head": 4,
"id": 6,
"lemma": "apologize",
"misc": "",
"start_char": 25,
"text": "apologize",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 37,
"feats": null,
"head": 8,
"id": 7,
"lemma": "to",
"misc": "",
"start_char": 35,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 44,
"feats": "Number=Sing",
"head": 6,
"id": 8,
"lemma": "Dennis",
"misc": "",
"start_char": 38,
"text": "Dennis",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 46,
"feats": null,
"head": 14,
"id": 9,
"lemma": ",",
"misc": "",
"start_char": 45,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 50,
"feats": null,
"head": 14,
"id": 10,
"lemma": "but",
"misc": "",
"start_char": 47,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 53,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 11,
"lemma": "he",
"misc": "",
"start_char": 51,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 57,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 14,
"id": 12,
"lemma": "do",
"misc": "",
"start_char": 54,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 61,
"feats": null,
"head": 14,
"id": 13,
"lemma": "not",
"misc": "",
"start_char": 58,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 66,
"feats": "VerbForm=Inf",
"head": 2,
"id": 14,
"lemma": "pick",
"misc": "",
"start_char": 62,
"text": "pick",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "compound:prt",
"end_char": 69,
"feats": null,
"head": 14,
"id": 15,
"lemma": "up",
"misc": "",
"start_char": 67,
"text": "up",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 71,
"feats": null,
"head": 2,
"id": 16,
"lemma": ".",
"misc": "",
"start_char": 70,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
7,
7
],
[
0,
10,
10
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
4d6da645c46a4ec4299598a25a4ead7a | David both dislike Michael, I doubt Michael has gotten any easier to work with since he's been clean. | [
{
"end_char": 101,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NP (NNP David)) (NP (DT both))) (VP (VBP dislike) (NP (NNP Michael)))) (, ,) (S (NP (PRP I)) (VP (VBP doubt) (SBAR (S (NP (NNP Michael)) (VP (VBZ has) (VP (VBN gotten) (NP (ADJP (DT any) (JJR easier)) (SBAR (S (VP (TO to) (VP (VB work) (PRT (IN with))))))) (SBAR (IN since) (S (NP (PRP he)) (VP (VBZ 's) (VP (VBN been) (ADJP (JJ clean)))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "David both dislike Michael, I doubt Michael has gotten any easier to work with since he's been clean.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "David",
"misc": "",
"start_char": 0,
"text": "David",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "det",
"end_char": 10,
"feats": null,
"head": 1,
"id": 2,
"lemma": "both",
"misc": "",
"start_char": 6,
"text": "both",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "root",
"end_char": 18,
"feats": "Mood=Ind|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "dislike",
"misc": "",
"start_char": 11,
"text": "dislike",
"upos": "VERB",
"xpos": "VBP"
},
{
"deprel": "obj",
"end_char": 26,
"feats": "Number=Sing",
"head": 3,
"id": 4,
"lemma": "Michael",
"misc": "",
"start_char": 19,
"text": "Michael",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 28,
"feats": null,
"head": 3,
"id": 5,
"lemma": ",",
"misc": "",
"start_char": 27,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 30,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 7,
"id": 6,
"lemma": "I",
"misc": "",
"start_char": 29,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "parataxis",
"end_char": 36,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 7,
"lemma": "doubt",
"misc": "",
"start_char": 31,
"text": "doubt",
"upos": "VERB",
"xpos": "VBP"
},
{
"deprel": "nsubj",
"end_char": 44,
"feats": "Number=Sing",
"head": 10,
"id": 8,
"lemma": "Michael",
"misc": "",
"start_char": 37,
"text": "Michael",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 48,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 10,
"id": 9,
"lemma": "have",
"misc": "",
"start_char": 45,
"text": "has",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "ccomp",
"end_char": 55,
"feats": "Tense=Past|VerbForm=Part",
"head": 7,
"id": 10,
"lemma": "get",
"misc": "",
"start_char": 49,
"text": "gotten",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "det",
"end_char": 59,
"feats": null,
"head": 12,
"id": 11,
"lemma": "any",
"misc": "",
"start_char": 56,
"text": "any",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 66,
"feats": "Degree=Cmp",
"head": 10,
"id": 12,
"lemma": "easy",
"misc": "",
"start_char": 60,
"text": "easier",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "mark",
"end_char": 69,
"feats": null,
"head": 14,
"id": 13,
"lemma": "to",
"misc": "",
"start_char": 67,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 74,
"feats": "VerbForm=Inf",
"head": 12,
"id": 14,
"lemma": "work",
"misc": "",
"start_char": 70,
"text": "work",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obl",
"end_char": 79,
"feats": null,
"head": 14,
"id": 15,
"lemma": "with",
"misc": "",
"start_char": 75,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "mark",
"end_char": 85,
"feats": null,
"head": 20,
"id": 16,
"lemma": "since",
"misc": "",
"start_char": 80,
"text": "since",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 88,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 20,
"id": 17,
"lemma": "he",
"misc": "",
"start_char": 86,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 91,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 20,
"id": 18,
"lemma": "be",
"misc": "",
"start_char": 89,
"text": "'s",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "cop",
"end_char": 96,
"feats": "Tense=Past|VerbForm=Part",
"head": 20,
"id": 19,
"lemma": "be",
"misc": "",
"start_char": 92,
"text": "been",
"upos": "AUX",
"xpos": "VBN"
},
{
"deprel": "advcl",
"end_char": 102,
"feats": "Degree=Pos",
"head": 10,
"id": 20,
"lemma": "clean",
"misc": "",
"start_char": 97,
"text": "clean",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 104,
"feats": null,
"head": 3,
"id": 21,
"lemma": ".",
"misc": "",
"start_char": 103,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
3,
3
],
[
0,
16,
16
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
01e6d17799591af9b81d33da6fbab1d3 | Aren't you saying you think Larry could win in a fight with Gary because he looks like he wants to punch police in that video? | [
{
"end_char": 126,
"id": 1,
"misc": {
"parse_tree": "(ROOT (SQ (VBP Are) (RB n't) (NP (PRP you)) (VP (VBG saying) (SBAR (S (NP (PRP you)) (VP (VBP think) (SBAR (S (NP (NNP Larry)) (VP (MD could) (VP (VB win) (PP (IN in) (NP (NP (DT a) (NN fight)) (PP (IN with) (NP (NNP Gary))))) (SBAR (IN because) (S (NP (PRP he)) (VP (VBZ looks) (SBAR (IN like) (S (NP (PRP he)) (VP (VBZ wants) (S (VP (TO to) (VP (VB punch) (NP (NN police)) (PP (IN in) (NP (DT that) (NN video)))))))))))))))))))) (. ?)))"
},
"speaker": null,
"start_char": 0,
"text": "Aren't you saying you think Larry could win in a fight with Gary because he looks like he wants to punch police in that video?",
"tokens": [
{
"deprel": "aux",
"end_char": 3,
"feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 1,
"lemma": "be",
"misc": "",
"start_char": 0,
"text": "Are",
"upos": "AUX",
"xpos": "VBP"
},
{
"deprel": "advmod",
"end_char": 7,
"feats": null,
"head": 4,
"id": 2,
"lemma": "not",
"misc": "",
"start_char": 4,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 11,
"feats": "Case=Nom|Person=2|PronType=Prs",
"head": 4,
"id": 3,
"lemma": "you",
"misc": "",
"start_char": 8,
"text": "you",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "root",
"end_char": 18,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 4,
"lemma": "say",
"misc": "",
"start_char": 12,
"text": "saying",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "nsubj",
"end_char": 22,
"feats": "Case=Nom|Person=2|PronType=Prs",
"head": 6,
"id": 5,
"lemma": "you",
"misc": "",
"start_char": 19,
"text": "you",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "ccomp",
"end_char": 28,
"feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 6,
"lemma": "think",
"misc": "",
"start_char": 23,
"text": "think",
"upos": "VERB",
"xpos": "VBP"
},
{
"deprel": "nsubj",
"end_char": 34,
"feats": "Number=Sing",
"head": 9,
"id": 7,
"lemma": "Larry",
"misc": "",
"start_char": 29,
"text": "Larry",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 40,
"feats": "VerbForm=Fin",
"head": 9,
"id": 8,
"lemma": "could",
"misc": "",
"start_char": 35,
"text": "could",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "ccomp",
"end_char": 44,
"feats": "VerbForm=Inf",
"head": 6,
"id": 9,
"lemma": "win",
"misc": "",
"start_char": 41,
"text": "win",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 47,
"feats": null,
"head": 12,
"id": 10,
"lemma": "in",
"misc": "",
"start_char": 45,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 49,
"feats": "Definite=Ind|PronType=Art",
"head": 12,
"id": 11,
"lemma": "a",
"misc": "",
"start_char": 48,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 55,
"feats": "Number=Sing",
"head": 9,
"id": 12,
"lemma": "fight",
"misc": "",
"start_char": 50,
"text": "fight",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 60,
"feats": null,
"head": 14,
"id": 13,
"lemma": "with",
"misc": "",
"start_char": 56,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 65,
"feats": "Number=Sing",
"head": 9,
"id": 14,
"lemma": "Gary",
"misc": "",
"start_char": 61,
"text": "Gary",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 73,
"feats": null,
"head": 17,
"id": 15,
"lemma": "because",
"misc": "",
"start_char": 66,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 76,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 17,
"id": 16,
"lemma": "he",
"misc": "",
"start_char": 74,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 82,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 9,
"id": 17,
"lemma": "look",
"misc": "",
"start_char": 77,
"text": "looks",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "mark",
"end_char": 87,
"feats": null,
"head": 20,
"id": 18,
"lemma": "like",
"misc": "",
"start_char": 83,
"text": "like",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 90,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 20,
"id": 19,
"lemma": "he",
"misc": "",
"start_char": 88,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 96,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 17,
"id": 20,
"lemma": "want",
"misc": "",
"start_char": 91,
"text": "wants",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "mark",
"end_char": 99,
"feats": null,
"head": 22,
"id": 21,
"lemma": "to",
"misc": "",
"start_char": 97,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 105,
"feats": "VerbForm=Inf",
"head": 20,
"id": 22,
"lemma": "punch",
"misc": "",
"start_char": 100,
"text": "punch",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 112,
"feats": "Number=Sing",
"head": 22,
"id": 23,
"lemma": "police",
"misc": "",
"start_char": 106,
"text": "police",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 115,
"feats": null,
"head": 26,
"id": 24,
"lemma": "in",
"misc": "",
"start_char": 113,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 120,
"feats": "Number=Sing|PronType=Dem",
"head": 26,
"id": 25,
"lemma": "that",
"misc": "",
"start_char": 116,
"text": "that",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 126,
"feats": "Number=Sing",
"head": 22,
"id": 26,
"lemma": "video",
"misc": "",
"start_char": 121,
"text": "video",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 128,
"feats": null,
"head": 4,
"id": 27,
"lemma": "?",
"misc": "",
"start_char": 127,
"text": "?",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
6,
6
],
[
0,
15,
15
]
],
[
[
0,
13,
13
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
32a51d6df94c33f761e7467bd0c5ea29 | According to John, Stephen can't be trusted because he has a history of lying. | [
{
"end_char": 78,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (PP (VBG According) (PP (IN to) (NP (NNP John)))) (, ,) (NP (NNP Stephen)) (VP (MD ca) (RB n't) (VP (VB be) (VP (VBN trusted) (SBAR (IN because) (S (NP (PRP he)) (VP (VBZ has) (NP (NP (DT a) (NN history)) (PP (IN of) (NP (NN lying)))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "According to John, Stephen can't be trusted because he has a history of lying.",
"tokens": [
{
"deprel": "case",
"end_char": 9,
"feats": "ExtPos=ADP|VerbForm=Ger",
"head": 3,
"id": 1,
"lemma": "accord",
"misc": "",
"start_char": 0,
"text": "According",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "fixed",
"end_char": 12,
"feats": null,
"head": 1,
"id": 2,
"lemma": "to",
"misc": "",
"start_char": 10,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 17,
"feats": "Number=Sing",
"head": 9,
"id": 3,
"lemma": "John",
"misc": "",
"start_char": 13,
"text": "John",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 19,
"feats": null,
"head": 9,
"id": 4,
"lemma": ",",
"misc": "",
"start_char": 18,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj:pass",
"end_char": 27,
"feats": "Number=Sing",
"head": 9,
"id": 5,
"lemma": "Stephen",
"misc": "",
"start_char": 20,
"text": "Stephen",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 30,
"feats": "VerbForm=Fin",
"head": 9,
"id": 6,
"lemma": "can",
"misc": "",
"start_char": 28,
"text": "ca",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 34,
"feats": null,
"head": 9,
"id": 7,
"lemma": "not",
"misc": "",
"start_char": 31,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "aux:pass",
"end_char": 37,
"feats": "VerbForm=Inf",
"head": 9,
"id": 8,
"lemma": "be",
"misc": "",
"start_char": 35,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "root",
"end_char": 45,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 9,
"lemma": "trust",
"misc": "",
"start_char": 38,
"text": "trusted",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "mark",
"end_char": 53,
"feats": null,
"head": 12,
"id": 10,
"lemma": "because",
"misc": "",
"start_char": 46,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 56,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 11,
"lemma": "he",
"misc": "",
"start_char": 54,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 60,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 9,
"id": 12,
"lemma": "have",
"misc": "",
"start_char": 57,
"text": "has",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "det",
"end_char": 62,
"feats": "Definite=Ind|PronType=Art",
"head": 14,
"id": 13,
"lemma": "a",
"misc": "",
"start_char": 61,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 70,
"feats": "Number=Sing",
"head": 12,
"id": 14,
"lemma": "history",
"misc": "",
"start_char": 63,
"text": "history",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 73,
"feats": null,
"head": 16,
"id": 15,
"lemma": "of",
"misc": "",
"start_char": 71,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 79,
"feats": "Number=Sing",
"head": 14,
"id": 16,
"lemma": "lying",
"misc": "",
"start_char": 74,
"text": "lying",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 81,
"feats": null,
"head": 9,
"id": 17,
"lemma": ".",
"misc": "",
"start_char": 80,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
2
]
],
[
[
0,
4,
4
],
[
0,
10,
10
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
ed556d9c13607e8ac32ca327a6a2e8d0 | Blake nervously laughed along with Steven when he called his father a fool. | [
{
"end_char": 75,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Blake)) (ADVP (RB nervously)) (VP (VBD laughed) (PRT (RB along)) (PP (IN with) (NP (NNP Steven))) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD called) (NP (PRP$ his) (NN father)) (S (NP (DT a) (NN fool))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Blake nervously laughed along with Steven when he called his father a fool.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Blake",
"misc": "",
"start_char": 0,
"text": "Blake",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 15,
"feats": null,
"head": 3,
"id": 2,
"lemma": "nervously",
"misc": "",
"start_char": 6,
"text": "nervously",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 23,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "laugh",
"misc": "",
"start_char": 16,
"text": "laughed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 29,
"feats": null,
"head": 3,
"id": 4,
"lemma": "along",
"misc": "",
"start_char": 24,
"text": "along",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 34,
"feats": null,
"head": 6,
"id": 5,
"lemma": "with",
"misc": "",
"start_char": 30,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 41,
"feats": "Number=Sing",
"head": 3,
"id": 6,
"lemma": "Steven",
"misc": "",
"start_char": 35,
"text": "Steven",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 46,
"feats": "PronType=Int",
"head": 9,
"id": 7,
"lemma": "when",
"misc": "",
"start_char": 42,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 49,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 9,
"id": 8,
"lemma": "he",
"misc": "",
"start_char": 47,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 56,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 9,
"lemma": "call",
"misc": "",
"start_char": 50,
"text": "called",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 60,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "his",
"misc": "",
"start_char": 57,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 67,
"feats": "Number=Sing",
"head": 9,
"id": 11,
"lemma": "father",
"misc": "",
"start_char": 61,
"text": "father",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "det",
"end_char": 69,
"feats": "Definite=Ind|PronType=Art",
"head": 13,
"id": 12,
"lemma": "a",
"misc": "",
"start_char": 68,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "xcomp",
"end_char": 74,
"feats": "Number=Sing",
"head": 9,
"id": 13,
"lemma": "fool",
"misc": "",
"start_char": 70,
"text": "fool",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 76,
"feats": null,
"head": 3,
"id": 14,
"lemma": ".",
"misc": "",
"start_char": 75,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
7,
7
]
],
[
[
0,
5,
5
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
7ac45070f015ecd919feeeeecc6973cd | Michael is not Richard, but he for sure is better than Wright. | [
{
"end_char": 62,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Michael)) (VP (VBZ is) (RB not) (NP (NNP Richard)))) (, ,) (CC but) (S (NP (PRP he)) (PP (IN for) (ADJP (JJ sure))) (VP (VBZ is) (ADJP (ADJP (JJR better)) (PP (IN than) (NP (NNP Wright)))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Michael is not Richard, but he for sure is better than Wright.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Michael",
"misc": "",
"start_char": 0,
"text": "Michael",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 10,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 8,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 14,
"feats": null,
"head": 4,
"id": 3,
"lemma": "not",
"misc": "",
"start_char": 11,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 22,
"feats": "Number=Sing",
"head": 0,
"id": 4,
"lemma": "Richard",
"misc": "",
"start_char": 15,
"text": "Richard",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 24,
"feats": null,
"head": 11,
"id": 5,
"lemma": ",",
"misc": "",
"start_char": 23,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 28,
"feats": null,
"head": 11,
"id": 6,
"lemma": "but",
"misc": "",
"start_char": 25,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 31,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 7,
"lemma": "he",
"misc": "",
"start_char": 29,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 35,
"feats": null,
"head": 9,
"id": 8,
"lemma": "for",
"misc": "",
"start_char": 32,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 40,
"feats": "Degree=Pos",
"head": 7,
"id": 9,
"lemma": "sure",
"misc": "",
"start_char": 36,
"text": "sure",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "cop",
"end_char": 43,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 11,
"id": 10,
"lemma": "be",
"misc": "",
"start_char": 41,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "conj",
"end_char": 50,
"feats": "Degree=Cmp",
"head": 4,
"id": 11,
"lemma": "good",
"misc": "",
"start_char": 44,
"text": "better",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "case",
"end_char": 55,
"feats": null,
"head": 13,
"id": 12,
"lemma": "than",
"misc": "",
"start_char": 51,
"text": "than",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 62,
"feats": "Number=Sing",
"head": 11,
"id": 13,
"lemma": "Wright",
"misc": "",
"start_char": 56,
"text": "Wright",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 64,
"feats": null,
"head": 4,
"id": 14,
"lemma": ".",
"misc": "",
"start_char": 63,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
6,
6
]
],
[
[
0,
3,
3
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
40cac682720dfabc103e7806046ff03f | William starting to find a range that Norman doesn't like, but he's still taking a lot of blows to get into that spot. | [
{
"end_char": 118,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP William)) (VP (VBG starting) (S (VP (TO to) (VP (VB find) (NP (NP (DT a) (NN range)) (SBAR (WHNP (WDT that)) (S (NP (NNP Norman)) (VP (VBZ does) (RB n't) (VP (VB like))))))))))) (, ,) (CC but) (S (NP (PRP he)) (VP (VBZ 's) (ADVP (RB still)) (VP (VBG taking) (NP (NP (DT a) (NN lot)) (PP (IN of) (NP (NNS blows)))) (S (VP (TO to) (VP (VB get) (PP (IN into) (NP (DT that) (NN spot))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "William starting to find a range that Norman doesn't like, but he's still taking a lot of blows to get into that spot.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "William",
"misc": "",
"start_char": 0,
"text": "William",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 16,
"feats": "VerbForm=Ger",
"head": 0,
"id": 2,
"lemma": "start",
"misc": "",
"start_char": 8,
"text": "starting",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "mark",
"end_char": 19,
"feats": null,
"head": 4,
"id": 3,
"lemma": "to",
"misc": "",
"start_char": 17,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 24,
"feats": "VerbForm=Inf",
"head": 2,
"id": 4,
"lemma": "find",
"misc": "",
"start_char": 20,
"text": "find",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 26,
"feats": "Definite=Ind|PronType=Art",
"head": 6,
"id": 5,
"lemma": "a",
"misc": "",
"start_char": 25,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 32,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "range",
"misc": "",
"start_char": 27,
"text": "range",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obj",
"end_char": 37,
"feats": "PronType=Rel",
"head": 11,
"id": 7,
"lemma": "that",
"misc": "",
"start_char": 33,
"text": "that",
"upos": "PRON",
"xpos": "WDT"
},
{
"deprel": "nsubj",
"end_char": 44,
"feats": "Number=Sing",
"head": 11,
"id": 8,
"lemma": "Norman",
"misc": "",
"start_char": 38,
"text": "Norman",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 49,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 11,
"id": 9,
"lemma": "do",
"misc": "",
"start_char": 45,
"text": "does",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 53,
"feats": null,
"head": 11,
"id": 10,
"lemma": "not",
"misc": "",
"start_char": 50,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "acl:relcl",
"end_char": 58,
"feats": "VerbForm=Inf",
"head": 6,
"id": 11,
"lemma": "like",
"misc": "",
"start_char": 54,
"text": "like",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "punct",
"end_char": 60,
"feats": null,
"head": 17,
"id": 12,
"lemma": ",",
"misc": "",
"start_char": 59,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 64,
"feats": null,
"head": 17,
"id": 13,
"lemma": "but",
"misc": "",
"start_char": 61,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 67,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 17,
"id": 14,
"lemma": "he",
"misc": "",
"start_char": 65,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 70,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 17,
"id": 15,
"lemma": "be",
"misc": "",
"start_char": 68,
"text": "'s",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 76,
"feats": null,
"head": 17,
"id": 16,
"lemma": "still",
"misc": "",
"start_char": 71,
"text": "still",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 83,
"feats": "Tense=Pres|VerbForm=Part",
"head": 2,
"id": 17,
"lemma": "take",
"misc": "",
"start_char": 77,
"text": "taking",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "det",
"end_char": 85,
"feats": "Definite=Ind|PronType=Art",
"head": 19,
"id": 18,
"lemma": "a",
"misc": "",
"start_char": 84,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 89,
"feats": "Number=Sing",
"head": 17,
"id": 19,
"lemma": "lot",
"misc": "",
"start_char": 86,
"text": "lot",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 92,
"feats": null,
"head": 21,
"id": 20,
"lemma": "of",
"misc": "",
"start_char": 90,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 98,
"feats": "Number=Plur",
"head": 19,
"id": 21,
"lemma": "blow",
"misc": "",
"start_char": 93,
"text": "blows",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "mark",
"end_char": 101,
"feats": null,
"head": 23,
"id": 22,
"lemma": "to",
"misc": "",
"start_char": 99,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 105,
"feats": "VerbForm=Inf",
"head": 17,
"id": 23,
"lemma": "get",
"misc": "",
"start_char": 102,
"text": "get",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 110,
"feats": null,
"head": 26,
"id": 24,
"lemma": "into",
"misc": "",
"start_char": 106,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 115,
"feats": "Number=Sing|PronType=Dem",
"head": 26,
"id": 25,
"lemma": "that",
"misc": "",
"start_char": 111,
"text": "that",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 120,
"feats": "Number=Sing",
"head": 23,
"id": 26,
"lemma": "spot",
"misc": "",
"start_char": 116,
"text": "spot",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 122,
"feats": null,
"head": 2,
"id": 27,
"lemma": ".",
"misc": "",
"start_char": 121,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
13,
13
]
],
[
[
0,
7,
7
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
d83d48eff9a658880f9d8ea37c7574a4 | Jaime is also a good option for Antonio to use if he is being used to counter mages. | [
{
"end_char": 84,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Jaime)) (VP (VBZ is) (ADVP (RB also)) (NP (DT a) (JJ good) (NN option) (SBAR (IN for) (S (NP (NNP Antonio)) (VP (TO to) (VP (VB use) (SBAR (IN if) (S (NP (PRP he)) (VP (VBZ is) (VP (VBG being) (VP (VBN used) (S (VP (TO to) (VP (VB counter) (NP (NNS mages)))))))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Jaime is also a good option for Antonio to use if he is being used to counter mages.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 6,
"id": 1,
"lemma": "Jaime",
"misc": "",
"start_char": 0,
"text": "Jaime",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 8,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 6,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 6,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 13,
"feats": null,
"head": 6,
"id": 3,
"lemma": "also",
"misc": "",
"start_char": 9,
"text": "also",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "det",
"end_char": 15,
"feats": "Definite=Ind|PronType=Art",
"head": 6,
"id": 4,
"lemma": "a",
"misc": "",
"start_char": 14,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 20,
"feats": "Degree=Pos",
"head": 6,
"id": 5,
"lemma": "good",
"misc": "",
"start_char": 16,
"text": "good",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "root",
"end_char": 27,
"feats": "Number=Sing",
"head": 0,
"id": 6,
"lemma": "option",
"misc": "",
"start_char": 21,
"text": "option",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 31,
"feats": null,
"head": 8,
"id": 7,
"lemma": "for",
"misc": "",
"start_char": 28,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 39,
"feats": "Number=Sing",
"head": 6,
"id": 8,
"lemma": "Antonio",
"misc": "",
"start_char": 32,
"text": "Antonio",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 42,
"feats": null,
"head": 10,
"id": 9,
"lemma": "to",
"misc": "",
"start_char": 40,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "acl",
"end_char": 46,
"feats": "VerbForm=Inf",
"head": 6,
"id": 10,
"lemma": "use",
"misc": "",
"start_char": 43,
"text": "use",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "mark",
"end_char": 49,
"feats": null,
"head": 15,
"id": 11,
"lemma": "if",
"misc": "",
"start_char": 47,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj:pass",
"end_char": 52,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 15,
"id": 12,
"lemma": "he",
"misc": "",
"start_char": 50,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 55,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 15,
"id": 13,
"lemma": "be",
"misc": "",
"start_char": 53,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "aux:pass",
"end_char": 61,
"feats": "VerbForm=Ger",
"head": 15,
"id": 14,
"lemma": "be",
"misc": "",
"start_char": 56,
"text": "being",
"upos": "AUX",
"xpos": "VBG"
},
{
"deprel": "advcl",
"end_char": 66,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 10,
"id": 15,
"lemma": "use",
"misc": "",
"start_char": 62,
"text": "used",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "mark",
"end_char": 69,
"feats": null,
"head": 17,
"id": 16,
"lemma": "to",
"misc": "",
"start_char": 67,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 77,
"feats": "VerbForm=Inf",
"head": 15,
"id": 17,
"lemma": "counter",
"misc": "",
"start_char": 70,
"text": "counter",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 83,
"feats": "Number=Plur",
"head": 17,
"id": 18,
"lemma": "mage",
"misc": "",
"start_char": 78,
"text": "mages",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 85,
"feats": null,
"head": 6,
"id": 19,
"lemma": ".",
"misc": "",
"start_char": 84,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
11,
11
]
],
[
[
0,
7,
7
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
4913a770a6141c1d4356d58148dd51ed | Donald is really good against Philip because he's really effective even if Philip had back shield. | [
{
"end_char": 98,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Donald)) (VP (VBZ is) (ADJP (RB really) (JJ good) (PP (IN against) (NP (NNP Philip)))) (SBAR (IN because) (S (NP (PRP he)) (VP (VBZ 's) (ADJP (RB really) (JJ effective)) (SBAR (ADVP (RB even)) (IN if) (S (NP (NNP Philip)) (VP (VBD had) (NP (NN back) (NN shield))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Donald is really good against Philip because he's really effective even if Philip had back shield.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Donald",
"misc": "",
"start_char": 0,
"text": "Donald",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 9,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 7,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 16,
"feats": null,
"head": 4,
"id": 3,
"lemma": "really",
"misc": "",
"start_char": 10,
"text": "really",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 21,
"feats": "Degree=Pos",
"head": 0,
"id": 4,
"lemma": "good",
"misc": "",
"start_char": 17,
"text": "good",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "case",
"end_char": 29,
"feats": null,
"head": 6,
"id": 5,
"lemma": "against",
"misc": "",
"start_char": 22,
"text": "against",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 36,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "Philip",
"misc": "",
"start_char": 30,
"text": "Philip",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 44,
"feats": null,
"head": 11,
"id": 7,
"lemma": "because",
"misc": "",
"start_char": 37,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 47,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 8,
"lemma": "he",
"misc": "",
"start_char": 45,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 50,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 11,
"id": 9,
"lemma": "be",
"misc": "",
"start_char": 48,
"text": "'s",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 57,
"feats": null,
"head": 11,
"id": 10,
"lemma": "really",
"misc": "",
"start_char": 51,
"text": "really",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 67,
"feats": "Degree=Pos",
"head": 4,
"id": 11,
"lemma": "effective",
"misc": "",
"start_char": 58,
"text": "effective",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "advmod",
"end_char": 72,
"feats": null,
"head": 15,
"id": 12,
"lemma": "even",
"misc": "",
"start_char": 68,
"text": "even",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 75,
"feats": null,
"head": 15,
"id": 13,
"lemma": "if",
"misc": "",
"start_char": 73,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 82,
"feats": "Number=Sing",
"head": 15,
"id": 14,
"lemma": "Philip",
"misc": "",
"start_char": 76,
"text": "Philip",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advcl",
"end_char": 86,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 15,
"lemma": "have",
"misc": "",
"start_char": 83,
"text": "had",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "compound",
"end_char": 91,
"feats": "Number=Sing",
"head": 17,
"id": 16,
"lemma": "back",
"misc": "",
"start_char": 87,
"text": "back",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obj",
"end_char": 98,
"feats": "Number=Sing",
"head": 15,
"id": 17,
"lemma": "shield",
"misc": "",
"start_char": 92,
"text": "shield",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 100,
"feats": null,
"head": 4,
"id": 18,
"lemma": ".",
"misc": "",
"start_char": 99,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
7,
7
]
],
[
[
0,
5,
5
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
d387d07c91f3cd42fe2e4e43b1c95a50 | Lawrence was actually supposed to be the one to replace Daniel, but the guy playing him signed on with another show. | [
{
"end_char": 116,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Lawrence)) (VP (VBD was) (ADVP (RB actually)) (VP (VBN supposed) (S (VP (TO to) (VP (VB be) (NP (NP (DT the) (NN one)) (SBAR (S (VP (TO to) (VP (VB replace) (NP (NNP Daniel))))))))))))) (, ,) (CC but) (S (NP (NP (DT the) (NN guy)) (VP (VBG playing) (NP (PRP him)))) (VP (VBD signed) (PRT (RP on)) (PP (IN with) (NP (DT another) (NN show))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Lawrence was actually supposed to be the one to replace Daniel, but the guy playing him signed on with another show.",
"tokens": [
{
"deprel": "nsubj:pass",
"end_char": 8,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Lawrence",
"misc": "",
"start_char": 0,
"text": "Lawrence",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux:pass",
"end_char": 12,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 9,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 21,
"feats": null,
"head": 4,
"id": 3,
"lemma": "actually",
"misc": "",
"start_char": 13,
"text": "actually",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 30,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 4,
"lemma": "suppose",
"misc": "",
"start_char": 22,
"text": "supposed",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "mark",
"end_char": 33,
"feats": null,
"head": 8,
"id": 5,
"lemma": "to",
"misc": "",
"start_char": 31,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "cop",
"end_char": 36,
"feats": "VerbForm=Inf",
"head": 8,
"id": 6,
"lemma": "be",
"misc": "",
"start_char": 34,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 40,
"feats": "Definite=Def|PronType=Art",
"head": 8,
"id": 7,
"lemma": "the",
"misc": "",
"start_char": 37,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "xcomp",
"end_char": 44,
"feats": "Number=Sing",
"head": 4,
"id": 8,
"lemma": "one",
"misc": "",
"start_char": 41,
"text": "one",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 47,
"feats": null,
"head": 10,
"id": 9,
"lemma": "to",
"misc": "",
"start_char": 45,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "acl",
"end_char": 55,
"feats": "VerbForm=Inf",
"head": 8,
"id": 10,
"lemma": "replace",
"misc": "",
"start_char": 48,
"text": "replace",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 62,
"feats": "Number=Sing",
"head": 10,
"id": 11,
"lemma": "Daniel",
"misc": "",
"start_char": 56,
"text": "Daniel",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 64,
"feats": null,
"head": 18,
"id": 12,
"lemma": ",",
"misc": "",
"start_char": 63,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 68,
"feats": null,
"head": 18,
"id": 13,
"lemma": "but",
"misc": "",
"start_char": 65,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "det",
"end_char": 72,
"feats": "Definite=Def|PronType=Art",
"head": 15,
"id": 14,
"lemma": "the",
"misc": "",
"start_char": 69,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 76,
"feats": "Number=Sing",
"head": 18,
"id": 15,
"lemma": "guy",
"misc": "",
"start_char": 73,
"text": "guy",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "acl",
"end_char": 84,
"feats": "VerbForm=Ger",
"head": 15,
"id": 16,
"lemma": "play",
"misc": "",
"start_char": 77,
"text": "playing",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 88,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 16,
"id": 17,
"lemma": "he",
"misc": "",
"start_char": 85,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 95,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 18,
"lemma": "sign",
"misc": "",
"start_char": 89,
"text": "signed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "compound:prt",
"end_char": 98,
"feats": null,
"head": 18,
"id": 19,
"lemma": "on",
"misc": "",
"start_char": 96,
"text": "on",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "case",
"end_char": 103,
"feats": null,
"head": 22,
"id": 20,
"lemma": "with",
"misc": "",
"start_char": 99,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 111,
"feats": null,
"head": 22,
"id": 21,
"lemma": "another",
"misc": "",
"start_char": 104,
"text": "another",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 116,
"feats": "Number=Sing",
"head": 18,
"id": 22,
"lemma": "show",
"misc": "",
"start_char": 112,
"text": "show",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 118,
"feats": null,
"head": 4,
"id": 23,
"lemma": ".",
"misc": "",
"start_char": 117,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
10,
10
],
[
0,
16,
16
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
445befff22c5769f46861c0b38293928 | Peter also have Kenneth back, if he can fit into their team. | [
{
"end_char": 60,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Peter)) (ADVP (RB also)) (VP (VBP have) (NP (NNP Kenneth)) (ADVP (RB back)) (, ,) (SBAR (IN if) (S (NP (PRP he)) (VP (MD can) (VP (VB fit) (PP (IN into) (NP (PRP$ their) (NN team)))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Peter also have Kenneth back, if he can fit into their team.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Peter",
"misc": "",
"start_char": 0,
"text": "Peter",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 10,
"feats": null,
"head": 3,
"id": 2,
"lemma": "also",
"misc": "",
"start_char": 6,
"text": "also",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 15,
"feats": "Mood=Ind|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "have",
"misc": "",
"start_char": 11,
"text": "have",
"upos": "VERB",
"xpos": "VBP"
},
{
"deprel": "obj",
"end_char": 23,
"feats": "Number=Sing",
"head": 3,
"id": 4,
"lemma": "Kenneth",
"misc": "",
"start_char": 16,
"text": "Kenneth",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 28,
"feats": null,
"head": 3,
"id": 5,
"lemma": "back",
"misc": "",
"start_char": 24,
"text": "back",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 30,
"feats": null,
"head": 3,
"id": 6,
"lemma": ",",
"misc": "",
"start_char": 29,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 33,
"feats": null,
"head": 10,
"id": 7,
"lemma": "if",
"misc": "",
"start_char": 31,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 36,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 8,
"lemma": "he",
"misc": "",
"start_char": 34,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 40,
"feats": "VerbForm=Fin",
"head": 10,
"id": 9,
"lemma": "can",
"misc": "",
"start_char": 37,
"text": "can",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advcl",
"end_char": 44,
"feats": "VerbForm=Inf",
"head": 3,
"id": 10,
"lemma": "fit",
"misc": "",
"start_char": 41,
"text": "fit",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 49,
"feats": null,
"head": 13,
"id": 11,
"lemma": "into",
"misc": "",
"start_char": 45,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 55,
"feats": "Case=Gen|Number=Plur|Person=3|Poss=Yes|PronType=Prs",
"head": 13,
"id": 12,
"lemma": "their",
"misc": "",
"start_char": 50,
"text": "their",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obl",
"end_char": 60,
"feats": "Number=Sing",
"head": 10,
"id": 13,
"lemma": "team",
"misc": "",
"start_char": 56,
"text": "team",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 62,
"feats": null,
"head": 3,
"id": 14,
"lemma": ".",
"misc": "",
"start_char": 61,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
3,
3
],
[
0,
7,
7
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
9cc343fe564da553d682d70dbb70bf4f | Carlos intercepts Scott, but spares his life, and enters the vault himself. | [
{
"end_char": 75,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Carlos)) (VP (VP (VBZ intercepts) (NP (NNP Scott))) (, ,) (CC but) (VP (VBZ spares) (NP (PRP$ his) (NN life))) (, ,) (CC and) (VP (VBZ enters) (NP (NP (DT the) (NN vault)) (NP (PRP himself))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Carlos intercepts Scott, but spares his life, and enters the vault himself.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Carlos",
"misc": "",
"start_char": 0,
"text": "Carlos",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 17,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "intercept",
"misc": "",
"start_char": 7,
"text": "intercepts",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "obj",
"end_char": 23,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "Scott",
"misc": "",
"start_char": 18,
"text": "Scott",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 25,
"feats": null,
"head": 6,
"id": 4,
"lemma": ",",
"misc": "",
"start_char": 24,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 29,
"feats": null,
"head": 6,
"id": 5,
"lemma": "but",
"misc": "",
"start_char": 26,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 36,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 2,
"id": 6,
"lemma": "spare",
"misc": "",
"start_char": 30,
"text": "spares",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "nmod:poss",
"end_char": 40,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 8,
"id": 7,
"lemma": "his",
"misc": "",
"start_char": 37,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 45,
"feats": "Number=Sing",
"head": 6,
"id": 8,
"lemma": "life",
"misc": "",
"start_char": 41,
"text": "life",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 47,
"feats": null,
"head": 11,
"id": 9,
"lemma": ",",
"misc": "",
"start_char": 46,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 51,
"feats": null,
"head": 11,
"id": 10,
"lemma": "and",
"misc": "",
"start_char": 48,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 58,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 2,
"id": 11,
"lemma": "enter",
"misc": "",
"start_char": 52,
"text": "enters",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "det",
"end_char": 62,
"feats": "Definite=Def|PronType=Art",
"head": 13,
"id": 12,
"lemma": "the",
"misc": "",
"start_char": 59,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 68,
"feats": "Number=Sing",
"head": 11,
"id": 13,
"lemma": "vault",
"misc": "",
"start_char": 63,
"text": "vault",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obl:npmod",
"end_char": 76,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes",
"head": 11,
"id": 14,
"lemma": "himself",
"misc": "",
"start_char": 69,
"text": "himself",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 78,
"feats": null,
"head": 2,
"id": 15,
"lemma": ".",
"misc": "",
"start_char": 77,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
2,
2
],
[
0,
6,
6
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
ce85a1825a57a14d2301479a24c3a1a9 | Did Jonathan wind up John so much that he's back to form? | [
{
"end_char": 57,
"id": 1,
"misc": {
"parse_tree": "(ROOT (SQ (VBD Did) (NP (NNP Jonathan)) (VP (VB wind) (PRT (RP up)) (NP (NNP John)) (ADVP (ADVP (RB so) (RB much)) (SBAR (IN that) (S (NP (PRP he)) (VP (VBZ 's) (ADVP (RB back) (PP (IN to) (NP (NN form))))))))) (. ?)))"
},
"speaker": null,
"start_char": 0,
"text": "Did Jonathan wind up John so much that he's back to form?",
"tokens": [
{
"deprel": "aux",
"end_char": 3,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 1,
"lemma": "do",
"misc": "",
"start_char": 0,
"text": "Did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "nsubj",
"end_char": 12,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "Jonathan",
"misc": "",
"start_char": 4,
"text": "Jonathan",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 17,
"feats": "VerbForm=Inf",
"head": 0,
"id": 3,
"lemma": "wind",
"misc": "",
"start_char": 13,
"text": "wind",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "compound:prt",
"end_char": 20,
"feats": null,
"head": 3,
"id": 4,
"lemma": "up",
"misc": "",
"start_char": 18,
"text": "up",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "obj",
"end_char": 25,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "John",
"misc": "",
"start_char": 21,
"text": "John",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 28,
"feats": null,
"head": 7,
"id": 6,
"lemma": "so",
"misc": "",
"start_char": 26,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 33,
"feats": null,
"head": 3,
"id": 7,
"lemma": "much",
"misc": "",
"start_char": 29,
"text": "much",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 38,
"feats": null,
"head": 11,
"id": 8,
"lemma": "that",
"misc": "",
"start_char": 34,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 41,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 9,
"lemma": "he",
"misc": "",
"start_char": 39,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 44,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 11,
"id": 10,
"lemma": "be",
"misc": "",
"start_char": 42,
"text": "'s",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advcl",
"end_char": 49,
"feats": null,
"head": 3,
"id": 11,
"lemma": "back",
"misc": "",
"start_char": 45,
"text": "back",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 52,
"feats": null,
"head": 13,
"id": 12,
"lemma": "to",
"misc": "",
"start_char": 50,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 57,
"feats": "Number=Sing",
"head": 11,
"id": 13,
"lemma": "form",
"misc": "",
"start_char": 53,
"text": "form",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 59,
"feats": null,
"head": 3,
"id": 14,
"lemma": "?",
"misc": "",
"start_char": 58,
"text": "?",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
]
],
[
[
0,
4,
4
],
[
0,
8,
8
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
7fb861115623af9f7082495748b1b833 | David are just blessed, Daniel is still alive only because the Devil is scared he might take over hell. | [
{
"end_char": 103,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP David)) (VP (VBP are) (ADVP (RB just)) (VP (VBN blessed)))) (, ,) (S (NP (NNP Daniel)) (VP (VBZ is) (ADVP (RB still)) (ADJP (JJ alive)) (SBAR (ADVP (RB only)) (IN because) (S (NP (DT the) (NNP Devil)) (VP (VBZ is) (ADJP (JJ scared) (SBAR (S (NP (PRP he)) (VP (MD might) (VP (VB take) (PRT (IN over)) (NP (NN hell)))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "David are just blessed, Daniel is still alive only because the Devil is scared he might take over hell.",
"tokens": [
{
"deprel": "nsubj:pass",
"end_char": 5,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "David",
"misc": "",
"start_char": 0,
"text": "David",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux:pass",
"end_char": 9,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 6,
"text": "are",
"upos": "AUX",
"xpos": "VBP"
},
{
"deprel": "advmod",
"end_char": 14,
"feats": null,
"head": 4,
"id": 3,
"lemma": "just",
"misc": "",
"start_char": 10,
"text": "just",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 22,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 4,
"lemma": "bless",
"misc": "",
"start_char": 15,
"text": "blessed",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "punct",
"end_char": 24,
"feats": null,
"head": 4,
"id": 5,
"lemma": ",",
"misc": "",
"start_char": 23,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 31,
"feats": "Number=Sing",
"head": 9,
"id": 6,
"lemma": "Daniel",
"misc": "",
"start_char": 25,
"text": "Daniel",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 34,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 9,
"id": 7,
"lemma": "be",
"misc": "",
"start_char": 32,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 40,
"feats": null,
"head": 9,
"id": 8,
"lemma": "still",
"misc": "",
"start_char": 35,
"text": "still",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "parataxis",
"end_char": 46,
"feats": "Degree=Pos",
"head": 4,
"id": 9,
"lemma": "alive",
"misc": "",
"start_char": 41,
"text": "alive",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "advmod",
"end_char": 51,
"feats": null,
"head": 15,
"id": 10,
"lemma": "only",
"misc": "",
"start_char": 47,
"text": "only",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 59,
"feats": null,
"head": 15,
"id": 11,
"lemma": "because",
"misc": "",
"start_char": 52,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 63,
"feats": "Definite=Def|PronType=Art",
"head": 13,
"id": 12,
"lemma": "the",
"misc": "",
"start_char": 60,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 69,
"feats": "Number=Sing",
"head": 15,
"id": 13,
"lemma": "Devil",
"misc": "",
"start_char": 64,
"text": "Devil",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 72,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 15,
"id": 14,
"lemma": "be",
"misc": "",
"start_char": 70,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advcl",
"end_char": 79,
"feats": "Degree=Pos",
"head": 9,
"id": 15,
"lemma": "scared",
"misc": "",
"start_char": 73,
"text": "scared",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 82,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 18,
"id": 16,
"lemma": "he",
"misc": "",
"start_char": 80,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 88,
"feats": "VerbForm=Fin",
"head": 18,
"id": 17,
"lemma": "might",
"misc": "",
"start_char": 83,
"text": "might",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "ccomp",
"end_char": 93,
"feats": "VerbForm=Inf",
"head": 15,
"id": 18,
"lemma": "take",
"misc": "",
"start_char": 89,
"text": "take",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 98,
"feats": null,
"head": 20,
"id": 19,
"lemma": "over",
"misc": "",
"start_char": 94,
"text": "over",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 103,
"feats": "Number=Sing",
"head": 18,
"id": 20,
"lemma": "hell",
"misc": "",
"start_char": 99,
"text": "hell",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 105,
"feats": null,
"head": 4,
"id": 21,
"lemma": ".",
"misc": "",
"start_char": 104,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
5,
5
],
[
0,
15,
15
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
2b8bd0f64f20b5613a4629a3488968f1 | Patricia is rolling out the red carpet for Erin personally if she fights. | [
{
"end_char": 73,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Patricia)) (VP (VBZ is) (VP (VBG rolling) (PRT (RP out)) (NP (NP (DT the) (JJ red) (NN carpet)) (PP (IN for) (NP (NNP Erin)))) (ADVP (RB personally)) (SBAR (IN if) (S (NP (PRP she)) (VP (VBZ fights)))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Patricia is rolling out the red carpet for Erin personally if she fights.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 8,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Patricia",
"misc": "",
"start_char": 0,
"text": "Patricia",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 11,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 9,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "root",
"end_char": 19,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 3,
"lemma": "roll",
"misc": "",
"start_char": 12,
"text": "rolling",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "compound:prt",
"end_char": 23,
"feats": null,
"head": 3,
"id": 4,
"lemma": "out",
"misc": "",
"start_char": 20,
"text": "out",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "det",
"end_char": 27,
"feats": "Definite=Def|PronType=Art",
"head": 7,
"id": 5,
"lemma": "the",
"misc": "",
"start_char": 24,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 31,
"feats": "Degree=Pos",
"head": 7,
"id": 6,
"lemma": "red",
"misc": "",
"start_char": 28,
"text": "red",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 38,
"feats": "Number=Sing",
"head": 3,
"id": 7,
"lemma": "carpet",
"misc": "",
"start_char": 32,
"text": "carpet",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 42,
"feats": null,
"head": 9,
"id": 8,
"lemma": "for",
"misc": "",
"start_char": 39,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 47,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "Erin",
"misc": "",
"start_char": 43,
"text": "Erin",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 58,
"feats": null,
"head": 3,
"id": 10,
"lemma": "personally",
"misc": "",
"start_char": 48,
"text": "personally",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 61,
"feats": null,
"head": 13,
"id": 11,
"lemma": "if",
"misc": "",
"start_char": 59,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 65,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 12,
"lemma": "she",
"misc": "",
"start_char": 62,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 72,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 13,
"lemma": "fight",
"misc": "",
"start_char": 66,
"text": "fights",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "punct",
"end_char": 74,
"feats": null,
"head": 3,
"id": 14,
"lemma": ".",
"misc": "",
"start_char": 73,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
8,
8
],
[
0,
11,
11
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
e566623a6f3862aadbb3d1714a8681e1 | Harold I'd add Bobby, but he's a massive douche-bag. | [
{
"end_char": 52,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Harold)) (NP (PRP I)) (VP (MD 'd) (VP (VB add) (NP (NNP Bobby))))) (, ,) (CC but) (S (NP (PRP he)) (VP (VBZ 's) (NP (DT a) (JJ massive) (NN douche-bag)))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Harold I'd add Bobby, but he's a massive douche-bag.",
"tokens": [
{
"deprel": "vocative",
"end_char": 6,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Harold",
"misc": "",
"start_char": 0,
"text": "Harold",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "nsubj",
"end_char": 8,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 4,
"id": 2,
"lemma": "I",
"misc": "",
"start_char": 7,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 11,
"feats": "VerbForm=Fin",
"head": 4,
"id": 3,
"lemma": "would",
"misc": "",
"start_char": 9,
"text": "'d",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "root",
"end_char": 15,
"feats": "VerbForm=Inf",
"head": 0,
"id": 4,
"lemma": "add",
"misc": "",
"start_char": 12,
"text": "add",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 21,
"feats": "Number=Sing",
"head": 4,
"id": 5,
"lemma": "Bobby",
"misc": "",
"start_char": 16,
"text": "Bobby",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 23,
"feats": null,
"head": 12,
"id": 6,
"lemma": ",",
"misc": "",
"start_char": 22,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 27,
"feats": null,
"head": 12,
"id": 7,
"lemma": "but",
"misc": "",
"start_char": 24,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 30,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 8,
"lemma": "he",
"misc": "",
"start_char": 28,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 33,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 12,
"id": 9,
"lemma": "be",
"misc": "",
"start_char": 31,
"text": "'s",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "det",
"end_char": 35,
"feats": "Definite=Ind|PronType=Art",
"head": 12,
"id": 10,
"lemma": "a",
"misc": "",
"start_char": 34,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 43,
"feats": "Degree=Pos",
"head": 12,
"id": 11,
"lemma": "massive",
"misc": "",
"start_char": 36,
"text": "massive",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "conj",
"end_char": 54,
"feats": "Number=Sing",
"head": 4,
"id": 12,
"lemma": "douche-bag",
"misc": "",
"start_char": 44,
"text": "douche-bag",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 56,
"feats": null,
"head": 4,
"id": 13,
"lemma": ".",
"misc": "",
"start_char": 55,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
4,
4
],
[
0,
7,
7
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
56f129f39251373dcf68e2df1f4e4098 | But Clifford never met Stanley, so he's not a witness to anything. | [
{
"end_char": 66,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (CC But) (S (NP (NNP Clifford)) (ADVP (RB never)) (VP (VBD met) (NP (NNP Stanley)))) (, ,) (RB so) (S (NP (PRP he)) (VP (VBZ 's) (RB not) (NP (DT a) (NN witness)) (PP (IN to) (NP (NN anything))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "But Clifford never met Stanley, so he's not a witness to anything.",
"tokens": [
{
"deprel": "cc",
"end_char": 3,
"feats": null,
"head": 4,
"id": 1,
"lemma": "but",
"misc": "",
"start_char": 0,
"text": "But",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 12,
"feats": "Number=Sing",
"head": 4,
"id": 2,
"lemma": "Clifford",
"misc": "",
"start_char": 4,
"text": "Clifford",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 18,
"feats": null,
"head": 4,
"id": 3,
"lemma": "never",
"misc": "",
"start_char": 13,
"text": "never",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 22,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 4,
"lemma": "meet",
"misc": "",
"start_char": 19,
"text": "met",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 30,
"feats": "Number=Sing",
"head": 4,
"id": 5,
"lemma": "Stanley",
"misc": "",
"start_char": 23,
"text": "Stanley",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 32,
"feats": null,
"head": 12,
"id": 6,
"lemma": ",",
"misc": "",
"start_char": 31,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 35,
"feats": null,
"head": 12,
"id": 7,
"lemma": "so",
"misc": "",
"start_char": 33,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 38,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 8,
"lemma": "he",
"misc": "",
"start_char": 36,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 41,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 12,
"id": 9,
"lemma": "be",
"misc": "",
"start_char": 39,
"text": "'s",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 45,
"feats": null,
"head": 12,
"id": 10,
"lemma": "not",
"misc": "",
"start_char": 42,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "det",
"end_char": 47,
"feats": "Definite=Ind|PronType=Art",
"head": 12,
"id": 11,
"lemma": "a",
"misc": "",
"start_char": 46,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "parataxis",
"end_char": 55,
"feats": "Number=Sing",
"head": 4,
"id": 12,
"lemma": "witness",
"misc": "",
"start_char": 48,
"text": "witness",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 58,
"feats": null,
"head": 14,
"id": 13,
"lemma": "to",
"misc": "",
"start_char": 56,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 67,
"feats": "Number=Sing|PronType=Ind",
"head": 12,
"id": 14,
"lemma": "anything",
"misc": "",
"start_char": 59,
"text": "anything",
"upos": "PRON",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 69,
"feats": null,
"head": 4,
"id": 15,
"lemma": ".",
"misc": "",
"start_char": 68,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
],
[
0,
7,
7
]
],
[
[
0,
4,
4
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
8ed9da20801105f70d339e2145148d4a | Ben also lost to Thomas too, but you didn't see him hopping up on a stage stealing Brittany's thunder now did ya? | [
{
"end_char": 113,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Ben)) (ADVP (RB also)) (VP (VBD lost) (PP (IN to) (NP (NNP Thomas))) (ADVP (RB too)))) (, ,) (CC but) (S (NP (PRP you)) (VP (VBD did) (RB n't) (VP (VB see) (S (NP (PRP him)) (VP (VBG hopping) (PRT (RP up)) (PP (IN on) (NP (DT a) (NN stage))) (S (VP (VBG stealing) (NP (NP (NNP Brittany) (POS 's)) (NN thunder)) (ADVP (RB now))))))))) (SQ (VBD did) (NP (PRP ya))) (. ?)))"
},
"speaker": null,
"start_char": 0,
"text": "Ben also lost to Thomas too, but you didn't see him hopping up on a stage stealing Brittany's thunder now did ya?",
"tokens": [
{
"deprel": "nsubj",
"end_char": 3,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Ben",
"misc": "",
"start_char": 0,
"text": "Ben",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 8,
"feats": null,
"head": 3,
"id": 2,
"lemma": "also",
"misc": "",
"start_char": 4,
"text": "also",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 13,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "lose",
"misc": "",
"start_char": 9,
"text": "lost",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 16,
"feats": null,
"head": 5,
"id": 4,
"lemma": "to",
"misc": "",
"start_char": 14,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 23,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "Thomas",
"misc": "",
"start_char": 17,
"text": "Thomas",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 27,
"feats": null,
"head": 3,
"id": 6,
"lemma": "too",
"misc": "",
"start_char": 24,
"text": "too",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 29,
"feats": null,
"head": 12,
"id": 7,
"lemma": ",",
"misc": "",
"start_char": 28,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 33,
"feats": null,
"head": 12,
"id": 8,
"lemma": "but",
"misc": "",
"start_char": 30,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 37,
"feats": "Case=Nom|Person=2|PronType=Prs",
"head": 12,
"id": 9,
"lemma": "you",
"misc": "",
"start_char": 34,
"text": "you",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 41,
"feats": "Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 10,
"lemma": "do",
"misc": "",
"start_char": 38,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 45,
"feats": null,
"head": 12,
"id": 11,
"lemma": "not",
"misc": "",
"start_char": 42,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 49,
"feats": "VerbForm=Inf",
"head": 3,
"id": 12,
"lemma": "see",
"misc": "",
"start_char": 46,
"text": "see",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "nsubj",
"end_char": 53,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 13,
"lemma": "he",
"misc": "",
"start_char": 50,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "ccomp",
"end_char": 61,
"feats": "VerbForm=Ger",
"head": 12,
"id": 14,
"lemma": "hopping",
"misc": "",
"start_char": 54,
"text": "hopping",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "compound:prt",
"end_char": 64,
"feats": null,
"head": 14,
"id": 15,
"lemma": "up",
"misc": "",
"start_char": 62,
"text": "up",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "case",
"end_char": 67,
"feats": null,
"head": 18,
"id": 16,
"lemma": "on",
"misc": "",
"start_char": 65,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 69,
"feats": "Definite=Ind|PronType=Art",
"head": 18,
"id": 17,
"lemma": "a",
"misc": "",
"start_char": 68,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 75,
"feats": "Number=Sing",
"head": 14,
"id": 18,
"lemma": "stage",
"misc": "",
"start_char": 70,
"text": "stage",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advcl",
"end_char": 84,
"feats": "VerbForm=Ger",
"head": 14,
"id": 19,
"lemma": "steal",
"misc": "",
"start_char": 76,
"text": "stealing",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "nmod:poss",
"end_char": 93,
"feats": "Number=Sing",
"head": 22,
"id": 20,
"lemma": "Brittany",
"misc": "",
"start_char": 85,
"text": "Brittany",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 96,
"feats": null,
"head": 20,
"id": 21,
"lemma": "'s",
"misc": "",
"start_char": 94,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "obj",
"end_char": 104,
"feats": "Number=Sing",
"head": 19,
"id": 22,
"lemma": "thunder",
"misc": "",
"start_char": 97,
"text": "thunder",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 108,
"feats": null,
"head": 24,
"id": 23,
"lemma": "now",
"misc": "",
"start_char": 105,
"text": "now",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "parataxis",
"end_char": 112,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 24,
"lemma": "do",
"misc": "",
"start_char": 109,
"text": "did",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 115,
"feats": "Case=Acc|Number=Sing|Person=2|PronType=Prs",
"head": 24,
"id": 25,
"lemma": "you",
"misc": "",
"start_char": 113,
"text": "ya",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 117,
"feats": null,
"head": 3,
"id": 26,
"lemma": "?",
"misc": "",
"start_char": 116,
"text": "?",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
12,
12
]
],
[
[
0,
4,
4
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
192df5da739b40a632ced147dab63ef3 | Brendan is what Edward would be if he had completely thrown away morality and humanity. | [
{
"end_char": 87,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Brendan)) (VP (VBZ is) (SBAR (WHNP (WP what)) (S (NP (NNP Edward)) (VP (MD would) (VP (VB be) (SBAR (IN if) (S (NP (PRP he)) (VP (VBD had) (ADVP (RB completely)) (VP (VBN thrown) (PRT (RB away)) (NP (NN morality) (CC and) (NN humanity))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Brendan is what Edward would be if he had completely thrown away morality and humanity.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Brendan",
"misc": "",
"start_char": 0,
"text": "Brendan",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 10,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 8,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "root",
"end_char": 15,
"feats": "PronType=Rel",
"head": 0,
"id": 3,
"lemma": "what",
"misc": "",
"start_char": 11,
"text": "what",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "nsubj",
"end_char": 22,
"feats": "Number=Sing",
"head": 6,
"id": 4,
"lemma": "Edward",
"misc": "",
"start_char": 16,
"text": "Edward",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 28,
"feats": "VerbForm=Fin",
"head": 6,
"id": 5,
"lemma": "would",
"misc": "",
"start_char": 23,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "acl:relcl",
"end_char": 31,
"feats": "VerbForm=Inf",
"head": 3,
"id": 6,
"lemma": "be",
"misc": "",
"start_char": 29,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "mark",
"end_char": 34,
"feats": null,
"head": 11,
"id": 7,
"lemma": "if",
"misc": "",
"start_char": 32,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 37,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 8,
"lemma": "he",
"misc": "",
"start_char": 35,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 41,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 9,
"lemma": "have",
"misc": "",
"start_char": 38,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 52,
"feats": null,
"head": 11,
"id": 10,
"lemma": "completely",
"misc": "",
"start_char": 42,
"text": "completely",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 59,
"feats": "Tense=Past|VerbForm=Part",
"head": 3,
"id": 11,
"lemma": "throw",
"misc": "",
"start_char": 53,
"text": "thrown",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "advmod",
"end_char": 64,
"feats": null,
"head": 11,
"id": 12,
"lemma": "away",
"misc": "",
"start_char": 60,
"text": "away",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "obj",
"end_char": 73,
"feats": "Number=Sing",
"head": 11,
"id": 13,
"lemma": "morality",
"misc": "",
"start_char": 65,
"text": "morality",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 77,
"feats": null,
"head": 15,
"id": 14,
"lemma": "and",
"misc": "",
"start_char": 74,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 86,
"feats": "Number=Sing",
"head": 13,
"id": 15,
"lemma": "humanity",
"misc": "",
"start_char": 78,
"text": "humanity",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 88,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"misc": "",
"start_char": 87,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
3,
3
],
[
0,
7,
7
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
042f4b22901aaf70bb0ed70dbc7756f4 | Tyrone is just grotesque and Fred tends to be more reasonable but on this he's dead set. | [
{
"end_char": 88,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Tyrone)) (VP (VBZ is) (ADJP (RB just) (JJ grotesque)))) (CC and) (S (NP (NNP Fred)) (VP (VBZ tends) (S (VP (TO to) (VP (VB be) (ADJP (RBR more) (JJ reasonable))))))) (CC but) (S (PP (IN on) (NP (DT this))) (NP (PRP he)) (VP (VBZ 's) (ADJP (JJ dead) (JJ set)))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Tyrone is just grotesque and Fred tends to be more reasonable but on this he's dead set.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Tyrone",
"misc": "",
"start_char": 0,
"text": "Tyrone",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 9,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 7,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 14,
"feats": null,
"head": 4,
"id": 3,
"lemma": "just",
"misc": "",
"start_char": 10,
"text": "just",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 24,
"feats": "Degree=Pos",
"head": 0,
"id": 4,
"lemma": "grotesque",
"misc": "",
"start_char": 15,
"text": "grotesque",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "cc",
"end_char": 28,
"feats": null,
"head": 7,
"id": 5,
"lemma": "and",
"misc": "",
"start_char": 25,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 33,
"feats": "Number=Sing",
"head": 7,
"id": 6,
"lemma": "Fred",
"misc": "",
"start_char": 29,
"text": "Fred",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "conj",
"end_char": 39,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 7,
"lemma": "tend",
"misc": "",
"start_char": 34,
"text": "tends",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "mark",
"end_char": 42,
"feats": null,
"head": 11,
"id": 8,
"lemma": "to",
"misc": "",
"start_char": 40,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "cop",
"end_char": 45,
"feats": "VerbForm=Inf",
"head": 11,
"id": 9,
"lemma": "be",
"misc": "",
"start_char": 43,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "advmod",
"end_char": 50,
"feats": "Degree=Cmp",
"head": 11,
"id": 10,
"lemma": "more",
"misc": "",
"start_char": 46,
"text": "more",
"upos": "ADV",
"xpos": "RBR"
},
{
"deprel": "xcomp",
"end_char": 61,
"feats": "Degree=Pos",
"head": 7,
"id": 11,
"lemma": "reasonable",
"misc": "",
"start_char": 51,
"text": "reasonable",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "cc",
"end_char": 65,
"feats": null,
"head": 18,
"id": 12,
"lemma": "but",
"misc": "",
"start_char": 62,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "case",
"end_char": 68,
"feats": null,
"head": 14,
"id": 13,
"lemma": "on",
"misc": "",
"start_char": 66,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 73,
"feats": "Number=Sing|PronType=Dem",
"head": 18,
"id": 14,
"lemma": "this",
"misc": "",
"start_char": 69,
"text": "this",
"upos": "PRON",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 76,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 18,
"id": 15,
"lemma": "he",
"misc": "",
"start_char": 74,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 79,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 18,
"id": 16,
"lemma": "be",
"misc": "",
"start_char": 77,
"text": "'s",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "amod",
"end_char": 84,
"feats": "Degree=Pos",
"head": 18,
"id": 17,
"lemma": "dead",
"misc": "",
"start_char": 80,
"text": "dead",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "conj",
"end_char": 88,
"feats": "Degree=Pos",
"head": 4,
"id": 18,
"lemma": "set",
"misc": "",
"start_char": 85,
"text": "set",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 90,
"feats": null,
"head": 4,
"id": 19,
"lemma": ".",
"misc": "",
"start_char": 89,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
5,
5
],
[
0,
14,
14
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
417bb9b6f34004271bd8f6c0839bf483 | Charles seems really nervous, Chris too but he's a little more composed. | [
{
"end_char": 72,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Charles)) (VP (VBZ seems) (S (ADJP (RB really) (JJ nervous))))) (, ,) (S (NP (NNP Chris)) (ADVP (RB too))) (CC but) (S (NP (PRP he)) (VP (VBZ 's) (ADJP (ADVP (NP (DT a) (JJ little)) (RBR more)) (VBN composed)))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Charles seems really nervous, Chris too but he's a little more composed.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Charles",
"misc": "",
"start_char": 0,
"text": "Charles",
"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": "seem",
"misc": "",
"start_char": 8,
"text": "seems",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 20,
"feats": null,
"head": 4,
"id": 3,
"lemma": "really",
"misc": "",
"start_char": 14,
"text": "really",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "xcomp",
"end_char": 28,
"feats": "Degree=Pos",
"head": 2,
"id": 4,
"lemma": "nervous",
"misc": "",
"start_char": 21,
"text": "nervous",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 30,
"feats": null,
"head": 6,
"id": 5,
"lemma": ",",
"misc": "",
"start_char": 29,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "vocative",
"end_char": 36,
"feats": "Number=Sing",
"head": 2,
"id": 6,
"lemma": "Chris",
"misc": "",
"start_char": 31,
"text": "Chris",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 40,
"feats": null,
"head": 2,
"id": 7,
"lemma": "too",
"misc": "",
"start_char": 37,
"text": "too",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "cc",
"end_char": 44,
"feats": null,
"head": 14,
"id": 8,
"lemma": "but",
"misc": "",
"start_char": 41,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj:pass",
"end_char": 47,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 9,
"lemma": "he",
"misc": "",
"start_char": 45,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux:pass",
"end_char": 50,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 14,
"id": 10,
"lemma": "be",
"misc": "",
"start_char": 48,
"text": "'s",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "det",
"end_char": 52,
"feats": "Definite=Ind|PronType=Art",
"head": 12,
"id": 11,
"lemma": "a",
"misc": "",
"start_char": 51,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl:npmod",
"end_char": 59,
"feats": "Degree=Pos",
"head": 13,
"id": 12,
"lemma": "little",
"misc": "",
"start_char": 53,
"text": "little",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "advmod",
"end_char": 64,
"feats": "Degree=Cmp",
"head": 14,
"id": 13,
"lemma": "more",
"misc": "",
"start_char": 60,
"text": "more",
"upos": "ADV",
"xpos": "RBR"
},
{
"deprel": "conj",
"end_char": 73,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 2,
"id": 14,
"lemma": "compose",
"misc": "",
"start_char": 65,
"text": "composed",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "punct",
"end_char": 75,
"feats": null,
"head": 2,
"id": 15,
"lemma": ".",
"misc": "",
"start_char": 74,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
5,
5
],
[
0,
8,
8
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
b62524f83a739aa639ffb92e9eb60088 | Clara does have some pretty big sway with Lois, especially since the show is trimming down her entourage. | [
{
"end_char": 105,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Clara)) (VP (VBZ does) (VP (VB have) (NP (NP (DT some) (ADJP (RB pretty) (JJ big)) (NN sway)) (PP (IN with) (NP (NNP Lois)))) (, ,) (SBAR (ADVP (RB especially)) (IN since) (S (NP (DT the) (NN show)) (VP (VBZ is) (VP (VBG trimming) (PRT (RP down)) (NP (PRP$ her) (NN entourage)))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Clara does have some pretty big sway with Lois, especially since the show is trimming down her entourage.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Clara",
"misc": "",
"start_char": 0,
"text": "Clara",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 10,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "do",
"misc": "",
"start_char": 6,
"text": "does",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "root",
"end_char": 15,
"feats": "VerbForm=Inf",
"head": 0,
"id": 3,
"lemma": "have",
"misc": "",
"start_char": 11,
"text": "have",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 20,
"feats": null,
"head": 7,
"id": 4,
"lemma": "some",
"misc": "",
"start_char": 16,
"text": "some",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "advmod",
"end_char": 27,
"feats": null,
"head": 6,
"id": 5,
"lemma": "pretty",
"misc": "",
"start_char": 21,
"text": "pretty",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "amod",
"end_char": 31,
"feats": "Degree=Pos",
"head": 7,
"id": 6,
"lemma": "big",
"misc": "",
"start_char": 28,
"text": "big",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 36,
"feats": "Number=Sing",
"head": 3,
"id": 7,
"lemma": "sway",
"misc": "",
"start_char": 32,
"text": "sway",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 41,
"feats": null,
"head": 9,
"id": 8,
"lemma": "with",
"misc": "",
"start_char": 37,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 46,
"feats": "Number=Sing",
"head": 3,
"id": 9,
"lemma": "Lois",
"misc": "",
"start_char": 42,
"text": "Lois",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 48,
"feats": null,
"head": 3,
"id": 10,
"lemma": ",",
"misc": "",
"start_char": 47,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 59,
"feats": null,
"head": 16,
"id": 11,
"lemma": "especially",
"misc": "",
"start_char": 49,
"text": "especially",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 65,
"feats": null,
"head": 16,
"id": 12,
"lemma": "since",
"misc": "",
"start_char": 60,
"text": "since",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 69,
"feats": "Definite=Def|PronType=Art",
"head": 14,
"id": 13,
"lemma": "the",
"misc": "",
"start_char": 66,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 74,
"feats": "Number=Sing",
"head": 16,
"id": 14,
"lemma": "show",
"misc": "",
"start_char": 70,
"text": "show",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "aux",
"end_char": 77,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 16,
"id": 15,
"lemma": "be",
"misc": "",
"start_char": 75,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advcl",
"end_char": 86,
"feats": "Tense=Pres|VerbForm=Part",
"head": 3,
"id": 16,
"lemma": "trim",
"misc": "",
"start_char": 78,
"text": "trimming",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "compound:prt",
"end_char": 91,
"feats": null,
"head": 16,
"id": 17,
"lemma": "down",
"misc": "",
"start_char": 87,
"text": "down",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "nmod:poss",
"end_char": 95,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 19,
"id": 18,
"lemma": "her",
"misc": "",
"start_char": 92,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 105,
"feats": "Number=Sing",
"head": 16,
"id": 19,
"lemma": "entourage",
"misc": "",
"start_char": 96,
"text": "entourage",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 107,
"feats": null,
"head": 3,
"id": 20,
"lemma": ".",
"misc": "",
"start_char": 106,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
17,
17
]
],
[
[
0,
8,
8
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
6e7cf056f3cfa1a78beaa1e0975b1cac | Julie would probably have worked better than Keri, but I don't have her, plus she is almost debuff inmune. | [
{
"end_char": 106,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Julie)) (VP (MD would) (ADVP (RB probably)) (VP (VB have) (VP (VBN worked) (ADVP (ADVP (RBR better)) (PP (IN than) (NP (NNP Keri)))))))) (, ,) (CC but) (S (S (NP (PRP I)) (VP (VBP do) (RB n't) (VP (VB have) (NP (PRP her))))) (, ,) (CC plus) (S (NP (PRP she)) (VP (VBZ is) (ADJP (RB almost) (JJ debuff) (NN inmune))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Julie would probably have worked better than Keri, but I don't have her, plus she is almost debuff inmune.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 5,
"id": 1,
"lemma": "Julie",
"misc": "",
"start_char": 0,
"text": "Julie",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 11,
"feats": "VerbForm=Fin",
"head": 5,
"id": 2,
"lemma": "would",
"misc": "",
"start_char": 6,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 20,
"feats": null,
"head": 5,
"id": 3,
"lemma": "probably",
"misc": "",
"start_char": 12,
"text": "probably",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "aux",
"end_char": 25,
"feats": "VerbForm=Inf",
"head": 5,
"id": 4,
"lemma": "have",
"misc": "",
"start_char": 21,
"text": "have",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "root",
"end_char": 32,
"feats": "Tense=Past|VerbForm=Part",
"head": 0,
"id": 5,
"lemma": "work",
"misc": "",
"start_char": 26,
"text": "worked",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "advmod",
"end_char": 39,
"feats": "Degree=Cmp",
"head": 5,
"id": 6,
"lemma": "well",
"misc": "",
"start_char": 33,
"text": "better",
"upos": "ADV",
"xpos": "RBR"
},
{
"deprel": "case",
"end_char": 44,
"feats": null,
"head": 8,
"id": 7,
"lemma": "than",
"misc": "",
"start_char": 40,
"text": "than",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 49,
"feats": "Number=Sing",
"head": 6,
"id": 8,
"lemma": "Keri",
"misc": "",
"start_char": 45,
"text": "Keri",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 51,
"feats": null,
"head": 14,
"id": 9,
"lemma": ",",
"misc": "",
"start_char": 50,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 55,
"feats": null,
"head": 14,
"id": 10,
"lemma": "but",
"misc": "",
"start_char": 52,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 57,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 14,
"id": 11,
"lemma": "I",
"misc": "",
"start_char": 56,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 60,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
"head": 14,
"id": 12,
"lemma": "do",
"misc": "",
"start_char": 58,
"text": "do",
"upos": "AUX",
"xpos": "VBP"
},
{
"deprel": "advmod",
"end_char": 64,
"feats": null,
"head": 14,
"id": 13,
"lemma": "not",
"misc": "",
"start_char": 61,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 69,
"feats": "VerbForm=Inf",
"head": 5,
"id": 14,
"lemma": "have",
"misc": "",
"start_char": 65,
"text": "have",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 73,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 15,
"lemma": "her",
"misc": "",
"start_char": 70,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 75,
"feats": null,
"head": 22,
"id": 16,
"lemma": ",",
"misc": "",
"start_char": 74,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 80,
"feats": null,
"head": 22,
"id": 17,
"lemma": "plus",
"misc": "",
"start_char": 76,
"text": "plus",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 84,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 22,
"id": 18,
"lemma": "she",
"misc": "",
"start_char": 81,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 87,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 22,
"id": 19,
"lemma": "be",
"misc": "",
"start_char": 85,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 94,
"feats": null,
"head": 21,
"id": 20,
"lemma": "almost",
"misc": "",
"start_char": 88,
"text": "almost",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "amod",
"end_char": 101,
"feats": "Degree=Pos",
"head": 22,
"id": 21,
"lemma": "debuff",
"misc": "",
"start_char": 95,
"text": "debuff",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "conj",
"end_char": 108,
"feats": "Number=Sing",
"head": 5,
"id": 22,
"lemma": "inmune",
"misc": "",
"start_char": 102,
"text": "inmune",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 110,
"feats": null,
"head": 5,
"id": 23,
"lemma": ".",
"misc": "",
"start_char": 109,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
14,
14
]
],
[
[
0,
7,
7
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
bfdee8d7f84736762936ba0a8dbdf3b6 | Christopher asked Nicholas if he's farted on Gamegrumps as if Nicholas hasn't sharted on GG before. | [
{
"end_char": 99,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Christopher)) (VP (VBD asked) (NP (NNP Nicholas)) (SBAR (IN if) (S (NP (PRP he)) (VP (VBZ 's) (VP (VBN farted) (PP (IN on) (NP (NNPS Gamegrumps))) (SBAR (IN as) (IN if) (S (NP (NNP Nicholas)) (VP (VBZ has) (RB n't) (VP (VBN sharted) (PP (IN on) (NP (NNP GG))) (ADVP (RB before))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Christopher asked Nicholas if he's farted on Gamegrumps as if Nicholas hasn't sharted on GG before.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 11,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Christopher",
"misc": "",
"start_char": 0,
"text": "Christopher",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 17,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "ask",
"misc": "",
"start_char": 12,
"text": "asked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "iobj",
"end_char": 26,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "Nicholas",
"misc": "",
"start_char": 18,
"text": "Nicholas",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 29,
"feats": null,
"head": 7,
"id": 4,
"lemma": "if",
"misc": "",
"start_char": 27,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj:pass",
"end_char": 32,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 7,
"id": 5,
"lemma": "he",
"misc": "",
"start_char": 30,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux:pass",
"end_char": 35,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 7,
"id": 6,
"lemma": "be",
"misc": "",
"start_char": 33,
"text": "'s",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advcl",
"end_char": 42,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 2,
"id": 7,
"lemma": "fart",
"misc": "",
"start_char": 36,
"text": "farted",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 45,
"feats": null,
"head": 9,
"id": 8,
"lemma": "on",
"misc": "",
"start_char": 43,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 56,
"feats": "Number=Plur",
"head": 7,
"id": 9,
"lemma": "Gamegrump",
"misc": "",
"start_char": 46,
"text": "Gamegrumps",
"upos": "PROPN",
"xpos": "NNPS"
},
{
"deprel": "mark",
"end_char": 59,
"feats": null,
"head": 15,
"id": 10,
"lemma": "as",
"misc": "",
"start_char": 57,
"text": "as",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "fixed",
"end_char": 62,
"feats": null,
"head": 10,
"id": 11,
"lemma": "if",
"misc": "",
"start_char": 60,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 71,
"feats": "Number=Sing",
"head": 15,
"id": 12,
"lemma": "Nicholas",
"misc": "",
"start_char": 63,
"text": "Nicholas",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 75,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 15,
"id": 13,
"lemma": "have",
"misc": "",
"start_char": 72,
"text": "has",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 79,
"feats": null,
"head": 15,
"id": 14,
"lemma": "not",
"misc": "",
"start_char": 76,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 87,
"feats": "Tense=Past|VerbForm=Part",
"head": 7,
"id": 15,
"lemma": "shart",
"misc": "",
"start_char": 80,
"text": "sharted",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 90,
"feats": null,
"head": 17,
"id": 16,
"lemma": "on",
"misc": "",
"start_char": 88,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 93,
"feats": "Number=Sing",
"head": 15,
"id": 17,
"lemma": "GG",
"misc": "",
"start_char": 91,
"text": "GG",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 100,
"feats": null,
"head": 15,
"id": 18,
"lemma": "before",
"misc": "",
"start_char": 94,
"text": "before",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 102,
"feats": null,
"head": 2,
"id": 19,
"lemma": ".",
"misc": "",
"start_char": 101,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
2,
2
],
[
0,
4,
4
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
5b964426a0f30c3389f8fc0f38207a08 | Patrick does not have the one lap speed of William but his racecraft is superior to Rosberg's. | [
{
"end_char": 94,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Patrick)) (VP (VBZ does) (RB not) (VP (VB have) (NP (NP (DT the) (CD one) (NN lap) (NN speed)) (PP (IN of) (NP (NNP William))))))) (CC but) (S (NP (PRP$ his) (NN racecraft)) (VP (VBZ is) (ADJP (JJ superior) (PP (IN to) (NP (NNP Rosberg) (POS 's)))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Patrick does not have the one lap speed of William but his racecraft is superior to Rosberg's.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Patrick",
"misc": "",
"start_char": 0,
"text": "Patrick",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 12,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "do",
"misc": "",
"start_char": 8,
"text": "does",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 16,
"feats": null,
"head": 4,
"id": 3,
"lemma": "not",
"misc": "",
"start_char": 13,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 21,
"feats": "VerbForm=Inf",
"head": 0,
"id": 4,
"lemma": "have",
"misc": "",
"start_char": 17,
"text": "have",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 25,
"feats": "Definite=Def|PronType=Art",
"head": 8,
"id": 5,
"lemma": "the",
"misc": "",
"start_char": 22,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nummod",
"end_char": 29,
"feats": "NumForm=Word|NumType=Card",
"head": 8,
"id": 6,
"lemma": "one",
"misc": "",
"start_char": 26,
"text": "one",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "compound",
"end_char": 33,
"feats": "Number=Sing",
"head": 8,
"id": 7,
"lemma": "lap",
"misc": "",
"start_char": 30,
"text": "lap",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obj",
"end_char": 39,
"feats": "Number=Sing",
"head": 4,
"id": 8,
"lemma": "speed",
"misc": "",
"start_char": 34,
"text": "speed",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 42,
"feats": null,
"head": 10,
"id": 9,
"lemma": "of",
"misc": "",
"start_char": 40,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 50,
"feats": "Number=Sing",
"head": 8,
"id": 10,
"lemma": "William",
"misc": "",
"start_char": 43,
"text": "William",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cc",
"end_char": 54,
"feats": null,
"head": 15,
"id": 11,
"lemma": "but",
"misc": "",
"start_char": 51,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nmod:poss",
"end_char": 58,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 13,
"id": 12,
"lemma": "his",
"misc": "",
"start_char": 55,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nsubj",
"end_char": 68,
"feats": "Number=Sing",
"head": 15,
"id": 13,
"lemma": "racecraft",
"misc": "",
"start_char": 59,
"text": "racecraft",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cop",
"end_char": 71,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 15,
"id": 14,
"lemma": "be",
"misc": "",
"start_char": 69,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "conj",
"end_char": 80,
"feats": "Degree=Pos",
"head": 4,
"id": 15,
"lemma": "superior",
"misc": "",
"start_char": 72,
"text": "superior",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "case",
"end_char": 83,
"feats": null,
"head": 17,
"id": 16,
"lemma": "to",
"misc": "",
"start_char": 81,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 91,
"feats": "Number=Sing",
"head": 15,
"id": 17,
"lemma": "Rosberg",
"misc": "",
"start_char": 84,
"text": "Rosberg",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 94,
"feats": null,
"head": 17,
"id": 18,
"lemma": "'s",
"misc": "",
"start_char": 92,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "punct",
"end_char": 96,
"feats": null,
"head": 4,
"id": 19,
"lemma": ".",
"misc": "",
"start_char": 95,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
11,
11
]
],
[
[
0,
9,
9
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
add9ea23f6e19440e6552766d4429899 | Micheal I'm going to call William and see if he designed it that way. | [
{
"end_char": 69,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Micheal) (PRP I)) (VP (VBP 'm) (VP (VBG going) (S (VP (TO to) (VP (VP (VB call) (NP (NNP William))) (CC and) (VP (VB see) (SBAR (IN if) (S (NP (PRP he)) (VP (VBD designed) (NP (PRP it)) (NP (DT that) (NN way))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Micheal I'm going to call William and see if he designed it that way.",
"tokens": [
{
"deprel": "vocative",
"end_char": 7,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Micheal",
"misc": "",
"start_char": 0,
"text": "Micheal",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "nsubj",
"end_char": 9,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 4,
"id": 2,
"lemma": "I",
"misc": "",
"start_char": 8,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 12,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 3,
"lemma": "be",
"misc": "",
"start_char": 10,
"text": "'m",
"upos": "AUX",
"xpos": "VBP"
},
{
"deprel": "root",
"end_char": 18,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 4,
"lemma": "go",
"misc": "",
"start_char": 13,
"text": "going",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "mark",
"end_char": 21,
"feats": null,
"head": 6,
"id": 5,
"lemma": "to",
"misc": "",
"start_char": 19,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 26,
"feats": "VerbForm=Inf",
"head": 4,
"id": 6,
"lemma": "call",
"misc": "",
"start_char": 22,
"text": "call",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 34,
"feats": "Number=Sing",
"head": 6,
"id": 7,
"lemma": "William",
"misc": "",
"start_char": 27,
"text": "William",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cc",
"end_char": 38,
"feats": null,
"head": 9,
"id": 8,
"lemma": "and",
"misc": "",
"start_char": 35,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 42,
"feats": "VerbForm=Inf",
"head": 6,
"id": 9,
"lemma": "see",
"misc": "",
"start_char": 39,
"text": "see",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "mark",
"end_char": 45,
"feats": null,
"head": 12,
"id": 10,
"lemma": "if",
"misc": "",
"start_char": 43,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 48,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 11,
"lemma": "he",
"misc": "",
"start_char": 46,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "ccomp",
"end_char": 57,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 9,
"id": 12,
"lemma": "design",
"misc": "",
"start_char": 49,
"text": "designed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 60,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 13,
"lemma": "it",
"misc": "",
"start_char": 58,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "det",
"end_char": 65,
"feats": "Number=Sing|PronType=Dem",
"head": 15,
"id": 14,
"lemma": "that",
"misc": "",
"start_char": 61,
"text": "that",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl:npmod",
"end_char": 69,
"feats": "Number=Sing",
"head": 12,
"id": 15,
"lemma": "way",
"misc": "",
"start_char": 66,
"text": "way",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 71,
"feats": null,
"head": 4,
"id": 16,
"lemma": ".",
"misc": "",
"start_char": 70,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
6,
6
],
[
0,
10,
10
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
23d8fc50e11928d973364e0d7d826861 | Jason likes to read Robert works when he's not invading people's minds to drive them crazy. | [
{
"end_char": 91,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Jason)) (VP (VBZ likes) (S (VP (TO to) (VP (VB read) (S (NP (NNP Robert)) (VP (VBZ works))) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBZ 's) (RB not) (VP (VBG invading) (NP (NP (NNS people) (POS 's)) (NNS minds)) (S (VP (TO to) (VP (VB drive) (NP (PRP them)) (S (ADJP (JJ crazy)))))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Jason likes to read Robert works when he's not invading people's minds to drive them crazy.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Jason",
"misc": "",
"start_char": 0,
"text": "Jason",
"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": "like",
"misc": "",
"start_char": 6,
"text": "likes",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "mark",
"end_char": 14,
"feats": null,
"head": 4,
"id": 3,
"lemma": "to",
"misc": "",
"start_char": 12,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 19,
"feats": "VerbForm=Inf",
"head": 2,
"id": 4,
"lemma": "read",
"misc": "",
"start_char": 15,
"text": "read",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "nsubj",
"end_char": 26,
"feats": "Number=Sing",
"head": 6,
"id": 5,
"lemma": "Robert",
"misc": "",
"start_char": 20,
"text": "Robert",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "ccomp",
"end_char": 32,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 6,
"lemma": "work",
"misc": "",
"start_char": 27,
"text": "works",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 37,
"feats": "PronType=Int",
"head": 11,
"id": 7,
"lemma": "when",
"misc": "",
"start_char": 33,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 40,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 8,
"lemma": "he",
"misc": "",
"start_char": 38,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 43,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 11,
"id": 9,
"lemma": "be",
"misc": "",
"start_char": 41,
"text": "'s",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 47,
"feats": null,
"head": 11,
"id": 10,
"lemma": "not",
"misc": "",
"start_char": 44,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 56,
"feats": "Tense=Pres|VerbForm=Part",
"head": 6,
"id": 11,
"lemma": "invade",
"misc": "",
"start_char": 48,
"text": "invading",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "nmod:poss",
"end_char": 63,
"feats": "Number=Plur",
"head": 14,
"id": 12,
"lemma": "person",
"misc": "",
"start_char": 57,
"text": "people",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 66,
"feats": null,
"head": 12,
"id": 13,
"lemma": "'s",
"misc": "",
"start_char": 64,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "obj",
"end_char": 72,
"feats": "Number=Plur",
"head": 11,
"id": 14,
"lemma": "mind",
"misc": "",
"start_char": 67,
"text": "minds",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "mark",
"end_char": 75,
"feats": null,
"head": 16,
"id": 15,
"lemma": "to",
"misc": "",
"start_char": 73,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 81,
"feats": "VerbForm=Inf",
"head": 11,
"id": 16,
"lemma": "drive",
"misc": "",
"start_char": 76,
"text": "drive",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 86,
"feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs",
"head": 16,
"id": 17,
"lemma": "they",
"misc": "",
"start_char": 82,
"text": "them",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "xcomp",
"end_char": 92,
"feats": "Degree=Pos",
"head": 16,
"id": 18,
"lemma": "crazy",
"misc": "",
"start_char": 87,
"text": "crazy",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 94,
"feats": null,
"head": 2,
"id": 19,
"lemma": ".",
"misc": "",
"start_char": 93,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
7,
7
]
],
[
[
0,
4,
4
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
cae98e588bc600dc672dac4c62a22bb9 | David is a much better striker than James, but he'll be fighting a war with a guy who ducks and weaves punches for a living. | [
{
"end_char": 124,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP David)) (VP (VBZ is) (NP (NP (DT a) (ADJP (RB much) (JJR better)) (NN striker)) (PP (IN than) (NP (NNP James)))))) (, ,) (CC but) (S (NP (PRP he)) (VP (MD 'll) (VP (VB be) (VP (VBG fighting) (NP (DT a) (NN war)) (PP (IN with) (NP (NP (DT a) (NN guy)) (SBAR (WHNP (WP who)) (S (VP (VBZ ducks) (CC and) (VBZ weaves) (NP (NNS punches)) (PP (IN for) (NP (DT a) (NN living)))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "David is a much better striker than James, but he'll be fighting a war with a guy who ducks and weaves punches for a living.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 6,
"id": 1,
"lemma": "David",
"misc": "",
"start_char": 0,
"text": "David",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 8,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 6,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 6,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "det",
"end_char": 10,
"feats": "Definite=Ind|PronType=Art",
"head": 6,
"id": 3,
"lemma": "a",
"misc": "",
"start_char": 9,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "advmod",
"end_char": 15,
"feats": null,
"head": 5,
"id": 4,
"lemma": "much",
"misc": "",
"start_char": 11,
"text": "much",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "amod",
"end_char": 22,
"feats": "Degree=Cmp",
"head": 6,
"id": 5,
"lemma": "good",
"misc": "",
"start_char": 16,
"text": "better",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "root",
"end_char": 30,
"feats": "Number=Sing",
"head": 0,
"id": 6,
"lemma": "striker",
"misc": "",
"start_char": 23,
"text": "striker",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 35,
"feats": null,
"head": 8,
"id": 7,
"lemma": "than",
"misc": "",
"start_char": 31,
"text": "than",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 41,
"feats": "Number=Sing",
"head": 6,
"id": 8,
"lemma": "James",
"misc": "",
"start_char": 36,
"text": "James",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 43,
"feats": null,
"head": 14,
"id": 9,
"lemma": ",",
"misc": "",
"start_char": 42,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 47,
"feats": null,
"head": 14,
"id": 10,
"lemma": "but",
"misc": "",
"start_char": 44,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 50,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 11,
"lemma": "he",
"misc": "",
"start_char": 48,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 54,
"feats": "VerbForm=Fin",
"head": 14,
"id": 12,
"lemma": "will",
"misc": "",
"start_char": 51,
"text": "'ll",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "aux",
"end_char": 57,
"feats": "VerbForm=Inf",
"head": 14,
"id": 13,
"lemma": "be",
"misc": "",
"start_char": 55,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "conj",
"end_char": 66,
"feats": "Tense=Pres|VerbForm=Part",
"head": 6,
"id": 14,
"lemma": "fight",
"misc": "",
"start_char": 58,
"text": "fighting",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "det",
"end_char": 68,
"feats": "Definite=Ind|PronType=Art",
"head": 16,
"id": 15,
"lemma": "a",
"misc": "",
"start_char": 67,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 72,
"feats": "Number=Sing",
"head": 14,
"id": 16,
"lemma": "war",
"misc": "",
"start_char": 69,
"text": "war",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 77,
"feats": null,
"head": 19,
"id": 17,
"lemma": "with",
"misc": "",
"start_char": 73,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 79,
"feats": "Definite=Ind|PronType=Art",
"head": 19,
"id": 18,
"lemma": "a",
"misc": "",
"start_char": 78,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 83,
"feats": "Number=Sing",
"head": 14,
"id": 19,
"lemma": "guy",
"misc": "",
"start_char": 80,
"text": "guy",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 87,
"feats": "PronType=Rel",
"head": 21,
"id": 20,
"lemma": "who",
"misc": "",
"start_char": 84,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "acl:relcl",
"end_char": 93,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 19,
"id": 21,
"lemma": "duck",
"misc": "",
"start_char": 88,
"text": "ducks",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "cc",
"end_char": 97,
"feats": null,
"head": 23,
"id": 22,
"lemma": "and",
"misc": "",
"start_char": 94,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 104,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 21,
"id": 23,
"lemma": "weave",
"misc": "",
"start_char": 98,
"text": "weaves",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "obj",
"end_char": 112,
"feats": "Number=Plur",
"head": 23,
"id": 24,
"lemma": "punch",
"misc": "",
"start_char": 105,
"text": "punches",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 116,
"feats": null,
"head": 27,
"id": 25,
"lemma": "for",
"misc": "",
"start_char": 113,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 118,
"feats": "Definite=Ind|PronType=Art",
"head": 27,
"id": 26,
"lemma": "a",
"misc": "",
"start_char": 117,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 125,
"feats": "Number=Sing",
"head": 23,
"id": 27,
"lemma": "living",
"misc": "",
"start_char": 119,
"text": "living",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 127,
"feats": null,
"head": 6,
"id": 28,
"lemma": ".",
"misc": "",
"start_char": 126,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
10,
10
]
],
[
[
0,
7,
7
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
5f92bfbe74d4da81a87adefc82ab643b | Could argue that Geraldine was on par with Deborah though considering she captained England very far, missing out some what unluckily on the final. | [
{
"end_char": 147,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (VP (MD Could) (VP (VB argue) (SBAR (IN that) (S (NP (NNP Geraldine)) (VP (VBD was) (PP (IN on) (NP (NN par))) (PP (IN with) (NP (NNP Deborah))) (SBAR (RB though) (S (VP (VBG considering) (SBAR (S (NP (PRP she)) (VP (VBD captained) (NP (NNP England)) (ADVP (RB very) (RB far)))))))) (, ,) (S (VP (VBG missing) (PRT (RP out)) (NP (NP (DT some) (WP what)) (PP (ADVP (RB unluckily)) (IN on) (NP (DT the) (NN final))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Could argue that Geraldine was on par with Deborah though considering she captained England very far, missing out some what unluckily on the final.",
"tokens": [
{
"deprel": "aux",
"end_char": 5,
"feats": "VerbForm=Fin",
"head": 2,
"id": 1,
"lemma": "could",
"misc": "",
"start_char": 0,
"text": "Could",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "root",
"end_char": 11,
"feats": "VerbForm=Inf",
"head": 0,
"id": 2,
"lemma": "argue",
"misc": "",
"start_char": 6,
"text": "argue",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "mark",
"end_char": 16,
"feats": null,
"head": 7,
"id": 3,
"lemma": "that",
"misc": "",
"start_char": 12,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 26,
"feats": "Number=Sing",
"head": 7,
"id": 4,
"lemma": "Geraldine",
"misc": "",
"start_char": 17,
"text": "Geraldine",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 30,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 7,
"id": 5,
"lemma": "be",
"misc": "",
"start_char": 27,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 33,
"feats": null,
"head": 7,
"id": 6,
"lemma": "on",
"misc": "",
"start_char": 31,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "ccomp",
"end_char": 37,
"feats": "Number=Sing",
"head": 2,
"id": 7,
"lemma": "par",
"misc": "",
"start_char": 34,
"text": "par",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 42,
"feats": null,
"head": 9,
"id": 8,
"lemma": "with",
"misc": "",
"start_char": 38,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 50,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "Deborah",
"misc": "",
"start_char": 43,
"text": "Deborah",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 57,
"feats": null,
"head": 11,
"id": 10,
"lemma": "though",
"misc": "",
"start_char": 51,
"text": "though",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 69,
"feats": "VerbForm=Ger",
"head": 7,
"id": 11,
"lemma": "consider",
"misc": "",
"start_char": 58,
"text": "considering",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "nsubj",
"end_char": 73,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 12,
"lemma": "she",
"misc": "",
"start_char": 70,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "ccomp",
"end_char": 83,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 13,
"lemma": "captain",
"misc": "",
"start_char": 74,
"text": "captained",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 91,
"feats": "Number=Sing",
"head": 13,
"id": 14,
"lemma": "England",
"misc": "",
"start_char": 84,
"text": "England",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 96,
"feats": null,
"head": 16,
"id": 15,
"lemma": "very",
"misc": "",
"start_char": 92,
"text": "very",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 100,
"feats": "Degree=Pos",
"head": 13,
"id": 16,
"lemma": "far",
"misc": "",
"start_char": 97,
"text": "far",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 102,
"feats": null,
"head": 18,
"id": 17,
"lemma": ",",
"misc": "",
"start_char": 101,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advcl",
"end_char": 110,
"feats": "VerbForm=Ger",
"head": 13,
"id": 18,
"lemma": "miss",
"misc": "",
"start_char": 103,
"text": "missing",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "compound:prt",
"end_char": 114,
"feats": null,
"head": 18,
"id": 19,
"lemma": "out",
"misc": "",
"start_char": 111,
"text": "out",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "det",
"end_char": 119,
"feats": null,
"head": 21,
"id": 20,
"lemma": "some",
"misc": "",
"start_char": 115,
"text": "some",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 124,
"feats": "PronType=Rel",
"head": 18,
"id": 21,
"lemma": "what",
"misc": "",
"start_char": 120,
"text": "what",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "advmod",
"end_char": 134,
"feats": null,
"head": 21,
"id": 22,
"lemma": "unluckily",
"misc": "",
"start_char": 125,
"text": "unluckily",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 137,
"feats": null,
"head": 25,
"id": 23,
"lemma": "on",
"misc": "",
"start_char": 135,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 141,
"feats": "Definite=Def|PronType=Art",
"head": 25,
"id": 24,
"lemma": "the",
"misc": "",
"start_char": 138,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 147,
"feats": "Number=Sing",
"head": 18,
"id": 25,
"lemma": "final",
"misc": "",
"start_char": 142,
"text": "final",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 149,
"feats": null,
"head": 2,
"id": 26,
"lemma": ".",
"misc": "",
"start_char": 148,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
3,
3
],
[
0,
11,
11
]
],
[
[
0,
8,
8
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
f66de2c155c15ac67c343798027a38f7 | Did Dwight not find Rene not guilty when the Jews placed charges against Rene saying he called himself the literal son of God? | [
{
"end_char": 126,
"id": 1,
"misc": {
"parse_tree": "(ROOT (SQ (VBD Did) (NP (NNP Dwight)) (RB not) (VP (VB find) (S (NP (NNP Rene)) (ADJP (RB not) (JJ guilty))) (SBAR (WHADVP (WRB when)) (S (NP (DT the) (NNPS Jews)) (VP (VBD placed) (NP (NP (NNS charges)) (PP (IN against) (NP (NNP Rene)))) (S (VP (VBG saying) (SBAR (S (NP (PRP he)) (VP (VBD called) (NP (PRP himself)) (S (NP (NP (DT the) (JJ literal) (NN son)) (PP (IN of) (NP (NNP God)))))))))))))) (. ?)))"
},
"speaker": null,
"start_char": 0,
"text": "Did Dwight not find Rene not guilty when the Jews placed charges against Rene saying he called himself the literal son of God?",
"tokens": [
{
"deprel": "aux",
"end_char": 3,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 1,
"lemma": "do",
"misc": "",
"start_char": 0,
"text": "Did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "nsubj",
"end_char": 10,
"feats": "Number=Sing",
"head": 4,
"id": 2,
"lemma": "Dwight",
"misc": "",
"start_char": 4,
"text": "Dwight",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 14,
"feats": null,
"head": 4,
"id": 3,
"lemma": "not",
"misc": "",
"start_char": 11,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 19,
"feats": "VerbForm=Inf",
"head": 0,
"id": 4,
"lemma": "find",
"misc": "",
"start_char": 15,
"text": "find",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 24,
"feats": "Number=Sing",
"head": 4,
"id": 5,
"lemma": "Rene",
"misc": "",
"start_char": 20,
"text": "Rene",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 28,
"feats": null,
"head": 7,
"id": 6,
"lemma": "not",
"misc": "",
"start_char": 25,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "xcomp",
"end_char": 35,
"feats": "Degree=Pos",
"head": 4,
"id": 7,
"lemma": "guilty",
"misc": "",
"start_char": 29,
"text": "guilty",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "advmod",
"end_char": 40,
"feats": "PronType=Int",
"head": 11,
"id": 8,
"lemma": "when",
"misc": "",
"start_char": 36,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "det",
"end_char": 44,
"feats": "Definite=Def|PronType=Art",
"head": 10,
"id": 9,
"lemma": "the",
"misc": "",
"start_char": 41,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 49,
"feats": "Number=Plur",
"head": 11,
"id": 10,
"lemma": "Jew",
"misc": "",
"start_char": 45,
"text": "Jews",
"upos": "PROPN",
"xpos": "NNPS"
},
{
"deprel": "advcl",
"end_char": 56,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 11,
"lemma": "place",
"misc": "",
"start_char": 50,
"text": "placed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 64,
"feats": "Number=Plur",
"head": 11,
"id": 12,
"lemma": "charge",
"misc": "",
"start_char": 57,
"text": "charges",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 72,
"feats": null,
"head": 14,
"id": 13,
"lemma": "against",
"misc": "",
"start_char": 65,
"text": "against",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 77,
"feats": "Number=Sing",
"head": 12,
"id": 14,
"lemma": "Rene",
"misc": "",
"start_char": 73,
"text": "Rene",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advcl",
"end_char": 84,
"feats": "VerbForm=Ger",
"head": 11,
"id": 15,
"lemma": "say",
"misc": "",
"start_char": 78,
"text": "saying",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "nsubj",
"end_char": 87,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 17,
"id": 16,
"lemma": "he",
"misc": "",
"start_char": 85,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "ccomp",
"end_char": 94,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 15,
"id": 17,
"lemma": "call",
"misc": "",
"start_char": 88,
"text": "called",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 102,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes",
"head": 17,
"id": 18,
"lemma": "himself",
"misc": "",
"start_char": 95,
"text": "himself",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "det",
"end_char": 106,
"feats": "Definite=Def|PronType=Art",
"head": 21,
"id": 19,
"lemma": "the",
"misc": "",
"start_char": 103,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 114,
"feats": "Degree=Pos",
"head": 21,
"id": 20,
"lemma": "literal",
"misc": "",
"start_char": 107,
"text": "literal",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "xcomp",
"end_char": 118,
"feats": "Number=Sing",
"head": 17,
"id": 21,
"lemma": "son",
"misc": "",
"start_char": 115,
"text": "son",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 121,
"feats": null,
"head": 23,
"id": 22,
"lemma": "of",
"misc": "",
"start_char": 119,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 125,
"feats": "Number=Sing",
"head": 21,
"id": 23,
"lemma": "God",
"misc": "",
"start_char": 122,
"text": "God",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 127,
"feats": null,
"head": 4,
"id": 24,
"lemma": "?",
"misc": "",
"start_char": 126,
"text": "?",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
]
],
[
[
0,
4,
4
],
[
0,
15,
15
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
2a04f62a850cb033135cdda0757d54a5 | Everybody around Theodore knows a bunch of stories about Jerome, but the most interesting one was that his daughters were not kidnapped. | [
{
"end_char": 136,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NP (NN Everybody)) (PP (IN around) (NP (NNP Theodore)))) (VP (VBZ knows) (NP (NP (DT a) (NN bunch)) (PP (IN of) (NP (NP (NNS stories)) (PP (IN about) (NP (NNP Jerome)))))))) (, ,) (CC but) (S (NP (DT the) (ADJP (RBS most) (JJ interesting)) (NN one)) (VP (VBD was) (SBAR (IN that) (S (NP (PRP$ his) (NNS daughters)) (VP (VBD were) (RB not) (VP (VBN kidnapped))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Everybody around Theodore knows a bunch of stories about Jerome, but the most interesting one was that his daughters were not kidnapped.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 9,
"feats": "Number=Sing|PronType=Tot",
"head": 4,
"id": 1,
"lemma": "everybody",
"misc": "",
"start_char": 0,
"text": "Everybody",
"upos": "PRON",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 16,
"feats": null,
"head": 3,
"id": 2,
"lemma": "around",
"misc": "",
"start_char": 10,
"text": "around",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 25,
"feats": "Number=Sing",
"head": 1,
"id": 3,
"lemma": "Theodore",
"misc": "",
"start_char": 17,
"text": "Theodore",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 31,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 4,
"lemma": "know",
"misc": "",
"start_char": 26,
"text": "knows",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "det",
"end_char": 33,
"feats": "Definite=Ind|PronType=Art",
"head": 6,
"id": 5,
"lemma": "a",
"misc": "",
"start_char": 32,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 39,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "bunch",
"misc": "",
"start_char": 34,
"text": "bunch",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 42,
"feats": null,
"head": 8,
"id": 7,
"lemma": "of",
"misc": "",
"start_char": 40,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 50,
"feats": "Number=Plur",
"head": 6,
"id": 8,
"lemma": "story",
"misc": "",
"start_char": 43,
"text": "stories",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 56,
"feats": null,
"head": 10,
"id": 9,
"lemma": "about",
"misc": "",
"start_char": 51,
"text": "about",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 63,
"feats": "Number=Sing",
"head": 8,
"id": 10,
"lemma": "Jerome",
"misc": "",
"start_char": 57,
"text": "Jerome",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 65,
"feats": null,
"head": 23,
"id": 11,
"lemma": ",",
"misc": "",
"start_char": 64,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 69,
"feats": null,
"head": 23,
"id": 12,
"lemma": "but",
"misc": "",
"start_char": 66,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "det",
"end_char": 73,
"feats": "Definite=Def|PronType=Art",
"head": 16,
"id": 13,
"lemma": "the",
"misc": "",
"start_char": 70,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "advmod",
"end_char": 78,
"feats": "Degree=Sup",
"head": 15,
"id": 14,
"lemma": "most",
"misc": "",
"start_char": 74,
"text": "most",
"upos": "ADV",
"xpos": "RBS"
},
{
"deprel": "amod",
"end_char": 90,
"feats": "Degree=Pos",
"head": 16,
"id": 15,
"lemma": "interesting",
"misc": "",
"start_char": 79,
"text": "interesting",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj:outer",
"end_char": 94,
"feats": "Number=Sing",
"head": 23,
"id": 16,
"lemma": "one",
"misc": "",
"start_char": 91,
"text": "one",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cop",
"end_char": 98,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 23,
"id": 17,
"lemma": "be",
"misc": "",
"start_char": 95,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 103,
"feats": null,
"head": 23,
"id": 18,
"lemma": "that",
"misc": "",
"start_char": 99,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 107,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 20,
"id": 19,
"lemma": "his",
"misc": "",
"start_char": 104,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nsubj:pass",
"end_char": 117,
"feats": "Number=Plur",
"head": 23,
"id": 20,
"lemma": "daughter",
"misc": "",
"start_char": 108,
"text": "daughters",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "aux:pass",
"end_char": 122,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 23,
"id": 21,
"lemma": "be",
"misc": "",
"start_char": 118,
"text": "were",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 126,
"feats": null,
"head": 23,
"id": 22,
"lemma": "not",
"misc": "",
"start_char": 123,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 136,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 4,
"id": 23,
"lemma": "kidnap",
"misc": "",
"start_char": 127,
"text": "kidnapped",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "punct",
"end_char": 138,
"feats": null,
"head": 4,
"id": 24,
"lemma": ".",
"misc": "",
"start_char": 137,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
2
]
],
[
[
0,
9,
9
],
[
0,
18,
18
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
d3799c1fe103b998247ac2cce8c119aa | Remona initially buried Janis, but after several weeks became desparate and dug her body up. | [
{
"end_char": 92,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Remona)) (ADVP (RB initially)) (VP (VBD buried) (NP (NNP Janis)))) (, ,) (CC but) (S (PP (IN after) (NP (JJ several) (NNS weeks))) (VP (VP (VBD became) (ADJP (JJ desparate))) (CC and) (VP (VBD dug) (NP (PRP$ her) (NN body)) (PRT (RP up))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Remona initially buried Janis, but after several weeks became desparate and dug her body up.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Remona",
"misc": "",
"start_char": 0,
"text": "Remona",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 16,
"feats": null,
"head": 3,
"id": 2,
"lemma": "initially",
"misc": "",
"start_char": 7,
"text": "initially",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 23,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "bury",
"misc": "",
"start_char": 17,
"text": "buried",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 29,
"feats": "Number=Sing",
"head": 3,
"id": 4,
"lemma": "Janis",
"misc": "",
"start_char": 24,
"text": "Janis",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 31,
"feats": null,
"head": 10,
"id": 5,
"lemma": ",",
"misc": "",
"start_char": 30,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 35,
"feats": null,
"head": 10,
"id": 6,
"lemma": "but",
"misc": "",
"start_char": 32,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "mark",
"end_char": 41,
"feats": null,
"head": 10,
"id": 7,
"lemma": "after",
"misc": "",
"start_char": 36,
"text": "after",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "amod",
"end_char": 49,
"feats": "Degree=Pos",
"head": 9,
"id": 8,
"lemma": "several",
"misc": "",
"start_char": 42,
"text": "several",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 55,
"feats": "Number=Plur",
"head": 10,
"id": 9,
"lemma": "week",
"misc": "",
"start_char": 50,
"text": "weeks",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "conj",
"end_char": 62,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 10,
"lemma": "become",
"misc": "",
"start_char": 56,
"text": "became",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "xcomp",
"end_char": 72,
"feats": "Degree=Pos",
"head": 10,
"id": 11,
"lemma": "desparate",
"misc": "",
"start_char": 63,
"text": "desparate",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "cc",
"end_char": 76,
"feats": null,
"head": 13,
"id": 12,
"lemma": "and",
"misc": "",
"start_char": 73,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 80,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 13,
"lemma": "dig",
"misc": "",
"start_char": 77,
"text": "dug",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 84,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 15,
"id": 14,
"lemma": "her",
"misc": "",
"start_char": 81,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 89,
"feats": "Number=Sing",
"head": 13,
"id": 15,
"lemma": "body",
"misc": "",
"start_char": 85,
"text": "body",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "compound:prt",
"end_char": 92,
"feats": null,
"head": 13,
"id": 16,
"lemma": "up",
"misc": "",
"start_char": 90,
"text": "up",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 94,
"feats": null,
"head": 3,
"id": 17,
"lemma": ".",
"misc": "",
"start_char": 93,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
3,
3
],
[
0,
13,
13
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
477ea3abb35c8a48c334a2c71a7dab86 | Helene threatens to kill Christina if she doesn't marry her, then ends up working on burning down every house in the city. | [
{
"end_char": 122,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Helene)) (VP (VP (VBZ threatens) (S (VP (TO to) (VP (VB kill) (NP (NNP Christina)) (SBAR (IN if) (S (NP (PRP she)) (VP (VBZ does) (RB n't) (VP (VB marry) (NP (PRP her)))))))))) (, ,) (RB then) (VP (VBZ ends) (PRT (RP up)) (S (VP (VBG working) (PP (IN on) (S (VP (VBG burning) (PRT (RP down)) (NP (NP (DT every) (NN house)) (PP (IN in) (NP (DT the) (NN city))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Helene threatens to kill Christina if she doesn't marry her, then ends up working on burning down every house in the city.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Helene",
"misc": "",
"start_char": 0,
"text": "Helene",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 16,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "threaten",
"misc": "",
"start_char": 7,
"text": "threatens",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "mark",
"end_char": 19,
"feats": null,
"head": 4,
"id": 3,
"lemma": "to",
"misc": "",
"start_char": 17,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 24,
"feats": "VerbForm=Inf",
"head": 2,
"id": 4,
"lemma": "kill",
"misc": "",
"start_char": 20,
"text": "kill",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 34,
"feats": "Number=Sing",
"head": 4,
"id": 5,
"lemma": "Christina",
"misc": "",
"start_char": 25,
"text": "Christina",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 37,
"feats": null,
"head": 10,
"id": 6,
"lemma": "if",
"misc": "",
"start_char": 35,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 41,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 7,
"lemma": "she",
"misc": "",
"start_char": 38,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 46,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 10,
"id": 8,
"lemma": "do",
"misc": "",
"start_char": 42,
"text": "does",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 50,
"feats": null,
"head": 10,
"id": 9,
"lemma": "not",
"misc": "",
"start_char": 47,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 56,
"feats": "VerbForm=Inf",
"head": 4,
"id": 10,
"lemma": "marry",
"misc": "",
"start_char": 51,
"text": "marry",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 60,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 11,
"lemma": "her",
"misc": "",
"start_char": 57,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 62,
"feats": null,
"head": 14,
"id": 12,
"lemma": ",",
"misc": "",
"start_char": 61,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 67,
"feats": "PronType=Dem",
"head": 14,
"id": 13,
"lemma": "then",
"misc": "",
"start_char": 63,
"text": "then",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "parataxis",
"end_char": 72,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 2,
"id": 14,
"lemma": "end",
"misc": "",
"start_char": 68,
"text": "ends",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "compound:prt",
"end_char": 75,
"feats": null,
"head": 14,
"id": 15,
"lemma": "up",
"misc": "",
"start_char": 73,
"text": "up",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "xcomp",
"end_char": 83,
"feats": "VerbForm=Ger",
"head": 14,
"id": 16,
"lemma": "work",
"misc": "",
"start_char": 76,
"text": "working",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "mark",
"end_char": 86,
"feats": null,
"head": 18,
"id": 17,
"lemma": "on",
"misc": "",
"start_char": 84,
"text": "on",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "advcl",
"end_char": 94,
"feats": "VerbForm=Ger",
"head": 16,
"id": 18,
"lemma": "burn",
"misc": "",
"start_char": 87,
"text": "burning",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "compound:prt",
"end_char": 99,
"feats": null,
"head": 18,
"id": 19,
"lemma": "down",
"misc": "",
"start_char": 95,
"text": "down",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "det",
"end_char": 105,
"feats": null,
"head": 21,
"id": 20,
"lemma": "every",
"misc": "",
"start_char": 100,
"text": "every",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 111,
"feats": "Number=Sing",
"head": 18,
"id": 21,
"lemma": "house",
"misc": "",
"start_char": 106,
"text": "house",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 114,
"feats": null,
"head": 24,
"id": 22,
"lemma": "in",
"misc": "",
"start_char": 112,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 118,
"feats": "Definite=Def|PronType=Art",
"head": 24,
"id": 23,
"lemma": "the",
"misc": "",
"start_char": 115,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 123,
"feats": "Number=Sing",
"head": 21,
"id": 24,
"lemma": "city",
"misc": "",
"start_char": 119,
"text": "city",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 125,
"feats": null,
"head": 2,
"id": 25,
"lemma": ".",
"misc": "",
"start_char": 124,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
4,
4
],
[
0,
6,
6
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
6778e0e139f99ce898b36fe79ae84b99 | According to Tanner Thomas was white almost all over, but he had a black splotch under his penis on the right or left side. | [
{
"end_char": 123,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (PP (VBG According) (PP (IN to) (NP (NNP Tanner) (NNP Thomas)))) (VP (VBD was) (ADJP (JJ white)) (ADVP (ADVP (RB almost) (RB all)) (RB over)))) (, ,) (CC but) (S (NP (PRP he)) (VP (VBD had) (NP (NP (DT a) (JJ black) (NN splotch)) (PP (IN under) (NP (PRP$ his) (NN penis))) (PP (IN on) (NP (DT the) (ADJP (JJ right) (CC or) (JJ left)) (NN side)))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "According to Tanner Thomas was white almost all over, but he had a black splotch under his penis on the right or left side.",
"tokens": [
{
"deprel": "case",
"end_char": 9,
"feats": "ExtPos=ADP|VerbForm=Ger",
"head": 3,
"id": 1,
"lemma": "accord",
"misc": "",
"start_char": 0,
"text": "According",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "fixed",
"end_char": 12,
"feats": null,
"head": 1,
"id": 2,
"lemma": "to",
"misc": "",
"start_char": 10,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 19,
"feats": "Number=Sing",
"head": 6,
"id": 3,
"lemma": "Tanner",
"misc": "",
"start_char": 13,
"text": "Tanner",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "flat",
"end_char": 26,
"feats": "Number=Sing",
"head": 3,
"id": 4,
"lemma": "Thomas",
"misc": "",
"start_char": 20,
"text": "Thomas",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 30,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 6,
"id": 5,
"lemma": "be",
"misc": "",
"start_char": 27,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 36,
"feats": "Degree=Pos",
"head": 0,
"id": 6,
"lemma": "white",
"misc": "",
"start_char": 31,
"text": "white",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "advmod",
"end_char": 43,
"feats": null,
"head": 9,
"id": 7,
"lemma": "almost",
"misc": "",
"start_char": 37,
"text": "almost",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 47,
"feats": null,
"head": 9,
"id": 8,
"lemma": "all",
"misc": "",
"start_char": 44,
"text": "all",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 52,
"feats": null,
"head": 6,
"id": 9,
"lemma": "over",
"misc": "",
"start_char": 48,
"text": "over",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 54,
"feats": null,
"head": 13,
"id": 10,
"lemma": ",",
"misc": "",
"start_char": 53,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 58,
"feats": null,
"head": 13,
"id": 11,
"lemma": "but",
"misc": "",
"start_char": 55,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 61,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 12,
"lemma": "he",
"misc": "",
"start_char": 59,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 65,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 6,
"id": 13,
"lemma": "have",
"misc": "",
"start_char": 62,
"text": "had",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 67,
"feats": "Definite=Ind|PronType=Art",
"head": 16,
"id": 14,
"lemma": "a",
"misc": "",
"start_char": 66,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 73,
"feats": "Degree=Pos",
"head": 16,
"id": 15,
"lemma": "black",
"misc": "",
"start_char": 68,
"text": "black",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 81,
"feats": "Number=Sing",
"head": 13,
"id": 16,
"lemma": "splotch",
"misc": "",
"start_char": 74,
"text": "splotch",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 87,
"feats": null,
"head": 19,
"id": 17,
"lemma": "under",
"misc": "",
"start_char": 82,
"text": "under",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 91,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 19,
"id": 18,
"lemma": "his",
"misc": "",
"start_char": 88,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nmod",
"end_char": 97,
"feats": "Number=Sing",
"head": 16,
"id": 19,
"lemma": "penis",
"misc": "",
"start_char": 92,
"text": "penis",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 100,
"feats": null,
"head": 25,
"id": 20,
"lemma": "on",
"misc": "",
"start_char": 98,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 104,
"feats": "Definite=Def|PronType=Art",
"head": 25,
"id": 21,
"lemma": "the",
"misc": "",
"start_char": 101,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 110,
"feats": "Degree=Pos",
"head": 25,
"id": 22,
"lemma": "right",
"misc": "",
"start_char": 105,
"text": "right",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "cc",
"end_char": 113,
"feats": null,
"head": 24,
"id": 23,
"lemma": "or",
"misc": "",
"start_char": 111,
"text": "or",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 118,
"feats": "Degree=Pos",
"head": 22,
"id": 24,
"lemma": "left",
"misc": "",
"start_char": 114,
"text": "left",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obl",
"end_char": 123,
"feats": "Number=Sing",
"head": 13,
"id": 25,
"lemma": "side",
"misc": "",
"start_char": 119,
"text": "side",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 125,
"feats": null,
"head": 6,
"id": 26,
"lemma": ".",
"misc": "",
"start_char": 124,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
2
]
],
[
[
0,
3,
3
],
[
0,
11,
11
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
0f8ba1242a1d026a1d705d7cc103c0b3 | Did David secretly meet with Keith when he snuck into Winterfell as a mystery bard? | [
{
"end_char": 83,
"id": 1,
"misc": {
"parse_tree": "(ROOT (SQ (VBD Did) (NP (NNP David)) (ADVP (RB secretly)) (VP (VB meet) (PP (IN with) (NP (NNP Keith))) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD snuck) (PP (IN into) (NP (NNP Winterfell))) (PP (IN as) (NP (DT a) (NN mystery) (NN bard))))))) (. ?)))"
},
"speaker": null,
"start_char": 0,
"text": "Did David secretly meet with Keith when he snuck into Winterfell as a mystery bard?",
"tokens": [
{
"deprel": "aux",
"end_char": 3,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 1,
"lemma": "do",
"misc": "",
"start_char": 0,
"text": "Did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "nsubj",
"end_char": 9,
"feats": "Number=Sing",
"head": 4,
"id": 2,
"lemma": "David",
"misc": "",
"start_char": 4,
"text": "David",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 18,
"feats": null,
"head": 4,
"id": 3,
"lemma": "secretly",
"misc": "",
"start_char": 10,
"text": "secretly",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 23,
"feats": "VerbForm=Inf",
"head": 0,
"id": 4,
"lemma": "meet",
"misc": "",
"start_char": 19,
"text": "meet",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 28,
"feats": null,
"head": 6,
"id": 5,
"lemma": "with",
"misc": "",
"start_char": 24,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 34,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "Keith",
"misc": "",
"start_char": 29,
"text": "Keith",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 39,
"feats": "PronType=Int",
"head": 9,
"id": 7,
"lemma": "when",
"misc": "",
"start_char": 35,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 42,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 9,
"id": 8,
"lemma": "he",
"misc": "",
"start_char": 40,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 48,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 9,
"lemma": "sneak",
"misc": "",
"start_char": 43,
"text": "snuck",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 53,
"feats": null,
"head": 11,
"id": 10,
"lemma": "into",
"misc": "",
"start_char": 49,
"text": "into",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 64,
"feats": "Number=Sing",
"head": 9,
"id": 11,
"lemma": "Winterfell",
"misc": "",
"start_char": 54,
"text": "Winterfell",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 67,
"feats": null,
"head": 15,
"id": 12,
"lemma": "as",
"misc": "",
"start_char": 65,
"text": "as",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 69,
"feats": "Definite=Ind|PronType=Art",
"head": 15,
"id": 13,
"lemma": "a",
"misc": "",
"start_char": 68,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 77,
"feats": "Number=Sing",
"head": 15,
"id": 14,
"lemma": "mystery",
"misc": "",
"start_char": 70,
"text": "mystery",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obl",
"end_char": 82,
"feats": "Number=Sing",
"head": 9,
"id": 15,
"lemma": "bard",
"misc": "",
"start_char": 78,
"text": "bard",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 84,
"feats": null,
"head": 4,
"id": 16,
"lemma": "?",
"misc": "",
"start_char": 83,
"text": "?",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
],
[
0,
7,
7
]
],
[
[
0,
5,
5
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
a2f5fe37898e71ad443078893c74b32b | Getting back James has been huge and William has been nice, but I'm seriously surprised to see King rank him so high. | [
{
"end_char": 117,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (S (VP (VBG Getting) (PRT (RB back)) (NP (NNP James)))) (VP (VBZ has) (VP (VBN been) (ADJP (JJ huge))))) (CC and) (S (NP (NNP William)) (VP (VBZ has) (VP (VBN been) (ADJP (JJ nice))))) (, ,) (CC but) (S (NP (PRP I)) (VP (VBP 'm) (ADJP (RB seriously) (JJ surprised) (S (VP (TO to) (VP (VB see) (S (NP (NNP King)) (VP (VB rank) (NP (PRP him)) (S (ADJP (RB so) (JJ high))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Getting back James has been huge and William has been nice, but I'm seriously surprised to see King rank him so high.",
"tokens": [
{
"deprel": "csubj",
"end_char": 7,
"feats": "VerbForm=Ger",
"head": 6,
"id": 1,
"lemma": "get",
"misc": "",
"start_char": 0,
"text": "Getting",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "advmod",
"end_char": 12,
"feats": null,
"head": 1,
"id": 2,
"lemma": "back",
"misc": "",
"start_char": 8,
"text": "back",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "obj",
"end_char": 18,
"feats": "Number=Sing",
"head": 1,
"id": 3,
"lemma": "James",
"misc": "",
"start_char": 13,
"text": "James",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 22,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 6,
"id": 4,
"lemma": "have",
"misc": "",
"start_char": 19,
"text": "has",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "cop",
"end_char": 27,
"feats": "Tense=Past|VerbForm=Part",
"head": 6,
"id": 5,
"lemma": "be",
"misc": "",
"start_char": 23,
"text": "been",
"upos": "AUX",
"xpos": "VBN"
},
{
"deprel": "root",
"end_char": 32,
"feats": "Degree=Pos",
"head": 0,
"id": 6,
"lemma": "huge",
"misc": "",
"start_char": 28,
"text": "huge",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "cc",
"end_char": 36,
"feats": null,
"head": 11,
"id": 7,
"lemma": "and",
"misc": "",
"start_char": 33,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 44,
"feats": "Number=Sing",
"head": 11,
"id": 8,
"lemma": "William",
"misc": "",
"start_char": 37,
"text": "William",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 48,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 11,
"id": 9,
"lemma": "have",
"misc": "",
"start_char": 45,
"text": "has",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "cop",
"end_char": 53,
"feats": "Tense=Past|VerbForm=Part",
"head": 11,
"id": 10,
"lemma": "be",
"misc": "",
"start_char": 49,
"text": "been",
"upos": "AUX",
"xpos": "VBN"
},
{
"deprel": "conj",
"end_char": 58,
"feats": "Degree=Pos",
"head": 6,
"id": 11,
"lemma": "nice",
"misc": "",
"start_char": 54,
"text": "nice",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 60,
"feats": null,
"head": 17,
"id": 12,
"lemma": ",",
"misc": "",
"start_char": 59,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 64,
"feats": null,
"head": 17,
"id": 13,
"lemma": "but",
"misc": "",
"start_char": 61,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 66,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 17,
"id": 14,
"lemma": "I",
"misc": "",
"start_char": 65,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 69,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
"head": 17,
"id": 15,
"lemma": "be",
"misc": "",
"start_char": 67,
"text": "'m",
"upos": "AUX",
"xpos": "VBP"
},
{
"deprel": "advmod",
"end_char": 79,
"feats": null,
"head": 17,
"id": 16,
"lemma": "seriously",
"misc": "",
"start_char": 70,
"text": "seriously",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 89,
"feats": "Degree=Pos",
"head": 6,
"id": 17,
"lemma": "surprised",
"misc": "",
"start_char": 80,
"text": "surprised",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 92,
"feats": null,
"head": 19,
"id": 18,
"lemma": "to",
"misc": "",
"start_char": 90,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 96,
"feats": "VerbForm=Inf",
"head": 17,
"id": 19,
"lemma": "see",
"misc": "",
"start_char": 93,
"text": "see",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "nsubj",
"end_char": 101,
"feats": "Number=Sing",
"head": 21,
"id": 20,
"lemma": "King",
"misc": "",
"start_char": 97,
"text": "King",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "xcomp",
"end_char": 106,
"feats": "VerbForm=Inf",
"head": 19,
"id": 21,
"lemma": "rank",
"misc": "",
"start_char": 102,
"text": "rank",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 110,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 21,
"id": 22,
"lemma": "he",
"misc": "",
"start_char": 107,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 113,
"feats": null,
"head": 24,
"id": 23,
"lemma": "so",
"misc": "",
"start_char": 111,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "xcomp",
"end_char": 118,
"feats": "Degree=Pos",
"head": 21,
"id": 24,
"lemma": "high",
"misc": "",
"start_char": 114,
"text": "high",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 120,
"feats": null,
"head": 6,
"id": 25,
"lemma": ".",
"misc": "",
"start_char": 119,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
2
]
],
[
[
0,
7,
7
],
[
0,
21,
21
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
1622f21591f2f7d2d2654b211b521e80 | Dorie asked Virginia if she was ok and that's when it happened. | [
{
"end_char": 63,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Dorie)) (VP (VBD asked) (NP (NNP Virginia)) (SBAR (IN if) (S (NP (PRP she)) (VP (VBD was) (ADJP (JJ ok))))))) (CC and) (S (NP (DT that)) (VP (VBZ 's) (SBAR (WHADVP (WRB when)) (S (NP (PRP it)) (VP (VBD happened)))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Dorie asked Virginia if she was ok and that's when it happened.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Dorie",
"misc": "",
"start_char": 0,
"text": "Dorie",
"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",
"misc": "",
"start_char": 6,
"text": "asked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "iobj",
"end_char": 20,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "Virginia",
"misc": "",
"start_char": 12,
"text": "Virginia",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 23,
"feats": null,
"head": 7,
"id": 4,
"lemma": "if",
"misc": "",
"start_char": 21,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 27,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 7,
"id": 5,
"lemma": "she",
"misc": "",
"start_char": 24,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 31,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 7,
"id": 6,
"lemma": "be",
"misc": "",
"start_char": 28,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 34,
"feats": "Degree=Pos",
"head": 2,
"id": 7,
"lemma": "ok",
"misc": "",
"start_char": 32,
"text": "ok",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "cc",
"end_char": 38,
"feats": null,
"head": 10,
"id": 8,
"lemma": "and",
"misc": "",
"start_char": 35,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 43,
"feats": "Number=Sing|PronType=Dem",
"head": 10,
"id": 9,
"lemma": "that",
"misc": "",
"start_char": 39,
"text": "that",
"upos": "PRON",
"xpos": "DT"
},
{
"deprel": "conj",
"end_char": 46,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 7,
"id": 10,
"lemma": "be",
"misc": "",
"start_char": 44,
"text": "'s",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 51,
"feats": "PronType=Int",
"head": 13,
"id": 11,
"lemma": "when",
"misc": "",
"start_char": 47,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 54,
"feats": "Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 12,
"lemma": "it",
"misc": "",
"start_char": 52,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 63,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 13,
"lemma": "happen",
"misc": "",
"start_char": 55,
"text": "happened",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 65,
"feats": null,
"head": 2,
"id": 14,
"lemma": ".",
"misc": "",
"start_char": 64,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
2,
2
],
[
0,
4,
4
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
4903f7fb4fe4b2620c1672f95d2e165b | Had a couple emails between Scott, and talked to Jesse since he was my friend's uncle. | [
{
"end_char": 86,
"id": 1,
"misc": {
"parse_tree": "(ROOT (SINV (VBD Had) (NP (NP (DT a) (NN couple) (NNS emails)) (PP (IN between) (NP (NNP Scott)))) (, ,) (CC and) (VP (VBD talked) (PP (IN to) (NP (NNP Jesse))) (SBAR (IN since) (S (NP (PRP he)) (VP (VBD was) (NP (NP (PRP$ my) (NN friend) (POS 's)) (NN uncle)))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Had a couple emails between Scott, and talked to Jesse since he was my friend's uncle.",
"tokens": [
{
"deprel": "root",
"end_char": 3,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 1,
"lemma": "have",
"misc": "",
"start_char": 0,
"text": "Had",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 5,
"feats": "Definite=Ind|PronType=Art",
"head": 3,
"id": 2,
"lemma": "a",
"misc": "",
"start_char": 4,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod:npmod",
"end_char": 12,
"feats": "Number=Sing",
"head": 4,
"id": 3,
"lemma": "couple",
"misc": "",
"start_char": 6,
"text": "couple",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obj",
"end_char": 19,
"feats": "Number=Plur",
"head": 1,
"id": 4,
"lemma": "email",
"misc": "",
"start_char": 13,
"text": "emails",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 27,
"feats": null,
"head": 6,
"id": 5,
"lemma": "between",
"misc": "",
"start_char": 20,
"text": "between",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 33,
"feats": "Number=Sing",
"head": 4,
"id": 6,
"lemma": "Scott",
"misc": "",
"start_char": 28,
"text": "Scott",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 35,
"feats": null,
"head": 9,
"id": 7,
"lemma": ",",
"misc": "",
"start_char": 34,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 39,
"feats": null,
"head": 9,
"id": 8,
"lemma": "and",
"misc": "",
"start_char": 36,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 46,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 1,
"id": 9,
"lemma": "talk",
"misc": "",
"start_char": 40,
"text": "talked",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 49,
"feats": null,
"head": 11,
"id": 10,
"lemma": "to",
"misc": "",
"start_char": 47,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 55,
"feats": "Number=Sing",
"head": 9,
"id": 11,
"lemma": "Jesse",
"misc": "",
"start_char": 50,
"text": "Jesse",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 61,
"feats": null,
"head": 18,
"id": 12,
"lemma": "since",
"misc": "",
"start_char": 56,
"text": "since",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 64,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 18,
"id": 13,
"lemma": "he",
"misc": "",
"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": 18,
"id": 14,
"lemma": "be",
"misc": "",
"start_char": 65,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 71,
"feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
"head": 16,
"id": 15,
"lemma": "my",
"misc": "",
"start_char": 69,
"text": "my",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nmod:poss",
"end_char": 78,
"feats": "Number=Sing",
"head": 18,
"id": 16,
"lemma": "friend",
"misc": "",
"start_char": 72,
"text": "friend",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 81,
"feats": null,
"head": 16,
"id": 17,
"lemma": "'s",
"misc": "",
"start_char": 79,
"text": "'s",
"upos": "PART",
"xpos": "POS"
},
{
"deprel": "advcl",
"end_char": 87,
"feats": "Number=Sing",
"head": 9,
"id": 18,
"lemma": "uncle",
"misc": "",
"start_char": 82,
"text": "uncle",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 89,
"feats": null,
"head": 1,
"id": 19,
"lemma": ".",
"misc": "",
"start_char": 88,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
5,
5
]
],
[
[
0,
10,
10
],
[
0,
12,
12
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
674fdfcd97f30e83aee03b174e578cc3 | Joseph has only given up one, and that was to Paul when a wall of players cut him off from coverage. | [
{
"end_char": 100,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Joseph)) (VP (VBZ has) (ADVP (RB only)) (VP (VBN given) (PRT (RP up)) (NP (CD one))))) (, ,) (CC and) (S (NP (DT that)) (VP (VBD was) (PP (IN to) (NP (NNP Paul))) (SBAR (WHADVP (WRB when)) (S (NP (NP (DT a) (NN wall)) (PP (IN of) (NP (NNS players)))) (VP (VBD cut) (NP (PRP him)) (PRT (RP off)) (PP (IN from) (NP (NN coverage)))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Joseph has only given up one, and that was to Paul when a wall of players cut him off from coverage.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Joseph",
"misc": "",
"start_char": 0,
"text": "Joseph",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 10,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "have",
"misc": "",
"start_char": 7,
"text": "has",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 15,
"feats": null,
"head": 4,
"id": 3,
"lemma": "only",
"misc": "",
"start_char": 11,
"text": "only",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 21,
"feats": "Tense=Past|VerbForm=Part",
"head": 0,
"id": 4,
"lemma": "give",
"misc": "",
"start_char": 16,
"text": "given",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "compound:prt",
"end_char": 24,
"feats": null,
"head": 4,
"id": 5,
"lemma": "up",
"misc": "",
"start_char": 22,
"text": "up",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "obj",
"end_char": 28,
"feats": "NumForm=Word|NumType=Card",
"head": 4,
"id": 6,
"lemma": "one",
"misc": "",
"start_char": 25,
"text": "one",
"upos": "NUM",
"xpos": "CD"
},
{
"deprel": "punct",
"end_char": 30,
"feats": null,
"head": 12,
"id": 7,
"lemma": ",",
"misc": "",
"start_char": 29,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 34,
"feats": null,
"head": 12,
"id": 8,
"lemma": "and",
"misc": "",
"start_char": 31,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 39,
"feats": "Number=Sing|PronType=Dem",
"head": 12,
"id": 9,
"lemma": "that",
"misc": "",
"start_char": 35,
"text": "that",
"upos": "PRON",
"xpos": "DT"
},
{
"deprel": "cop",
"end_char": 43,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 10,
"lemma": "be",
"misc": "",
"start_char": 40,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 46,
"feats": null,
"head": 12,
"id": 11,
"lemma": "to",
"misc": "",
"start_char": 44,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "conj",
"end_char": 51,
"feats": "Number=Sing",
"head": 4,
"id": 12,
"lemma": "Paul",
"misc": "",
"start_char": 47,
"text": "Paul",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 56,
"feats": "PronType=Int",
"head": 18,
"id": 13,
"lemma": "when",
"misc": "",
"start_char": 52,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "det",
"end_char": 58,
"feats": "Definite=Ind|PronType=Art",
"head": 15,
"id": 14,
"lemma": "a",
"misc": "",
"start_char": 57,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 63,
"feats": "Number=Sing",
"head": 18,
"id": 15,
"lemma": "wall",
"misc": "",
"start_char": 59,
"text": "wall",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 66,
"feats": null,
"head": 17,
"id": 16,
"lemma": "of",
"misc": "",
"start_char": 64,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 74,
"feats": "Number=Plur",
"head": 15,
"id": 17,
"lemma": "player",
"misc": "",
"start_char": 67,
"text": "players",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "advcl",
"end_char": 78,
"feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 18,
"lemma": "cut",
"misc": "",
"start_char": 75,
"text": "cut",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 82,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 18,
"id": 19,
"lemma": "he",
"misc": "",
"start_char": 79,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "compound:prt",
"end_char": 86,
"feats": null,
"head": 18,
"id": 20,
"lemma": "off",
"misc": "",
"start_char": 83,
"text": "off",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "case",
"end_char": 91,
"feats": null,
"head": 22,
"id": 21,
"lemma": "from",
"misc": "",
"start_char": 87,
"text": "from",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 100,
"feats": "Number=Sing",
"head": 18,
"id": 22,
"lemma": "coverage",
"misc": "",
"start_char": 92,
"text": "coverage",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 102,
"feats": null,
"head": 4,
"id": 23,
"lemma": ".",
"misc": "",
"start_char": 101,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
18,
18
]
],
[
[
0,
11,
11
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
1917ddad1aa07e728387fb6c93c3d5d8 | Sandra honestly reminded me of Lakeesha when we first met her at the Amish place. | [
{
"end_char": 81,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Sandra)) (ADVP (RB honestly)) (VP (VBD reminded) (NP (PRP me)) (PP (IN of) (NP (NNP Lakeesha))) (SBAR (WHADVP (WRB when)) (S (NP (PRP we)) (ADVP (RB first)) (VP (VBD met) (NP (PRP her)) (PP (IN at) (NP (DT the) (NNP Amish) (NN place))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Sandra honestly reminded me of Lakeesha when we first met her at the Amish place.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Sandra",
"misc": "",
"start_char": 0,
"text": "Sandra",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 15,
"feats": null,
"head": 3,
"id": 2,
"lemma": "honestly",
"misc": "",
"start_char": 7,
"text": "honestly",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 24,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "remind",
"misc": "",
"start_char": 16,
"text": "reminded",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "iobj",
"end_char": 27,
"feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs",
"head": 3,
"id": 4,
"lemma": "I",
"misc": "",
"start_char": 25,
"text": "me",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 30,
"feats": null,
"head": 6,
"id": 5,
"lemma": "of",
"misc": "",
"start_char": 28,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 39,
"feats": "Number=Sing",
"head": 3,
"id": 6,
"lemma": "Lakeesha",
"misc": "",
"start_char": 31,
"text": "Lakeesha",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 44,
"feats": "PronType=Int",
"head": 10,
"id": 7,
"lemma": "when",
"misc": "",
"start_char": 40,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 47,
"feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs",
"head": 10,
"id": 8,
"lemma": "we",
"misc": "",
"start_char": 45,
"text": "we",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 53,
"feats": "NumType=Ord",
"head": 10,
"id": 9,
"lemma": "first",
"misc": "",
"start_char": 48,
"text": "first",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 57,
"feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 10,
"lemma": "meet",
"misc": "",
"start_char": 54,
"text": "met",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 61,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 11,
"lemma": "her",
"misc": "",
"start_char": 58,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 64,
"feats": null,
"head": 15,
"id": 12,
"lemma": "at",
"misc": "",
"start_char": 62,
"text": "at",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 68,
"feats": "Definite=Def|PronType=Art",
"head": 15,
"id": 13,
"lemma": "the",
"misc": "",
"start_char": 65,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 74,
"feats": "Number=Sing",
"head": 15,
"id": 14,
"lemma": "Amish",
"misc": "",
"start_char": 69,
"text": "Amish",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "obl",
"end_char": 80,
"feats": "Number=Sing",
"head": 10,
"id": 15,
"lemma": "place",
"misc": "",
"start_char": 75,
"text": "place",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 82,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"misc": "",
"start_char": 81,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
10,
10
]
],
[
[
0,
5,
5
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
2302408e26cd1284460e877cde551de1 | Don't forget that the same Republicans supporting Robert, would have supported Joel if he was nominated instead. | [
{
"end_char": 112,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (VP (VB Do) (RB n't) (VP (VB forget) (SBAR (IN that) (S (NP (NP (DT the) (JJ same) (NNPS Republicans)) (VP (VBG supporting) (NP (NNP Robert)))) (, ,) (VP (MD would) (VP (VB have) (VP (VBN supported) (NP (NNP Joel)) (SBAR (IN if) (S (NP (PRP he)) (VP (VBD was) (VP (VBN nominated) (ADVP (RB instead))))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Don't forget that the same Republicans supporting Robert, would have supported Joel if he was nominated instead.",
"tokens": [
{
"deprel": "aux",
"end_char": 2,
"feats": "Mood=Imp|VerbForm=Fin",
"head": 3,
"id": 1,
"lemma": "do",
"misc": "",
"start_char": 0,
"text": "Do",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "advmod",
"end_char": 6,
"feats": null,
"head": 3,
"id": 2,
"lemma": "not",
"misc": "",
"start_char": 3,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 13,
"feats": "Mood=Imp|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "forget",
"misc": "",
"start_char": 7,
"text": "forget",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "mark",
"end_char": 18,
"feats": null,
"head": 13,
"id": 4,
"lemma": "that",
"misc": "",
"start_char": 14,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 22,
"feats": "Definite=Def|PronType=Art",
"head": 7,
"id": 5,
"lemma": "the",
"misc": "",
"start_char": 19,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 27,
"feats": "Degree=Pos",
"head": 7,
"id": 6,
"lemma": "same",
"misc": "",
"start_char": 23,
"text": "same",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "nsubj",
"end_char": 39,
"feats": "Number=Plur",
"head": 13,
"id": 7,
"lemma": "Republican",
"misc": "",
"start_char": 28,
"text": "Republicans",
"upos": "PROPN",
"xpos": "NNPS"
},
{
"deprel": "acl",
"end_char": 50,
"feats": "VerbForm=Ger",
"head": 7,
"id": 8,
"lemma": "support",
"misc": "",
"start_char": 40,
"text": "supporting",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 57,
"feats": "Number=Sing",
"head": 8,
"id": 9,
"lemma": "Robert",
"misc": "",
"start_char": 51,
"text": "Robert",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 59,
"feats": null,
"head": 13,
"id": 10,
"lemma": ",",
"misc": "",
"start_char": 58,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "aux",
"end_char": 65,
"feats": "VerbForm=Fin",
"head": 13,
"id": 11,
"lemma": "would",
"misc": "",
"start_char": 60,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "aux",
"end_char": 70,
"feats": "VerbForm=Inf",
"head": 13,
"id": 12,
"lemma": "have",
"misc": "",
"start_char": 66,
"text": "have",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "ccomp",
"end_char": 80,
"feats": "Tense=Past|VerbForm=Part",
"head": 3,
"id": 13,
"lemma": "support",
"misc": "",
"start_char": 71,
"text": "supported",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "obj",
"end_char": 85,
"feats": "Number=Sing",
"head": 13,
"id": 14,
"lemma": "Joel",
"misc": "",
"start_char": 81,
"text": "Joel",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 88,
"feats": null,
"head": 18,
"id": 15,
"lemma": "if",
"misc": "",
"start_char": 86,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj:pass",
"end_char": 91,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 18,
"id": 16,
"lemma": "he",
"misc": "",
"start_char": 89,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux:pass",
"end_char": 95,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 18,
"id": 17,
"lemma": "be",
"misc": "",
"start_char": 92,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 105,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 13,
"id": 18,
"lemma": "nominate",
"misc": "",
"start_char": 96,
"text": "nominated",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "advmod",
"end_char": 113,
"feats": null,
"head": 18,
"id": 19,
"lemma": "instead",
"misc": "",
"start_char": 106,
"text": "instead",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 115,
"feats": null,
"head": 3,
"id": 20,
"lemma": ".",
"misc": "",
"start_char": 114,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
8,
8
]
],
[
[
0,
13,
13
],
[
0,
15,
15
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
9e19e7fbfdf9887efacdd058e5be35c7 | Anne apologized for running off on Laura, but she shook her head. | [
{
"end_char": 65,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Anne)) (VP (VBD apologized) (PP (IN for) (S (VP (VBG running) (PRT (RP off)) (PP (IN on) (NP (NNP Laura)))))))) (, ,) (CC but) (S (NP (PRP she)) (VP (VBD shook) (NP (PRP$ her) (NN head)))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Anne apologized for running off on Laura, but she shook her head.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Anne",
"misc": "",
"start_char": 0,
"text": "Anne",
"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": "apologize",
"misc": "",
"start_char": 5,
"text": "apologized",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 19,
"feats": null,
"head": 4,
"id": 3,
"lemma": "for",
"misc": "",
"start_char": 16,
"text": "for",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "advcl",
"end_char": 27,
"feats": "VerbForm=Ger",
"head": 2,
"id": 4,
"lemma": "run",
"misc": "",
"start_char": 20,
"text": "running",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "compound:prt",
"end_char": 31,
"feats": null,
"head": 4,
"id": 5,
"lemma": "off",
"misc": "",
"start_char": 28,
"text": "off",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "case",
"end_char": 34,
"feats": null,
"head": 7,
"id": 6,
"lemma": "on",
"misc": "",
"start_char": 32,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 40,
"feats": "Number=Sing",
"head": 4,
"id": 7,
"lemma": "Laura",
"misc": "",
"start_char": 35,
"text": "Laura",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 42,
"feats": null,
"head": 11,
"id": 8,
"lemma": ",",
"misc": "",
"start_char": 41,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 46,
"feats": null,
"head": 11,
"id": 9,
"lemma": "but",
"misc": "",
"start_char": 43,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 50,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "she",
"misc": "",
"start_char": 47,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 56,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 11,
"lemma": "shake",
"misc": "",
"start_char": 51,
"text": "shook",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 60,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 13,
"id": 12,
"lemma": "her",
"misc": "",
"start_char": 57,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 65,
"feats": "Number=Sing",
"head": 11,
"id": 13,
"lemma": "head",
"misc": "",
"start_char": 61,
"text": "head",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 67,
"feats": null,
"head": 2,
"id": 14,
"lemma": ".",
"misc": "",
"start_char": 66,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
6,
6
],
[
0,
9,
9
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
b0588ba503099484f7b7ce14729410f4 | Did Steven open Michael up every now and then to check if he had a heart? | [
{
"end_char": 73,
"id": 1,
"misc": {
"parse_tree": "(ROOT (SQ (VBD Did) (NP (NNP Steven)) (VP (VP (VB open) (NP (NNP Michael)) (PRT (RP up)) (NP (DT every) (RB now))) (CC and) (ADVP (RB then)) (VP (TO to) (VP (VB check) (SBAR (IN if) (S (NP (PRP he)) (VP (VBD had) (NP (DT a) (NN heart)))))))) (. ?)))"
},
"speaker": null,
"start_char": 0,
"text": "Did Steven open Michael up every now and then to check if he had a heart?",
"tokens": [
{
"deprel": "aux",
"end_char": 3,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 1,
"lemma": "do",
"misc": "",
"start_char": 0,
"text": "Did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "nsubj",
"end_char": 10,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "Steven",
"misc": "",
"start_char": 4,
"text": "Steven",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 15,
"feats": "VerbForm=Inf",
"head": 0,
"id": 3,
"lemma": "open",
"misc": "",
"start_char": 11,
"text": "open",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 23,
"feats": "Number=Sing",
"head": 3,
"id": 4,
"lemma": "Michael",
"misc": "",
"start_char": 16,
"text": "Michael",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "compound:prt",
"end_char": 26,
"feats": null,
"head": 3,
"id": 5,
"lemma": "up",
"misc": "",
"start_char": 24,
"text": "up",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "det",
"end_char": 32,
"feats": null,
"head": 7,
"id": 6,
"lemma": "every",
"misc": "",
"start_char": 27,
"text": "every",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "advmod",
"end_char": 36,
"feats": null,
"head": 3,
"id": 7,
"lemma": "now",
"misc": "",
"start_char": 33,
"text": "now",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "cc",
"end_char": 40,
"feats": null,
"head": 11,
"id": 8,
"lemma": "and",
"misc": "",
"start_char": 37,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "advmod",
"end_char": 45,
"feats": "PronType=Dem",
"head": 11,
"id": 9,
"lemma": "then",
"misc": "",
"start_char": 41,
"text": "then",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 48,
"feats": null,
"head": 11,
"id": 10,
"lemma": "to",
"misc": "",
"start_char": 46,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "conj",
"end_char": 54,
"feats": "VerbForm=Inf",
"head": 3,
"id": 11,
"lemma": "check",
"misc": "",
"start_char": 49,
"text": "check",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "mark",
"end_char": 57,
"feats": null,
"head": 14,
"id": 12,
"lemma": "if",
"misc": "",
"start_char": 55,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 60,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 13,
"lemma": "he",
"misc": "",
"start_char": 58,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 64,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 14,
"lemma": "have",
"misc": "",
"start_char": 61,
"text": "had",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 66,
"feats": "Definite=Ind|PronType=Art",
"head": 16,
"id": 15,
"lemma": "a",
"misc": "",
"start_char": 65,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 72,
"feats": "Number=Sing",
"head": 14,
"id": 16,
"lemma": "heart",
"misc": "",
"start_char": 67,
"text": "heart",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 74,
"feats": null,
"head": 3,
"id": 17,
"lemma": "?",
"misc": "",
"start_char": 73,
"text": "?",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
]
],
[
[
0,
3,
3
],
[
0,
12,
12
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
6549f0a0254eec3b18fe8db35d9e8035 | Douglas has gone above this by being solid, just like Donald did, but that doesn't mean he's an All Star caliber goaltender. | [
{
"end_char": 124,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Douglas)) (VP (VBZ has) (VP (VBN gone) (PP (IN above) (NP (DT this))) (PP (IN by) (S (VP (VBG being) (ADJP (JJ solid))))) (, ,) (SBAR (ADVP (RB just)) (IN like) (S (NP (NNP Donald)) (VP (VBD did))))))) (, ,) (CC but) (S (NP (DT that)) (VP (VBZ does) (RB n't) (VP (VB mean) (SBAR (S (NP (PRP he)) (VP (VBZ 's) (NP (DT an) (NML (DT All) (NNP Star)) (NN caliber) (NN goaltender)))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Douglas has gone above this by being solid, just like Donald did, but that doesn't mean he's an All Star caliber goaltender.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Douglas",
"misc": "",
"start_char": 0,
"text": "Douglas",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 11,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "have",
"misc": "",
"start_char": 8,
"text": "has",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "root",
"end_char": 16,
"feats": "Tense=Past|VerbForm=Part",
"head": 0,
"id": 3,
"lemma": "go",
"misc": "",
"start_char": 12,
"text": "gone",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 22,
"feats": null,
"head": 5,
"id": 4,
"lemma": "above",
"misc": "",
"start_char": 17,
"text": "above",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 27,
"feats": "Number=Sing|PronType=Dem",
"head": 3,
"id": 5,
"lemma": "this",
"misc": "",
"start_char": 23,
"text": "this",
"upos": "PRON",
"xpos": "DT"
},
{
"deprel": "mark",
"end_char": 30,
"feats": null,
"head": 8,
"id": 6,
"lemma": "by",
"misc": "",
"start_char": 28,
"text": "by",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "cop",
"end_char": 36,
"feats": "VerbForm=Ger",
"head": 8,
"id": 7,
"lemma": "be",
"misc": "",
"start_char": 31,
"text": "being",
"upos": "AUX",
"xpos": "VBG"
},
{
"deprel": "advcl",
"end_char": 42,
"feats": "Degree=Pos",
"head": 3,
"id": 8,
"lemma": "solid",
"misc": "",
"start_char": 37,
"text": "solid",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 44,
"feats": null,
"head": 13,
"id": 9,
"lemma": ",",
"misc": "",
"start_char": 43,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 49,
"feats": null,
"head": 13,
"id": 10,
"lemma": "just",
"misc": "",
"start_char": 45,
"text": "just",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 54,
"feats": null,
"head": 13,
"id": 11,
"lemma": "like",
"misc": "",
"start_char": 50,
"text": "like",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 61,
"feats": "Number=Sing",
"head": 13,
"id": 12,
"lemma": "Donald",
"misc": "",
"start_char": 55,
"text": "Donald",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advcl",
"end_char": 65,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 13,
"lemma": "do",
"misc": "",
"start_char": 62,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 67,
"feats": null,
"head": 19,
"id": 14,
"lemma": ",",
"misc": "",
"start_char": 66,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 71,
"feats": null,
"head": 19,
"id": 15,
"lemma": "but",
"misc": "",
"start_char": 68,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 76,
"feats": "Number=Sing|PronType=Dem",
"head": 19,
"id": 16,
"lemma": "that",
"misc": "",
"start_char": 72,
"text": "that",
"upos": "PRON",
"xpos": "DT"
},
{
"deprel": "aux",
"end_char": 81,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 19,
"id": 17,
"lemma": "do",
"misc": "",
"start_char": 77,
"text": "does",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 85,
"feats": null,
"head": 19,
"id": 18,
"lemma": "not",
"misc": "",
"start_char": 82,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 90,
"feats": "VerbForm=Inf",
"head": 3,
"id": 19,
"lemma": "mean",
"misc": "",
"start_char": 86,
"text": "mean",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "nsubj",
"end_char": 93,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 26,
"id": 20,
"lemma": "he",
"misc": "",
"start_char": 91,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 96,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 26,
"id": 21,
"lemma": "be",
"misc": "",
"start_char": 94,
"text": "'s",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "det",
"end_char": 99,
"feats": "Definite=Ind|PronType=Art",
"head": 26,
"id": 22,
"lemma": "a",
"misc": "",
"start_char": 97,
"text": "an",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "det",
"end_char": 103,
"feats": null,
"head": 24,
"id": 23,
"lemma": "all",
"misc": "",
"start_char": 100,
"text": "All",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 108,
"feats": "Number=Sing",
"head": 25,
"id": 24,
"lemma": "Star",
"misc": "",
"start_char": 104,
"text": "Star",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "compound",
"end_char": 116,
"feats": "Number=Sing",
"head": 26,
"id": 25,
"lemma": "caliber",
"misc": "",
"start_char": 109,
"text": "caliber",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "ccomp",
"end_char": 127,
"feats": "Number=Sing",
"head": 19,
"id": 26,
"lemma": "goaltender",
"misc": "",
"start_char": 117,
"text": "goaltender",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 129,
"feats": null,
"head": 3,
"id": 27,
"lemma": ".",
"misc": "",
"start_char": 128,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
19,
19
]
],
[
[
0,
11,
11
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
841e501aa05c91e242dbd024e2c6ca00 | William has to go very slowly with Cameron, because he's smart with people, for the most part. | [
{
"end_char": 94,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP William)) (VP (VBZ has) (S (VP (TO to) (VP (VB go) (ADVP (RB very) (RB slowly)) (PP (IN with) (NP (NNP Cameron))) (, ,) (SBAR (IN because) (S (NP (PRP he)) (VP (VBZ 's) (ADJP (JJ smart) (PP (IN with) (NP (NNS people)))) (, ,) (PP (IN for) (NP (DT the) (JJS most) (NN part)))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "William has to go very slowly with Cameron, because he's smart with people, for the most part.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "William",
"misc": "",
"start_char": 0,
"text": "William",
"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": "have",
"misc": "",
"start_char": 8,
"text": "has",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "mark",
"end_char": 14,
"feats": null,
"head": 4,
"id": 3,
"lemma": "to",
"misc": "",
"start_char": 12,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 17,
"feats": "VerbForm=Inf",
"head": 2,
"id": 4,
"lemma": "go",
"misc": "",
"start_char": 15,
"text": "go",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "advmod",
"end_char": 22,
"feats": null,
"head": 6,
"id": 5,
"lemma": "very",
"misc": "",
"start_char": 18,
"text": "very",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 29,
"feats": null,
"head": 4,
"id": 6,
"lemma": "slowly",
"misc": "",
"start_char": 23,
"text": "slowly",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 34,
"feats": null,
"head": 8,
"id": 7,
"lemma": "with",
"misc": "",
"start_char": 30,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 42,
"feats": "Number=Sing",
"head": 4,
"id": 8,
"lemma": "Cameron",
"misc": "",
"start_char": 35,
"text": "Cameron",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 44,
"feats": null,
"head": 13,
"id": 9,
"lemma": ",",
"misc": "",
"start_char": 43,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "mark",
"end_char": 52,
"feats": null,
"head": 13,
"id": 10,
"lemma": "because",
"misc": "",
"start_char": 45,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 55,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 11,
"lemma": "he",
"misc": "",
"start_char": 53,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 58,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 13,
"id": 12,
"lemma": "be",
"misc": "",
"start_char": 56,
"text": "'s",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advcl",
"end_char": 64,
"feats": "Degree=Pos",
"head": 4,
"id": 13,
"lemma": "smart",
"misc": "",
"start_char": 59,
"text": "smart",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "case",
"end_char": 69,
"feats": null,
"head": 15,
"id": 14,
"lemma": "with",
"misc": "",
"start_char": 65,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 76,
"feats": "Number=Plur",
"head": 13,
"id": 15,
"lemma": "person",
"misc": "",
"start_char": 70,
"text": "people",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 78,
"feats": null,
"head": 20,
"id": 16,
"lemma": ",",
"misc": "",
"start_char": 77,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "case",
"end_char": 82,
"feats": null,
"head": 20,
"id": 17,
"lemma": "for",
"misc": "",
"start_char": 79,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 86,
"feats": "Definite=Def|PronType=Art",
"head": 20,
"id": 18,
"lemma": "the",
"misc": "",
"start_char": 83,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 91,
"feats": "Degree=Sup",
"head": 20,
"id": 19,
"lemma": "most",
"misc": "",
"start_char": 87,
"text": "most",
"upos": "ADJ",
"xpos": "JJS"
},
{
"deprel": "obl",
"end_char": 96,
"feats": "Number=Sing",
"head": 13,
"id": 20,
"lemma": "part",
"misc": "",
"start_char": 92,
"text": "part",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 98,
"feats": null,
"head": 2,
"id": 21,
"lemma": ".",
"misc": "",
"start_char": 97,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
10,
10
]
],
[
[
0,
7,
7
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
23a4ac3436c567b914d965c0fdc77f40 | Richard was Darrell, but he didn't quite show the twinkle in his eyes that was described in the books. | [
{
"end_char": 102,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Richard)) (VP (VBD was) (NP (NNP Darrell)))) (, ,) (CC but) (S (NP (PRP he)) (VP (VBD did) (RB n't) (ADVP (RB quite)) (VP (VB show) (NP (NP (NP (DT the) (NN twinkle)) (PP (IN in) (NP (PRP$ his) (NNS eyes)))) (SBAR (WHNP (WDT that)) (S (VP (VBD was) (VP (VBN described) (PP (IN in) (NP (DT the) (NNS books))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Richard was Darrell, but he didn't quite show the twinkle in his eyes that was described in the books.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Richard",
"misc": "",
"start_char": 0,
"text": "Richard",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 11,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 8,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 19,
"feats": "Number=Sing",
"head": 0,
"id": 3,
"lemma": "Darrell",
"misc": "",
"start_char": 12,
"text": "Darrell",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 21,
"feats": null,
"head": 10,
"id": 4,
"lemma": ",",
"misc": "",
"start_char": 20,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 25,
"feats": null,
"head": 10,
"id": 5,
"lemma": "but",
"misc": "",
"start_char": 22,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 28,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 6,
"lemma": "he",
"misc": "",
"start_char": 26,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 32,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 7,
"lemma": "do",
"misc": "",
"start_char": 29,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 36,
"feats": null,
"head": 10,
"id": 8,
"lemma": "not",
"misc": "",
"start_char": 33,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 42,
"feats": null,
"head": 10,
"id": 9,
"lemma": "quite",
"misc": "",
"start_char": 37,
"text": "quite",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 47,
"feats": "VerbForm=Inf",
"head": 3,
"id": 10,
"lemma": "show",
"misc": "",
"start_char": 43,
"text": "show",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 51,
"feats": "Definite=Def|PronType=Art",
"head": 12,
"id": 11,
"lemma": "the",
"misc": "",
"start_char": 48,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 59,
"feats": "Number=Sing",
"head": 10,
"id": 12,
"lemma": "twinkle",
"misc": "",
"start_char": 52,
"text": "twinkle",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 62,
"feats": null,
"head": 15,
"id": 13,
"lemma": "in",
"misc": "",
"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": 15,
"id": 14,
"lemma": "his",
"misc": "",
"start_char": 63,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nmod",
"end_char": 71,
"feats": "Number=Plur",
"head": 12,
"id": 15,
"lemma": "eye",
"misc": "",
"start_char": 67,
"text": "eyes",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "nsubj:pass",
"end_char": 76,
"feats": "PronType=Rel",
"head": 18,
"id": 16,
"lemma": "that",
"misc": "",
"start_char": 72,
"text": "that",
"upos": "PRON",
"xpos": "WDT"
},
{
"deprel": "aux:pass",
"end_char": 80,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 18,
"id": 17,
"lemma": "be",
"misc": "",
"start_char": 77,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "acl:relcl",
"end_char": 90,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 12,
"id": 18,
"lemma": "describe",
"misc": "",
"start_char": 81,
"text": "described",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 93,
"feats": null,
"head": 21,
"id": 19,
"lemma": "in",
"misc": "",
"start_char": 91,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 97,
"feats": "Definite=Def|PronType=Art",
"head": 21,
"id": 20,
"lemma": "the",
"misc": "",
"start_char": 94,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 103,
"feats": "Number=Plur",
"head": 18,
"id": 21,
"lemma": "book",
"misc": "",
"start_char": 98,
"text": "books",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 105,
"feats": null,
"head": 3,
"id": 22,
"lemma": ".",
"misc": "",
"start_char": 104,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
5,
5
]
],
[
[
0,
2,
2
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
2a1972615215dfb513a79fb9db659afc | After Alfonso did, Dennis didn't so much as call him to tell him he was leaving before appearing on the Decision. | [
{
"end_char": 113,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (SBAR (IN After) (S (NP (NNP Alfonso)) (VP (VBD did)))) (, ,) (NP (NNP Dennis)) (VP (VBD did) (RB n't) (ADVP (ADVP (RB so) (RB much)) (PP (IN as) (S (VP (VB call) (NP (PRP him)) (S (VP (TO to) (VP (VB tell) (NP (PRP him)) (SBAR (S (NP (PRP he)) (VP (VBD was) (VP (VBG leaving) (SBAR (IN before) (S (VP (VBG appearing) (PP (IN on) (NP (DT the) (NN Decision)))))))))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "After Alfonso did, Dennis didn't so much as call him to tell him he was leaving before appearing on the Decision.",
"tokens": [
{
"deprel": "mark",
"end_char": 5,
"feats": null,
"head": 3,
"id": 1,
"lemma": "after",
"misc": "",
"start_char": 0,
"text": "After",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 13,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "Alfonso",
"misc": "",
"start_char": 6,
"text": "Alfonso",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advcl",
"end_char": 17,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 9,
"id": 3,
"lemma": "do",
"misc": "",
"start_char": 14,
"text": "did",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 19,
"feats": null,
"head": 3,
"id": 4,
"lemma": ",",
"misc": "",
"start_char": 18,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 26,
"feats": "Number=Sing",
"head": 6,
"id": 5,
"lemma": "Dennis",
"misc": "",
"start_char": 20,
"text": "Dennis",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 30,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 6,
"lemma": "do",
"misc": "",
"start_char": 27,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 34,
"feats": null,
"head": 9,
"id": 7,
"lemma": "not",
"misc": "",
"start_char": 31,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 37,
"feats": null,
"head": 9,
"id": 8,
"lemma": "so",
"misc": "",
"start_char": 35,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 42,
"feats": null,
"head": 6,
"id": 9,
"lemma": "much",
"misc": "",
"start_char": 38,
"text": "much",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 45,
"feats": null,
"head": 11,
"id": 10,
"lemma": "as",
"misc": "",
"start_char": 43,
"text": "as",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "advcl",
"end_char": 50,
"feats": "VerbForm=Inf",
"head": 9,
"id": 11,
"lemma": "call",
"misc": "",
"start_char": 46,
"text": "call",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 54,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 12,
"lemma": "he",
"misc": "",
"start_char": 51,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "mark",
"end_char": 57,
"feats": null,
"head": 14,
"id": 13,
"lemma": "to",
"misc": "",
"start_char": 55,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 62,
"feats": "VerbForm=Inf",
"head": 11,
"id": 14,
"lemma": "tell",
"misc": "",
"start_char": 58,
"text": "tell",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "iobj",
"end_char": 66,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 15,
"lemma": "he",
"misc": "",
"start_char": 63,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "nsubj",
"end_char": 69,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 18,
"id": 16,
"lemma": "he",
"misc": "",
"start_char": 67,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 73,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 18,
"id": 17,
"lemma": "be",
"misc": "",
"start_char": 70,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "ccomp",
"end_char": 81,
"feats": "Tense=Pres|VerbForm=Part",
"head": 14,
"id": 18,
"lemma": "leave",
"misc": "",
"start_char": 74,
"text": "leaving",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "mark",
"end_char": 88,
"feats": null,
"head": 20,
"id": 19,
"lemma": "before",
"misc": "",
"start_char": 82,
"text": "before",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "advcl",
"end_char": 98,
"feats": "VerbForm=Ger",
"head": 18,
"id": 20,
"lemma": "appear",
"misc": "",
"start_char": 89,
"text": "appearing",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 101,
"feats": null,
"head": 23,
"id": 21,
"lemma": "on",
"misc": "",
"start_char": 99,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 105,
"feats": "Definite=Def|PronType=Art",
"head": 23,
"id": 22,
"lemma": "the",
"misc": "",
"start_char": 102,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 114,
"feats": "Number=Sing",
"head": 20,
"id": 23,
"lemma": "decision",
"misc": "",
"start_char": 106,
"text": "Decision",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 116,
"feats": null,
"head": 6,
"id": 24,
"lemma": ".",
"misc": "",
"start_char": 115,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
],
[
0,
11,
11
]
],
[
[
0,
4,
4
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
dda6a19e188ea3096e613896496b509e | Roy was thought to have no chance against Alex but shit the man got his opportunity. | [
{
"end_char": 84,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Roy)) (VP (VBD was) (VP (VBN thought) (S (VP (TO to) (VP (VB have) (NP (NP (DT no) (NN chance)) (PP (IN against) (NP (NNP Alex)))))))))) (CC but) (S (S (VP (NN shit) (NP (DT the) (NN man)))) (VP (VBD got) (NP (PRP$ his) (NN opportunity)))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Roy was thought to have no chance against Alex but shit the man got his opportunity.",
"tokens": [
{
"deprel": "nsubj:pass",
"end_char": 3,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Roy",
"misc": "",
"start_char": 0,
"text": "Roy",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux:pass",
"end_char": 7,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 4,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 15,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 0,
"id": 3,
"lemma": "think",
"misc": "",
"start_char": 8,
"text": "thought",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "mark",
"end_char": 18,
"feats": null,
"head": 5,
"id": 4,
"lemma": "to",
"misc": "",
"start_char": 16,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 23,
"feats": "VerbForm=Inf",
"head": 3,
"id": 5,
"lemma": "have",
"misc": "",
"start_char": 19,
"text": "have",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "det",
"end_char": 26,
"feats": null,
"head": 7,
"id": 6,
"lemma": "no",
"misc": "",
"start_char": 24,
"text": "no",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 33,
"feats": "Number=Sing",
"head": 5,
"id": 7,
"lemma": "chance",
"misc": "",
"start_char": 27,
"text": "chance",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 41,
"feats": null,
"head": 9,
"id": 8,
"lemma": "against",
"misc": "",
"start_char": 34,
"text": "against",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 46,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "Alex",
"misc": "",
"start_char": 42,
"text": "Alex",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cc",
"end_char": 50,
"feats": null,
"head": 14,
"id": 10,
"lemma": "but",
"misc": "",
"start_char": 47,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "obl:tmod",
"end_char": 55,
"feats": "Number=Sing",
"head": 14,
"id": 11,
"lemma": "shit",
"misc": "",
"start_char": 51,
"text": "shit",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "det",
"end_char": 59,
"feats": "Definite=Def|PronType=Art",
"head": 13,
"id": 12,
"lemma": "the",
"misc": "",
"start_char": 56,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 63,
"feats": "Number=Sing",
"head": 14,
"id": 13,
"lemma": "man",
"misc": "",
"start_char": 60,
"text": "man",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "conj",
"end_char": 67,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 14,
"lemma": "get",
"misc": "",
"start_char": 64,
"text": "got",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 71,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 16,
"id": 15,
"lemma": "his",
"misc": "",
"start_char": 68,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 83,
"feats": "Number=Sing",
"head": 14,
"id": 16,
"lemma": "opportunity",
"misc": "",
"start_char": 72,
"text": "opportunity",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 85,
"feats": null,
"head": 3,
"id": 17,
"lemma": ".",
"misc": "",
"start_char": 84,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
14,
14
]
],
[
[
0,
8,
8
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
d1efe992fb7f9e76dd9e6a3e5e359cbd | Keith admitted that Christopher is reasonable if you follow his weird ass rules. | [
{
"end_char": 80,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Keith)) (VP (VBD admitted) (SBAR (IN that) (S (NP (NNP Christopher)) (VP (VBZ is) (ADJP (JJ reasonable)) (SBAR (IN if) (S (NP (PRP you)) (VP (VBP follow) (NP (PRP$ his) (JJ weird) (NN ass) (NNS rules))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Keith admitted that Christopher is reasonable if you follow his weird ass rules.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Keith",
"misc": "",
"start_char": 0,
"text": "Keith",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 14,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "admit",
"misc": "",
"start_char": 6,
"text": "admitted",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 19,
"feats": null,
"head": 6,
"id": 3,
"lemma": "that",
"misc": "",
"start_char": 15,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 31,
"feats": "Number=Sing",
"head": 6,
"id": 4,
"lemma": "Christopher",
"misc": "",
"start_char": 20,
"text": "Christopher",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 34,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 6,
"id": 5,
"lemma": "be",
"misc": "",
"start_char": 32,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "ccomp",
"end_char": 45,
"feats": "Degree=Pos",
"head": 2,
"id": 6,
"lemma": "reasonable",
"misc": "",
"start_char": 35,
"text": "reasonable",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 48,
"feats": null,
"head": 9,
"id": 7,
"lemma": "if",
"misc": "",
"start_char": 46,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 52,
"feats": "Case=Nom|Person=2|PronType=Prs",
"head": 9,
"id": 8,
"lemma": "you",
"misc": "",
"start_char": 49,
"text": "you",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 59,
"feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin",
"head": 6,
"id": 9,
"lemma": "follow",
"misc": "",
"start_char": 53,
"text": "follow",
"upos": "VERB",
"xpos": "VBP"
},
{
"deprel": "nmod:poss",
"end_char": 63,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 13,
"id": 10,
"lemma": "his",
"misc": "",
"start_char": 60,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "amod",
"end_char": 69,
"feats": "Degree=Pos",
"head": 13,
"id": 11,
"lemma": "weird",
"misc": "",
"start_char": 64,
"text": "weird",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "compound",
"end_char": 73,
"feats": "Number=Sing",
"head": 13,
"id": 12,
"lemma": "ass",
"misc": "",
"start_char": 70,
"text": "ass",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "obj",
"end_char": 79,
"feats": "Number=Plur",
"head": 9,
"id": 13,
"lemma": "rule",
"misc": "",
"start_char": 74,
"text": "rules",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 81,
"feats": null,
"head": 2,
"id": 14,
"lemma": ".",
"misc": "",
"start_char": 80,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
3,
3
],
[
0,
9,
9
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
cc0b8dafa0d4281174f30af18d8e469d | Kathleen was Bonnie, but she had her own roomy quarters. | [
{
"end_char": 56,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Kathleen)) (VP (VBD was) (NP (NNP Bonnie)))) (, ,) (CC but) (S (NP (PRP she)) (VP (VBD had) (NP (PRP$ her) (JJ own) (JJ roomy) (NNS quarters)))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Kathleen was Bonnie, but she had her own roomy quarters.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 8,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Kathleen",
"misc": "",
"start_char": 0,
"text": "Kathleen",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 12,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 9,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 19,
"feats": "Number=Sing",
"head": 0,
"id": 3,
"lemma": "Bonnie",
"misc": "",
"start_char": 13,
"text": "Bonnie",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 21,
"feats": null,
"head": 7,
"id": 4,
"lemma": ",",
"misc": "",
"start_char": 20,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 25,
"feats": null,
"head": 7,
"id": 5,
"lemma": "but",
"misc": "",
"start_char": 22,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 29,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 7,
"id": 6,
"lemma": "she",
"misc": "",
"start_char": 26,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 33,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 7,
"lemma": "have",
"misc": "",
"start_char": 30,
"text": "had",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nmod:poss",
"end_char": 37,
"feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 11,
"id": 8,
"lemma": "her",
"misc": "",
"start_char": 34,
"text": "her",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "amod",
"end_char": 41,
"feats": "Degree=Pos",
"head": 11,
"id": 9,
"lemma": "own",
"misc": "",
"start_char": 38,
"text": "own",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "amod",
"end_char": 47,
"feats": "Degree=Pos",
"head": 11,
"id": 10,
"lemma": "roomy",
"misc": "",
"start_char": 42,
"text": "roomy",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "obj",
"end_char": 56,
"feats": "NumType=Frac|Number=Plur",
"head": 7,
"id": 11,
"lemma": "quarter",
"misc": "",
"start_char": 48,
"text": "quarters",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "punct",
"end_char": 58,
"feats": null,
"head": 3,
"id": 12,
"lemma": ".",
"misc": "",
"start_char": 57,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
5,
5
]
],
[
[
0,
2,
2
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
a8289b6f63ba6d5c4ac3e8490a745e66 | Did Tom wait for Rodney to see if he would get in the car or not? | [
{
"end_char": 65,
"id": 1,
"misc": {
"parse_tree": "(ROOT (SQ (VBD Did) (NP (NNP Tom)) (VP (VB wait) (SBAR (IN for) (S (NP (NNP Rodney)) (VP (TO to) (VP (VB see) (SBAR (SBAR (IN if) (S (NP (PRP he)) (VP (MD would) (VP (VB get) (PP (IN in) (NP (DT the) (NN car))))))) (CC or) (RB not))))))) (. ?)))"
},
"speaker": null,
"start_char": 0,
"text": "Did Tom wait for Rodney to see if he would get in the car or not?",
"tokens": [
{
"deprel": "aux",
"end_char": 3,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 3,
"id": 1,
"lemma": "do",
"misc": "",
"start_char": 0,
"text": "Did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "Tom",
"misc": "",
"start_char": 4,
"text": "Tom",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 12,
"feats": "VerbForm=Inf",
"head": 0,
"id": 3,
"lemma": "wait",
"misc": "",
"start_char": 8,
"text": "wait",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "mark",
"end_char": 16,
"feats": null,
"head": 7,
"id": 4,
"lemma": "for",
"misc": "",
"start_char": 13,
"text": "for",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 23,
"feats": "Number=Sing",
"head": 7,
"id": 5,
"lemma": "Rodney",
"misc": "",
"start_char": 17,
"text": "Rodney",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 26,
"feats": null,
"head": 7,
"id": 6,
"lemma": "to",
"misc": "",
"start_char": 24,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "advcl",
"end_char": 30,
"feats": "VerbForm=Inf",
"head": 3,
"id": 7,
"lemma": "see",
"misc": "",
"start_char": 27,
"text": "see",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "mark",
"end_char": 33,
"feats": null,
"head": 11,
"id": 8,
"lemma": "if",
"misc": "",
"start_char": 31,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 36,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 11,
"id": 9,
"lemma": "he",
"misc": "",
"start_char": 34,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 42,
"feats": "VerbForm=Fin",
"head": 11,
"id": 10,
"lemma": "would",
"misc": "",
"start_char": 37,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "ccomp",
"end_char": 46,
"feats": "VerbForm=Inf",
"head": 7,
"id": 11,
"lemma": "get",
"misc": "",
"start_char": 43,
"text": "get",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 49,
"feats": null,
"head": 14,
"id": 12,
"lemma": "in",
"misc": "",
"start_char": 47,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 53,
"feats": "Definite=Def|PronType=Art",
"head": 14,
"id": 13,
"lemma": "the",
"misc": "",
"start_char": 50,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 57,
"feats": "Number=Sing",
"head": 11,
"id": 14,
"lemma": "car",
"misc": "",
"start_char": 54,
"text": "car",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 60,
"feats": null,
"head": 16,
"id": 15,
"lemma": "or",
"misc": "",
"start_char": 58,
"text": "or",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 64,
"feats": null,
"head": 11,
"id": 16,
"lemma": "not",
"misc": "",
"start_char": 61,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "punct",
"end_char": 66,
"feats": null,
"head": 3,
"id": 17,
"lemma": "?",
"misc": "",
"start_char": 65,
"text": "?",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
]
],
[
[
0,
4,
4
],
[
0,
8,
8
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
900a0fed7d192106f3ade26294cb9969 | John is also arguable, I'd take Chester, but maybe that's just all the fantasy points he got talking. | [
{
"end_char": 101,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP John)) (VP (VBZ is) (ADVP (RB also)) (ADJP (JJ arguable)))) (, ,) (S (NP (PRP I)) (VP (MD 'd) (VP (VB take) (NP (NNP Chester))))) (, ,) (CC but) (S (ADVP (RB maybe)) (NP (DT that)) (VP (VBZ 's) (NP (NP (RB just) (PDT all) (DT the) (NN fantasy) (NNS points)) (SBAR (S (NP (PRP he)) (VP (VBD got) (VP (VBG talking)))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "John is also arguable, I'd take Chester, but maybe that's just all the fantasy points he got talking.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "John",
"misc": "",
"start_char": 0,
"text": "John",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 7,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 5,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 12,
"feats": null,
"head": 4,
"id": 3,
"lemma": "also",
"misc": "",
"start_char": 8,
"text": "also",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 21,
"feats": "Degree=Pos",
"head": 0,
"id": 4,
"lemma": "arguable",
"misc": "",
"start_char": 13,
"text": "arguable",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 23,
"feats": null,
"head": 8,
"id": 5,
"lemma": ",",
"misc": "",
"start_char": 22,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 25,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 8,
"id": 6,
"lemma": "I",
"misc": "",
"start_char": 24,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 28,
"feats": "VerbForm=Fin",
"head": 8,
"id": 7,
"lemma": "would",
"misc": "",
"start_char": 26,
"text": "'d",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "parataxis",
"end_char": 33,
"feats": "VerbForm=Inf",
"head": 4,
"id": 8,
"lemma": "take",
"misc": "",
"start_char": 29,
"text": "take",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 41,
"feats": "Number=Sing",
"head": 8,
"id": 9,
"lemma": "Chester",
"misc": "",
"start_char": 34,
"text": "Chester",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 43,
"feats": null,
"head": 19,
"id": 10,
"lemma": ",",
"misc": "",
"start_char": 42,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 47,
"feats": null,
"head": 19,
"id": 11,
"lemma": "but",
"misc": "",
"start_char": 44,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "advmod",
"end_char": 53,
"feats": null,
"head": 19,
"id": 12,
"lemma": "maybe",
"misc": "",
"start_char": 48,
"text": "maybe",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 58,
"feats": "Number=Sing|PronType=Dem",
"head": 19,
"id": 13,
"lemma": "that",
"misc": "",
"start_char": 54,
"text": "that",
"upos": "PRON",
"xpos": "DT"
},
{
"deprel": "cop",
"end_char": 61,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 19,
"id": 14,
"lemma": "be",
"misc": "",
"start_char": 59,
"text": "'s",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 66,
"feats": null,
"head": 19,
"id": 15,
"lemma": "just",
"misc": "",
"start_char": 62,
"text": "just",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "det:predet",
"end_char": 70,
"feats": null,
"head": 19,
"id": 16,
"lemma": "all",
"misc": "",
"start_char": 67,
"text": "all",
"upos": "DET",
"xpos": "PDT"
},
{
"deprel": "det",
"end_char": 74,
"feats": "Definite=Def|PronType=Art",
"head": 19,
"id": 17,
"lemma": "the",
"misc": "",
"start_char": 71,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 82,
"feats": "Number=Sing",
"head": 19,
"id": 18,
"lemma": "fantasy",
"misc": "",
"start_char": 75,
"text": "fantasy",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "conj",
"end_char": 89,
"feats": "Number=Plur",
"head": 4,
"id": 19,
"lemma": "point",
"misc": "",
"start_char": 83,
"text": "points",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "nsubj",
"end_char": 92,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 21,
"id": 20,
"lemma": "he",
"misc": "",
"start_char": 90,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "acl:relcl",
"end_char": 96,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 19,
"id": 21,
"lemma": "get",
"misc": "",
"start_char": 93,
"text": "got",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "xcomp",
"end_char": 104,
"feats": "VerbForm=Ger",
"head": 21,
"id": 22,
"lemma": "talk",
"misc": "",
"start_char": 97,
"text": "talking",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "punct",
"end_char": 106,
"feats": null,
"head": 4,
"id": 23,
"lemma": ".",
"misc": "",
"start_char": 105,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
8,
8
],
[
0,
19,
19
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
2215c004868d83e5572931743414c6f0 | Ernest confirmed that Sergio was cremated after he was killed by Robert, in accordance with Targaryen ritual. | [
{
"end_char": 109,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Ernest)) (VP (VBD confirmed) (SBAR (IN that) (S (NP (NNP Sergio)) (VP (VBD was) (VP (VBN cremated) (SBAR (IN after) (S (NP (PRP he)) (VP (VBD was) (VP (VBN killed) (PP (IN by) (NP (NNP Robert))))))) (, ,) (PP (IN in) (NP (NP (NN accordance)) (PP (IN with) (NP (NNP Targaryen) (NN ritual)))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Ernest confirmed that Sergio was cremated after he was killed by Robert, in accordance with Targaryen ritual.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Ernest",
"misc": "",
"start_char": 0,
"text": "Ernest",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 16,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "confirm",
"misc": "",
"start_char": 7,
"text": "confirmed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 21,
"feats": null,
"head": 6,
"id": 3,
"lemma": "that",
"misc": "",
"start_char": 17,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj:pass",
"end_char": 28,
"feats": "Number=Sing",
"head": 6,
"id": 4,
"lemma": "Sergio",
"misc": "",
"start_char": 22,
"text": "Sergio",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux:pass",
"end_char": 32,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 6,
"id": 5,
"lemma": "be",
"misc": "",
"start_char": 29,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "ccomp",
"end_char": 41,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 2,
"id": 6,
"lemma": "cremate",
"misc": "",
"start_char": 33,
"text": "cremated",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "mark",
"end_char": 47,
"feats": null,
"head": 10,
"id": 7,
"lemma": "after",
"misc": "",
"start_char": 42,
"text": "after",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj:pass",
"end_char": 50,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 10,
"id": 8,
"lemma": "he",
"misc": "",
"start_char": 48,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux:pass",
"end_char": 54,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 9,
"lemma": "be",
"misc": "",
"start_char": 51,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 61,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 6,
"id": 10,
"lemma": "kill",
"misc": "",
"start_char": 55,
"text": "killed",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 64,
"feats": null,
"head": 12,
"id": 11,
"lemma": "by",
"misc": "",
"start_char": 62,
"text": "by",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 71,
"feats": "Number=Sing",
"head": 10,
"id": 12,
"lemma": "Robert",
"misc": "",
"start_char": 65,
"text": "Robert",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 73,
"feats": null,
"head": 6,
"id": 13,
"lemma": ",",
"misc": "",
"start_char": 72,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "case",
"end_char": 76,
"feats": null,
"head": 15,
"id": 14,
"lemma": "in",
"misc": "",
"start_char": 74,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 87,
"feats": "Number=Sing",
"head": 6,
"id": 15,
"lemma": "accordance",
"misc": "",
"start_char": 77,
"text": "accordance",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 92,
"feats": null,
"head": 18,
"id": 16,
"lemma": "with",
"misc": "",
"start_char": 88,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "compound",
"end_char": 102,
"feats": "Number=Sing",
"head": 18,
"id": 17,
"lemma": "Targaryen",
"misc": "",
"start_char": 93,
"text": "Targaryen",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "nmod",
"end_char": 109,
"feats": "Number=Sing",
"head": 15,
"id": 18,
"lemma": "ritual",
"misc": "",
"start_char": 103,
"text": "ritual",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 111,
"feats": null,
"head": 2,
"id": 19,
"lemma": ".",
"misc": "",
"start_char": 110,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
3,
3
],
[
0,
7,
7
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
b6159e69d1308011c938a9ee9705be8f | Does Velma interfere and force Marjorie to kill herself even when she was going to kill herself anyway when you choose no? | [
{
"end_char": 122,
"id": 1,
"misc": {
"parse_tree": "(ROOT (SQ (VBZ Does) (NP (NNP Velma)) (VP (VB interfere) (CC and) (VB force) (NP (NNP Marjorie)) (S (VP (TO to) (VP (VB kill) (NP (PRP herself)) (SBAR (WHADVP (RB even) (WRB when)) (S (NP (PRP she)) (VP (VBD was) (VP (VBG going) (S (VP (TO to) (VP (VB kill) (NP (PRP herself)) (ADVP (RB anyway)) (SBAR (WHADVP (WRB when)) (S (NP (PRP you)) (VP (VBP choose) (INTJ (UH no)))))))))))))))) (. ?)))"
},
"speaker": null,
"start_char": 0,
"text": "Does Velma interfere and force Marjorie to kill herself even when she was going to kill herself anyway when you choose no?",
"tokens": [
{
"deprel": "aux",
"end_char": 4,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 1,
"lemma": "do",
"misc": "",
"start_char": 0,
"text": "Does",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "nsubj",
"end_char": 10,
"feats": "Number=Sing",
"head": 3,
"id": 2,
"lemma": "Velma",
"misc": "",
"start_char": 5,
"text": "Velma",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 20,
"feats": "VerbForm=Inf",
"head": 0,
"id": 3,
"lemma": "interfere",
"misc": "",
"start_char": 11,
"text": "interfere",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "cc",
"end_char": 24,
"feats": null,
"head": 5,
"id": 4,
"lemma": "and",
"misc": "",
"start_char": 21,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 30,
"feats": "VerbForm=Inf",
"head": 3,
"id": 5,
"lemma": "force",
"misc": "",
"start_char": 25,
"text": "force",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 39,
"feats": "Number=Sing",
"head": 3,
"id": 6,
"lemma": "Marjorie",
"misc": "",
"start_char": 31,
"text": "Marjorie",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "mark",
"end_char": 42,
"feats": null,
"head": 8,
"id": 7,
"lemma": "to",
"misc": "",
"start_char": 40,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 47,
"feats": "VerbForm=Inf",
"head": 3,
"id": 8,
"lemma": "kill",
"misc": "",
"start_char": 43,
"text": "kill",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 55,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs|Reflex=Yes",
"head": 8,
"id": 9,
"lemma": "herself",
"misc": "",
"start_char": 48,
"text": "herself",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 60,
"feats": null,
"head": 14,
"id": 10,
"lemma": "even",
"misc": "",
"start_char": 56,
"text": "even",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 65,
"feats": "PronType=Int",
"head": 14,
"id": 11,
"lemma": "when",
"misc": "",
"start_char": 61,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 69,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 12,
"lemma": "she",
"misc": "",
"start_char": 66,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 73,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 14,
"id": 13,
"lemma": "be",
"misc": "",
"start_char": 70,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 79,
"feats": "Tense=Pres|VerbForm=Part",
"head": 8,
"id": 14,
"lemma": "go",
"misc": "",
"start_char": 74,
"text": "going",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "mark",
"end_char": 82,
"feats": null,
"head": 16,
"id": 15,
"lemma": "to",
"misc": "",
"start_char": 80,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 87,
"feats": "VerbForm=Inf",
"head": 14,
"id": 16,
"lemma": "kill",
"misc": "",
"start_char": 83,
"text": "kill",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 95,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs|Reflex=Yes",
"head": 16,
"id": 17,
"lemma": "herself",
"misc": "",
"start_char": 88,
"text": "herself",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 102,
"feats": null,
"head": 16,
"id": 18,
"lemma": "anyway",
"misc": "",
"start_char": 96,
"text": "anyway",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 107,
"feats": "PronType=Int",
"head": 21,
"id": 19,
"lemma": "when",
"misc": "",
"start_char": 103,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 111,
"feats": "Case=Nom|Person=2|PronType=Prs",
"head": 21,
"id": 20,
"lemma": "you",
"misc": "",
"start_char": 108,
"text": "you",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 118,
"feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin",
"head": 16,
"id": 21,
"lemma": "choose",
"misc": "",
"start_char": 112,
"text": "choose",
"upos": "VERB",
"xpos": "VBP"
},
{
"deprel": "discourse",
"end_char": 121,
"feats": null,
"head": 21,
"id": 22,
"lemma": "no",
"misc": "",
"start_char": 119,
"text": "no",
"upos": "INTJ",
"xpos": "UH"
},
{
"deprel": "punct",
"end_char": 123,
"feats": null,
"head": 3,
"id": 23,
"lemma": "?",
"misc": "",
"start_char": 122,
"text": "?",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
1,
1
]
],
[
[
0,
5,
5
],
[
0,
11,
11
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
41b5b0b71575f9089fad2f36c37bf7b1 | Patricia would protect Elizabeth even more if she was the only family she had left. | [
{
"end_char": 83,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Patricia)) (VP (MD would) (VP (VB protect) (NP (NNP Elizabeth)) (ADVP (RB even) (RBR more)) (SBAR (IN if) (S (NP (PRP she)) (VP (VBD was) (NP (NP (DT the) (JJ only) (NN family)) (SBAR (S (NP (PRP she)) (VP (VBD had) (VP (VBN left))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Patricia would protect Elizabeth even more if she was the only family she had left.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 8,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Patricia",
"misc": "",
"start_char": 0,
"text": "Patricia",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 14,
"feats": "VerbForm=Fin",
"head": 3,
"id": 2,
"lemma": "would",
"misc": "",
"start_char": 9,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "root",
"end_char": 22,
"feats": "VerbForm=Inf",
"head": 0,
"id": 3,
"lemma": "protect",
"misc": "",
"start_char": 15,
"text": "protect",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 32,
"feats": "Number=Sing",
"head": 3,
"id": 4,
"lemma": "Elizabeth",
"misc": "",
"start_char": 23,
"text": "Elizabeth",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 37,
"feats": null,
"head": 6,
"id": 5,
"lemma": "even",
"misc": "",
"start_char": 33,
"text": "even",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 42,
"feats": "Degree=Cmp",
"head": 3,
"id": 6,
"lemma": "more",
"misc": "",
"start_char": 38,
"text": "more",
"upos": "ADV",
"xpos": "RBR"
},
{
"deprel": "mark",
"end_char": 45,
"feats": null,
"head": 12,
"id": 7,
"lemma": "if",
"misc": "",
"start_char": 43,
"text": "if",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 49,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 8,
"lemma": "she",
"misc": "",
"start_char": 46,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 53,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 9,
"lemma": "be",
"misc": "",
"start_char": 50,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 57,
"feats": "Definite=Def|PronType=Art",
"head": 12,
"id": 10,
"lemma": "the",
"misc": "",
"start_char": 54,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "amod",
"end_char": 62,
"feats": "Degree=Pos",
"head": 12,
"id": 11,
"lemma": "only",
"misc": "",
"start_char": 58,
"text": "only",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "advcl",
"end_char": 69,
"feats": "Number=Sing",
"head": 3,
"id": 12,
"lemma": "family",
"misc": "",
"start_char": 63,
"text": "family",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 73,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 15,
"id": 13,
"lemma": "she",
"misc": "",
"start_char": 70,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 77,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 15,
"id": 14,
"lemma": "have",
"misc": "",
"start_char": 74,
"text": "had",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "acl:relcl",
"end_char": 82,
"feats": "Tense=Past|VerbForm=Part",
"head": 12,
"id": 15,
"lemma": "leave",
"misc": "",
"start_char": 78,
"text": "left",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "punct",
"end_char": 84,
"feats": null,
"head": 3,
"id": 16,
"lemma": ".",
"misc": "",
"start_char": 83,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
3,
3
],
[
0,
7,
7
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
1873bfd39017850a1ba6bb8276dff2af | Robert didn't know Stephen too well so he would be brought back as the person Robert thought he was not necessarily the person he is. | [
{
"end_char": 133,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Robert)) (VP (VBD did) (RB n't) (VP (VB know) (NP (NNP Stephen)) (ADVP (RB too) (RB well)) (SBAR (IN so) (S (NP (PRP he)) (VP (MD would) (VP (VB be) (VP (VBN brought) (PRT (RB back)) (SBAR (IN as) (NP (NP (DT the) (NN person)) (SBAR (S (NP (NNP Robert)) (VP (VBD thought) (SBAR (S (NP (PRP he)) (VP (VBD was) (RB not) (ADVP (RB necessarily)) (NP (NP (DT the) (NN person)) (SBAR (S (NP (PRP he)) (VP (VBZ is)))))))))))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Robert didn't know Stephen too well so he would be brought back as the person Robert thought he was not necessarily the person he is.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 4,
"id": 1,
"lemma": "Robert",
"misc": "",
"start_char": 0,
"text": "Robert",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 10,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 2,
"lemma": "do",
"misc": "",
"start_char": 7,
"text": "did",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 14,
"feats": null,
"head": 4,
"id": 3,
"lemma": "not",
"misc": "",
"start_char": 11,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 19,
"feats": "VerbForm=Inf",
"head": 0,
"id": 4,
"lemma": "know",
"misc": "",
"start_char": 15,
"text": "know",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 27,
"feats": "Number=Sing",
"head": 4,
"id": 5,
"lemma": "Stephen",
"misc": "",
"start_char": 20,
"text": "Stephen",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 31,
"feats": null,
"head": 7,
"id": 6,
"lemma": "too",
"misc": "",
"start_char": 28,
"text": "too",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 36,
"feats": "Degree=Pos",
"head": 4,
"id": 7,
"lemma": "well",
"misc": "",
"start_char": 32,
"text": "well",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 39,
"feats": null,
"head": 12,
"id": 8,
"lemma": "so",
"misc": "",
"start_char": 37,
"text": "so",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj:pass",
"end_char": 42,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 9,
"lemma": "he",
"misc": "",
"start_char": 40,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 48,
"feats": "VerbForm=Fin",
"head": 12,
"id": 10,
"lemma": "would",
"misc": "",
"start_char": 43,
"text": "would",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "aux:pass",
"end_char": 51,
"feats": "VerbForm=Inf",
"head": 12,
"id": 11,
"lemma": "be",
"misc": "",
"start_char": 49,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "advcl",
"end_char": 59,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 4,
"id": 12,
"lemma": "bring",
"misc": "",
"start_char": 52,
"text": "brought",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "advmod",
"end_char": 64,
"feats": null,
"head": 12,
"id": 13,
"lemma": "back",
"misc": "",
"start_char": 60,
"text": "back",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 67,
"feats": null,
"head": 18,
"id": 14,
"lemma": "as",
"misc": "",
"start_char": 65,
"text": "as",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 71,
"feats": "Definite=Def|PronType=Art",
"head": 16,
"id": 15,
"lemma": "the",
"misc": "",
"start_char": 68,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nsubj",
"end_char": 78,
"feats": "Number=Sing",
"head": 18,
"id": 16,
"lemma": "person",
"misc": "",
"start_char": 72,
"text": "person",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "appos",
"end_char": 85,
"feats": "Number=Sing",
"head": 16,
"id": 17,
"lemma": "Robert",
"misc": "",
"start_char": 79,
"text": "Robert",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advcl",
"end_char": 93,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 12,
"id": 18,
"lemma": "think",
"misc": "",
"start_char": 86,
"text": "thought",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "nsubj",
"end_char": 96,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 24,
"id": 19,
"lemma": "he",
"misc": "",
"start_char": 94,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 100,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 24,
"id": 20,
"lemma": "be",
"misc": "",
"start_char": 97,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 104,
"feats": null,
"head": 24,
"id": 21,
"lemma": "not",
"misc": "",
"start_char": 101,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 116,
"feats": null,
"head": 24,
"id": 22,
"lemma": "necessarily",
"misc": "",
"start_char": 105,
"text": "necessarily",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "det",
"end_char": 120,
"feats": "Definite=Def|PronType=Art",
"head": 24,
"id": 23,
"lemma": "the",
"misc": "",
"start_char": 117,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "ccomp",
"end_char": 127,
"feats": "Number=Sing",
"head": 18,
"id": 24,
"lemma": "person",
"misc": "",
"start_char": 121,
"text": "person",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 130,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 26,
"id": 25,
"lemma": "he",
"misc": "",
"start_char": 128,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "acl:relcl",
"end_char": 133,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 24,
"id": 26,
"lemma": "be",
"misc": "",
"start_char": 131,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "punct",
"end_char": 135,
"feats": null,
"head": 4,
"id": 27,
"lemma": ".",
"misc": "",
"start_char": 134,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
4,
4
],
[
0,
8,
8
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
ef7f6d67e7c3e5b7272fde15ca29d573 | Robert alone cannot defeat Paul, but with the help of the marines under his command he could create problem for Paul. | [
{
"end_char": 117,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NP (NNP Robert)) (ADVP (RB alone))) (VP (MD can) (RB not) (VP (VB defeat) (NP (NNP Paul))))) (, ,) (CC but) (S (PP (IN with) (NP (NP (DT the) (NN help)) (PP (IN of) (NP (DT the) (NNS marines))) (PP (IN under) (NP (PRP$ his) (NN command))))) (NP (PRP he)) (VP (MD could) (VP (VB create) (NP (NN problem)) (PP (IN for) (NP (NNP Paul)))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Robert alone cannot defeat Paul, but with the help of the marines under his command he could create problem for Paul.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 5,
"id": 1,
"lemma": "Robert",
"misc": "",
"start_char": 0,
"text": "Robert",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 12,
"feats": null,
"head": 1,
"id": 2,
"lemma": "alone",
"misc": "",
"start_char": 7,
"text": "alone",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "aux",
"end_char": 16,
"feats": "VerbForm=Fin",
"head": 5,
"id": 3,
"lemma": "can",
"misc": "",
"start_char": 13,
"text": "can",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 20,
"feats": null,
"head": 5,
"id": 4,
"lemma": "not",
"misc": "",
"start_char": 17,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 27,
"feats": "VerbForm=Inf",
"head": 0,
"id": 5,
"lemma": "defeat",
"misc": "",
"start_char": 21,
"text": "defeat",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 32,
"feats": "Number=Sing",
"head": 5,
"id": 6,
"lemma": "Paul",
"misc": "",
"start_char": 28,
"text": "Paul",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 34,
"feats": null,
"head": 20,
"id": 7,
"lemma": ",",
"misc": "",
"start_char": 33,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 38,
"feats": null,
"head": 20,
"id": 8,
"lemma": "but",
"misc": "",
"start_char": 35,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "case",
"end_char": 43,
"feats": null,
"head": 11,
"id": 9,
"lemma": "with",
"misc": "",
"start_char": 39,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 47,
"feats": "Definite=Def|PronType=Art",
"head": 11,
"id": 10,
"lemma": "the",
"misc": "",
"start_char": 44,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 52,
"feats": "Number=Sing",
"head": 20,
"id": 11,
"lemma": "help",
"misc": "",
"start_char": 48,
"text": "help",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 55,
"feats": null,
"head": 14,
"id": 12,
"lemma": "of",
"misc": "",
"start_char": 53,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 59,
"feats": "Definite=Def|PronType=Art",
"head": 14,
"id": 13,
"lemma": "the",
"misc": "",
"start_char": 56,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "nmod",
"end_char": 67,
"feats": "Number=Plur",
"head": 11,
"id": 14,
"lemma": "marine",
"misc": "",
"start_char": 60,
"text": "marines",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "case",
"end_char": 73,
"feats": null,
"head": 17,
"id": 15,
"lemma": "under",
"misc": "",
"start_char": 68,
"text": "under",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod:poss",
"end_char": 77,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 17,
"id": 16,
"lemma": "his",
"misc": "",
"start_char": 74,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "nmod",
"end_char": 85,
"feats": "Number=Sing",
"head": 14,
"id": 17,
"lemma": "command",
"misc": "",
"start_char": 78,
"text": "command",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "nsubj",
"end_char": 88,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 20,
"id": 18,
"lemma": "he",
"misc": "",
"start_char": 86,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 94,
"feats": "VerbForm=Fin",
"head": 20,
"id": 19,
"lemma": "could",
"misc": "",
"start_char": 89,
"text": "could",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "conj",
"end_char": 101,
"feats": "VerbForm=Inf",
"head": 5,
"id": 20,
"lemma": "create",
"misc": "",
"start_char": 95,
"text": "create",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 109,
"feats": "Number=Sing",
"head": 20,
"id": 21,
"lemma": "problem",
"misc": "",
"start_char": 102,
"text": "problem",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 113,
"feats": null,
"head": 23,
"id": 22,
"lemma": "for",
"misc": "",
"start_char": 110,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 118,
"feats": "Number=Sing",
"head": 21,
"id": 23,
"lemma": "Paul",
"misc": "",
"start_char": 114,
"text": "Paul",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 120,
"feats": null,
"head": 5,
"id": 24,
"lemma": ".",
"misc": "",
"start_char": 119,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
15,
15
]
],
[
[
0,
5,
5
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
67526a68b8ed74be07f7b94beddf139e | Helen has bonded with Londa, so she won't be able to ride Viserion or Rhaegal. | [
{
"end_char": 78,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Helen)) (VP (VBZ has) (VP (VBN bonded) (PP (IN with) (NP (NNP Londa)))))) (, ,) (RB so) (S (NP (PRP she)) (VP (MD wo) (RB n't) (VP (VB be) (ADJP (JJ able) (S (VP (TO to) (VP (VB ride) (NP (NNP Viserion) (CC or) (NNP Rhaegal))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Helen has bonded with Londa, so she won't be able to ride Viserion or Rhaegal.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 5,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Helen",
"misc": "",
"start_char": 0,
"text": "Helen",
"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": "have",
"misc": "",
"start_char": 6,
"text": "has",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "root",
"end_char": 16,
"feats": "Tense=Past|VerbForm=Part",
"head": 0,
"id": 3,
"lemma": "bond",
"misc": "",
"start_char": 10,
"text": "bonded",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 21,
"feats": null,
"head": 5,
"id": 4,
"lemma": "with",
"misc": "",
"start_char": 17,
"text": "with",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 27,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "Londa",
"misc": "",
"start_char": 22,
"text": "Londa",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 29,
"feats": null,
"head": 3,
"id": 6,
"lemma": ",",
"misc": "",
"start_char": 28,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 32,
"feats": null,
"head": 12,
"id": 7,
"lemma": "so",
"misc": "",
"start_char": 30,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 36,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 12,
"id": 8,
"lemma": "she",
"misc": "",
"start_char": 33,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux",
"end_char": 39,
"feats": "VerbForm=Fin",
"head": 12,
"id": 9,
"lemma": "will",
"misc": "",
"start_char": 37,
"text": "wo",
"upos": "AUX",
"xpos": "MD"
},
{
"deprel": "advmod",
"end_char": 43,
"feats": null,
"head": 12,
"id": 10,
"lemma": "not",
"misc": "",
"start_char": 40,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "cop",
"end_char": 46,
"feats": "VerbForm=Inf",
"head": 12,
"id": 11,
"lemma": "be",
"misc": "",
"start_char": 44,
"text": "be",
"upos": "AUX",
"xpos": "VB"
},
{
"deprel": "parataxis",
"end_char": 51,
"feats": "Degree=Pos",
"head": 3,
"id": 12,
"lemma": "able",
"misc": "",
"start_char": 47,
"text": "able",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "mark",
"end_char": 54,
"feats": null,
"head": 14,
"id": 13,
"lemma": "to",
"misc": "",
"start_char": 52,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 59,
"feats": "VerbForm=Inf",
"head": 12,
"id": 14,
"lemma": "ride",
"misc": "",
"start_char": 55,
"text": "ride",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 68,
"feats": "Number=Sing",
"head": 14,
"id": 15,
"lemma": "Viserion",
"misc": "",
"start_char": 60,
"text": "Viserion",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cc",
"end_char": 71,
"feats": null,
"head": 17,
"id": 16,
"lemma": "or",
"misc": "",
"start_char": 69,
"text": "or",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 79,
"feats": "Number=Sing",
"head": 15,
"id": 17,
"lemma": "Rhaegal",
"misc": "",
"start_char": 72,
"text": "Rhaegal",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 81,
"feats": null,
"head": 3,
"id": 18,
"lemma": ".",
"misc": "",
"start_char": 80,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
7,
7
]
],
[
[
0,
4,
4
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
64a1c697d7fd23fbe7e1582c920d10ed | Gertrude is my least favourite character in Sharon and I laughed when she reappeared. | [
{
"end_char": 85,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Gertrude)) (VP (VBZ is) (NP (NP (NP (PRP$ my) (ADJP (JJS least) (JJ favourite)) (NN character)) (PP (IN in) (NP (NNP Sharon) (CC and) (PRP I)))) (VP (VBD laughed) (SBAR (WHADVP (WRB when)) (S (NP (PRP she)) (VP (VBD reappeared))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Gertrude is my least favourite character in Sharon and I laughed when she reappeared.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 8,
"feats": "Number=Sing",
"head": 6,
"id": 1,
"lemma": "Gertrude",
"misc": "",
"start_char": 0,
"text": "Gertrude",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 11,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 6,
"id": 2,
"lemma": "be",
"misc": "",
"start_char": 9,
"text": "is",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "nmod:poss",
"end_char": 14,
"feats": "Case=Gen|Number=Sing|Person=1|Poss=Yes|PronType=Prs",
"head": 6,
"id": 3,
"lemma": "my",
"misc": "",
"start_char": 12,
"text": "my",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "advmod",
"end_char": 20,
"feats": "Degree=Sup",
"head": 5,
"id": 4,
"lemma": "least",
"misc": "",
"start_char": 15,
"text": "least",
"upos": "ADJ",
"xpos": "JJS"
},
{
"deprel": "amod",
"end_char": 30,
"feats": "Degree=Pos",
"head": 6,
"id": 5,
"lemma": "favourite",
"misc": "",
"start_char": 21,
"text": "favourite",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "root",
"end_char": 40,
"feats": "Number=Sing",
"head": 0,
"id": 6,
"lemma": "character",
"misc": "",
"start_char": 31,
"text": "character",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 43,
"feats": null,
"head": 8,
"id": 7,
"lemma": "in",
"misc": "",
"start_char": 41,
"text": "in",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 50,
"feats": "Number=Sing",
"head": 6,
"id": 8,
"lemma": "Sharon",
"misc": "",
"start_char": 44,
"text": "Sharon",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cc",
"end_char": 54,
"feats": null,
"head": 11,
"id": 9,
"lemma": "and",
"misc": "",
"start_char": 51,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 56,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 11,
"id": 10,
"lemma": "I",
"misc": "",
"start_char": 55,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 64,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 6,
"id": 11,
"lemma": "laugh",
"misc": "",
"start_char": 57,
"text": "laughed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 69,
"feats": "PronType=Int",
"head": 14,
"id": 12,
"lemma": "when",
"misc": "",
"start_char": 65,
"text": "when",
"upos": "ADV",
"xpos": "WRB"
},
{
"deprel": "nsubj",
"end_char": 73,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 13,
"lemma": "she",
"misc": "",
"start_char": 70,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 84,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 11,
"id": 14,
"lemma": "reappear",
"misc": "",
"start_char": 74,
"text": "reappeared",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 86,
"feats": null,
"head": 6,
"id": 15,
"lemma": ".",
"misc": "",
"start_char": 85,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
12,
12
]
],
[
[
0,
7,
7
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
43c8279cb0b170c4a382fcfcc08e6ec8 | And here Trevor was, not only scratching David, but absolutely breaking him down. | [
{
"end_char": 81,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (CC And) (ADVP (RB here)) (NP (NNP Trevor)) (VP (VBD was) (, ,) (CONJP (RB not) (RB only)) (VP (VBG scratching) (NP (NNP David))) (, ,) (CC but) (ADVP (RB absolutely)) (VP (VBG breaking) (NP (PRP him)) (PRT (RP down)))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "And here Trevor was, not only scratching David, but absolutely breaking him down.",
"tokens": [
{
"deprel": "cc",
"end_char": 3,
"feats": null,
"head": 2,
"id": 1,
"lemma": "and",
"misc": "",
"start_char": 0,
"text": "And",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "root",
"end_char": 8,
"feats": "PronType=Dem",
"head": 0,
"id": 2,
"lemma": "here",
"misc": "",
"start_char": 4,
"text": "here",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 15,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "Trevor",
"misc": "",
"start_char": 9,
"text": "Trevor",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "cop",
"end_char": 19,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 8,
"id": 4,
"lemma": "be",
"misc": "",
"start_char": 16,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 21,
"feats": null,
"head": 4,
"id": 5,
"lemma": ",",
"misc": "",
"start_char": 20,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 25,
"feats": null,
"head": 8,
"id": 6,
"lemma": "not",
"misc": "",
"start_char": 22,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "cc:preconj",
"end_char": 30,
"feats": null,
"head": 8,
"id": 7,
"lemma": "only",
"misc": "",
"start_char": 26,
"text": "only",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advcl",
"end_char": 41,
"feats": "VerbForm=Ger",
"head": 2,
"id": 8,
"lemma": "scratch",
"misc": "",
"start_char": 31,
"text": "scratching",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 47,
"feats": "Number=Sing",
"head": 8,
"id": 9,
"lemma": "David",
"misc": "",
"start_char": 42,
"text": "David",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 49,
"feats": null,
"head": 13,
"id": 10,
"lemma": ",",
"misc": "",
"start_char": 48,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 53,
"feats": null,
"head": 13,
"id": 11,
"lemma": "but",
"misc": "",
"start_char": 50,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "advmod",
"end_char": 64,
"feats": null,
"head": 13,
"id": 12,
"lemma": "absolutely",
"misc": "",
"start_char": 54,
"text": "absolutely",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 73,
"feats": "VerbForm=Ger",
"head": 8,
"id": 13,
"lemma": "break",
"misc": "",
"start_char": 65,
"text": "breaking",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "obj",
"end_char": 77,
"feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 14,
"lemma": "he",
"misc": "",
"start_char": 74,
"text": "him",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "compound:prt",
"end_char": 82,
"feats": null,
"head": 13,
"id": 15,
"lemma": "down",
"misc": "",
"start_char": 78,
"text": "down",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 84,
"feats": null,
"head": 2,
"id": 16,
"lemma": ".",
"misc": "",
"start_char": 83,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
2
]
],
[
[
0,
8,
8
],
[
0,
13,
13
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
58e6cb18e771cea2709e0986ae0bf5b5 | As I said, Kenneth was reading through Kevin, so he wasn't blind to the need to innovate and continue to build wealth. | [
{
"end_char": 118,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (SBAR (IN As) (S (NP (PRP I)) (VP (VBD said)))) (, ,) (NP (NNP Kenneth)) (VP (VBD was) (VP (VBG reading) (PP (IN through) (NP (NNP Kevin)))))) (, ,) (RB so) (S (NP (PRP he)) (VP (VBD was) (RB n't) (ADJP (JJ blind) (PP (IN to) (NP (DT the) (NN need) (S (VP (TO to) (VP (VP (VB innovate)) (CC and) (VP (VB continue) (S (VP (TO to) (VP (VB build) (NP (NN wealth)))))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "As I said, Kenneth was reading through Kevin, so he wasn't blind to the need to innovate and continue to build wealth.",
"tokens": [
{
"deprel": "mark",
"end_char": 2,
"feats": null,
"head": 3,
"id": 1,
"lemma": "as",
"misc": "",
"start_char": 0,
"text": "As",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 4,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 3,
"id": 2,
"lemma": "I",
"misc": "",
"start_char": 3,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advcl",
"end_char": 9,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin",
"head": 7,
"id": 3,
"lemma": "say",
"misc": "",
"start_char": 5,
"text": "said",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "punct",
"end_char": 11,
"feats": null,
"head": 7,
"id": 4,
"lemma": ",",
"misc": "",
"start_char": 10,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 19,
"feats": "Number=Sing",
"head": 7,
"id": 5,
"lemma": "Kenneth",
"misc": "",
"start_char": 12,
"text": "Kenneth",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 23,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 7,
"id": 6,
"lemma": "be",
"misc": "",
"start_char": 20,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "root",
"end_char": 31,
"feats": "Tense=Pres|VerbForm=Part",
"head": 0,
"id": 7,
"lemma": "read",
"misc": "",
"start_char": 24,
"text": "reading",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "case",
"end_char": 39,
"feats": null,
"head": 9,
"id": 8,
"lemma": "through",
"misc": "",
"start_char": 32,
"text": "through",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 45,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "Kevin",
"misc": "",
"start_char": 40,
"text": "Kevin",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 47,
"feats": null,
"head": 15,
"id": 10,
"lemma": ",",
"misc": "",
"start_char": 46,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 50,
"feats": null,
"head": 15,
"id": 11,
"lemma": "so",
"misc": "",
"start_char": 48,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "nsubj",
"end_char": 53,
"feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs",
"head": 15,
"id": 12,
"lemma": "he",
"misc": "",
"start_char": 51,
"text": "he",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 57,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 15,
"id": 13,
"lemma": "be",
"misc": "",
"start_char": 54,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advmod",
"end_char": 61,
"feats": null,
"head": 15,
"id": 14,
"lemma": "not",
"misc": "",
"start_char": 58,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "parataxis",
"end_char": 67,
"feats": "Degree=Pos",
"head": 7,
"id": 15,
"lemma": "blind",
"misc": "",
"start_char": 62,
"text": "blind",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "case",
"end_char": 70,
"feats": null,
"head": 18,
"id": 16,
"lemma": "to",
"misc": "",
"start_char": 68,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 74,
"feats": "Definite=Def|PronType=Art",
"head": 18,
"id": 17,
"lemma": "the",
"misc": "",
"start_char": 71,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 79,
"feats": "Number=Sing",
"head": 15,
"id": 18,
"lemma": "need",
"misc": "",
"start_char": 75,
"text": "need",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "mark",
"end_char": 82,
"feats": null,
"head": 20,
"id": 19,
"lemma": "to",
"misc": "",
"start_char": 80,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "acl",
"end_char": 91,
"feats": "VerbForm=Inf",
"head": 18,
"id": 20,
"lemma": "innovate",
"misc": "",
"start_char": 83,
"text": "innovate",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "cc",
"end_char": 95,
"feats": null,
"head": 22,
"id": 21,
"lemma": "and",
"misc": "",
"start_char": 92,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 104,
"feats": "VerbForm=Inf",
"head": 20,
"id": 22,
"lemma": "continue",
"misc": "",
"start_char": 96,
"text": "continue",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "mark",
"end_char": 107,
"feats": null,
"head": 24,
"id": 23,
"lemma": "to",
"misc": "",
"start_char": 105,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 113,
"feats": "VerbForm=Inf",
"head": 22,
"id": 24,
"lemma": "build",
"misc": "",
"start_char": 108,
"text": "build",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 120,
"feats": "Number=Sing",
"head": 24,
"id": 25,
"lemma": "wealth",
"misc": "",
"start_char": 114,
"text": "wealth",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 122,
"feats": null,
"head": 7,
"id": 26,
"lemma": ".",
"misc": "",
"start_char": 121,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
4,
4
],
[
0,
11,
11
]
],
[
[
0,
8,
8
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
d2e810e2c67b9e807a2812ff81c537c5 | Meghan used to get jealous of Marilou simply because the Prophet PBUH loved her more. | [
{
"end_char": 85,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Meghan)) (VP (VBD used) (S (VP (TO to) (VP (VB get) (ADJP (JJ jealous) (PP (IN of) (NP (NNP Marilou)))) (SBAR (ADVP (RB simply)) (IN because) (S (NP (DT the) (NNP Prophet) (NNP PBUH)) (VP (VBD loved) (NP (PRP her)) (ADVP (JJR more))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Meghan used to get jealous of Marilou simply because the Prophet PBUH loved her more.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 6,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Meghan",
"misc": "",
"start_char": 0,
"text": "Meghan",
"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": "use",
"misc": "",
"start_char": 7,
"text": "used",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 14,
"feats": null,
"head": 4,
"id": 3,
"lemma": "to",
"misc": "",
"start_char": 12,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 18,
"feats": "VerbForm=Inf",
"head": 2,
"id": 4,
"lemma": "get",
"misc": "",
"start_char": 15,
"text": "get",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "xcomp",
"end_char": 26,
"feats": "Degree=Pos",
"head": 4,
"id": 5,
"lemma": "jealous",
"misc": "",
"start_char": 19,
"text": "jealous",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "case",
"end_char": 29,
"feats": null,
"head": 7,
"id": 6,
"lemma": "of",
"misc": "",
"start_char": 27,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 37,
"feats": "Number=Sing",
"head": 5,
"id": 7,
"lemma": "Marilou",
"misc": "",
"start_char": 30,
"text": "Marilou",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 44,
"feats": null,
"head": 13,
"id": 8,
"lemma": "simply",
"misc": "",
"start_char": 38,
"text": "simply",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "mark",
"end_char": 52,
"feats": null,
"head": 13,
"id": 9,
"lemma": "because",
"misc": "",
"start_char": 45,
"text": "because",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 56,
"feats": "Definite=Def|PronType=Art",
"head": 12,
"id": 10,
"lemma": "the",
"misc": "",
"start_char": 53,
"text": "the",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "compound",
"end_char": 64,
"feats": "Number=Sing",
"head": 12,
"id": 11,
"lemma": "Prophet",
"misc": "",
"start_char": 57,
"text": "Prophet",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "nsubj",
"end_char": 69,
"feats": "Number=Sing",
"head": 13,
"id": 12,
"lemma": "PBUH",
"misc": "",
"start_char": 65,
"text": "PBUH",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advcl",
"end_char": 75,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 4,
"id": 13,
"lemma": "love",
"misc": "",
"start_char": 70,
"text": "loved",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 79,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 14,
"lemma": "her",
"misc": "",
"start_char": 76,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "advmod",
"end_char": 84,
"feats": "Degree=Cmp",
"head": 13,
"id": 15,
"lemma": "more",
"misc": "",
"start_char": 80,
"text": "more",
"upos": "ADJ",
"xpos": "JJR"
},
{
"deprel": "punct",
"end_char": 86,
"feats": null,
"head": 2,
"id": 16,
"lemma": ".",
"misc": "",
"start_char": 85,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
6,
6
],
[
0,
13,
13
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
8fe07f6da65d0629b0beb74533e5b2a4 | Come on Deanna, I get you're close to Tara, but don't make excuses for her being outclassed for a round and a half then KO'ed. | [
{
"end_char": 126,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (VP (VB Come) (PP (IN on) (NP (NNP Deanna))))) (, ,) (NP (PRP I)) (VP (VP (VBP get) (SBAR (S (NP (PRP you)) (VP (VBP 're) (ADJP (JJ close) (PP (IN to) (NP (NNP Tara)))))))) (, ,) (CC but) (VP (VBP do) (RB n't) (VP (VB make) (NP (NNS excuses)) (PP (IN for) (S (NP (PRP her)) (VP (VBG being) (VP (VBN outclassed) (PP (IN for) (NP (NP (DT a) (NN round)) (CC and) (NP (DT a) (NN half)))))))) (RB then) (NP (NNP KO'ed))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Come on Deanna, I get you're close to Tara, but don't make excuses for her being outclassed for a round and a half then KO'ed.",
"tokens": [
{
"deprel": "root",
"end_char": 4,
"feats": "Mood=Imp|VerbForm=Fin",
"head": 0,
"id": 1,
"lemma": "come",
"misc": "",
"start_char": 0,
"text": "Come",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 7,
"feats": null,
"head": 3,
"id": 2,
"lemma": "on",
"misc": "",
"start_char": 5,
"text": "on",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 14,
"feats": "Number=Sing",
"head": 1,
"id": 3,
"lemma": "Deanna",
"misc": "",
"start_char": 8,
"text": "Deanna",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 16,
"feats": null,
"head": 1,
"id": 4,
"lemma": ",",
"misc": "",
"start_char": 15,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "nsubj",
"end_char": 18,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 6,
"id": 5,
"lemma": "I",
"misc": "",
"start_char": 17,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "parataxis",
"end_char": 22,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
"head": 1,
"id": 6,
"lemma": "get",
"misc": "",
"start_char": 19,
"text": "get",
"upos": "VERB",
"xpos": "VBP"
},
{
"deprel": "nsubj",
"end_char": 26,
"feats": "Case=Nom|Person=2|PronType=Prs",
"head": 9,
"id": 7,
"lemma": "you",
"misc": "",
"start_char": 23,
"text": "you",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 30,
"feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin",
"head": 9,
"id": 8,
"lemma": "be",
"misc": "",
"start_char": 27,
"text": "'re",
"upos": "AUX",
"xpos": "VBP"
},
{
"deprel": "ccomp",
"end_char": 36,
"feats": "Degree=Pos",
"head": 6,
"id": 9,
"lemma": "close",
"misc": "",
"start_char": 31,
"text": "close",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "case",
"end_char": 39,
"feats": null,
"head": 11,
"id": 10,
"lemma": "to",
"misc": "",
"start_char": 37,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 44,
"feats": "Number=Sing",
"head": 9,
"id": 11,
"lemma": "Tara",
"misc": "",
"start_char": 40,
"text": "Tara",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 46,
"feats": null,
"head": 16,
"id": 12,
"lemma": ",",
"misc": "",
"start_char": 45,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 50,
"feats": null,
"head": 16,
"id": 13,
"lemma": "but",
"misc": "",
"start_char": 47,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "aux",
"end_char": 53,
"feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin",
"head": 16,
"id": 14,
"lemma": "do",
"misc": "",
"start_char": 51,
"text": "do",
"upos": "AUX",
"xpos": "VBP"
},
{
"deprel": "advmod",
"end_char": 57,
"feats": null,
"head": 16,
"id": 15,
"lemma": "not",
"misc": "",
"start_char": 54,
"text": "n't",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 62,
"feats": "VerbForm=Inf",
"head": 1,
"id": 16,
"lemma": "make",
"misc": "",
"start_char": 58,
"text": "make",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 70,
"feats": "Number=Plur",
"head": 16,
"id": 17,
"lemma": "excuse",
"misc": "",
"start_char": 63,
"text": "excuses",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "mark",
"end_char": 74,
"feats": null,
"head": 21,
"id": 18,
"lemma": "for",
"misc": "",
"start_char": 71,
"text": "for",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj:pass",
"end_char": 78,
"feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 21,
"id": 19,
"lemma": "her",
"misc": "",
"start_char": 75,
"text": "her",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "aux:pass",
"end_char": 84,
"feats": "VerbForm=Ger",
"head": 21,
"id": 20,
"lemma": "be",
"misc": "",
"start_char": 79,
"text": "being",
"upos": "AUX",
"xpos": "VBG"
},
{
"deprel": "acl",
"end_char": 95,
"feats": "Tense=Past|VerbForm=Part|Voice=Pass",
"head": 17,
"id": 21,
"lemma": "outclass",
"misc": "",
"start_char": 85,
"text": "outclassed",
"upos": "VERB",
"xpos": "VBN"
},
{
"deprel": "case",
"end_char": 99,
"feats": null,
"head": 24,
"id": 22,
"lemma": "for",
"misc": "",
"start_char": 96,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 101,
"feats": "Definite=Ind|PronType=Art",
"head": 24,
"id": 23,
"lemma": "a",
"misc": "",
"start_char": 100,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 107,
"feats": "Number=Sing",
"head": 21,
"id": 24,
"lemma": "round",
"misc": "",
"start_char": 102,
"text": "round",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "cc",
"end_char": 111,
"feats": null,
"head": 27,
"id": 25,
"lemma": "and",
"misc": "",
"start_char": 108,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "det",
"end_char": 113,
"feats": "Definite=Ind|PronType=Art",
"head": 27,
"id": 26,
"lemma": "a",
"misc": "",
"start_char": 112,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "conj",
"end_char": 118,
"feats": "NumForm=Word|NumType=Frac|Number=Sing",
"head": 24,
"id": 27,
"lemma": "half",
"misc": "",
"start_char": 114,
"text": "half",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "advmod",
"end_char": 123,
"feats": "PronType=Dem",
"head": 29,
"id": 28,
"lemma": "then",
"misc": "",
"start_char": 119,
"text": "then",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "appos",
"end_char": 129,
"feats": "Number=Sing",
"head": 24,
"id": 29,
"lemma": "KO'ed",
"misc": "",
"start_char": 124,
"text": "KO'ed",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 131,
"feats": null,
"head": 1,
"id": 30,
"lemma": ".",
"misc": "",
"start_char": 130,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
2,
2
]
],
[
[
0,
10,
10
],
[
0,
18,
18
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
c95527d744047ab619025151df595263 | Delores hates Janet because of what she did to John, who she grew to care so much about. | [
{
"end_char": 88,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (NP (NNP Delores)) (VP (VBZ hates) (NP (NNP Janet)) (PP (IN because) (IN of) (SBAR (WHNP (WP what)) (S (NP (PRP she)) (VP (VBD did) (PP (IN to) (NP (NP (NNP John)) (, ,) (SBAR (WHNP (WP who)) (S (NP (PRP she)) (VP (VBD grew) (S (VP (TO to) (VP (VB care) (ADVP (ADVP (RB so) (RB much)) (PP (IN about)))))))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Delores hates Janet because of what she did to John, who she grew to care so much about.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Delores",
"misc": "",
"start_char": 0,
"text": "Delores",
"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": "hate",
"misc": "",
"start_char": 8,
"text": "hates",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "obj",
"end_char": 19,
"feats": "Number=Sing",
"head": 2,
"id": 3,
"lemma": "Janet",
"misc": "",
"start_char": 14,
"text": "Janet",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "case",
"end_char": 27,
"feats": null,
"head": 6,
"id": 4,
"lemma": "because",
"misc": "",
"start_char": 20,
"text": "because",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "fixed",
"end_char": 30,
"feats": null,
"head": 4,
"id": 5,
"lemma": "of",
"misc": "",
"start_char": 28,
"text": "of",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 35,
"feats": "PronType=Rel",
"head": 2,
"id": 6,
"lemma": "what",
"misc": "",
"start_char": 31,
"text": "what",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "nsubj",
"end_char": 39,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 8,
"id": 7,
"lemma": "she",
"misc": "",
"start_char": 36,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "acl:relcl",
"end_char": 43,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 6,
"id": 8,
"lemma": "do",
"misc": "",
"start_char": 40,
"text": "did",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "case",
"end_char": 46,
"feats": null,
"head": 10,
"id": 9,
"lemma": "to",
"misc": "",
"start_char": 44,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 51,
"feats": "Number=Sing",
"head": 8,
"id": 10,
"lemma": "John",
"misc": "",
"start_char": 47,
"text": "John",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 53,
"feats": null,
"head": 14,
"id": 11,
"lemma": ",",
"misc": "",
"start_char": 52,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "obj",
"end_char": 57,
"feats": "PronType=Rel",
"head": 16,
"id": 12,
"lemma": "who",
"misc": "",
"start_char": 54,
"text": "who",
"upos": "PRON",
"xpos": "WP"
},
{
"deprel": "nsubj",
"end_char": 61,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 14,
"id": 13,
"lemma": "she",
"misc": "",
"start_char": 58,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "acl:relcl",
"end_char": 66,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 10,
"id": 14,
"lemma": "grow",
"misc": "",
"start_char": 62,
"text": "grew",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 69,
"feats": null,
"head": 16,
"id": 15,
"lemma": "to",
"misc": "",
"start_char": 67,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 74,
"feats": "VerbForm=Inf",
"head": 14,
"id": 16,
"lemma": "care",
"misc": "",
"start_char": 70,
"text": "care",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "advmod",
"end_char": 77,
"feats": null,
"head": 18,
"id": 17,
"lemma": "so",
"misc": "",
"start_char": 75,
"text": "so",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 82,
"feats": null,
"head": 16,
"id": 18,
"lemma": "much",
"misc": "",
"start_char": 78,
"text": "much",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "case",
"end_char": 88,
"feats": null,
"head": 12,
"id": 19,
"lemma": "about",
"misc": "",
"start_char": 83,
"text": "about",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "punct",
"end_char": 90,
"feats": null,
"head": 2,
"id": 20,
"lemma": ".",
"misc": "",
"start_char": 89,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
2,
2
],
[
0,
6,
6
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
81957d04fc35153c327c1367c6274698 | Stephanie knows that Beverly was going to go up, but she needed to make it seem like she was clueless. | [
{
"end_char": 102,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Stephanie)) (VP (VBZ knows) (SBAR (IN that) (S (NP (NNP Beverly)) (VP (VBD was) (VP (VBG going) (S (VP (TO to) (VP (VB go) (PRT (RP up))))))))))) (, ,) (CC but) (S (NP (PRP she)) (VP (VBD needed) (S (VP (TO to) (VP (VB make) (S (NP (PRP it)) (VP (VB seem) (SBAR (IN like) (S (NP (PRP she)) (VP (VBD was) (ADJP (JJ clueless)))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Stephanie knows that Beverly was going to go up, but she needed to make it seem like she was clueless.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 9,
"feats": "Number=Sing",
"head": 2,
"id": 1,
"lemma": "Stephanie",
"misc": "",
"start_char": 0,
"text": "Stephanie",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "root",
"end_char": 15,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 0,
"id": 2,
"lemma": "know",
"misc": "",
"start_char": 10,
"text": "knows",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "mark",
"end_char": 20,
"feats": null,
"head": 6,
"id": 3,
"lemma": "that",
"misc": "",
"start_char": 16,
"text": "that",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 28,
"feats": "Number=Sing",
"head": 6,
"id": 4,
"lemma": "Beverly",
"misc": "",
"start_char": 21,
"text": "Beverly",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "aux",
"end_char": 32,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 6,
"id": 5,
"lemma": "be",
"misc": "",
"start_char": 29,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "ccomp",
"end_char": 38,
"feats": "Tense=Pres|VerbForm=Part",
"head": 2,
"id": 6,
"lemma": "go",
"misc": "",
"start_char": 33,
"text": "going",
"upos": "VERB",
"xpos": "VBG"
},
{
"deprel": "mark",
"end_char": 41,
"feats": null,
"head": 8,
"id": 7,
"lemma": "to",
"misc": "",
"start_char": 39,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 44,
"feats": "VerbForm=Inf",
"head": 6,
"id": 8,
"lemma": "go",
"misc": "",
"start_char": 42,
"text": "go",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "compound:prt",
"end_char": 47,
"feats": null,
"head": 8,
"id": 9,
"lemma": "up",
"misc": "",
"start_char": 45,
"text": "up",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "punct",
"end_char": 49,
"feats": null,
"head": 13,
"id": 10,
"lemma": ",",
"misc": "",
"start_char": 48,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 53,
"feats": null,
"head": 13,
"id": 11,
"lemma": "but",
"misc": "",
"start_char": 50,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 57,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 13,
"id": 12,
"lemma": "she",
"misc": "",
"start_char": 54,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 64,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 2,
"id": 13,
"lemma": "need",
"misc": "",
"start_char": 58,
"text": "needed",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "mark",
"end_char": 67,
"feats": null,
"head": 15,
"id": 14,
"lemma": "to",
"misc": "",
"start_char": 65,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 72,
"feats": "VerbForm=Inf",
"head": 13,
"id": 15,
"lemma": "make",
"misc": "",
"start_char": 68,
"text": "make",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 75,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 15,
"id": 16,
"lemma": "it",
"misc": "",
"start_char": 73,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "xcomp",
"end_char": 80,
"feats": "VerbForm=Inf",
"head": 15,
"id": 17,
"lemma": "seem",
"misc": "",
"start_char": 76,
"text": "seem",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "mark",
"end_char": 85,
"feats": null,
"head": 21,
"id": 18,
"lemma": "like",
"misc": "",
"start_char": 81,
"text": "like",
"upos": "SCONJ",
"xpos": "IN"
},
{
"deprel": "nsubj",
"end_char": 89,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 21,
"id": 19,
"lemma": "she",
"misc": "",
"start_char": 86,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 93,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 21,
"id": 20,
"lemma": "be",
"misc": "",
"start_char": 90,
"text": "was",
"upos": "AUX",
"xpos": "VBD"
},
{
"deprel": "advcl",
"end_char": 102,
"feats": "Degree=Pos",
"head": 17,
"id": 21,
"lemma": "clueless",
"misc": "",
"start_char": 94,
"text": "clueless",
"upos": "ADJ",
"xpos": "JJ"
},
{
"deprel": "punct",
"end_char": 104,
"feats": null,
"head": 2,
"id": 22,
"lemma": ".",
"misc": "",
"start_char": 103,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
11,
11
]
],
[
[
0,
3,
3
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "4",
"comment": "detokenizer=nltk"
} |
11fe0c48599b1f560ea4a7ee0fd1475a | Constance always struck me as a mix between Ester, but I feel she's definitely more cleo. | [
{
"end_char": 89,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Constance)) (ADVP (RB always)) (VP (VBD struck) (NP (PRP me)) (PP (IN as) (NP (NP (DT a) (NN mix)) (PP (IN between) (NP (NNP Ester))))))) (, ,) (CC but) (S (NP (PRP I)) (VP (VBP feel) (SBAR (S (NP (PRP she)) (VP (VBZ 's) (ADVP (RB definitely)) (NP (RBR more) (NN cleo))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Constance always struck me as a mix between Ester, but I feel she's definitely more cleo.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 9,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Constance",
"misc": "",
"start_char": 0,
"text": "Constance",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 16,
"feats": null,
"head": 3,
"id": 2,
"lemma": "always",
"misc": "",
"start_char": 10,
"text": "always",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 23,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "strike",
"misc": "",
"start_char": 17,
"text": "struck",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "obj",
"end_char": 26,
"feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs",
"head": 3,
"id": 4,
"lemma": "I",
"misc": "",
"start_char": 24,
"text": "me",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "case",
"end_char": 29,
"feats": null,
"head": 7,
"id": 5,
"lemma": "as",
"misc": "",
"start_char": 27,
"text": "as",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 31,
"feats": "Definite=Ind|PronType=Art",
"head": 7,
"id": 6,
"lemma": "a",
"misc": "",
"start_char": 30,
"text": "a",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 35,
"feats": "Number=Sing",
"head": 3,
"id": 7,
"lemma": "mix",
"misc": "",
"start_char": 32,
"text": "mix",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 43,
"feats": null,
"head": 9,
"id": 8,
"lemma": "between",
"misc": "",
"start_char": 36,
"text": "between",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "nmod",
"end_char": 49,
"feats": "Number=Sing",
"head": 7,
"id": 9,
"lemma": "Ester",
"misc": "",
"start_char": 44,
"text": "Ester",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 51,
"feats": null,
"head": 13,
"id": 10,
"lemma": ",",
"misc": "",
"start_char": 50,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 55,
"feats": null,
"head": 13,
"id": 11,
"lemma": "but",
"misc": "",
"start_char": 52,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 57,
"feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs",
"head": 13,
"id": 12,
"lemma": "I",
"misc": "",
"start_char": 56,
"text": "I",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "conj",
"end_char": 62,
"feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 13,
"lemma": "feel",
"misc": "",
"start_char": 58,
"text": "feel",
"upos": "VERB",
"xpos": "VBP"
},
{
"deprel": "nsubj",
"end_char": 66,
"feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs",
"head": 18,
"id": 14,
"lemma": "she",
"misc": "",
"start_char": 63,
"text": "she",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "cop",
"end_char": 69,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 18,
"id": 15,
"lemma": "be",
"misc": "",
"start_char": 67,
"text": "'s",
"upos": "AUX",
"xpos": "VBZ"
},
{
"deprel": "advmod",
"end_char": 80,
"feats": null,
"head": 18,
"id": 16,
"lemma": "definitely",
"misc": "",
"start_char": 70,
"text": "definitely",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "advmod",
"end_char": 85,
"feats": "Degree=Cmp",
"head": 18,
"id": 17,
"lemma": "more",
"misc": "",
"start_char": 81,
"text": "more",
"upos": "ADV",
"xpos": "RBR"
},
{
"deprel": "ccomp",
"end_char": 90,
"feats": "Number=Sing",
"head": 13,
"id": 18,
"lemma": "cleo",
"misc": "",
"start_char": 86,
"text": "cleo",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 92,
"feats": null,
"head": 3,
"id": 19,
"lemma": ".",
"misc": "",
"start_char": 91,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
],
[
0,
13,
13
]
],
[
[
0,
8,
8
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
4f213854fc4eb1e484d7fb5839beb9a0 | Charles just underthrew that one to Larry, but Larry needs to get his hands up and go for that ball, not try to basket-catch it. | [
{
"end_char": 128,
"id": 1,
"misc": {
"parse_tree": "(ROOT (S (S (NP (NNP Charles)) (ADVP (RB just)) (VP (VBD underthrew) (NP (DT that) (NN one)) (PP (IN to) (NP (NNP Larry))))) (, ,) (CC but) (S (NP (NNP Larry)) (VP (VBZ needs) (S (VP (TO to) (VP (VP (VB get) (NP (PRP$ his) (NNS hands)) (PRT (RP up))) (CC and) (VP (VB go) (PP (IN for) (NP (DT that) (NN ball)))) (, ,) (RB not) (VP (VB try) (S (VP (TO to) (VP (VB basket-catch) (NP (PRP it))))))))))) (. .)))"
},
"speaker": null,
"start_char": 0,
"text": "Charles just underthrew that one to Larry, but Larry needs to get his hands up and go for that ball, not try to basket-catch it.",
"tokens": [
{
"deprel": "nsubj",
"end_char": 7,
"feats": "Number=Sing",
"head": 3,
"id": 1,
"lemma": "Charles",
"misc": "",
"start_char": 0,
"text": "Charles",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "advmod",
"end_char": 12,
"feats": null,
"head": 3,
"id": 2,
"lemma": "just",
"misc": "",
"start_char": 8,
"text": "just",
"upos": "ADV",
"xpos": "RB"
},
{
"deprel": "root",
"end_char": 23,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin",
"head": 0,
"id": 3,
"lemma": "underthrow",
"misc": "",
"start_char": 13,
"text": "underthrew",
"upos": "VERB",
"xpos": "VBD"
},
{
"deprel": "det",
"end_char": 28,
"feats": "Number=Sing|PronType=Dem",
"head": 5,
"id": 4,
"lemma": "that",
"misc": "",
"start_char": 24,
"text": "that",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obj",
"end_char": 32,
"feats": "Number=Sing",
"head": 3,
"id": 5,
"lemma": "one",
"misc": "",
"start_char": 29,
"text": "one",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "case",
"end_char": 35,
"feats": null,
"head": 7,
"id": 6,
"lemma": "to",
"misc": "",
"start_char": 33,
"text": "to",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "obl",
"end_char": 41,
"feats": "Number=Sing",
"head": 3,
"id": 7,
"lemma": "Larry",
"misc": "",
"start_char": 36,
"text": "Larry",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "punct",
"end_char": 43,
"feats": null,
"head": 11,
"id": 8,
"lemma": ",",
"misc": "",
"start_char": 42,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "cc",
"end_char": 47,
"feats": null,
"head": 11,
"id": 9,
"lemma": "but",
"misc": "",
"start_char": 44,
"text": "but",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "nsubj",
"end_char": 53,
"feats": "Number=Sing",
"head": 11,
"id": 10,
"lemma": "Larry",
"misc": "",
"start_char": 48,
"text": "Larry",
"upos": "PROPN",
"xpos": "NNP"
},
{
"deprel": "conj",
"end_char": 59,
"feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin",
"head": 3,
"id": 11,
"lemma": "need",
"misc": "",
"start_char": 54,
"text": "needs",
"upos": "VERB",
"xpos": "VBZ"
},
{
"deprel": "mark",
"end_char": 62,
"feats": null,
"head": 13,
"id": 12,
"lemma": "to",
"misc": "",
"start_char": 60,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 66,
"feats": "VerbForm=Inf",
"head": 11,
"id": 13,
"lemma": "get",
"misc": "",
"start_char": 63,
"text": "get",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "nmod:poss",
"end_char": 70,
"feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs",
"head": 15,
"id": 14,
"lemma": "his",
"misc": "",
"start_char": 67,
"text": "his",
"upos": "PRON",
"xpos": "PRP$"
},
{
"deprel": "obj",
"end_char": 76,
"feats": "Number=Plur",
"head": 13,
"id": 15,
"lemma": "hand",
"misc": "",
"start_char": 71,
"text": "hands",
"upos": "NOUN",
"xpos": "NNS"
},
{
"deprel": "compound:prt",
"end_char": 79,
"feats": null,
"head": 13,
"id": 16,
"lemma": "up",
"misc": "",
"start_char": 77,
"text": "up",
"upos": "ADP",
"xpos": "RP"
},
{
"deprel": "cc",
"end_char": 83,
"feats": null,
"head": 18,
"id": 17,
"lemma": "and",
"misc": "",
"start_char": 80,
"text": "and",
"upos": "CCONJ",
"xpos": "CC"
},
{
"deprel": "conj",
"end_char": 86,
"feats": "VerbForm=Inf",
"head": 13,
"id": 18,
"lemma": "go",
"misc": "",
"start_char": 84,
"text": "go",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "case",
"end_char": 90,
"feats": null,
"head": 21,
"id": 19,
"lemma": "for",
"misc": "",
"start_char": 87,
"text": "for",
"upos": "ADP",
"xpos": "IN"
},
{
"deprel": "det",
"end_char": 95,
"feats": "Number=Sing|PronType=Dem",
"head": 21,
"id": 20,
"lemma": "that",
"misc": "",
"start_char": 91,
"text": "that",
"upos": "DET",
"xpos": "DT"
},
{
"deprel": "obl",
"end_char": 100,
"feats": "Number=Sing",
"head": 18,
"id": 21,
"lemma": "ball",
"misc": "",
"start_char": 96,
"text": "ball",
"upos": "NOUN",
"xpos": "NN"
},
{
"deprel": "punct",
"end_char": 102,
"feats": null,
"head": 24,
"id": 22,
"lemma": ",",
"misc": "",
"start_char": 101,
"text": ",",
"upos": "PUNCT",
"xpos": ","
},
{
"deprel": "advmod",
"end_char": 106,
"feats": null,
"head": 24,
"id": 23,
"lemma": "not",
"misc": "",
"start_char": 103,
"text": "not",
"upos": "PART",
"xpos": "RB"
},
{
"deprel": "conj",
"end_char": 110,
"feats": "VerbForm=Inf",
"head": 13,
"id": 24,
"lemma": "try",
"misc": "",
"start_char": 107,
"text": "try",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "mark",
"end_char": 113,
"feats": null,
"head": 26,
"id": 25,
"lemma": "to",
"misc": "",
"start_char": 111,
"text": "to",
"upos": "PART",
"xpos": "TO"
},
{
"deprel": "xcomp",
"end_char": 126,
"feats": "VerbForm=Inf",
"head": 24,
"id": 26,
"lemma": "basket-catch",
"misc": "",
"start_char": 114,
"text": "basket-catch",
"upos": "VERB",
"xpos": "VB"
},
{
"deprel": "obj",
"end_char": 129,
"feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs",
"head": 26,
"id": 27,
"lemma": "it",
"misc": "",
"start_char": 127,
"text": "it",
"upos": "PRON",
"xpos": "PRP"
},
{
"deprel": "punct",
"end_char": 131,
"feats": null,
"head": 3,
"id": 28,
"lemma": ".",
"misc": "",
"start_char": 130,
"text": ".",
"upos": "PUNCT",
"xpos": "."
}
]
}
] | [
[
[
0,
0,
0
]
],
[
[
0,
6,
6
],
[
0,
13,
13
]
]
] | reddit_with_names_swapped | {
"annotation_strength": "5",
"comment": "detokenizer=nltk"
} |
Subsets and Splits