id
stringlengths
32
32
text
stringlengths
39
174
sentences
listlengths
1
1
coref_chains
sequencelengths
2
2
genre
stringclasses
1 value
meta_data
dict
6d302522239f5d0122b0521cf14fc545
Hector might be considering Douglas because he's safe, convenient, and he's lonely.
[ { "end_char": 83, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Hector)) (VP (MD might) (VP (VB be) (VP (VBG considering) (NP (NNP Douglas)) (SBAR (IN because) (S (NP (PRP he)) (VP (VBZ 's) (ADJP (JJ safe) (, ,) (JJ convenient))))))))) (, ,) (CC and) (S (NP (PRP he)) (VP (VBZ 's) (ADJP (JJ lonely)))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Hector might be considering Douglas because he's safe, convenient, and he's lonely.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Hector", "misc": "", "start_char": 0, "text": "Hector", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 12, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "might", "misc": "", "start_char": 7, "text": "might", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux", "end_char": 15, "feats": "VerbForm=Inf", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 13, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 27, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 4, "lemma": "consider", "misc": "", "start_char": 16, "text": "considering", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 35, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Douglas", "misc": "", "start_char": 28, "text": "Douglas", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 43, "feats": null, "head": 9, "id": 6, "lemma": "because", "misc": "", "start_char": 36, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 46, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 7, "lemma": "he", "misc": "", "start_char": 44, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 49, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 8, "lemma": "be", "misc": "", "start_char": 47, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 54, "feats": "Degree=Pos", "head": 4, "id": 9, "lemma": "safe", "misc": "", "start_char": 50, "text": "safe", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 56, "feats": null, "head": 11, "id": 10, "lemma": ",", "misc": "", "start_char": 55, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "conj", "end_char": 67, "feats": "Degree=Pos", "head": 9, "id": 11, "lemma": "convenient", "misc": "", "start_char": 57, "text": "convenient", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 69, "feats": null, "head": 16, "id": 12, "lemma": ",", "misc": "", "start_char": 68, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 73, "feats": null, "head": 16, "id": 13, "lemma": "and", "misc": "", "start_char": 70, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 76, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 16, "id": 14, "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": 16, "id": 15, "lemma": "be", "misc": "", "start_char": 77, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "conj", "end_char": 86, "feats": "Degree=Pos", "head": 9, "id": 16, "lemma": "lonely", "misc": "", "start_char": 80, "text": "lonely", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 88, "feats": null, "head": 4, "id": 17, "lemma": ".", "misc": "", "start_char": 87, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 4, 4 ], [ 0, 6, 6 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
7dac78e64a71e779693145ba10c6043a
James is injured by Jesse but he's not out for the season.
[ { "end_char": 58, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP James)) (VP (VBZ is) (VP (VBN injured) (PP (IN by) (NP (NNP Jesse)))))) (CC but) (S (NP (PRP he)) (VP (VBZ 's) (RB not) (ADVP (RB out) (PP (IN for) (NP (DT the) (NN season)))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "James is injured by Jesse but he's not out for the season.", "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": 8, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 6, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 16, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 3, "lemma": "injure", "misc": "", "start_char": 9, "text": "injured", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 19, "feats": null, "head": 5, "id": 4, "lemma": "by", "misc": "", "start_char": 17, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 25, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "Jesse", "misc": "", "start_char": 20, "text": "Jesse", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 29, "feats": null, "head": 10, "id": 6, "lemma": "but", "misc": "", "start_char": 26, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 32, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 7, "lemma": "he", "misc": "", "start_char": 30, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 35, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 8, "lemma": "be", "misc": "", "start_char": 33, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 39, "feats": null, "head": 10, "id": 9, "lemma": "not", "misc": "", "start_char": 36, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 43, "feats": null, "head": 3, "id": 10, "lemma": "out", "misc": "", "start_char": 40, "text": "out", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 47, "feats": null, "head": 13, "id": 11, "lemma": "for", "misc": "", "start_char": 44, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 51, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 48, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 58, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "season", "misc": "", "start_char": 52, "text": "season", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 60, "feats": null, "head": 3, "id": 14, "lemma": ".", "misc": "", "start_char": 59, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 6, 6 ] ], [ [ 0, 4, 4 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
8281280dc82575d3c7bc0c00bb7dc294
Keith is a year younger than Charles, so technically he is the LAST goalie I remember being so good at such a young age.
[ { "end_char": 120, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Keith)) (VP (VBZ is) (ADJP (ADJP (NP (DT a) (NN year)) (JJR younger)) (PP (IN than) (NP (NNP Charles)))))) (, ,) (S (ADVP (RB so) (RB technically)) (NP (PRP he)) (VP (VBZ is) (NP (NP (DT the) (JJ LAST) (NN goalie)) (SBAR (S (NP (PRP I)) (VP (VBP remember) (S (VP (VBG being) (ADJP (RB so) (JJ good) (PP (IN at) (NP (PDT such) (DT a) (JJ young) (NN age)))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Keith is a year younger than Charles, so technically he is the LAST goalie I remember being so good at such a young age.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 5, "id": 1, "lemma": "Keith", "misc": "", "start_char": 0, "text": "Keith", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 8, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "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": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 9, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:npmod", "end_char": 15, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "year", "misc": "", "start_char": 11, "text": "year", "upos": "NOUN", "xpos": "NN" }, { "deprel": "root", "end_char": 23, "feats": "Degree=Cmp", "head": 0, "id": 5, "lemma": "young", "misc": "", "start_char": 16, "text": "younger", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 28, "feats": null, "head": 7, "id": 6, "lemma": "than", "misc": "", "start_char": 24, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 36, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "Charles", "misc": "", "start_char": 29, "text": "Charles", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 38, "feats": null, "head": 15, "id": 8, "lemma": ",", "misc": "", "start_char": 37, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 41, "feats": null, "head": 15, "id": 9, "lemma": "so", "misc": "", "start_char": 39, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 53, "feats": null, "head": 15, "id": 10, "lemma": "technically", "misc": "", "start_char": 42, "text": "technically", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 56, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 11, "lemma": "he", "misc": "", "start_char": 54, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 59, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 12, "lemma": "be", "misc": "", "start_char": 57, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 63, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 13, "lemma": "the", "misc": "", "start_char": 60, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 68, "feats": "Degree=Pos", "head": 15, "id": 14, "lemma": "last", "misc": "", "start_char": 64, "text": "LAST", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "parataxis", "end_char": 75, "feats": "Number=Sing", "head": 5, "id": 15, "lemma": "goalie", "misc": "", "start_char": 69, "text": "goalie", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 77, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 17, "id": 16, "lemma": "I", "misc": "", "start_char": 76, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 86, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 15, "id": 17, "lemma": "remember", "misc": "", "start_char": 78, "text": "remember", "upos": "VERB", "xpos": "VBP" }, { "deprel": "cop", "end_char": 92, "feats": "VerbForm=Ger", "head": 20, "id": 18, "lemma": "be", "misc": "", "start_char": 87, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 95, "feats": null, "head": 20, "id": 19, "lemma": "so", "misc": "", "start_char": 93, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 100, "feats": "Degree=Pos", "head": 17, "id": 20, "lemma": "good", "misc": "", "start_char": 96, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 103, "feats": null, "head": 25, "id": 21, "lemma": "at", "misc": "", "start_char": 101, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det:predet", "end_char": 108, "feats": null, "head": 25, "id": 22, "lemma": "such", "misc": "", "start_char": 104, "text": "such", "upos": "DET", "xpos": "PDT" }, { "deprel": "det", "end_char": 110, "feats": "Definite=Ind|PronType=Art", "head": 25, "id": 23, "lemma": "a", "misc": "", "start_char": 109, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 116, "feats": "Degree=Pos", "head": 25, "id": 24, "lemma": "young", "misc": "", "start_char": 111, "text": "young", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 120, "feats": "Number=Sing", "head": 20, "id": 25, "lemma": "age", "misc": "", "start_char": 117, "text": "age", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 122, "feats": null, "head": 5, "id": 26, "lemma": ".", "misc": "", "start_char": 121, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 10, 10 ] ], [ [ 0, 6, 6 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
c3359931886c3d8acca701160dc1352a
Oscar has been doing well for Justin, but he's being moved around again.
[ { "end_char": 72, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Oscar)) (VP (VBZ has) (VP (VBN been) (VP (VBG doing) (ADVP (RB well)) (PP (IN for) (NP (NNP Justin))))))) (, ,) (CC but) (S (NP (PRP he)) (VP (VBZ 's) (VP (VBG being) (VP (VBN moved) (PRT (RB around)) (ADVP (RB again)))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Oscar has been doing well for Justin, but he's being moved around again.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Oscar", "misc": "", "start_char": 0, "text": "Oscar", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 9, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "have", "misc": "", "start_char": 6, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "aux", "end_char": 14, "feats": "Tense=Past|VerbForm=Part", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 10, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "root", "end_char": 20, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 4, "lemma": "do", "misc": "", "start_char": 15, "text": "doing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 25, "feats": "Degree=Pos", "head": 4, "id": 5, "lemma": "well", "misc": "", "start_char": 21, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 29, "feats": null, "head": 7, "id": 6, "lemma": "for", "misc": "", "start_char": 26, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 36, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "Justin", "misc": "", "start_char": 30, "text": "Justin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 38, "feats": null, "head": 13, "id": 8, "lemma": ",", "misc": "", "start_char": 37, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 42, "feats": null, "head": 13, "id": 9, "lemma": "but", "misc": "", "start_char": 39, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj:pass", "end_char": 45, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 10, "lemma": "he", "misc": "", "start_char": 43, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 48, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 11, "lemma": "be", "misc": "", "start_char": 46, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "aux:pass", "end_char": 54, "feats": "VerbForm=Ger", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 49, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "conj", "end_char": 60, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 4, "id": 13, "lemma": "move", "misc": "", "start_char": 55, "text": "moved", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 67, "feats": null, "head": 13, "id": 14, "lemma": "around", "misc": "", "start_char": 61, "text": "around", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 73, "feats": null, "head": 13, "id": 15, "lemma": "again", "misc": "", "start_char": 68, "text": "again", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 75, "feats": null, "head": 4, "id": 16, "lemma": ".", "misc": "", "start_char": 74, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 9, 9 ] ], [ [ 0, 6, 6 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
3feb04861f87eee05da12dc5e74be3b0
But William is still better and Alfred is pretty good especially when you have a great shot at resigning him.
[ { "end_char": 109, "id": 1, "misc": { "parse_tree": "(ROOT (S (CC But) (S (NP (NNP William)) (VP (VBZ is) (ADVP (RB still)) (ADJP (JJR better)))) (CC and) (S (NP (NNP Alfred)) (VP (VBZ is) (ADJP (RB pretty) (JJ good)) (SBAR (WHADVP (RB especially) (WRB when)) (S (NP (PRP you)) (VP (VBP have) (NP (NP (DT a) (JJ great) (NN shot)) (PP (IN at) (S (VP (VBG resigning) (NP (PRP him))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "But William is still better and Alfred is pretty good especially when you have a great shot at resigning him.", "tokens": [ { "deprel": "cc", "end_char": 3, "feats": null, "head": 5, "id": 1, "lemma": "but", "misc": "", "start_char": 0, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 11, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "William", "misc": "", "start_char": 4, "text": "William", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 14, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 12, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 20, "feats": null, "head": 5, "id": 4, "lemma": "still", "misc": "", "start_char": 15, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 27, "feats": "Degree=Cmp", "head": 0, "id": 5, "lemma": "good", "misc": "", "start_char": 21, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "cc", "end_char": 31, "feats": null, "head": 10, "id": 6, "lemma": "and", "misc": "", "start_char": 28, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 38, "feats": "Number=Sing", "head": 10, "id": 7, "lemma": "Alfred", "misc": "", "start_char": 32, "text": "Alfred", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 41, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 8, "lemma": "be", "misc": "", "start_char": 39, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 48, "feats": null, "head": 10, "id": 9, "lemma": "pretty", "misc": "", "start_char": 42, "text": "pretty", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 53, "feats": "Degree=Pos", "head": 5, "id": 10, "lemma": "good", "misc": "", "start_char": 49, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 64, "feats": null, "head": 14, "id": 11, "lemma": "especially", "misc": "", "start_char": 54, "text": "especially", "upos": "ADV", "xpos": "RB" }, { "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|Person=2|PronType=Prs", "head": 14, "id": 13, "lemma": "you", "misc": "", "start_char": 70, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 78, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 10, "id": 14, "lemma": "have", "misc": "", "start_char": 74, "text": "have", "upos": "VERB", "xpos": "VBP" }, { "deprel": "det", "end_char": 80, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 15, "lemma": "a", "misc": "", "start_char": 79, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 86, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "great", "misc": "", "start_char": 81, "text": "great", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 91, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "shot", "misc": "", "start_char": 87, "text": "shot", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 94, "feats": null, "head": 19, "id": 18, "lemma": "at", "misc": "", "start_char": 92, "text": "at", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 104, "feats": "VerbForm=Ger", "head": 17, "id": 19, "lemma": "resign", "misc": "", "start_char": 95, "text": "resigning", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 108, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 19, "id": 20, "lemma": "he", "misc": "", "start_char": 105, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 110, "feats": null, "head": 5, "id": 21, "lemma": ".", "misc": "", "start_char": 109, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 1, 1 ] ], [ [ 0, 6, 6 ], [ 0, 19, 19 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
75ba02176aa7131683b7279984fb7382
Michael has been smitten with Raymond ever since that cruise where he ` discovered' her.
[ { "end_char": 88, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Michael)) (VP (VBZ has) (VP (VBN been) (VP (VBN smitten) (PP (IN with) (NP (NNP Raymond))) (ADVP (RB ever)) (PP (IN since) (NP (NP (DT that) (NN cruise)) (SBAR (WHADVP (WRB where)) (S (NP (PRP he)) (VP (`` `) (VBD discovered) (`` ') (NP (PRP her)))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Michael has been smitten with Raymond ever since that cruise where he ` discovered' her.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 7, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Michael", "misc": "", "start_char": 0, "text": "Michael", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 11, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "have", "misc": "", "start_char": 8, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "aux:pass", "end_char": 16, "feats": "Tense=Past|VerbForm=Part", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 12, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "root", "end_char": 24, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 4, "lemma": "smitten", "misc": "", "start_char": 17, "text": "smitten", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 29, "feats": null, "head": 6, "id": 5, "lemma": "with", "misc": "", "start_char": 25, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 37, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "Raymond", "misc": "", "start_char": 30, "text": "Raymond", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 42, "feats": null, "head": 10, "id": 7, "lemma": "ever", "misc": "", "start_char": 38, "text": "ever", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 48, "feats": null, "head": 10, "id": 8, "lemma": "since", "misc": "", "start_char": 43, "text": "since", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 53, "feats": "Number=Sing|PronType=Dem", "head": 10, "id": 9, "lemma": "that", "misc": "", "start_char": 49, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 60, "feats": "Number=Sing", "head": 4, "id": 10, "lemma": "cruise", "misc": "", "start_char": 54, "text": "cruise", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 66, "feats": "PronType=Rel", "head": 14, "id": 11, "lemma": "where", "misc": "", "start_char": 61, "text": "where", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 69, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 12, "lemma": "he", "misc": "", "start_char": 67, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 71, "feats": null, "head": 14, "id": 13, "lemma": "`", "misc": "", "start_char": 70, "text": "`", "upos": "PUNCT", "xpos": "``" }, { "deprel": "acl:relcl", "end_char": 82, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 14, "lemma": "discover", "misc": "", "start_char": 72, "text": "discovered", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 84, "feats": null, "head": 16, "id": 15, "lemma": "'", "misc": "", "start_char": 83, "text": "'", "upos": "PUNCT", "xpos": "``" }, { "deprel": "obj", "end_char": 88, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 16, "lemma": "her", "misc": "", "start_char": 85, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 90, "feats": null, "head": 4, "id": 17, "lemma": ".", "misc": "", "start_char": 89, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 11, 11 ] ], [ [ 0, 5, 5 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
b9aed7db09a7786c14386e34e847aae4
Do you think that Thomas is alive chillin with John because Churchill didn't see his brains hit the wall?
[ { "end_char": 105, "id": 1, "misc": { "parse_tree": "(ROOT (SQ (VBP Do) (NP (PRP you)) (VP (VB think) (SBAR (IN that) (S (NP (NNP Thomas)) (VP (VBZ is) (NP (JJ alive) (NN chillin)) (PP (IN with) (NP (NNP John))) (SBAR (IN because) (S (NP (NNP Churchill)) (VP (VBD did) (RB n't) (VP (VB see) (S (NP (PRP$ his) (NNS brains)) (VP (VB hit) (NP (DT the) (NN wall)))))))))))) (. ?)))" }, "speaker": null, "start_char": 0, "text": "Do you think that Thomas is alive chillin with John because Churchill didn't see his brains hit the wall?", "tokens": [ { "deprel": "aux", "end_char": 2, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 3, "id": 1, "lemma": "do", "misc": "", "start_char": 0, "text": "Do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 6, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 3, "id": 2, "lemma": "you", "misc": "", "start_char": 3, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 12, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "think", "misc": "", "start_char": 7, "text": "think", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 17, "feats": null, "head": 8, "id": 4, "lemma": "that", "misc": "", "start_char": 13, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 24, "feats": "Number=Sing", "head": 8, "id": 5, "lemma": "Thomas", "misc": "", "start_char": 18, "text": "Thomas", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 27, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 6, "lemma": "be", "misc": "", "start_char": 25, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 33, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "alive", "misc": "", "start_char": 28, "text": "alive", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "ccomp", "end_char": 41, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "chillin", "misc": "", "start_char": 34, "text": "chillin", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 46, "feats": null, "head": 10, "id": 9, "lemma": "with", "misc": "", "start_char": 42, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 51, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "John", "misc": "", "start_char": 47, "text": "John", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 59, "feats": null, "head": 15, "id": 11, "lemma": "because", "misc": "", "start_char": 52, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 69, "feats": "Number=Sing", "head": 15, "id": 12, "lemma": "Churchill", "misc": "", "start_char": 60, "text": "Churchill", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 73, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 15, "id": 13, "lemma": "do", "misc": "", "start_char": 70, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 77, "feats": null, "head": 15, "id": 14, "lemma": "not", "misc": "", "start_char": 74, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 81, "feats": "VerbForm=Inf", "head": 8, "id": 15, "lemma": "see", "misc": "", "start_char": 78, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 85, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 17, "id": 16, "lemma": "his", "misc": "", "start_char": 82, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 92, "feats": "Number=Plur", "head": 18, "id": 17, "lemma": "brain", "misc": "", "start_char": 86, "text": "brains", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "ccomp", "end_char": 96, "feats": "VerbForm=Inf", "head": 15, "id": 18, "lemma": "hit", "misc": "", "start_char": 93, "text": "hit", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 100, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 19, "lemma": "the", "misc": "", "start_char": 97, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 105, "feats": "Number=Sing", "head": 18, "id": 20, "lemma": "wall", "misc": "", "start_char": 101, "text": "wall", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 107, "feats": null, "head": 3, "id": 21, "lemma": "?", "misc": "", "start_char": 106, "text": "?", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 4, 4 ], [ 0, 15, 15 ] ], [ [ 0, 9, 9 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
be9c6817db697dd1b6bb6577d95e0e0c
Joe asked Ronnie if he was interested in a missile-based defense system, as immediate action would be necessary if Yugoslavia was to be attacked.
[ { "end_char": 145, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Joe)) (VP (VBD asked) (NP (NNP Ronnie)) (SBAR (IN if) (S (NP (PRP he)) (VP (VBD was) (ADJP (JJ interested) (PP (IN in) (NP (DT a) (JJ missile-based) (NN defense) (NN system))))))) (, ,) (SBAR (IN as) (S (NP (JJ immediate) (NN action)) (VP (MD would) (VP (VB be) (ADJP (JJ necessary)) (SBAR (IN if) (S (NP (NNP Yugoslavia)) (VP (VBD was) (S (VP (TO to) (VP (VB be) (VP (VBN attacked))))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Joe asked Ronnie if he was interested in a missile-based defense system, as immediate action would be necessary if Yugoslavia was to be attacked.", "tokens": [ { "deprel": "nsubj", "end_char": 3, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Joe", "misc": "", "start_char": 0, "text": "Joe", "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": "ask", "misc": "", "start_char": 4, "text": "asked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 16, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Ronnie", "misc": "", "start_char": 10, "text": "Ronnie", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 19, "feats": null, "head": 7, "id": 4, "lemma": "if", "misc": "", "start_char": 17, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 22, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 5, "lemma": "he", "misc": "", "start_char": 20, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 26, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 23, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 37, "feats": "Degree=Pos", "head": 2, "id": 7, "lemma": "interested", "misc": "", "start_char": 27, "text": "interested", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 40, "feats": null, "head": 12, "id": 8, "lemma": "in", "misc": "", "start_char": 38, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 42, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 9, "lemma": "a", "misc": "", "start_char": 41, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 56, "feats": "Degree=Pos", "head": 12, "id": 10, "lemma": "missile-based", "misc": "", "start_char": 43, "text": "missile-based", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "compound", "end_char": 64, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "defense", "misc": "", "start_char": 57, "text": "defense", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 71, "feats": "Number=Sing", "head": 7, "id": 12, "lemma": "system", "misc": "", "start_char": 65, "text": "system", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 73, "feats": null, "head": 19, "id": 13, "lemma": ",", "misc": "", "start_char": 72, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 76, "feats": null, "head": 19, "id": 14, "lemma": "as", "misc": "", "start_char": 74, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "amod", "end_char": 86, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "immediate", "misc": "", "start_char": 77, "text": "immediate", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 93, "feats": "Number=Sing", "head": 19, "id": 16, "lemma": "action", "misc": "", "start_char": 87, "text": "action", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 99, "feats": "VerbForm=Fin", "head": 19, "id": 17, "lemma": "would", "misc": "", "start_char": 94, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 102, "feats": "VerbForm=Inf", "head": 19, "id": 18, "lemma": "be", "misc": "", "start_char": 100, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advcl", "end_char": 112, "feats": "Degree=Pos", "head": 2, "id": 19, "lemma": "necessary", "misc": "", "start_char": 103, "text": "necessary", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 115, "feats": null, "head": 25, "id": 20, "lemma": "if", "misc": "", "start_char": 113, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj:pass", "end_char": 126, "feats": "Number=Sing", "head": 25, "id": 21, "lemma": "Yugoslavia", "misc": "", "start_char": 116, "text": "Yugoslavia", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 130, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 25, "id": 22, "lemma": "be", "misc": "", "start_char": 127, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "mark", "end_char": 133, "feats": null, "head": 25, "id": 23, "lemma": "to", "misc": "", "start_char": 131, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "aux:pass", "end_char": 136, "feats": "VerbForm=Inf", "head": 25, "id": 24, "lemma": "be", "misc": "", "start_char": 134, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advcl", "end_char": 145, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 19, "id": 25, "lemma": "attack", "misc": "", "start_char": 137, "text": "attacked", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 147, "feats": null, "head": 2, "id": 26, "lemma": ".", "misc": "", "start_char": 146, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 2 ], [ 0, 4, 4 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
ceee091607a9c38306812cb934b54a41
Jarrett wears John down until he is forced to fly to the sun to recharge.
[ { "end_char": 73, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Jarrett)) (VP (VBZ wears) (NP (NNP John)) (PRT (RB down)) (SBAR (IN until) (S (NP (PRP he)) (VP (VBZ is) (VP (VBN forced) (S (VP (TO to) (VP (VB fly) (PP (IN to) (NP (DT the) (NN sun))) (S (VP (TO to) (VP (VB recharge)))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Jarrett wears John down until he is forced to fly to the sun to recharge.", "tokens": [ { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Jarrett", "misc": "", "start_char": 0, "text": "Jarrett", "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": "wear", "misc": "", "start_char": 8, "text": "wears", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 18, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "John", "misc": "", "start_char": 14, "text": "John", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 23, "feats": null, "head": 2, "id": 4, "lemma": "down", "misc": "", "start_char": 19, "text": "down", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 29, "feats": null, "head": 8, "id": 5, "lemma": "until", "misc": "", "start_char": 24, "text": "until", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj:pass", "end_char": 32, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 6, "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": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 33, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 42, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 8, "lemma": "force", "misc": "", "start_char": 36, "text": "forced", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 45, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 43, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 49, "feats": "VerbForm=Inf", "head": 8, "id": 10, "lemma": "fly", "misc": "", "start_char": 46, "text": "fly", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 52, "feats": null, "head": 13, "id": 11, "lemma": "to", "misc": "", "start_char": 50, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 56, "feats": "Definite=Def|PronType=Art", "head": 13, "id": 12, "lemma": "the", "misc": "", "start_char": 53, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 60, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "sun", "misc": "", "start_char": 57, "text": "sun", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 63, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 61, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 72, "feats": "VerbForm=Inf", "head": 10, "id": 15, "lemma": "recharge", "misc": "", "start_char": 64, "text": "recharge", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 74, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 73, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 2 ], [ 0, 5, 5 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
f6ee52eb0896830147224fd61fb8a2c5
But I would replace Alton with Thomas, since his shot calling is so good.
[ { "end_char": 73, "id": 1, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (PRP I)) (VP (MD would) (VP (VB replace) (NP (NNP Alton)) (PP (IN with) (NP (NNP Thomas))) (, ,) (SBAR (IN since) (S (NP (PRP$ his) (NN shot) (NN calling)) (VP (VBZ is) (ADJP (RB so) (JJ good))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "But I would replace Alton with Thomas, since his shot calling is so good.", "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": 5, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "I", "misc": "", "start_char": 4, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 11, "feats": "VerbForm=Fin", "head": 4, "id": 3, "lemma": "would", "misc": "", "start_char": 6, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 19, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "replace", "misc": "", "start_char": 12, "text": "replace", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 25, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Alton", "misc": "", "start_char": 20, "text": "Alton", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 30, "feats": null, "head": 7, "id": 6, "lemma": "with", "misc": "", "start_char": 26, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 37, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "Thomas", "misc": "", "start_char": 31, "text": "Thomas", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 39, "feats": null, "head": 4, "id": 8, "lemma": ",", "misc": "", "start_char": 38, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 45, "feats": null, "head": 15, "id": 9, "lemma": "since", "misc": "", "start_char": 40, "text": "since", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 49, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 12, "id": 10, "lemma": "his", "misc": "", "start_char": 46, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 54, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "shot", "misc": "", "start_char": 50, "text": "shot", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 62, "feats": "Number=Sing", "head": 15, "id": 12, "lemma": "calling", "misc": "", "start_char": 55, "text": "calling", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 65, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 13, "lemma": "be", "misc": "", "start_char": 63, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 68, "feats": null, "head": 15, "id": 14, "lemma": "so", "misc": "", "start_char": 66, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 73, "feats": "Degree=Pos", "head": 4, "id": 15, "lemma": "good", "misc": "", "start_char": 69, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 75, "feats": null, "head": 4, "id": 16, "lemma": ".", "misc": "", "start_char": 74, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 4, 4 ] ], [ [ 0, 6, 6 ], [ 0, 9, 9 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
3f8a92c33ad6cec68d2e0c265383f97b
But Ruby cannot see Barbara either, because in order to do so, she has to turn her head * toward her own past.
[ { "end_char": 110, "id": 1, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (NNP Ruby)) (VP (MD can) (RB not) (VP (VB see) (NP (NNP Barbara)) (ADVP (CC either)) (, ,) (SBAR (IN because) (S (SBAR (IN in) (NN order) (S (VP (TO to) (VP (VB do) (ADVP (RB so)))))) (, ,) (NP (PRP she)) (VP (VBZ has) (S (VP (TO to) (VP (VB turn) (NP (PRP$ her) (NN head)) (PP (NFP *) (PP (IN toward) (NP (PRP$ her) (JJ own) (NN past)))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "But Ruby cannot see Barbara either, because in order to do so, she has to turn her head * toward her own past.", "tokens": [ { "deprel": "cc", "end_char": 3, "feats": null, "head": 5, "id": 1, "lemma": "but", "misc": "", "start_char": 0, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 8, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "Ruby", "misc": "", "start_char": 4, "text": "Ruby", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 12, "feats": "VerbForm=Fin", "head": 5, "id": 3, "lemma": "can", "misc": "", "start_char": 9, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 16, "feats": null, "head": 5, "id": 4, "lemma": "not", "misc": "", "start_char": 13, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 20, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "see", "misc": "", "start_char": 17, "text": "see", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 28, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "Barbara", "misc": "", "start_char": 21, "text": "Barbara", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 35, "feats": null, "head": 5, "id": 7, "lemma": "either", "misc": "", "start_char": 29, "text": "either", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "punct", "end_char": 37, "feats": null, "head": 5, "id": 8, "lemma": ",", "misc": "", "start_char": 36, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 45, "feats": null, "head": 17, "id": 9, "lemma": "because", "misc": "", "start_char": 38, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "mark", "end_char": 48, "feats": null, "head": 13, "id": 10, "lemma": "in", "misc": "", "start_char": 46, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 54, "feats": "Number=Sing", "head": 10, "id": 11, "lemma": "order", "misc": "", "start_char": 49, "text": "order", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 57, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 55, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 60, "feats": "VerbForm=Inf", "head": 17, "id": 13, "lemma": "do", "misc": "", "start_char": 58, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 63, "feats": null, "head": 13, "id": 14, "lemma": "so", "misc": "", "start_char": 61, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 65, "feats": null, "head": 13, "id": 15, "lemma": ",", "misc": "", "start_char": 64, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 69, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 16, "lemma": "she", "misc": "", "start_char": 66, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 73, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 17, "lemma": "have", "misc": "", "start_char": 70, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 76, "feats": null, "head": 19, "id": 18, "lemma": "to", "misc": "", "start_char": 74, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 81, "feats": "VerbForm=Inf", "head": 17, "id": 19, "lemma": "turn", "misc": "", "start_char": 77, "text": "turn", "upos": "VERB", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 85, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 21, "id": 20, "lemma": "her", "misc": "", "start_char": 82, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obj", "end_char": 90, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "head", "misc": "", "start_char": 86, "text": "head", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 92, "feats": null, "head": 19, "id": 22, "lemma": "*", "misc": "", "start_char": 91, "text": "*", "upos": "PUNCT", "xpos": "NFP" }, { "deprel": "case", "end_char": 99, "feats": null, "head": 26, "id": 23, "lemma": "toward", "misc": "", "start_char": 93, "text": "toward", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 103, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 26, "id": 24, "lemma": "her", "misc": "", "start_char": 100, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 107, "feats": "Degree=Pos", "head": 26, "id": 25, "lemma": "own", "misc": "", "start_char": 104, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obl", "end_char": 112, "feats": "Number=Sing", "head": 19, "id": 26, "lemma": "past", "misc": "", "start_char": 108, "text": "past", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 114, "feats": null, "head": 5, "id": 27, "lemma": ".", "misc": "", "start_char": 113, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 1, 1 ], [ 0, 15, 15 ] ], [ [ 0, 5, 5 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
00d373f9a24998b4d66646106f90e799
Lance along with re-signing Marc or do you expect to lose him?
[ { "end_char": 62, "id": 1, "misc": { "parse_tree": "(ROOT (NP (NP (NNP Lance)) (PP (RB along) (PP (IN with) (S (S (VP (VBG re-signing) (NP (NNP Marc))) (CC or) (SQ (VBP do) (NP (PRP you)) (VP (VB expect) (S (VP (TO to) (VP (VB lose) (NP (PRP him))))))))))) (. ?)))" }, "speaker": null, "start_char": 0, "text": "Lance along with re-signing Marc or do you expect to lose him?", "tokens": [ { "deprel": "root", "end_char": 5, "feats": "Number=Sing", "head": 0, "id": 1, "lemma": "Lance", "misc": "", "start_char": 0, "text": "Lance", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 11, "feats": null, "head": 1, "id": 2, "lemma": "along", "misc": "", "start_char": 6, "text": "along", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 16, "feats": null, "head": 4, "id": 3, "lemma": "with", "misc": "", "start_char": 12, "text": "with", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "acl", "end_char": 27, "feats": "VerbForm=Ger", "head": 1, "id": 4, "lemma": "re-sign", "misc": "", "start_char": 17, "text": "re-signing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 32, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Marc", "misc": "", "start_char": 28, "text": "Marc", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 35, "feats": null, "head": 9, "id": 6, "lemma": "or", "misc": "", "start_char": 33, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux", "end_char": 38, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 9, "id": 7, "lemma": "do", "misc": "", "start_char": 36, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "nsubj", "end_char": 42, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 9, "id": 8, "lemma": "you", "misc": "", "start_char": 39, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 49, "feats": "VerbForm=Inf", "head": 1, "id": 9, "lemma": "expect", "misc": "", "start_char": 43, "text": "expect", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 52, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 50, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 57, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "lose", "misc": "", "start_char": 53, "text": "lose", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 61, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 12, "lemma": "he", "misc": "", "start_char": 58, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 63, "feats": null, "head": 1, "id": 13, "lemma": "?", "misc": "", "start_char": 62, "text": "?", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 11, 11 ] ], [ [ 0, 4, 4 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
eee9208b06acc9ba8e20281521a5403a
Ron should've won for What's James but somehow Tommy Lee Jones beat him for his role in the Fugitive.
[ { "end_char": 101, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Ron)) (VP (MD should) (VP (VB 've) (VP (VBN won) (PP (IN for) (SBAR (WHNP (WP What)) (S (VP (VBZ 's) (NP (NNP James)))))))))) (CC but) (S (ADVP (RB somehow)) (NP (NNP Tommy) (NNP Lee) (NNP Jones)) (VP (VBD beat) (NP (PRP him)) (PP (IN for) (NP (NP (PRP$ his) (NN role)) (PP (IN in) (NP (DT the) (NN Fugitive))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Ron should've won for What's James but somehow Tommy Lee Jones beat him for his role in the Fugitive.", "tokens": [ { "deprel": "nsubj", "end_char": 3, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Ron", "misc": "", "start_char": 0, "text": "Ron", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 10, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "should", "misc": "", "start_char": 4, "text": "should", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux", "end_char": 14, "feats": "VerbForm=Inf", "head": 4, "id": 3, "lemma": "have", "misc": "", "start_char": 11, "text": "'ve", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 18, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 4, "lemma": "win", "misc": "", "start_char": 15, "text": "won", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 22, "feats": null, "head": 6, "id": 5, "lemma": "for", "misc": "", "start_char": 19, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 27, "feats": "PronType=Rel", "head": 4, "id": 6, "lemma": "what", "misc": "", "start_char": 23, "text": "What", "upos": "PRON", "xpos": "WP" }, { "deprel": "cop", "end_char": 30, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 28, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 36, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "James", "misc": "", "start_char": 31, "text": "James", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 40, "feats": null, "head": 14, "id": 9, "lemma": "but", "misc": "", "start_char": 37, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 48, "feats": null, "head": 14, "id": 10, "lemma": "somehow", "misc": "", "start_char": 41, "text": "somehow", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 54, "feats": "Number=Sing", "head": 14, "id": 11, "lemma": "Tommy", "misc": "", "start_char": 49, "text": "Tommy", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 58, "feats": "Number=Sing", "head": 11, "id": 12, "lemma": "Lee", "misc": "", "start_char": 55, "text": "Lee", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 64, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "Jones", "misc": "", "start_char": 59, "text": "Jones", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "conj", "end_char": 69, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 14, "lemma": "beat", "misc": "", "start_char": 65, "text": "beat", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 73, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 15, "lemma": "he", "misc": "", "start_char": 70, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 77, "feats": null, "head": 18, "id": 16, "lemma": "for", "misc": "", "start_char": 74, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 81, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 18, "id": 17, "lemma": "his", "misc": "", "start_char": 78, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 86, "feats": "Number=Sing", "head": 14, "id": 18, "lemma": "role", "misc": "", "start_char": 82, "text": "role", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 89, "feats": null, "head": 21, "id": 19, "lemma": "in", "misc": "", "start_char": 87, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 93, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 20, "lemma": "the", "misc": "", "start_char": 90, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 102, "feats": "Number=Sing", "head": 18, "id": 21, "lemma": "fugitive", "misc": "", "start_char": 94, "text": "Fugitive", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 104, "feats": null, "head": 4, "id": 22, "lemma": ".", "misc": "", "start_char": 103, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 14, 14 ] ], [ [ 0, 7, 7 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
eb2cbe31677d766127aa74b9fcfceb74
Tyler was scheduled to be working one of the nights Israel was there, but he bailed.
[ { "end_char": 84, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Tyler)) (VP (VBD was) (VP (VBN scheduled) (S (VP (TO to) (VP (VB be) (VP (VBG working) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (NNS nights)) (SBAR (S (NP (NNP Israel)) (VP (VBD was) (ADVP (RB there))))))))))))))) (, ,) (CC but) (S (NP (PRP he)) (VP (VBD bailed))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Tyler was scheduled to be working one of the nights Israel was there, but he bailed.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 5, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Tyler", "misc": "", "start_char": 0, "text": "Tyler", "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": 19, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 3, "lemma": "schedule", "misc": "", "start_char": 10, "text": "scheduled", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 22, "feats": null, "head": 6, "id": 4, "lemma": "to", "misc": "", "start_char": 20, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "aux", "end_char": 25, "feats": "VerbForm=Inf", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 23, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 33, "feats": "Tense=Pres|VerbForm=Part", "head": 3, "id": 6, "lemma": "work", "misc": "", "start_char": 26, "text": "working", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 37, "feats": "NumForm=Word|NumType=Card", "head": 6, "id": 7, "lemma": "one", "misc": "", "start_char": 34, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 40, "feats": null, "head": 10, "id": 8, "lemma": "of", "misc": "", "start_char": 38, "text": "of", "upos": "ADP", "xpos": "IN" }, { "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": "nmod", "end_char": 51, "feats": "Number=Plur", "head": 7, "id": 10, "lemma": "night", "misc": "", "start_char": 45, "text": "nights", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 58, "feats": "Number=Sing", "head": 13, "id": 11, "lemma": "Israel", "misc": "", "start_char": 52, "text": "Israel", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 62, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 59, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 68, "feats": "PronType=Dem", "head": 10, "id": 13, "lemma": "there", "misc": "", "start_char": 63, "text": "there", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 70, "feats": null, "head": 17, "id": 14, "lemma": ",", "misc": "", "start_char": 69, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 74, "feats": null, "head": 17, "id": 15, "lemma": "but", "misc": "", "start_char": 71, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 77, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 16, "lemma": "he", "misc": "", "start_char": 75, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 84, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 17, "lemma": "bail", "misc": "", "start_char": 78, "text": "bailed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 86, "feats": null, "head": 3, "id": 18, "lemma": ".", "misc": "", "start_char": 85, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 15, 15 ] ], [ [ 0, 10, 10 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
41811d0a205a6494ab8b64ae7ab4a5cd
Ricardo says to Alan, he doesn't answer but produces a doe to reveal that he loved Lilly.
[ { "end_char": 89, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Ricardo)) (VP (VBZ says) (PP (IN to) (NP (NNP Alan))))) (, ,) (S (NP (PRP he)) (VP (VP (VBZ does) (RB n't) (VP (VB answer))) (CC but) (VP (VBZ produces) (NP (NP (DT a) (NN doe)) (SBAR (S (VP (TO to) (VP (VB reveal) (SBAR (IN that) (S (NP (PRP he)) (VP (VBD loved) (NP (NNP Lilly))))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Ricardo says to Alan, he doesn't answer but produces a doe to reveal that he loved Lilly.", "tokens": [ { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Ricardo", "misc": "", "start_char": 0, "text": "Ricardo", "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": "say", "misc": "", "start_char": 8, "text": "says", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 15, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 13, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 20, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "Alan", "misc": "", "start_char": 16, "text": "Alan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 22, "feats": null, "head": 9, "id": 5, "lemma": ",", "misc": "", "start_char": 21, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 25, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 6, "lemma": "he", "misc": "", "start_char": 23, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 30, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 7, "lemma": "do", "misc": "", "start_char": 26, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 34, "feats": null, "head": 9, "id": 8, "lemma": "not", "misc": "", "start_char": 31, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 41, "feats": "VerbForm=Inf", "head": 2, "id": 9, "lemma": "answer", "misc": "", "start_char": 35, "text": "answer", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 45, "feats": null, "head": 11, "id": 10, "lemma": "but", "misc": "", "start_char": 42, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 54, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 11, "lemma": "produce", "misc": "", "start_char": 46, "text": "produces", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 56, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 55, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 60, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "doe", "misc": "", "start_char": 57, "text": "doe", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 63, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 61, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 70, "feats": "VerbForm=Inf", "head": 11, "id": 15, "lemma": "reveal", "misc": "", "start_char": 64, "text": "reveal", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 75, "feats": null, "head": 18, "id": 16, "lemma": "that", "misc": "", "start_char": 71, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 78, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 18, "id": 17, "lemma": "he", "misc": "", "start_char": 76, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 84, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 15, "id": 18, "lemma": "love", "misc": "", "start_char": 79, "text": "loved", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 90, "feats": "Number=Sing", "head": 18, "id": 19, "lemma": "Lilly", "misc": "", "start_char": 85, "text": "Lilly", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 92, "feats": null, "head": 2, "id": 20, "lemma": ".", "misc": "", "start_char": 91, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 3, 3 ], [ 0, 5, 5 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
bc3ed7d8149dbe8a247cc23b3277352d
Actually, remember how Jennifer forcibly kissed Jacqueline even when she said "no"?
[ { "end_char": 83, "id": 1, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Actually)) (, ,) (VP (VB remember) (SBAR (WHADVP (WRB how)) (S (NP (NNP Jennifer)) (ADVP (RB forcibly)) (VP (VBD kissed) (NP (NNP Jacqueline)) (WHADVP (WHADVP (RB even)) (SBAR (WHADVP (WRB when)) (S (NP (PRP she)) (VP (VBD said) (`` ``) (INTJ (UH no)) ('' ''))))))))) (. ?)))" }, "speaker": null, "start_char": 0, "text": "Actually, remember how Jennifer forcibly kissed Jacqueline even when she said \"no\"?", "tokens": [ { "deprel": "advmod", "end_char": 8, "feats": null, "head": 3, "id": 1, "lemma": "actually", "misc": "", "start_char": 0, "text": "Actually", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 10, "feats": null, "head": 3, "id": 2, "lemma": ",", "misc": "", "start_char": 9, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "root", "end_char": 19, "feats": "Mood=Imp|VerbForm=Fin", "head": 0, "id": 3, "lemma": "remember", "misc": "", "start_char": 11, "text": "remember", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 23, "feats": "PronType=Int", "head": 3, "id": 4, "lemma": "how", "misc": "", "start_char": 20, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 32, "feats": "Number=Sing", "head": 7, "id": 5, "lemma": "Jennifer", "misc": "", "start_char": 24, "text": "Jennifer", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 41, "feats": null, "head": 7, "id": 6, "lemma": "forcibly", "misc": "", "start_char": 33, "text": "forcibly", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl:relcl", "end_char": 48, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 7, "lemma": "kiss", "misc": "", "start_char": 42, "text": "kissed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 59, "feats": "Number=Sing", "head": 7, "id": 8, "lemma": "Jacqueline", "misc": "", "start_char": 49, "text": "Jacqueline", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 64, "feats": null, "head": 12, "id": 9, "lemma": "even", "misc": "", "start_char": 60, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 69, "feats": "PronType=Int", "head": 12, "id": 10, "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": 12, "id": 11, "lemma": "she", "misc": "", "start_char": 70, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 78, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 12, "lemma": "say", "misc": "", "start_char": 74, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 81, "feats": null, "head": 14, "id": 13, "lemma": "``", "misc": "", "start_char": 79, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "ccomp", "end_char": 84, "feats": null, "head": 12, "id": 14, "lemma": "no", "misc": "", "start_char": 82, "text": "no", "upos": "INTJ", "xpos": "UH" }, { "deprel": "punct", "end_char": 87, "feats": null, "head": 14, "id": 15, "lemma": "''", "misc": "", "start_char": 85, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 89, "feats": null, "head": 3, "id": 16, "lemma": "?", "misc": "", "start_char": 88, "text": "?", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 4, 4 ] ], [ [ 0, 7, 7 ], [ 0, 10, 10 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
090dad549b510f98d65c38731ae26a67
Patrick is in the ring with Edward, Shane comes and tells Patrick that if he doesn't fire them he will be fired himself.
[ { "end_char": 120, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Patrick)) (VP (VBZ is) (PP (IN in) (NP (DT the) (NN ring))) (PP (IN with) (NP (NNP Edward))))) (, ,) (S (NP (NNP Shane)) (VP (VBZ comes))) (CC and) (VP (VBZ tells) (NP (NNP Patrick)) (SBAR (IN that) (S (SBAR (IN if) (S (NP (PRP he)) (VP (VBZ does) (RB n't) (VP (VB fire) (NP (PRP them)))))) (NP (PRP he)) (VP (MD will) (VP (VB be) (VP (VBN fired) (NP (PRP himself)))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Patrick is in the ring with Edward, Shane comes and tells Patrick that if he doesn't fire them he will be fired himself.", "tokens": [ { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 5, "id": 1, "lemma": "Patrick", "misc": "", "start_char": 0, "text": "Patrick", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 10, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 8, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "case", "end_char": 13, "feats": null, "head": 5, "id": 3, "lemma": "in", "misc": "", "start_char": 11, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 17, "feats": "Definite=Def|PronType=Art", "head": 5, "id": 4, "lemma": "the", "misc": "", "start_char": 14, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 22, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "ring", "misc": "", "start_char": 18, "text": "ring", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 27, "feats": null, "head": 7, "id": 6, "lemma": "with", "misc": "", "start_char": 23, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 34, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "Edward", "misc": "", "start_char": 28, "text": "Edward", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 36, "feats": null, "head": 5, "id": 8, "lemma": ",", "misc": "", "start_char": 35, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 42, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "Shane", "misc": "", "start_char": 37, "text": "Shane", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "parataxis", "end_char": 48, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 10, "lemma": "come", "misc": "", "start_char": 43, "text": "comes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "cc", "end_char": 52, "feats": null, "head": 12, "id": 11, "lemma": "and", "misc": "", "start_char": 49, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 58, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 12, "lemma": "tell", "misc": "", "start_char": 53, "text": "tells", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "iobj", "end_char": 66, "feats": "Number=Sing", "head": 12, "id": 13, "lemma": "Patrick", "misc": "", "start_char": 59, "text": "Patrick", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 71, "feats": null, "head": 24, "id": 14, "lemma": "that", "misc": "", "start_char": 67, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "mark", "end_char": 74, "feats": null, "head": 19, "id": 15, "lemma": "if", "misc": "", "start_char": 72, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 77, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 19, "id": 16, "lemma": "he", "misc": "", "start_char": 75, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 82, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 19, "id": 17, "lemma": "do", "misc": "", "start_char": 78, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 86, "feats": null, "head": 19, "id": 18, "lemma": "not", "misc": "", "start_char": 83, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 91, "feats": "VerbForm=Inf", "head": 24, "id": 19, "lemma": "fire", "misc": "", "start_char": 87, "text": "fire", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 96, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 19, "id": 20, "lemma": "they", "misc": "", "start_char": 92, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "nsubj:pass", "end_char": 99, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 24, "id": 21, "lemma": "he", "misc": "", "start_char": 97, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 104, "feats": "VerbForm=Fin", "head": 24, "id": 22, "lemma": "will", "misc": "", "start_char": 100, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux:pass", "end_char": 107, "feats": "VerbForm=Inf", "head": 24, "id": 23, "lemma": "be", "misc": "", "start_char": 105, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "ccomp", "end_char": 113, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 12, "id": 24, "lemma": "fire", "misc": "", "start_char": 108, "text": "fired", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 121, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes", "head": 24, "id": 25, "lemma": "himself", "misc": "", "start_char": 114, "text": "himself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 123, "feats": null, "head": 5, "id": 26, "lemma": ".", "misc": "", "start_char": 122, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 15, 15 ] ], [ [ 0, 6, 6 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
399224d7bbc63543a8f80525ddd23196
Stephanie agrees and invites Lucille, but she is in a new relationship and declines.
[ { "end_char": 84, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Stephanie)) (VP (VBZ agrees) (CC and) (VBZ invites) (NP (NNP Lucille)))) (, ,) (CC but) (S (NP (PRP she)) (VP (VBZ is) (PP (IN in) (NP (NP (DT a) (JJ new) (NN relationship)) (CC and) (NP (VBZ declines)))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Stephanie agrees and invites Lucille, but she is in a new relationship and declines.", "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": 16, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "agree", "misc": "", "start_char": 10, "text": "agrees", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "cc", "end_char": 20, "feats": null, "head": 4, "id": 3, "lemma": "and", "misc": "", "start_char": 17, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 28, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 4, "lemma": "invite", "misc": "", "start_char": 21, "text": "invites", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 36, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "Lucille", "misc": "", "start_char": 29, "text": "Lucille", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 38, "feats": null, "head": 13, "id": 6, "lemma": ",", "misc": "", "start_char": 37, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 42, "feats": null, "head": 13, "id": 7, "lemma": "but", "misc": "", "start_char": 39, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 46, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 8, "lemma": "she", "misc": "", "start_char": 43, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 49, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 9, "lemma": "be", "misc": "", "start_char": 47, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "case", "end_char": 52, "feats": null, "head": 13, "id": 10, "lemma": "in", "misc": "", "start_char": 50, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 54, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 11, "lemma": "a", "misc": "", "start_char": 53, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 58, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "new", "misc": "", "start_char": 55, "text": "new", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 71, "feats": "Number=Sing", "head": 2, "id": 13, "lemma": "relationship", "misc": "", "start_char": 59, "text": "relationship", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 75, "feats": null, "head": 15, "id": 14, "lemma": "and", "misc": "", "start_char": 72, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 84, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 15, "lemma": "decline", "misc": "", "start_char": 76, "text": "declines", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 86, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 85, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 4, 4 ], [ 0, 7, 7 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
96bfd74d4a52d2e0b0a6b3e3a271d49f
Basically Tyrone was going to be a huge problem for Lee if he lived.
[ { "end_char": 68, "id": 1, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Basically)) (NP (NNP Tyrone)) (VP (VBD was) (VP (VBG going) (S (VP (TO to) (VP (VB be) (NP (DT a) (JJ huge) (NN problem)) (PP (IN for) (NP (NNP Lee))) (SBAR (IN if) (S (NP (PRP he)) (VP (VBD lived))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Basically Tyrone was going to be a huge problem for Lee if he lived.", "tokens": [ { "deprel": "advmod", "end_char": 9, "feats": null, "head": 4, "id": 1, "lemma": "basically", "misc": "", "start_char": 0, "text": "Basically", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 16, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "Tyrone", "misc": "", "start_char": 10, "text": "Tyrone", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 20, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 17, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 26, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 4, "lemma": "go", "misc": "", "start_char": 21, "text": "going", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 29, "feats": null, "head": 9, "id": 5, "lemma": "to", "misc": "", "start_char": 27, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 32, "feats": "VerbForm=Inf", "head": 9, "id": 6, "lemma": "be", "misc": "", "start_char": 30, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "det", "end_char": 34, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 7, "lemma": "a", "misc": "", "start_char": 33, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 39, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "huge", "misc": "", "start_char": 35, "text": "huge", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "xcomp", "end_char": 47, "feats": "Number=Sing", "head": 4, "id": 9, "lemma": "problem", "misc": "", "start_char": 40, "text": "problem", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 51, "feats": null, "head": 11, "id": 10, "lemma": "for", "misc": "", "start_char": 48, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 55, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "Lee", "misc": "", "start_char": 52, "text": "Lee", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 58, "feats": null, "head": 14, "id": 12, "lemma": "if", "misc": "", "start_char": 56, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 61, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 13, "lemma": "he", "misc": "", "start_char": 59, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 67, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 9, "id": 14, "lemma": "live", "misc": "", "start_char": 62, "text": "lived", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 69, "feats": null, "head": 4, "id": 15, "lemma": ".", "misc": "", "start_char": 68, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 1, 1 ], [ 0, 12, 12 ] ], [ [ 0, 10, 10 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
84252d3c0768757aba73d1223c6de3c9
But Jo seems willing to support Margaret even if her nomination is secured using fraud and dirty tricks against her.
[ { "end_char": 116, "id": 1, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (NNP Jo)) (VP (VBZ seems) (S (ADJP (JJ willing) (S (VP (TO to) (VP (VB support) (NP (NNP Margaret))))))) (SBAR (ADVP (RB even)) (IN if) (S (NP (PRP$ her) (NN nomination)) (VP (VBZ is) (VP (VBN secured) (S (VP (VBG using) (NP (NP (NN fraud)) (CC and) (NP (JJ dirty) (NNS tricks))) (PP (IN against) (NP (PRP her)))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "But Jo seems willing to support Margaret even if her nomination is secured using fraud and dirty tricks against her.", "tokens": [ { "deprel": "cc", "end_char": 3, "feats": null, "head": 3, "id": 1, "lemma": "but", "misc": "", "start_char": 0, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Jo", "misc": "", "start_char": 4, "text": "Jo", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "seem", "misc": "", "start_char": 7, "text": "seems", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "xcomp", "end_char": 20, "feats": "Degree=Pos", "head": 3, "id": 4, "lemma": "willing", "misc": "", "start_char": 13, "text": "willing", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 23, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 21, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 31, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "support", "misc": "", "start_char": 24, "text": "support", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 40, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "Margaret", "misc": "", "start_char": 32, "text": "Margaret", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 45, "feats": null, "head": 13, "id": 8, "lemma": "even", "misc": "", "start_char": 41, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 48, "feats": null, "head": 13, "id": 9, "lemma": "if", "misc": "", "start_char": 46, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 52, "feats": "Case=Gen|Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "her", "misc": "", "start_char": 49, "text": "her", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj:pass", "end_char": 63, "feats": "Number=Sing", "head": 13, "id": 11, "lemma": "nomination", "misc": "", "start_char": 53, "text": "nomination", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 66, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 64, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 74, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 6, "id": 13, "lemma": "secure", "misc": "", "start_char": 67, "text": "secured", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advcl", "end_char": 80, "feats": "VerbForm=Ger", "head": 13, "id": 14, "lemma": "use", "misc": "", "start_char": 75, "text": "using", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 86, "feats": "Number=Sing", "head": 14, "id": 15, "lemma": "fraud", "misc": "", "start_char": 81, "text": "fraud", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 90, "feats": null, "head": 18, "id": 16, "lemma": "and", "misc": "", "start_char": 87, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "amod", "end_char": 96, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "dirty", "misc": "", "start_char": 91, "text": "dirty", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 103, "feats": "Number=Plur", "head": 15, "id": 18, "lemma": "trick", "misc": "", "start_char": 97, "text": "tricks", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 111, "feats": null, "head": 20, "id": 19, "lemma": "against", "misc": "", "start_char": 104, "text": "against", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 115, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 20, "lemma": "her", "misc": "", "start_char": 112, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 117, "feats": null, "head": 3, "id": 21, "lemma": ".", "misc": "", "start_char": 116, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 1, 1 ] ], [ [ 0, 6, 6 ], [ 0, 9, 9 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
2fcc24383aa6ef20055eb8c6212e15d4
Ben pardoned a criminal by the name of James because he donated money to Hillary.
[ { "end_char": 81, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Ben)) (VP (VBD pardoned) (NP (DT a) (NN criminal)) (PP (IN by) (NP (NP (DT the) (NN name)) (PP (IN of) (NP (NNP James))))) (SBAR (IN because) (S (NP (PRP he)) (VP (VBD donated) (NP (NN money)) (PP (IN to) (NP (NNP Hillary))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Ben pardoned a criminal by the name of James because he donated money to Hillary.", "tokens": [ { "deprel": "nsubj", "end_char": 3, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Ben", "misc": "", "start_char": 0, "text": "Ben", "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": "pardon", "misc": "", "start_char": 4, "text": "pardoned", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 14, "feats": "Definite=Ind|PronType=Art", "head": 4, "id": 3, "lemma": "a", "misc": "", "start_char": 13, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 23, "feats": "Number=Sing", "head": 2, "id": 4, "lemma": "criminal", "misc": "", "start_char": 15, "text": "criminal", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 26, "feats": null, "head": 7, "id": 5, "lemma": "by", "misc": "", "start_char": 24, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 30, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 6, "lemma": "the", "misc": "", "start_char": 27, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 35, "feats": "Number=Sing", "head": 2, "id": 7, "lemma": "name", "misc": "", "start_char": 31, "text": "name", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 38, "feats": null, "head": 9, "id": 8, "lemma": "of", "misc": "", "start_char": 36, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 44, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "James", "misc": "", "start_char": 39, "text": "James", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 52, "feats": null, "head": 12, "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": 12, "id": 11, "lemma": "he", "misc": "", "start_char": 53, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 63, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 12, "lemma": "donate", "misc": "", "start_char": 56, "text": "donated", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 69, "feats": "Number=Sing", "head": 12, "id": 13, "lemma": "money", "misc": "", "start_char": 64, "text": "money", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 72, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 70, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 80, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "Hillary", "misc": "", "start_char": 73, "text": "Hillary", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 82, "feats": null, "head": 2, "id": 16, "lemma": ".", "misc": "", "start_char": 81, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 8, 8 ], [ 0, 10, 10 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
57b0340d907581073c7869549f9967d8
For Jay to treat Christopher as if he did something untoward is silly.
[ { "end_char": 70, "id": 1, "misc": { "parse_tree": "(ROOT (S (PP (IN For) (NP (NNP Jay))) (S (VP (TO to) (VP (VB treat) (NP (NNP Christopher)) (SBAR (IN as) (IN if) (S (NP (PRP he)) (VP (VBD did) (NP (NP (NN something)) (ADJP (JJ untoward))))))))) (VP (VBZ is) (ADJP (JJ silly))) (. .)))" }, "speaker": null, "start_char": 0, "text": "For Jay to treat Christopher as if he did something untoward is silly.", "tokens": [ { "deprel": "case", "end_char": 3, "feats": null, "head": 2, "id": 1, "lemma": "for", "misc": "", "start_char": 0, "text": "For", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 7, "feats": "Number=Sing", "head": 4, "id": 2, "lemma": "Jay", "misc": "", "start_char": 4, "text": "Jay", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 10, "feats": null, "head": 4, "id": 3, "lemma": "to", "misc": "", "start_char": 8, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "csubj", "end_char": 16, "feats": "VerbForm=Inf", "head": 13, "id": 4, "lemma": "treat", "misc": "", "start_char": 11, "text": "treat", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 28, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Christopher", "misc": "", "start_char": 17, "text": "Christopher", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 31, "feats": null, "head": 9, "id": 6, "lemma": "as", "misc": "", "start_char": 29, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "fixed", "end_char": 34, "feats": null, "head": 6, "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": 9, "id": 8, "lemma": "he", "misc": "", "start_char": 35, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 41, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 9, "lemma": "do", "misc": "", "start_char": 38, "text": "did", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 51, "feats": "Number=Sing|PronType=Ind", "head": 9, "id": 10, "lemma": "something", "misc": "", "start_char": 42, "text": "something", "upos": "PRON", "xpos": "NN" }, { "deprel": "amod", "end_char": 60, "feats": "Degree=Pos", "head": 10, "id": 11, "lemma": "untoward", "misc": "", "start_char": 52, "text": "untoward", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cop", "end_char": 63, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 61, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 69, "feats": "Degree=Pos", "head": 0, "id": 13, "lemma": "silly", "misc": "", "start_char": 64, "text": "silly", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 71, "feats": null, "head": 13, "id": 14, "lemma": ".", "misc": "", "start_char": 70, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 1, 1 ] ], [ [ 0, 4, 4 ], [ 0, 7, 7 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
1e46d3f2aca5deafca17d362ee122a9d
And Brian is a younger and more talented version of Gregory, but he may still think he has the value he carried with the packers.
[ { "end_char": 129, "id": 1, "misc": { "parse_tree": "(ROOT (S (CC And) (S (NP (NNP Brian)) (VP (VBZ is) (NP (NP (DT a) (ADJP (ADJP (JJR younger)) (CC and) (ADJP (RBR more) (JJ talented))) (NN version)) (PP (IN of) (NP (NNP Gregory)))))) (, ,) (CC but) (S (NP (PRP he)) (VP (MD may) (ADVP (RB still)) (VP (VB think) (SBAR (S (NP (PRP he)) (VP (VBZ has) (NP (NP (DT the) (NN value)) (SBAR (S (NP (PRP he)) (VP (VBD carried) (PP (IN with) (NP (DT the) (NNS packers))))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "And Brian is a younger and more talented version of Gregory, but he may still think he has the value he carried with the packers.", "tokens": [ { "deprel": "cc", "end_char": 3, "feats": null, "head": 9, "id": 1, "lemma": "and", "misc": "", "start_char": 0, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 9, "feats": "Number=Sing", "head": 9, "id": 2, "lemma": "Brian", "misc": "", "start_char": 4, "text": "Brian", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 3, "lemma": "be", "misc": "", "start_char": 10, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 14, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 4, "lemma": "a", "misc": "", "start_char": 13, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 22, "feats": "Degree=Cmp", "head": 9, "id": 5, "lemma": "young", "misc": "", "start_char": 15, "text": "younger", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "cc", "end_char": 26, "feats": null, "head": 8, "id": 6, "lemma": "and", "misc": "", "start_char": 23, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 31, "feats": "Degree=Cmp", "head": 8, "id": 7, "lemma": "more", "misc": "", "start_char": 27, "text": "more", "upos": "ADV", "xpos": "RBR" }, { "deprel": "conj", "end_char": 40, "feats": "Degree=Pos", "head": 5, "id": 8, "lemma": "talented", "misc": "", "start_char": 32, "text": "talented", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 48, "feats": "Number=Sing", "head": 0, "id": 9, "lemma": "version", "misc": "", "start_char": 41, "text": "version", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 51, "feats": null, "head": 11, "id": 10, "lemma": "of", "misc": "", "start_char": 49, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 59, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "Gregory", "misc": "", "start_char": 52, "text": "Gregory", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 61, "feats": null, "head": 17, "id": 12, "lemma": ",", "misc": "", "start_char": 60, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 65, "feats": null, "head": 17, "id": 13, "lemma": "but", "misc": "", "start_char": 62, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 68, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 14, "lemma": "he", "misc": "", "start_char": 66, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 72, "feats": "VerbForm=Fin", "head": 17, "id": 15, "lemma": "may", "misc": "", "start_char": 69, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 78, "feats": null, "head": 17, "id": 16, "lemma": "still", "misc": "", "start_char": 73, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 84, "feats": "VerbForm=Inf", "head": 9, "id": 17, "lemma": "think", "misc": "", "start_char": 79, "text": "think", "upos": "VERB", "xpos": "VB" }, { "deprel": "nsubj", "end_char": 87, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 19, "id": 18, "lemma": "he", "misc": "", "start_char": 85, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 91, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 19, "lemma": "have", "misc": "", "start_char": 88, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 95, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 20, "lemma": "the", "misc": "", "start_char": 92, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 101, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "value", "misc": "", "start_char": 96, "text": "value", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 104, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 23, "id": 22, "lemma": "he", "misc": "", "start_char": 102, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 112, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 21, "id": 23, "lemma": "carry", "misc": "", "start_char": 105, "text": "carried", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 117, "feats": null, "head": 26, "id": 24, "lemma": "with", "misc": "", "start_char": 113, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 121, "feats": "Definite=Def|PronType=Art", "head": 26, "id": 25, "lemma": "the", "misc": "", "start_char": 118, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 129, "feats": "Number=Plur", "head": 23, "id": 26, "lemma": "packer", "misc": "", "start_char": 122, "text": "packers", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 131, "feats": null, "head": 9, "id": 27, "lemma": ".", "misc": "", "start_char": 130, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 1, 1 ], [ 0, 13, 13 ] ], [ [ 0, 10, 10 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
ea482913a689d640160b116e0c376db0
Also if I recall correctly then Larry didn't look at Brett when he entered.
[ { "end_char": 75, "id": 1, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Also)) (SBAR (IN if) (S (NP (PRP I)) (VP (VBP recall) (ADVP (RB correctly))))) (ADVP (RB then)) (NP (NNP Larry)) (VP (VBD did) (RB n't) (VP (VB look) (PP (IN at) (NP (NNP Brett))) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD entered)))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Also if I recall correctly then Larry didn't look at Brett when he entered.", "tokens": [ { "deprel": "advmod", "end_char": 4, "feats": null, "head": 10, "id": 1, "lemma": "also", "misc": "", "start_char": 0, "text": "Also", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 7, "feats": null, "head": 4, "id": 2, "lemma": "if", "misc": "", "start_char": 5, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 9, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 3, "lemma": "I", "misc": "", "start_char": 8, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 16, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 10, "id": 4, "lemma": "recall", "misc": "", "start_char": 10, "text": "recall", "upos": "VERB", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 26, "feats": null, "head": 4, "id": 5, "lemma": "correctly", "misc": "", "start_char": 17, "text": "correctly", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 31, "feats": "PronType=Dem", "head": 10, "id": 6, "lemma": "then", "misc": "", "start_char": 27, "text": "then", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 37, "feats": "Number=Sing", "head": 10, "id": 7, "lemma": "Larry", "misc": "", "start_char": 32, "text": "Larry", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 41, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 8, "lemma": "do", "misc": "", "start_char": 38, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 45, "feats": null, "head": 10, "id": 9, "lemma": "not", "misc": "", "start_char": 42, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 50, "feats": "VerbForm=Inf", "head": 0, "id": 10, "lemma": "look", "misc": "", "start_char": 46, "text": "look", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 53, "feats": null, "head": 12, "id": 11, "lemma": "at", "misc": "", "start_char": 51, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 59, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "Brett", "misc": "", "start_char": 54, "text": "Brett", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 64, "feats": "PronType=Int", "head": 15, "id": 13, "lemma": "when", "misc": "", "start_char": 60, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 67, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 14, "lemma": "he", "misc": "", "start_char": 65, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 75, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 15, "lemma": "enter", "misc": "", "start_char": 68, "text": "entered", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 77, "feats": null, "head": 10, "id": 16, "lemma": ".", "misc": "", "start_char": 76, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 6, 6 ] ], [ [ 0, 11, 11 ], [ 0, 13, 13 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
1b2d05179416672718074f7b4500f0af
Robert was never a strong advocate for Daniel, he supported him because he was a Republican pick that Bush was adamant was a good nomination.
[ { "end_char": 141, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Robert)) (VP (VBD was) (ADVP (RB never)) (NP (NP (DT a) (JJ strong) (NN advocate)) (PP (IN for) (NP (NNP Daniel)))))) (, ,) (S (NP (PRP he)) (VP (VBD supported) (NP (PRP him)) (SBAR (IN because) (S (NP (PRP he)) (VP (VBD was) (NP (NP (DT a) (JJ Republican) (NN pick)) (SBAR (IN that) (S (S (NP (NNP Bush)) (VP (VBD was) (ADJP (JJ adamant)))) (VP (VBD was) (NP (DT a) (JJ good) (NN nomination))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Robert was never a strong advocate for Daniel, he supported him because he was a Republican pick that Bush was adamant was a good nomination.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 6, "id": 1, "lemma": "Robert", "misc": "", "start_char": 0, "text": "Robert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 10, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 2, "lemma": "be", "misc": "", "start_char": 7, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 16, "feats": null, "head": 6, "id": 3, "lemma": "never", "misc": "", "start_char": 11, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 18, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 17, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 25, "feats": "Degree=Pos", "head": 6, "id": 5, "lemma": "strong", "misc": "", "start_char": 19, "text": "strong", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 34, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "advocate", "misc": "", "start_char": 26, "text": "advocate", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 38, "feats": null, "head": 8, "id": 7, "lemma": "for", "misc": "", "start_char": 35, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 45, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "Daniel", "misc": "", "start_char": 39, "text": "Daniel", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 47, "feats": null, "head": 6, "id": 9, "lemma": ",", "misc": "", "start_char": 46, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 50, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 10, "lemma": "he", "misc": "", "start_char": 48, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 60, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 11, "lemma": "support", "misc": "", "start_char": 51, "text": "supported", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 64, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 12, "lemma": "he", "misc": "", "start_char": 61, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "mark", "end_char": 72, "feats": null, "head": 18, "id": 13, "lemma": "because", "misc": "", "start_char": 65, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 75, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 18, "id": 14, "lemma": "he", "misc": "", "start_char": 73, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 79, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 18, "id": 15, "lemma": "be", "misc": "", "start_char": 76, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 81, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 16, "lemma": "a", "misc": "", "start_char": 80, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 92, "feats": "Degree=Pos", "head": 18, "id": 17, "lemma": "Republican", "misc": "", "start_char": 82, "text": "Republican", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl", "end_char": 97, "feats": "Number=Sing", "head": 11, "id": 18, "lemma": "pick", "misc": "", "start_char": 93, "text": "pick", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 102, "feats": null, "head": 22, "id": 19, "lemma": "that", "misc": "", "start_char": 98, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 107, "feats": "Number=Sing", "head": 22, "id": 20, "lemma": "Bush", "misc": "", "start_char": 103, "text": "Bush", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 111, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 22, "id": 21, "lemma": "be", "misc": "", "start_char": 108, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 119, "feats": "Degree=Pos", "head": 18, "id": 22, "lemma": "adamant", "misc": "", "start_char": 112, "text": "adamant", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cop", "end_char": 123, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 26, "id": 23, "lemma": "be", "misc": "", "start_char": 120, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 125, "feats": "Definite=Ind|PronType=Art", "head": 26, "id": 24, "lemma": "a", "misc": "", "start_char": 124, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 130, "feats": "Degree=Pos", "head": 26, "id": 25, "lemma": "good", "misc": "", "start_char": 126, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "acl:relcl", "end_char": 141, "feats": "Number=Sing", "head": 18, "id": 26, "lemma": "nomination", "misc": "", "start_char": 131, "text": "nomination", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 143, "feats": null, "head": 6, "id": 27, "lemma": ".", "misc": "", "start_char": 142, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 9, 9 ] ], [ [ 0, 7, 7 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
2b784dc236e0e8d0a3d269146131e64a
Shannon said Herbert was terrible up until about a month ago, so there is no way he would have the same level of skill yet.
[ { "end_char": 123, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Shannon)) (VP (VBD said) (S (S (NP (NNP Herbert)) (VP (VBD was) (ADJP (JJ terrible)) (ADVP (RB up)) (PP (IN until) (ADVP (NP (RB about) (DT a) (NN month)) (RB ago))))) (, ,) (RB so) (S (NP (EX there)) (VP (VBZ is) (NP (NP (DT no) (NN way)) (SBAR (S (NP (PRP he)) (VP (MD would) (VP (VB have) (NP (NP (DT the) (JJ same) (NN level)) (PP (IN of) (NP (NN skill)))) (ADVP (RB yet))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Shannon said Herbert was terrible up until about a month ago, so there is no way he would have the same level of skill yet.", "tokens": [ { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Shannon", "misc": "", "start_char": 0, "text": "Shannon", "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": "say", "misc": "", "start_char": 8, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 20, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "Herbert", "misc": "", "start_char": 13, "text": "Herbert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 24, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 21, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 33, "feats": "Degree=Pos", "head": 2, "id": 5, "lemma": "terrible", "misc": "", "start_char": 25, "text": "terrible", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 36, "feats": null, "head": 5, "id": 6, "lemma": "up", "misc": "", "start_char": 34, "text": "up", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 42, "feats": null, "head": 11, "id": 7, "lemma": "until", "misc": "", "start_char": 37, "text": "until", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 48, "feats": null, "head": 10, "id": 8, "lemma": "about", "misc": "", "start_char": 43, "text": "about", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 50, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 49, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 56, "feats": "Number=Sing", "head": 11, "id": 10, "lemma": "month", "misc": "", "start_char": 51, "text": "month", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 60, "feats": null, "head": 5, "id": 11, "lemma": "ago", "misc": "", "start_char": 57, "text": "ago", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 62, "feats": null, "head": 15, "id": 12, "lemma": ",", "misc": "", "start_char": 61, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 65, "feats": null, "head": 15, "id": 13, "lemma": "so", "misc": "", "start_char": 63, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "expl", "end_char": 71, "feats": null, "head": 15, "id": 14, "lemma": "there", "misc": "", "start_char": 66, "text": "there", "upos": "PRON", "xpos": "EX" }, { "deprel": "parataxis", "end_char": 74, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 2, "id": 15, "lemma": "be", "misc": "", "start_char": 72, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 77, "feats": null, "head": 17, "id": 16, "lemma": "no", "misc": "", "start_char": 75, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "nsubj", "end_char": 81, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "way", "misc": "", "start_char": 78, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 84, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 20, "id": 18, "lemma": "he", "misc": "", "start_char": 82, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 90, "feats": "VerbForm=Fin", "head": 20, "id": 19, "lemma": "would", "misc": "", "start_char": 85, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 95, "feats": "VerbForm=Inf", "head": 17, "id": 20, "lemma": "have", "misc": "", "start_char": 91, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 99, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 21, "lemma": "the", "misc": "", "start_char": 96, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 104, "feats": "Degree=Pos", "head": 23, "id": 22, "lemma": "same", "misc": "", "start_char": 100, "text": "same", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 110, "feats": "Number=Sing", "head": 20, "id": 23, "lemma": "level", "misc": "", "start_char": 105, "text": "level", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 113, "feats": null, "head": 25, "id": 24, "lemma": "of", "misc": "", "start_char": 111, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 119, "feats": "Number=Sing", "head": 23, "id": 25, "lemma": "skill", "misc": "", "start_char": 114, "text": "skill", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 123, "feats": null, "head": 20, "id": 26, "lemma": "yet", "misc": "", "start_char": 120, "text": "yet", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 125, "feats": null, "head": 2, "id": 27, "lemma": ".", "misc": "", "start_char": 124, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 2 ], [ 0, 17, 17 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
5ccf655c390deedc827cde9efce0c3e6
Did Peter get sick from being around Darnell when he was sick?
[ { "end_char": 62, "id": 1, "misc": { "parse_tree": "(ROOT (SQ (VBD Did) (NP (NNP Peter)) (VP (VB get) (ADJP (JJ sick)) (PP (IN from) (S (VP (VBG being) (PP (IN around) (NP (NNP Darnell)))))) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD was) (ADJP (JJ sick)))))) (. ?)))" }, "speaker": null, "start_char": 0, "text": "Did Peter get sick from being around Darnell when he was sick?", "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": 9, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Peter", "misc": "", "start_char": 4, "text": "Peter", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 13, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "get", "misc": "", "start_char": 10, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 18, "feats": "Degree=Pos", "head": 3, "id": 4, "lemma": "sick", "misc": "", "start_char": 14, "text": "sick", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 23, "feats": null, "head": 8, "id": 5, "lemma": "from", "misc": "", "start_char": 19, "text": "from", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "cop", "end_char": 29, "feats": "VerbForm=Ger", "head": 8, "id": 6, "lemma": "be", "misc": "", "start_char": 24, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "case", "end_char": 36, "feats": null, "head": 8, "id": 7, "lemma": "around", "misc": "", "start_char": 30, "text": "around", "upos": "ADP", "xpos": "IN" }, { "deprel": "advcl", "end_char": 44, "feats": "Number=Sing", "head": 3, "id": 8, "lemma": "Darnell", "misc": "", "start_char": 37, "text": "Darnell", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 49, "feats": "PronType=Int", "head": 12, "id": 9, "lemma": "when", "misc": "", "start_char": 45, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 52, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 10, "lemma": "he", "misc": "", "start_char": 50, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 56, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 53, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 61, "feats": "Degree=Pos", "head": 8, "id": 12, "lemma": "sick", "misc": "", "start_char": 57, "text": "sick", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 63, "feats": null, "head": 3, "id": 13, "lemma": "?", "misc": "", "start_char": 62, "text": "?", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 1, 1 ] ], [ [ 0, 7, 7 ], [ 0, 9, 9 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
2eee138ec070bc8101b9521cbef5d790
But i do agree with your idea of Emanuel wanting Lee to start since he does give them the best chance to win.
[ { "end_char": 109, "id": 1, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (PRP i)) (VP (VBP do) (VP (VB agree) (PP (IN with) (NP (NP (PRP$ your) (NN idea)) (PP (IN of) (S (NP (NNP Emanuel)) (VP (VBG wanting) (S (NP (NNP Lee)) (VP (TO to) (VP (VB start)))) (SBAR (IN since) (S (NP (PRP he)) (VP (VBZ does) (VP (VB give) (NP (PRP them)) (NP (DT the) (JJS best) (NN chance) (S (VP (TO to) (VP (VB win)))))))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "But i do agree with your idea of Emanuel wanting Lee to start since he does give them the best chance to win.", "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": 5, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "I", "misc": "", "start_char": 4, "text": "i", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 8, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 4, "id": 3, "lemma": "do", "misc": "", "start_char": 6, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "root", "end_char": 14, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "agree", "misc": "", "start_char": 9, "text": "agree", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 19, "feats": null, "head": 7, "id": 5, "lemma": "with", "misc": "", "start_char": 15, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 24, "feats": "Case=Gen|Person=2|Poss=Yes|PronType=Prs", "head": 7, "id": 6, "lemma": "your", "misc": "", "start_char": 20, "text": "your", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 29, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "idea", "misc": "", "start_char": 25, "text": "idea", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 32, "feats": null, "head": 10, "id": 8, "lemma": "of", "misc": "", "start_char": 30, "text": "of", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 40, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "Emanuel", "misc": "", "start_char": 33, "text": "Emanuel", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "acl", "end_char": 48, "feats": "VerbForm=Ger", "head": 7, "id": 10, "lemma": "want", "misc": "", "start_char": 41, "text": "wanting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 52, "feats": "Number=Sing", "head": 10, "id": 11, "lemma": "Lee", "misc": "", "start_char": 49, "text": "Lee", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 55, "feats": null, "head": 13, "id": 12, "lemma": "to", "misc": "", "start_char": 53, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 61, "feats": "VerbForm=Inf", "head": 10, "id": 13, "lemma": "start", "misc": "", "start_char": 56, "text": "start", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 67, "feats": null, "head": 17, "id": 14, "lemma": "since", "misc": "", "start_char": 62, "text": "since", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 70, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 15, "lemma": "he", "misc": "", "start_char": 68, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 75, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 16, "lemma": "do", "misc": "", "start_char": 71, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 80, "feats": "VerbForm=Inf", "head": 10, "id": 17, "lemma": "give", "misc": "", "start_char": 76, "text": "give", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 85, "feats": "Case=Acc|Number=Plur|Person=3|PronType=Prs", "head": 17, "id": 18, "lemma": "they", "misc": "", "start_char": 81, "text": "them", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 89, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 19, "lemma": "the", "misc": "", "start_char": 86, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 94, "feats": "Degree=Sup", "head": 21, "id": 20, "lemma": "good", "misc": "", "start_char": 90, "text": "best", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "obj", "end_char": 101, "feats": "Number=Sing", "head": 17, "id": 21, "lemma": "chance", "misc": "", "start_char": 95, "text": "chance", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 104, "feats": null, "head": 23, "id": 22, "lemma": "to", "misc": "", "start_char": 102, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "acl", "end_char": 108, "feats": "VerbForm=Inf", "head": 21, "id": 23, "lemma": "win", "misc": "", "start_char": 105, "text": "win", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 110, "feats": null, "head": 4, "id": 24, "lemma": ".", "misc": "", "start_char": 109, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 8, 8 ] ], [ [ 0, 10, 10 ], [ 0, 14, 14 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
5d70712dffa1290a37347158b354d63f
Hui did not have a "crush" on Lillian when she was returning her to KL.
[ { "end_char": 71, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Hui)) (VP (VBD did) (RB not) (VP (VB have) (NP (DT a) (`` ``) (NN crush) ('' '')) (PP (IN on) (NP (NNP Lillian))) (SBAR (WHADVP (WRB when)) (S (NP (PRP she)) (VP (VBD was) (VP (VBG returning) (NP (PRP her)) (PP (IN to) (NP (NNP KL))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Hui did not have a \"crush\" on Lillian when she was returning her to KL.", "tokens": [ { "deprel": "nsubj", "end_char": 3, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Hui", "misc": "", "start_char": 0, "text": "Hui", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 7, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 2, "lemma": "do", "misc": "", "start_char": 4, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 11, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 8, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 16, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "have", "misc": "", "start_char": 12, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 18, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 5, "lemma": "a", "misc": "", "start_char": 17, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "punct", "end_char": 21, "feats": null, "head": 7, "id": 6, "lemma": "``", "misc": "", "start_char": 19, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "obj", "end_char": 27, "feats": "Number=Sing", "head": 4, "id": 7, "lemma": "crush", "misc": "", "start_char": 22, "text": "crush", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 30, "feats": null, "head": 7, "id": 8, "lemma": "''", "misc": "", "start_char": 28, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "case", "end_char": 33, "feats": null, "head": 10, "id": 9, "lemma": "on", "misc": "", "start_char": 31, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 41, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "Lillian", "misc": "", "start_char": 34, "text": "Lillian", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 46, "feats": "PronType=Int", "head": 14, "id": 11, "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": 14, "id": 12, "lemma": "she", "misc": "", "start_char": 47, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 54, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 51, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 64, "feats": "Tense=Pres|VerbForm=Part", "head": 4, "id": 14, "lemma": "return", "misc": "", "start_char": 55, "text": "returning", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 68, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 15, "lemma": "her", "misc": "", "start_char": 65, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 71, "feats": null, "head": 17, "id": 16, "lemma": "to", "misc": "", "start_char": 69, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 74, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "KL", "misc": "", "start_char": 72, "text": "KL", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 76, "feats": null, "head": 4, "id": 18, "lemma": ".", "misc": "", "start_char": 75, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 9, 9 ], [ 0, 11, 11 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
c8731f95c5e4529e4c85bfa5451c140a
As much as Russell would make Kevin, he's a tad too old.
[ { "end_char": 56, "id": 1, "misc": { "parse_tree": "(ROOT (S (ADVP (ADVP (RB As) (RB much)) (SBAR (IN as) (S (NP (NNP Russell)) (VP (MD would) (VP (VB make) (NP (NNP Kevin))))))) (, ,) (NP (PRP he)) (VP (VBZ 's) (NP (NP (DT a) (NN tad)) (ADJP (RB too) (JJ old)))) (. .)))" }, "speaker": null, "start_char": 0, "text": "As much as Russell would make Kevin, he's a tad too old.", "tokens": [ { "deprel": "advmod", "end_char": 2, "feats": null, "head": 2, "id": 1, "lemma": "as", "misc": "", "start_char": 0, "text": "As", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 7, "feats": "Degree=Pos", "head": 14, "id": 2, "lemma": "much", "misc": "", "start_char": 3, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 10, "feats": null, "head": 6, "id": 3, "lemma": "as", "misc": "", "start_char": 8, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 18, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "Russell", "misc": "", "start_char": 11, "text": "Russell", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 24, "feats": "VerbForm=Fin", "head": 6, "id": 5, "lemma": "would", "misc": "", "start_char": 19, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "advcl", "end_char": 29, "feats": "VerbForm=Inf", "head": 2, "id": 6, "lemma": "make", "misc": "", "start_char": 25, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 35, "feats": "Number=Sing", "head": 6, "id": 7, "lemma": "Kevin", "misc": "", "start_char": 30, "text": "Kevin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 37, "feats": null, "head": 14, "id": 8, "lemma": ",", "misc": "", "start_char": 36, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 40, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 14, "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": 14, "id": 10, "lemma": "be", "misc": "", "start_char": 41, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 45, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 11, "lemma": "a", "misc": "", "start_char": 44, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:npmod", "end_char": 49, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "tad", "misc": "", "start_char": 46, "text": "tad", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 53, "feats": null, "head": 14, "id": 13, "lemma": "too", "misc": "", "start_char": 50, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 57, "feats": "Degree=Pos", "head": 0, "id": 14, "lemma": "old", "misc": "", "start_char": 54, "text": "old", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 59, "feats": null, "head": 14, "id": 15, "lemma": ".", "misc": "", "start_char": 58, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 3, 3 ], [ 0, 8, 8 ] ], [ [ 0, 6, 6 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
12cea553224ef4c55122d8c9cd1c01ad
Finally, Kathy kept Lakisha for himself, after she was no longer of any use politically.
[ { "end_char": 88, "id": 1, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Finally)) (, ,) (NP (NNP Kathy)) (VP (VBD kept) (NP (NNP Lakisha)) (PP (IN for) (NP (PRP himself))) (, ,) (SBAR (IN after) (S (NP (PRP she)) (VP (VBD was) (ADVP (ADVP (RB no) (RBR longer)) (PP (IN of) (NP (DT any) (NN use)))) (ADVP (RB politically)))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Finally, Kathy kept Lakisha for himself, after she was no longer of any use politically.", "tokens": [ { "deprel": "advmod", "end_char": 7, "feats": null, "head": 4, "id": 1, "lemma": "finally", "misc": "", "start_char": 0, "text": "Finally", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 9, "feats": null, "head": 4, "id": 2, "lemma": ",", "misc": "", "start_char": 8, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 15, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "Kathy", "misc": "", "start_char": 10, "text": "Kathy", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 20, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "keep", "misc": "", "start_char": 16, "text": "kept", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 28, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Lakisha", "misc": "", "start_char": 21, "text": "Lakisha", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 32, "feats": null, "head": 7, "id": 6, "lemma": "for", "misc": "", "start_char": 29, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 40, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes", "head": 4, "id": 7, "lemma": "himself", "misc": "", "start_char": 33, "text": "himself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 42, "feats": null, "head": 4, "id": 8, "lemma": ",", "misc": "", "start_char": 41, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 48, "feats": null, "head": 16, "id": 9, "lemma": "after", "misc": "", "start_char": 43, "text": "after", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 52, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 16, "id": 10, "lemma": "she", "misc": "", "start_char": 49, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 56, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 11, "lemma": "be", "misc": "", "start_char": 53, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 59, "feats": null, "head": 13, "id": 12, "lemma": "no", "misc": "", "start_char": 57, "text": "no", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 66, "feats": "Degree=Cmp", "head": 16, "id": 13, "lemma": "long", "misc": "", "start_char": 60, "text": "longer", "upos": "ADV", "xpos": "RBR" }, { "deprel": "case", "end_char": 69, "feats": null, "head": 16, "id": 14, "lemma": "of", "misc": "", "start_char": 67, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 73, "feats": null, "head": 16, "id": 15, "lemma": "any", "misc": "", "start_char": 70, "text": "any", "upos": "DET", "xpos": "DT" }, { "deprel": "advcl", "end_char": 77, "feats": "Number=Sing", "head": 4, "id": 16, "lemma": "use", "misc": "", "start_char": 74, "text": "use", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 89, "feats": null, "head": 16, "id": 17, "lemma": "politically", "misc": "", "start_char": 78, "text": "politically", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 91, "feats": null, "head": 4, "id": 18, "lemma": ".", "misc": "", "start_char": 90, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 2, 2 ] ], [ [ 0, 4, 4 ], [ 0, 9, 9 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
50f9179786f427f107333fd4d53da454
Frances had a real connection with Helen, but later shut her out for being too independent.
[ { "end_char": 91, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Frances)) (VP (VP (VBD had) (NP (NP (DT a) (JJ real) (NN connection)) (PP (IN with) (NP (NNP Helen))))) (, ,) (CC but) (VP (ADVP (RBR later)) (VBD shut) (NP (PRP her)) (PRT (RP out)) (PP (IN for) (S (VP (VBG being) (ADJP (RB too) (JJ independent))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Frances had a real connection with Helen, but later shut her out for being too independent.", "tokens": [ { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "France", "misc": "", "start_char": 0, "text": "Frances", "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": "have", "misc": "", "start_char": 8, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 13, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 3, "lemma": "a", "misc": "", "start_char": 12, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 18, "feats": "Degree=Pos", "head": 5, "id": 4, "lemma": "real", "misc": "", "start_char": 14, "text": "real", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 29, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "connection", "misc": "", "start_char": 19, "text": "connection", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 34, "feats": null, "head": 7, "id": 6, "lemma": "with", "misc": "", "start_char": 30, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 40, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "Helen", "misc": "", "start_char": 35, "text": "Helen", "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": "advmod", "end_char": 52, "feats": "Degree=Cmp", "head": 11, "id": 10, "lemma": "late", "misc": "", "start_char": 47, "text": "later", "upos": "ADV", "xpos": "RBR" }, { "deprel": "conj", "end_char": 57, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 11, "lemma": "shut", "misc": "", "start_char": 53, "text": "shut", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 61, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 12, "lemma": "her", "misc": "", "start_char": 58, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "compound:prt", "end_char": 65, "feats": null, "head": 11, "id": 13, "lemma": "out", "misc": "", "start_char": 62, "text": "out", "upos": "ADP", "xpos": "RP" }, { "deprel": "mark", "end_char": 69, "feats": null, "head": 17, "id": 14, "lemma": "for", "misc": "", "start_char": 66, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "cop", "end_char": 75, "feats": "VerbForm=Ger", "head": 17, "id": 15, "lemma": "be", "misc": "", "start_char": 70, "text": "being", "upos": "AUX", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 79, "feats": null, "head": 17, "id": 16, "lemma": "too", "misc": "", "start_char": 76, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 91, "feats": "Degree=Pos", "head": 11, "id": 17, "lemma": "independent", "misc": "", "start_char": 80, "text": "independent", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 93, "feats": null, "head": 2, "id": 18, "lemma": ".", "misc": "", "start_char": 92, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 6, 6 ], [ 0, 11, 11 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
757db9edce29f9fe7a73fd9482f38652
Michael either resummoned Anthony or gave him a mana boost to keep on going to make sure Gilgamesh didn't succeed.
[ { "end_char": 114, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Michael)) (VP (VP (CC either) (VBD resummoned) (NP (NNP Anthony))) (CC or) (VP (VBD gave) (NP (PRP him)) (NP (NP (DT a) (NN mana) (NN boost)) (SBAR (S (VP (TO to) (VP (VB keep) (PRT (IN on)) (S (VP (VBG going) (S (VP (TO to) (VP (VB make) (ADJP (JJ sure) (SBAR (S (NP (NNP Gilgamesh)) (VP (VBD did) (RB n't) (VP (VB succeed)))))))))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Michael either resummoned Anthony or gave him a mana boost to keep on going to make sure Gilgamesh didn't succeed.", "tokens": [ { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Michael", "misc": "", "start_char": 0, "text": "Michael", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc:preconj", "end_char": 14, "feats": null, "head": 3, "id": 2, "lemma": "either", "misc": "", "start_char": 8, "text": "either", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "root", "end_char": 25, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "resummon", "misc": "", "start_char": 15, "text": "resummoned", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 33, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "Anthony", "misc": "", "start_char": 26, "text": "Anthony", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 36, "feats": null, "head": 6, "id": 5, "lemma": "or", "misc": "", "start_char": 34, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 41, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 6, "lemma": "give", "misc": "", "start_char": 37, "text": "gave", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 45, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 6, "id": 7, "lemma": "he", "misc": "", "start_char": 42, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 47, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 8, "lemma": "a", "misc": "", "start_char": 46, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 52, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "mana", "misc": "", "start_char": 48, "text": "mana", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 58, "feats": "Number=Sing", "head": 6, "id": 10, "lemma": "boost", "misc": "", "start_char": 53, "text": "boost", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 61, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 59, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 66, "feats": "VerbForm=Inf", "head": 6, "id": 12, "lemma": "keep", "misc": "", "start_char": 62, "text": "keep", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 69, "feats": null, "head": 12, "id": 13, "lemma": "on", "misc": "", "start_char": 67, "text": "on", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "xcomp", "end_char": 75, "feats": "VerbForm=Ger", "head": 12, "id": 14, "lemma": "go", "misc": "", "start_char": 70, "text": "going", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 78, "feats": null, "head": 16, "id": 15, "lemma": "to", "misc": "", "start_char": 76, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 83, "feats": "VerbForm=Inf", "head": 14, "id": 16, "lemma": "make", "misc": "", "start_char": 79, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 88, "feats": "Degree=Pos", "head": 16, "id": 17, "lemma": "sure", "misc": "", "start_char": 84, "text": "sure", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 98, "feats": "Number=Sing", "head": 21, "id": 18, "lemma": "Gilgamesh", "misc": "", "start_char": 89, "text": "Gilgamesh", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 102, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 21, "id": 19, "lemma": "do", "misc": "", "start_char": 99, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 106, "feats": null, "head": 21, "id": 20, "lemma": "not", "misc": "", "start_char": 103, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 114, "feats": "VerbForm=Inf", "head": 17, "id": 21, "lemma": "succeed", "misc": "", "start_char": 107, "text": "succeed", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 116, "feats": null, "head": 3, "id": 22, "lemma": ".", "misc": "", "start_char": 115, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 3, 3 ], [ 0, 6, 6 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
5781f0e36929ca65e3b6d5a7b36fad5a
And I'm pretty sure James is well aware how Mauricio is when he talker about her with Joe.
[ { "end_char": 90, "id": 1, "misc": { "parse_tree": "(ROOT (S (CC And) (NP (PRP I)) (VP (VBP 'm) (ADJP (RB pretty) (JJ sure) (SBAR (S (NP (NNP James)) (VP (VBZ is) (ADJP (RB well) (JJ aware)) (SBAR (WHADVP (WRB how)) (S (NP (NNP Mauricio)) (VP (VBZ is) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (ADJP (NN talker) (PP (IN about) (NP (PRP her))) (PP (IN with) (NP (NNP Joe)))))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "And I'm pretty sure James is well aware how Mauricio is when he talker about her with Joe.", "tokens": [ { "deprel": "cc", "end_char": 3, "feats": null, "head": 5, "id": 1, "lemma": "and", "misc": "", "start_char": 0, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 5, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 2, "lemma": "I", "misc": "", "start_char": 4, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 8, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 6, "text": "'m", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 15, "feats": null, "head": 5, "id": 4, "lemma": "pretty", "misc": "", "start_char": 9, "text": "pretty", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 20, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "sure", "misc": "", "start_char": 16, "text": "sure", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 26, "feats": "Number=Sing", "head": 9, "id": 6, "lemma": "James", "misc": "", "start_char": 21, "text": "James", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 29, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 7, "lemma": "be", "misc": "", "start_char": 27, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 34, "feats": "Degree=Pos", "head": 9, "id": 8, "lemma": "well", "misc": "", "start_char": 30, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 40, "feats": "Degree=Pos", "head": 5, "id": 9, "lemma": "aware", "misc": "", "start_char": 35, "text": "aware", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "ccomp", "end_char": 44, "feats": "PronType=Int", "head": 9, "id": 10, "lemma": "how", "misc": "", "start_char": 41, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 53, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "Mauricio", "misc": "", "start_char": 45, "text": "Mauricio", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl:relcl", "end_char": 56, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 12, "lemma": "be", "misc": "", "start_char": 54, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 61, "feats": "PronType=Int", "head": 15, "id": 13, "lemma": "when", "misc": "", "start_char": 57, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 64, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 14, "lemma": "he", "misc": "", "start_char": 62, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 71, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "talker", "misc": "", "start_char": 65, "text": "talker", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 77, "feats": null, "head": 17, "id": 16, "lemma": "about", "misc": "", "start_char": 72, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 81, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 17, "lemma": "her", "misc": "", "start_char": 78, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 86, "feats": null, "head": 19, "id": 18, "lemma": "with", "misc": "", "start_char": 82, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 90, "feats": "Number=Sing", "head": 15, "id": 19, "lemma": "Joe", "misc": "", "start_char": 87, "text": "Joe", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 92, "feats": null, "head": 5, "id": 20, "lemma": ".", "misc": "", "start_char": 91, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 5, 5 ] ], [ [ 0, 10, 10 ], [ 0, 13, 13 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
fe5b5ece7670bd2b98cd13a178834bc1
Also, Lawrence said who Allen was right after you saved him.
[ { "end_char": 60, "id": 1, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Also)) (, ,) (NP (NNP Lawrence)) (VP (VBD said) (SBAR (WHNP (WP who)) (S (NP (NNP Allen)) (VP (VBD was) (ADVP (RB right)) (SBAR (IN after) (S (NP (PRP you)) (VP (VBD saved) (NP (PRP him))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Also, Lawrence said who Allen was right after you saved him.", "tokens": [ { "deprel": "advmod", "end_char": 4, "feats": null, "head": 4, "id": 1, "lemma": "also", "misc": "", "start_char": 0, "text": "Also", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 6, "feats": null, "head": 4, "id": 2, "lemma": ",", "misc": "", "start_char": 5, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 15, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "Lawrence", "misc": "", "start_char": 7, "text": "Lawrence", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 20, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "say", "misc": "", "start_char": 16, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 24, "feats": "PronType=Rel", "head": 4, "id": 5, "lemma": "who", "misc": "", "start_char": 21, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 30, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "Allen", "misc": "", "start_char": 25, "text": "Allen", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 34, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 7, "lemma": "be", "misc": "", "start_char": 31, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 40, "feats": null, "head": 5, "id": 8, "lemma": "right", "misc": "", "start_char": 35, "text": "right", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 46, "feats": null, "head": 11, "id": 9, "lemma": "after", "misc": "", "start_char": 41, "text": "after", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 50, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 11, "id": 10, "lemma": "you", "misc": "", "start_char": 47, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 56, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Past|VerbForm=Fin", "head": 5, "id": 11, "lemma": "save", "misc": "", "start_char": 51, "text": "saved", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 60, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 12, "lemma": "he", "misc": "", "start_char": 57, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 62, "feats": null, "head": 4, "id": 13, "lemma": ".", "misc": "", "start_char": 61, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 2, 2 ], [ 0, 11, 11 ] ], [ [ 0, 5, 5 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
9638db4add1ae317ed69578e4d9bf026
Mark is portrayed as a follower of James, but his real inspiration is Gutenberg.
[ { "end_char": 80, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Mark)) (VP (VBZ is) (VP (VBN portrayed) (PP (IN as) (NP (NP (DT a) (NN follower)) (PP (IN of) (NP (NNP James)))))))) (, ,) (CC but) (S (NP (PRP$ his) (JJ real) (NN inspiration)) (VP (VBZ is) (NP (NNP Gutenberg)))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Mark is portrayed as a follower of James, but his real inspiration is Gutenberg.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 4, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Mark", "misc": "", "start_char": 0, "text": "Mark", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 7, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 5, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 17, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 3, "lemma": "portray", "misc": "", "start_char": 8, "text": "portrayed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 20, "feats": null, "head": 6, "id": 4, "lemma": "as", "misc": "", "start_char": 18, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 22, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 5, "lemma": "a", "misc": "", "start_char": 21, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 31, "feats": "Number=Sing", "head": 3, "id": 6, "lemma": "follower", "misc": "", "start_char": 23, "text": "follower", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 34, "feats": null, "head": 8, "id": 7, "lemma": "of", "misc": "", "start_char": 32, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 40, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "James", "misc": "", "start_char": 35, "text": "James", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 42, "feats": null, "head": 15, "id": 9, "lemma": ",", "misc": "", "start_char": 41, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 46, "feats": null, "head": 15, "id": 10, "lemma": "but", "misc": "", "start_char": 43, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 50, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 13, "id": 11, "lemma": "his", "misc": "", "start_char": 47, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 55, "feats": "Degree=Pos", "head": 13, "id": 12, "lemma": "real", "misc": "", "start_char": 51, "text": "real", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 67, "feats": "Number=Sing", "head": 15, "id": 13, "lemma": "inspiration", "misc": "", "start_char": 56, "text": "inspiration", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 70, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 68, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "conj", "end_char": 80, "feats": "Number=Sing", "head": 3, "id": 15, "lemma": "Gutenberg", "misc": "", "start_char": 71, "text": "Gutenberg", "upos": "PROPN", "xpos": "NNP" }, { "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, 7, 7 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
c5bcc8b7090fce408e9420bf227f7dc5
Lester could have beaten William, if he hadn't been stabbed in the back along with all his supporters.
[ { "end_char": 102, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Lester)) (VP (MD could) (VP (VB have) (VP (VBN beaten) (NP (NNP William)) (, ,) (SBAR (IN if) (S (NP (PRP he)) (VP (VBD had) (RB n't) (VP (VBN been) (VP (VBN stabbed) (PP (IN in) (NP (DT the) (NN back))) (ADVP (RB along) (PP (IN with) (NP (PDT all) (PRP$ his) (NNS supporters)))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Lester could have beaten William, if he hadn't been stabbed in the back along with all his supporters.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Lester", "misc": "", "start_char": 0, "text": "Lester", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 12, "feats": "VerbForm=Fin", "head": 4, "id": 2, "lemma": "could", "misc": "", "start_char": 7, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux", "end_char": 17, "feats": "VerbForm=Inf", "head": 4, "id": 3, "lemma": "have", "misc": "", "start_char": 13, "text": "have", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 24, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 4, "lemma": "beat", "misc": "", "start_char": 18, "text": "beaten", "upos": "VERB", "xpos": "VBN" }, { "deprel": "obj", "end_char": 32, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "William", "misc": "", "start_char": 25, "text": "William", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 34, "feats": null, "head": 4, "id": 6, "lemma": ",", "misc": "", "start_char": 33, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 37, "feats": null, "head": 12, "id": 7, "lemma": "if", "misc": "", "start_char": 35, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj:pass", "end_char": 40, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 8, "lemma": "he", "misc": "", "start_char": 38, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 44, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 9, "lemma": "have", "misc": "", "start_char": 41, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 48, "feats": null, "head": 12, "id": 10, "lemma": "not", "misc": "", "start_char": 45, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "aux:pass", "end_char": 53, "feats": "Tense=Past|VerbForm=Part", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 49, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "advcl", "end_char": 61, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 4, "id": 12, "lemma": "stab", "misc": "", "start_char": 54, "text": "stabbed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 64, "feats": null, "head": 15, "id": 13, "lemma": "in", "misc": "", "start_char": 62, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 68, "feats": "Definite=Def|PronType=Art", "head": 15, "id": 14, "lemma": "the", "misc": "", "start_char": 65, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 73, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "back", "misc": "", "start_char": 69, "text": "back", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 79, "feats": null, "head": 12, "id": 16, "lemma": "along", "misc": "", "start_char": 74, "text": "along", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 84, "feats": null, "head": 20, "id": 17, "lemma": "with", "misc": "", "start_char": 80, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "det:predet", "end_char": 88, "feats": null, "head": 20, "id": 18, "lemma": "all", "misc": "", "start_char": 85, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "nmod:poss", "end_char": 92, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 20, "id": 19, "lemma": "his", "misc": "", "start_char": 89, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 103, "feats": "Number=Plur", "head": 12, "id": 20, "lemma": "supporter", "misc": "", "start_char": 93, "text": "supporters", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 105, "feats": null, "head": 4, "id": 21, "lemma": ".", "misc": "", "start_char": 104, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 7, 7 ] ], [ [ 0, 4, 4 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
e7cac63c7c0ed478fb6d072a894fbe62
Wayne seems to be what Michael would have been like if he was functional while drinking, and never stopped.
[ { "end_char": 107, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Wayne)) (VP (VBZ seems) (S (VP (TO to) (VP (VB be) (SBAR (WHNP (WP what)) (S (NP (NNP Michael)) (VP (MD would) (VP (VB have) (VP (VBN been) (PP (IN like))))))) (SBAR (IN if) (S (NP (PRP he)) (VP (VBD was) (ADJP (JJ functional)) (SBAR (IN while) (S (VP (VP (VBG drinking)) (, ,) (CC and) (ADVP (RB never)) (VP (VBD stopped)))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Wayne seems to be what Michael would have been like if he was functional while drinking, and never stopped.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Wayne", "misc": "", "start_char": 0, "text": "Wayne", "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": "seem", "misc": "", "start_char": 6, "text": "seems", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 14, "feats": null, "head": 5, "id": 3, "lemma": "to", "misc": "", "start_char": 12, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 17, "feats": "VerbForm=Inf", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 15, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 22, "feats": "PronType=Rel", "head": 2, "id": 5, "lemma": "what", "misc": "", "start_char": 18, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 30, "feats": "Number=Sing", "head": 10, "id": 6, "lemma": "Michael", "misc": "", "start_char": 23, "text": "Michael", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 36, "feats": "VerbForm=Fin", "head": 10, "id": 7, "lemma": "would", "misc": "", "start_char": 31, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux", "end_char": 41, "feats": "VerbForm=Inf", "head": 10, "id": 8, "lemma": "have", "misc": "", "start_char": 37, "text": "have", "upos": "AUX", "xpos": "VB" }, { "deprel": "cop", "end_char": 46, "feats": "Tense=Past|VerbForm=Part", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 42, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "acl:relcl", "end_char": 51, "feats": null, "head": 5, "id": 10, "lemma": "like", "misc": "", "start_char": 47, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "mark", "end_char": 54, "feats": null, "head": 14, "id": 11, "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": 14, "id": 12, "lemma": "he", "misc": "", "start_char": 55, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 61, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 58, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 72, "feats": "Degree=Pos", "head": 5, "id": 14, "lemma": "functional", "misc": "", "start_char": 62, "text": "functional", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 78, "feats": null, "head": 16, "id": 15, "lemma": "while", "misc": "", "start_char": 73, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 87, "feats": "VerbForm=Ger", "head": 14, "id": 16, "lemma": "drink", "misc": "", "start_char": 79, "text": "drinking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "punct", "end_char": 89, "feats": null, "head": 20, "id": 17, "lemma": ",", "misc": "", "start_char": 88, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 93, "feats": null, "head": 20, "id": 18, "lemma": "and", "misc": "", "start_char": 90, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 99, "feats": null, "head": 20, "id": 19, "lemma": "never", "misc": "", "start_char": 94, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 107, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 2, "id": 20, "lemma": "stop", "misc": "", "start_char": 100, "text": "stopped", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 109, "feats": null, "head": 2, "id": 21, "lemma": ".", "misc": "", "start_char": 108, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 5, 5 ], [ 0, 11, 11 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
a33ddc610bc5961a9171806fdaf52cb4
After watching Jerry celebrate so openly the death of Brain, I realize his primary concern is entertaining people.
[ { "end_char": 114, "id": 1, "misc": { "parse_tree": "(ROOT (S (PP (IN After) (S (VP (VBG watching) (S (NP (NNP Jerry)) (VP (VB celebrate) (NP (NP (ADJP (RB so) (RB openly)) (DT the) (NN death)) (PP (IN of) (NP (NNP Brain))))))))) (, ,) (NP (PRP I)) (VP (VBP realize) (SBAR (S (NP (PRP$ his) (JJ primary) (NN concern)) (VP (VBZ is) (NP (JJ entertaining) (NNS people)))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "After watching Jerry celebrate so openly the death of Brain, I realize his primary concern is entertaining people.", "tokens": [ { "deprel": "mark", "end_char": 5, "feats": null, "head": 2, "id": 1, "lemma": "after", "misc": "", "start_char": 0, "text": "After", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 14, "feats": "VerbForm=Ger", "head": 13, "id": 2, "lemma": "watch", "misc": "", "start_char": 6, "text": "watching", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 20, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Jerry", "misc": "", "start_char": 15, "text": "Jerry", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "xcomp", "end_char": 30, "feats": "VerbForm=Inf", "head": 2, "id": 4, "lemma": "celebrate", "misc": "", "start_char": 21, "text": "celebrate", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 33, "feats": null, "head": 8, "id": 5, "lemma": "so", "misc": "", "start_char": 31, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 40, "feats": null, "head": 8, "id": 6, "lemma": "openly", "misc": "", "start_char": 34, "text": "openly", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 44, "feats": "Definite=Def|PronType=Art", "head": 8, "id": 7, "lemma": "the", "misc": "", "start_char": 41, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 50, "feats": "Number=Sing", "head": 4, "id": 8, "lemma": "death", "misc": "", "start_char": 45, "text": "death", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 53, "feats": null, "head": 10, "id": 9, "lemma": "of", "misc": "", "start_char": 51, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 59, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "Brain", "misc": "", "start_char": 54, "text": "Brain", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 61, "feats": null, "head": 2, "id": 11, "lemma": ",", "misc": "", "start_char": 60, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 63, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 13, "id": 12, "lemma": "I", "misc": "", "start_char": 62, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "root", "end_char": 71, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 13, "lemma": "realize", "misc": "", "start_char": 64, "text": "realize", "upos": "VERB", "xpos": "VBP" }, { "deprel": "nmod:poss", "end_char": 75, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 16, "id": 14, "lemma": "his", "misc": "", "start_char": 72, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 83, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "primary", "misc": "", "start_char": 76, "text": "primary", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj", "end_char": 91, "feats": "Number=Sing", "head": 19, "id": 16, "lemma": "concern", "misc": "", "start_char": 84, "text": "concern", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 94, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 19, "id": 17, "lemma": "be", "misc": "", "start_char": 92, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "amod", "end_char": 107, "feats": "Degree=Pos", "head": 19, "id": 18, "lemma": "entertaining", "misc": "", "start_char": 95, "text": "entertaining", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "ccomp", "end_char": 114, "feats": "Number=Plur", "head": 13, "id": 19, "lemma": "person", "misc": "", "start_char": 108, "text": "people", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 116, "feats": null, "head": 13, "id": 20, "lemma": ".", "misc": "", "start_char": 115, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 2, 2 ], [ 0, 13, 13 ] ], [ [ 0, 9, 9 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
171e95108b4a728c83ddd91615288585
Kevin is literally better than Jerry when he uses only one arm, well shit.
[ { "end_char": 74, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Kevin)) (VP (VBZ is) (ADVP (RB literally)) (ADJP (JJR better) (PP (IN than) (NP (NNP Jerry)))) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBZ uses) (NP (QP (RB only) (CD one)) (NML (NML (NN arm)) (, ,) (NML (UH well) (NN shit)))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Kevin is literally better than Jerry when he uses only one arm, well shit.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Kevin", "misc": "", "start_char": 0, "text": "Kevin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 8, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 2, "lemma": "be", "misc": "", "start_char": 6, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 18, "feats": null, "head": 4, "id": 3, "lemma": "literally", "misc": "", "start_char": 9, "text": "literally", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 25, "feats": "Degree=Cmp", "head": 0, "id": 4, "lemma": "good", "misc": "", "start_char": 19, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 30, "feats": null, "head": 6, "id": 5, "lemma": "than", "misc": "", "start_char": 26, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 36, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "Jerry", "misc": "", "start_char": 31, "text": "Jerry", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 41, "feats": "PronType=Int", "head": 9, "id": 7, "lemma": "when", "misc": "", "start_char": 37, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 44, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "he", "misc": "", "start_char": 42, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 49, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 9, "lemma": "use", "misc": "", "start_char": 45, "text": "uses", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 54, "feats": null, "head": 11, "id": 10, "lemma": "only", "misc": "", "start_char": 50, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "nummod", "end_char": 58, "feats": "NumForm=Word|NumType=Card", "head": 12, "id": 11, "lemma": "one", "misc": "", "start_char": 55, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "obj", "end_char": 62, "feats": "Number=Sing", "head": 9, "id": 12, "lemma": "arm", "misc": "", "start_char": 59, "text": "arm", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 64, "feats": null, "head": 15, "id": 13, "lemma": ",", "misc": "", "start_char": 63, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "discourse", "end_char": 69, "feats": null, "head": 15, "id": 14, "lemma": "well", "misc": "", "start_char": 65, "text": "well", "upos": "INTJ", "xpos": "UH" }, { "deprel": "appos", "end_char": 74, "feats": "Number=Sing", "head": 12, "id": 15, "lemma": "shit", "misc": "", "start_char": 70, "text": "shit", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 76, "feats": null, "head": 4, "id": 16, "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" }
9433120b6afc06d8f7267aead1ee7f23
George said Carl was killed when his troops tried to make a run for it through a checkpoint.
[ { "end_char": 92, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP George)) (VP (VBD said) (SBAR (S (NP (NNP Carl)) (VP (VBD was) (VP (VBN killed) (SBAR (WHADVP (WRB when)) (S (NP (PRP$ his) (NNS troops)) (VP (VBD tried) (S (VP (TO to) (VP (VB make) (NP (NP (DT a) (NN run)) (PP (IN for) (NP (PRP it)))) (PP (IN through) (NP (DT a) (NN checkpoint)))))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "George said Carl was killed when his troops tried to make a run for it through a checkpoint.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "George", "misc": "", "start_char": 0, "text": "George", "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": "say", "misc": "", "start_char": 7, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj:pass", "end_char": 16, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "Carl", "misc": "", "start_char": 12, "text": "Carl", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 20, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 17, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 27, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 5, "lemma": "kill", "misc": "", "start_char": 21, "text": "killed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 32, "feats": "PronType=Int", "head": 9, "id": 6, "lemma": "when", "misc": "", "start_char": 28, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nmod:poss", "end_char": 36, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "his", "misc": "", "start_char": 33, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 43, "feats": "Number=Plur", "head": 9, "id": 8, "lemma": "troops", "misc": "", "start_char": 37, "text": "troops", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "advcl", "end_char": 49, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 9, "lemma": "try", "misc": "", "start_char": 44, "text": "tried", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 52, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 50, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 57, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "make", "misc": "", "start_char": 53, "text": "make", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 59, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 58, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 63, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "run", "misc": "", "start_char": 60, "text": "run", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 67, "feats": null, "head": 15, "id": 14, "lemma": "for", "misc": "", "start_char": 64, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 70, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 15, "lemma": "it", "misc": "", "start_char": 68, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "case", "end_char": 78, "feats": null, "head": 18, "id": 16, "lemma": "through", "misc": "", "start_char": 71, "text": "through", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 80, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 17, "lemma": "a", "misc": "", "start_char": 79, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 91, "feats": "Number=Sing", "head": 11, "id": 18, "lemma": "checkpoint", "misc": "", "start_char": 81, "text": "checkpoint", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 93, "feats": null, "head": 2, "id": 19, "lemma": ".", "misc": "", "start_char": 92, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 2 ], [ 0, 6, 6 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
a21987483f44f7eec3e910efd1739568
George is basically Steven, although he has more of a leadership role than George does.
[ { "end_char": 87, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP George)) (VP (VBZ is) (ADVP (RB basically)) (NP (NNP Steven)) (, ,) (SBAR (IN although) (S (NP (PRP he)) (VP (VBZ has) (NP (NP (NP (JJR more)) (PP (IN of) (NP (DT a) (NN leadership) (NN role)))) (SBAR (IN than) (S (NP (NNP George)) (VP (VBZ does))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "George is basically Steven, although he has more of a leadership role than George does.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "George", "misc": "", "start_char": 0, "text": "George", "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": 19, "feats": null, "head": 4, "id": 3, "lemma": "basically", "misc": "", "start_char": 10, "text": "basically", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 26, "feats": "Number=Sing", "head": 0, "id": 4, "lemma": "Steven", "misc": "", "start_char": 20, "text": "Steven", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 28, "feats": null, "head": 4, "id": 5, "lemma": ",", "misc": "", "start_char": 27, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 37, "feats": null, "head": 8, "id": 6, "lemma": "although", "misc": "", "start_char": 29, "text": "although", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 40, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 7, "lemma": "he", "misc": "", "start_char": 38, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 44, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 4, "id": 8, "lemma": "have", "misc": "", "start_char": 41, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 49, "feats": "Degree=Cmp", "head": 8, "id": 9, "lemma": "more", "misc": "", "start_char": 45, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 52, "feats": null, "head": 13, "id": 10, "lemma": "of", "misc": "", "start_char": 50, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 54, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 11, "lemma": "a", "misc": "", "start_char": 53, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 65, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "leadership", "misc": "", "start_char": 55, "text": "leadership", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obl", "end_char": 70, "feats": "Number=Sing", "head": 9, "id": 13, "lemma": "role", "misc": "", "start_char": 66, "text": "role", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 75, "feats": null, "head": 16, "id": 14, "lemma": "than", "misc": "", "start_char": 71, "text": "than", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 82, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "George", "misc": "", "start_char": 76, "text": "George", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl", "end_char": 87, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 16, "lemma": "do", "misc": "", "start_char": 83, "text": "does", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 89, "feats": null, "head": 4, "id": 17, "lemma": ".", "misc": "", "start_char": 88, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 3, 3 ], [ 0, 6, 6 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
985a61ad848b623ba91d9f79bd404ff9
But only if Anton is running literally everything like a benevolent version of Ralph whether he is the pres or vice.
[ { "end_char": 116, "id": 1, "misc": { "parse_tree": "(ROOT (FRAG (CC But) (SBAR (ADVP (RB only)) (IN if) (S (NP (NNP Anton)) (VP (VBZ is) (VP (VBG running) (ADVP (RB literally)) (NP (NP (NN everything)) (PP (IN like) (NP (NP (DT a) (JJ benevolent) (NN version)) (PP (IN of) (NP (NNP Ralph)))))) (SBAR (IN whether) (S (NP (PRP he)) (VP (VBZ is) (NP (DT the) (NN pres) (CC or) (NN vice))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "But only if Anton is running literally everything like a benevolent version of Ralph whether he is the pres or vice.", "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": "advmod", "end_char": 8, "feats": null, "head": 6, "id": 2, "lemma": "only", "misc": "", "start_char": 4, "text": "only", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 11, "feats": null, "head": 6, "id": 3, "lemma": "if", "misc": "", "start_char": 9, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 17, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "Anton", "misc": "", "start_char": 12, "text": "Anton", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 20, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 18, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 28, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 6, "lemma": "run", "misc": "", "start_char": 21, "text": "running", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 38, "feats": null, "head": 6, "id": 7, "lemma": "literally", "misc": "", "start_char": 29, "text": "literally", "upos": "ADV", "xpos": "RB" }, { "deprel": "obj", "end_char": 49, "feats": "Number=Sing|PronType=Tot", "head": 6, "id": 8, "lemma": "everything", "misc": "", "start_char": 39, "text": "everything", "upos": "PRON", "xpos": "NN" }, { "deprel": "case", "end_char": 54, "feats": null, "head": 12, "id": 9, "lemma": "like", "misc": "", "start_char": 50, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 56, "feats": "Definite=Ind|PronType=Art", "head": 12, "id": 10, "lemma": "a", "misc": "", "start_char": 55, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 67, "feats": "Degree=Pos", "head": 12, "id": 11, "lemma": "benevolent", "misc": "", "start_char": 57, "text": "benevolent", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 75, "feats": "Number=Sing", "head": 8, "id": 12, "lemma": "version", "misc": "", "start_char": 68, "text": "version", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 78, "feats": null, "head": 14, "id": 13, "lemma": "of", "misc": "", "start_char": 76, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 84, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "Ralph", "misc": "", "start_char": 79, "text": "Ralph", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 92, "feats": null, "head": 19, "id": 15, "lemma": "whether", "misc": "", "start_char": 85, "text": "whether", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 95, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 19, "id": 16, "lemma": "he", "misc": "", "start_char": 93, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 98, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 19, "id": 17, "lemma": "be", "misc": "", "start_char": 96, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 102, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 99, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advcl", "end_char": 107, "feats": "Number=Sing", "head": 6, "id": 19, "lemma": "pre", "misc": "", "start_char": 103, "text": "pres", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 110, "feats": null, "head": 21, "id": 20, "lemma": "or", "misc": "", "start_char": 108, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 115, "feats": "Number=Sing", "head": 19, "id": 21, "lemma": "vice", "misc": "", "start_char": 111, "text": "vice", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 117, "feats": null, "head": 6, "id": 22, "lemma": ".", "misc": "", "start_char": 116, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 3, 3 ], [ 0, 15, 15 ] ], [ [ 0, 13, 13 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
a8e6ad91bfdc2dcf8b891169eb36f456
Also, was Herbert not with Philip when he beat Morgan initially?
[ { "end_char": 64, "id": 1, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Also)) (, ,) (VBD was) (NP (NNP Herbert)) (RB not) (PP (IN with) (NP (NNP Philip))) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD beat) (NP (NNP Morgan)) (ADVP (RB initially))))) (. ?)))" }, "speaker": null, "start_char": 0, "text": "Also, was Herbert not with Philip when he beat Morgan initially?", "tokens": [ { "deprel": "advmod", "end_char": 4, "feats": null, "head": 7, "id": 1, "lemma": "also", "misc": "", "start_char": 0, "text": "Also", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 6, "feats": null, "head": 7, "id": 2, "lemma": ",", "misc": "", "start_char": 5, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cop", "end_char": 10, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 3, "lemma": "be", "misc": "", "start_char": 7, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 18, "feats": "Number=Sing", "head": 7, "id": 4, "lemma": "Herbert", "misc": "", "start_char": 11, "text": "Herbert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 22, "feats": null, "head": 7, "id": 5, "lemma": "not", "misc": "", "start_char": 19, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "case", "end_char": 27, "feats": null, "head": 7, "id": 6, "lemma": "with", "misc": "", "start_char": 23, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "root", "end_char": 34, "feats": "Number=Sing", "head": 0, "id": 7, "lemma": "Philip", "misc": "", "start_char": 28, "text": "Philip", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 39, "feats": "PronType=Int", "head": 10, "id": 8, "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": 10, "id": 9, "lemma": "he", "misc": "", "start_char": 40, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 47, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 10, "lemma": "beat", "misc": "", "start_char": 43, "text": "beat", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 54, "feats": "Number=Sing", "head": 10, "id": 11, "lemma": "Morgan", "misc": "", "start_char": 48, "text": "Morgan", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 64, "feats": null, "head": 10, "id": 12, "lemma": "initially", "misc": "", "start_char": 55, "text": "initially", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 66, "feats": null, "head": 7, "id": 13, "lemma": "?", "misc": "", "start_char": 65, "text": "?", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 3, 3 ], [ 0, 8, 8 ] ], [ [ 0, 6, 6 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
d65074c211ed16d02ed0f6ae418198f0
John, Mark have been silent since SBY announced that his party could support pilkada lansung.
[ { "end_char": 93, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP John)) (, ,) (NP (NNP Mark)) (VP (VBP have) (VP (VBN been) (ADJP (JJ silent)) (SBAR (IN since) (S (NP (NNP SBY)) (VP (VBD announced) (SBAR (IN that) (S (NP (PRP$ his) (NN party)) (VP (MD could) (VP (VB support) (NP (NNP pilkada) (NN lansung))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "John, Mark have been silent since SBY announced that his party could support pilkada lansung.", "tokens": [ { "deprel": "vocative", "end_char": 4, "feats": "Number=Sing", "head": 6, "id": 1, "lemma": "John", "misc": "", "start_char": 0, "text": "John", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 6, "feats": null, "head": 6, "id": 2, "lemma": ",", "misc": "", "start_char": 5, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 11, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "Mark", "misc": "", "start_char": 7, "text": "Mark", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 16, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 4, "lemma": "have", "misc": "", "start_char": 12, "text": "have", "upos": "AUX", "xpos": "VBP" }, { "deprel": "cop", "end_char": 21, "feats": "Tense=Past|VerbForm=Part", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 17, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "root", "end_char": 28, "feats": "Degree=Pos", "head": 0, "id": 6, "lemma": "silent", "misc": "", "start_char": 22, "text": "silent", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 34, "feats": null, "head": 9, "id": 7, "lemma": "since", "misc": "", "start_char": 29, "text": "since", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 38, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "SBY", "misc": "", "start_char": 35, "text": "SBY", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl", "end_char": 48, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 9, "lemma": "announce", "misc": "", "start_char": 39, "text": "announced", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 53, "feats": null, "head": 14, "id": 10, "lemma": "that", "misc": "", "start_char": 49, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 57, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "his", "misc": "", "start_char": 54, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 63, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "party", "misc": "", "start_char": 58, "text": "party", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux", "end_char": 69, "feats": "VerbForm=Fin", "head": 14, "id": 13, "lemma": "could", "misc": "", "start_char": 64, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "ccomp", "end_char": 77, "feats": "VerbForm=Inf", "head": 9, "id": 14, "lemma": "support", "misc": "", "start_char": 70, "text": "support", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound", "end_char": 85, "feats": "Number=Sing", "head": 16, "id": 15, "lemma": "Lilkada", "misc": "", "start_char": 78, "text": "pilkada", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 93, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "lansung", "misc": "", "start_char": 86, "text": "lansung", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 95, "feats": null, "head": 6, "id": 17, "lemma": ".", "misc": "", "start_char": 94, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 2 ], [ 0, 10, 10 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
b8293687e0520f9617a5529284dd39a2
Theodore simply walked away from Robert after bringing him down because his point was made.
[ { "end_char": 91, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Theodore)) (ADVP (RB simply)) (VP (VBD walked) (ADVP (RB away) (PP (IN from) (NP (NNP Robert)))) (PP (IN after) (S (VP (VBG bringing) (NP (PRP him)) (PRT (RP down))))) (SBAR (IN because) (S (NP (PRP$ his) (NN point)) (VP (VBD was) (VP (VBN made)))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Theodore simply walked away from Robert after bringing him down because his point was made.", "tokens": [ { "deprel": "nsubj", "end_char": 8, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Theodore", "misc": "", "start_char": 0, "text": "Theodore", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 15, "feats": null, "head": 3, "id": 2, "lemma": "simply", "misc": "", "start_char": 9, "text": "simply", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 22, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "walk", "misc": "", "start_char": 16, "text": "walked", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 27, "feats": null, "head": 3, "id": 4, "lemma": "away", "misc": "", "start_char": 23, "text": "away", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 32, "feats": null, "head": 6, "id": 5, "lemma": "from", "misc": "", "start_char": 28, "text": "from", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 39, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "Robert", "misc": "", "start_char": 33, "text": "Robert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 45, "feats": null, "head": 8, "id": 7, "lemma": "after", "misc": "", "start_char": 40, "text": "after", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "advcl", "end_char": 54, "feats": "VerbForm=Ger", "head": 3, "id": 8, "lemma": "bring", "misc": "", "start_char": 46, "text": "bringing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 58, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 8, "id": 9, "lemma": "he", "misc": "", "start_char": 55, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "compound:prt", "end_char": 63, "feats": null, "head": 8, "id": 10, "lemma": "down", "misc": "", "start_char": 59, "text": "down", "upos": "ADP", "xpos": "RP" }, { "deprel": "mark", "end_char": 71, "feats": null, "head": 15, "id": 11, "lemma": "because", "misc": "", "start_char": 64, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 75, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 13, "id": 12, "lemma": "his", "misc": "", "start_char": 72, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj:pass", "end_char": 81, "feats": "Number=Sing", "head": 15, "id": 13, "lemma": "point", "misc": "", "start_char": 76, "text": "point", "upos": "NOUN", "xpos": "NN" }, { "deprel": "aux:pass", "end_char": 85, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 82, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 90, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 8, "id": 15, "lemma": "make", "misc": "", "start_char": 86, "text": "made", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 92, "feats": null, "head": 3, "id": 16, "lemma": ".", "misc": "", "start_char": 91, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 5, 5 ], [ 0, 8, 8 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
66a54ec26130b29092cd43db0b18eab9
William never loved James at all if he is going to dismiss who he really is.
[ { "end_char": 76, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP William)) (ADVP (RB never)) (VP (VBD loved) (NP (NNP James)) (ADVP (IN at) (DT all)) (SBAR (IN if) (S (NP (PRP he)) (VP (VBZ is) (VP (VBG going) (S (VP (TO to) (VP (VB dismiss) (SBAR (WHNP (WP who)) (S (NP (PRP he)) (ADVP (RB really)) (VP (VBZ is)))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "William never loved James at all if he is going to dismiss who he really is.", "tokens": [ { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "William", "misc": "", "start_char": 0, "text": "William", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 13, "feats": null, "head": 3, "id": 2, "lemma": "never", "misc": "", "start_char": 8, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 19, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 3, "lemma": "love", "misc": "", "start_char": 14, "text": "loved", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 25, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "James", "misc": "", "start_char": 20, "text": "James", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 28, "feats": null, "head": 6, "id": 5, "lemma": "at", "misc": "", "start_char": 26, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 32, "feats": null, "head": 3, "id": 6, "lemma": "all", "misc": "", "start_char": 29, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "mark", "end_char": 35, "feats": null, "head": 10, "id": 7, "lemma": "if", "misc": "", "start_char": 33, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 38, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 8, "lemma": "he", "misc": "", "start_char": 36, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 41, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 39, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advcl", "end_char": 47, "feats": "Tense=Pres|VerbForm=Part", "head": 3, "id": 10, "lemma": "go", "misc": "", "start_char": 42, "text": "going", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 50, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 48, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 58, "feats": "VerbForm=Inf", "head": 10, "id": 12, "lemma": "dismiss", "misc": "", "start_char": 51, "text": "dismiss", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 62, "feats": "PronType=Rel", "head": 12, "id": 13, "lemma": "who", "misc": "", "start_char": 59, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 65, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 16, "id": 14, "lemma": "he", "misc": "", "start_char": 63, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 72, "feats": null, "head": 16, "id": 15, "lemma": "really", "misc": "", "start_char": 66, "text": "really", "upos": "ADV", "xpos": "RB" }, { "deprel": "acl:relcl", "end_char": 75, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 16, "lemma": "be", "misc": "", "start_char": 73, "text": "is", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 77, "feats": null, "head": 3, "id": 17, "lemma": ".", "misc": "", "start_char": 76, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 7, 7 ] ], [ [ 0, 3, 3 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
5c94b692baefa7b881d90454c2631abf
Manuel was beat on almost every one on one with Raymond, but at least he offers more going forward.
[ { "end_char": 99, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Manuel)) (VP (VBD was) (VP (VBN beat) (PP (IN on) (NP (QP (RB almost) (DT every)) (NN one))) (PP (IN on) (NP (CD one))) (PP (IN with) (NP (NNP Raymond)))))) (, ,) (CC but) (S (ADVP (IN at) (JJS least)) (NP (PRP he)) (VP (VBZ offers) (NP (NP (JJR more)) (VP (VBG going) (ADVP (RB forward)))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Manuel was beat on almost every one on one with Raymond, but at least he offers more going forward.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 6, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Manuel", "misc": "", "start_char": 0, "text": "Manuel", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "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": 15, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 3, "lemma": "beat", "misc": "", "start_char": 11, "text": "beat", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 18, "feats": null, "head": 7, "id": 4, "lemma": "on", "misc": "", "start_char": 16, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "advmod", "end_char": 25, "feats": null, "head": 6, "id": 5, "lemma": "almost", "misc": "", "start_char": 19, "text": "almost", "upos": "ADV", "xpos": "RB" }, { "deprel": "det", "end_char": 31, "feats": null, "head": 7, "id": 6, "lemma": "every", "misc": "", "start_char": 26, "text": "every", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 35, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "one", "misc": "", "start_char": 32, "text": "one", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 38, "feats": null, "head": 9, "id": 8, "lemma": "on", "misc": "", "start_char": 36, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 42, "feats": "NumForm=Word|NumType=Card", "head": 7, "id": 9, "lemma": "one", "misc": "", "start_char": 39, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 47, "feats": null, "head": 11, "id": 10, "lemma": "with", "misc": "", "start_char": 43, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 55, "feats": "Number=Sing", "head": 3, "id": 11, "lemma": "Raymond", "misc": "", "start_char": 48, "text": "Raymond", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 57, "feats": null, "head": 17, "id": 12, "lemma": ",", "misc": "", "start_char": 56, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 61, "feats": null, "head": 17, "id": 13, "lemma": "but", "misc": "", "start_char": 58, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 64, "feats": "ExtPos=ADV", "head": 17, "id": 14, "lemma": "at", "misc": "", "start_char": 62, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 70, "feats": "Degree=Sup", "head": 14, "id": 15, "lemma": "least", "misc": "", "start_char": 65, "text": "least", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nsubj", "end_char": 73, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 16, "lemma": "he", "misc": "", "start_char": 71, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 80, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 17, "lemma": "offer", "misc": "", "start_char": 74, "text": "offers", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 85, "feats": "Degree=Cmp", "head": 17, "id": 18, "lemma": "more", "misc": "", "start_char": 81, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "xcomp", "end_char": 91, "feats": "VerbForm=Ger", "head": 17, "id": 19, "lemma": "go", "misc": "", "start_char": 86, "text": "going", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 99, "feats": null, "head": 19, "id": 20, "lemma": "forward", "misc": "", "start_char": 92, "text": "forward", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 101, "feats": null, "head": 3, "id": 21, "lemma": ".", "misc": "", "start_char": 100, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 15, 15 ] ], [ [ 0, 10, 10 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
87850e3fc7f2ccb920eda633d39b8080
George is a much better individual player than Rodolfo, but Rodolfo is a much better shot caller than Bjergson which is why he is so successful.
[ { "end_char": 144, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP George)) (VP (VBZ is) (NP (NP (DT a) (ADJP (RB much) (JJR better)) (JJ individual) (NN player)) (PP (IN than) (NP (NNP Rodolfo)))))) (, ,) (CC but) (S (NP (NNP Rodolfo)) (VP (VBZ is) (NP (NP (NP (DT a) (ADJP (RB much) (JJR better)) (NN shot) (NN caller)) (PP (IN than) (NP (NNP Bjergson)))) (SBAR (WHNP (WDT which)) (S (VP (VBZ is) (SBAR (WHADVP (WRB why)) (S (NP (PRP he)) (VP (VBZ is) (ADJP (RB so) (JJ successful))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "George is a much better individual player than Rodolfo, but Rodolfo is a much better shot caller than Bjergson which is why he is so successful.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 7, "id": 1, "lemma": "George", "misc": "", "start_char": 0, "text": "George", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 9, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 7, "id": 2, "lemma": "be", "misc": "", "start_char": 7, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 11, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 3, "lemma": "a", "misc": "", "start_char": 10, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 16, "feats": null, "head": 5, "id": 4, "lemma": "much", "misc": "", "start_char": 12, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 23, "feats": "Degree=Cmp", "head": 7, "id": 5, "lemma": "good", "misc": "", "start_char": 17, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "amod", "end_char": 34, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "individual", "misc": "", "start_char": 24, "text": "individual", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "root", "end_char": 41, "feats": "Number=Sing", "head": 0, "id": 7, "lemma": "player", "misc": "", "start_char": 35, "text": "player", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 46, "feats": null, "head": 9, "id": 8, "lemma": "than", "misc": "", "start_char": 42, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 54, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "Rodolfo", "misc": "", "start_char": 47, "text": "Rodolfo", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 56, "feats": null, "head": 18, "id": 10, "lemma": ",", "misc": "", "start_char": 55, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 60, "feats": null, "head": 18, "id": 11, "lemma": "but", "misc": "", "start_char": 57, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 68, "feats": "Number=Sing", "head": 18, "id": 12, "lemma": "Rodolfo", "misc": "", "start_char": 61, "text": "Rodolfo", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 71, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 18, "id": 13, "lemma": "be", "misc": "", "start_char": 69, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 73, "feats": "Definite=Ind|PronType=Art", "head": 18, "id": 14, "lemma": "a", "misc": "", "start_char": 72, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 78, "feats": null, "head": 16, "id": 15, "lemma": "much", "misc": "", "start_char": 74, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 85, "feats": "Degree=Cmp", "head": 18, "id": 16, "lemma": "good", "misc": "", "start_char": 79, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "compound", "end_char": 90, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "shot", "misc": "", "start_char": 86, "text": "shot", "upos": "NOUN", "xpos": "NN" }, { "deprel": "conj", "end_char": 97, "feats": "Number=Sing", "head": 7, "id": 18, "lemma": "caller", "misc": "", "start_char": 91, "text": "caller", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 102, "feats": null, "head": 20, "id": 19, "lemma": "than", "misc": "", "start_char": 98, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 111, "feats": "Number=Sing", "head": 18, "id": 20, "lemma": "Bjergson", "misc": "", "start_char": 103, "text": "Bjergson", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 117, "feats": "PronType=Rel", "head": 23, "id": 21, "lemma": "which", "misc": "", "start_char": 112, "text": "which", "upos": "PRON", "xpos": "WDT" }, { "deprel": "cop", "end_char": 120, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 23, "id": 22, "lemma": "be", "misc": "", "start_char": 118, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 124, "feats": "PronType=Rel", "head": 18, "id": 23, "lemma": "why", "misc": "", "start_char": 121, "text": "why", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 127, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 27, "id": 24, "lemma": "he", "misc": "", "start_char": 125, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 130, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 27, "id": 25, "lemma": "be", "misc": "", "start_char": 128, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 133, "feats": null, "head": 27, "id": 26, "lemma": "so", "misc": "", "start_char": 131, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl:relcl", "end_char": 144, "feats": "Degree=Pos", "head": 23, "id": 27, "lemma": "successful", "misc": "", "start_char": 134, "text": "successful", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 146, "feats": null, "head": 7, "id": 28, "lemma": ".", "misc": "", "start_char": 145, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 8, 8 ], [ 0, 23, 23 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
92ea87fe0a37db83982f1358ee162c52
Michael had Robert, but at that point in his career Hardaway was the better player.
[ { "end_char": 83, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Michael)) (VP (VBD had) (NP (NNP Robert)))) (, ,) (CC but) (S (PP (IN at) (NP (DT that) (NN point))) (PP (IN in) (NP (PRP$ his) (NN career))) (NP (NNP Hardaway)) (VP (VBD was) (NP (DT the) (JJR better) (NN player)))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Michael had Robert, but at that point in his career Hardaway was the better player.", "tokens": [ { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Michael", "misc": "", "start_char": 0, "text": "Michael", "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": "have", "misc": "", "start_char": 8, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 18, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "Robert", "misc": "", "start_char": 12, "text": "Robert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 20, "feats": null, "head": 16, "id": 4, "lemma": ",", "misc": "", "start_char": 19, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 24, "feats": null, "head": 16, "id": 5, "lemma": "but", "misc": "", "start_char": 21, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "case", "end_char": 27, "feats": null, "head": 8, "id": 6, "lemma": "at", "misc": "", "start_char": 25, "text": "at", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 32, "feats": "Number=Sing|PronType=Dem", "head": 8, "id": 7, "lemma": "that", "misc": "", "start_char": 28, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 38, "feats": "Number=Sing", "head": 16, "id": 8, "lemma": "point", "misc": "", "start_char": 33, "text": "point", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 41, "feats": null, "head": 11, "id": 9, "lemma": "in", "misc": "", "start_char": 39, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 45, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 11, "id": 10, "lemma": "his", "misc": "", "start_char": 42, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nmod", "end_char": 52, "feats": "Number=Sing", "head": 8, "id": 11, "lemma": "career", "misc": "", "start_char": 46, "text": "career", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 61, "feats": "Number=Sing", "head": 16, "id": 12, "lemma": "Hardaway", "misc": "", "start_char": 53, "text": "Hardaway", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 65, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 16, "id": 13, "lemma": "be", "misc": "", "start_char": 62, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 69, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 14, "lemma": "the", "misc": "", "start_char": 66, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 76, "feats": "Degree=Cmp", "head": 16, "id": 15, "lemma": "good", "misc": "", "start_char": 70, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "conj", "end_char": 83, "feats": "Number=Sing", "head": 2, "id": 16, "lemma": "player", "misc": "", "start_char": 77, "text": "player", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 85, "feats": null, "head": 2, "id": 17, "lemma": ".", "misc": "", "start_char": 84, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 9, 9 ] ], [ [ 0, 2, 2 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
0e8002d82e3e34191fbecdba23467acf
As to whether or not Jerry could take Collin down if Collin went fully rogue and maintained all of his mental faculties is another question.
[ { "end_char": 140, "id": 1, "misc": { "parse_tree": "(ROOT (S (PP (IN As) (PP (IN to) (SBAR (IN whether) (CC or) (RB not)))) (NP (NNP Jerry)) (VP (MD could) (VP (VB take) (NP (NNP Collin)) (PRT (RP down)) (SBAR (IN if) (S (NP (NNP Collin)) (VP (VP (VBD went) (ADJP (RB fully) (JJ rogue))) (CC and) (VP (VBD maintained) (SBAR (S (NP (NP (DT all)) (PP (IN of) (NP (PRP$ his) (JJ mental) (NNS faculties)))) (VP (VBZ is) (NP (DT another) (NN question))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "As to whether or not Jerry could take Collin down if Collin went fully rogue and maintained all of his mental faculties is another question.", "tokens": [ { "deprel": "mark", "end_char": 2, "feats": null, "head": 8, "id": 1, "lemma": "as", "misc": "", "start_char": 0, "text": "As", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 5, "feats": null, "head": 1, "id": 2, "lemma": "to", "misc": "", "start_char": 3, "text": "to", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "mark", "end_char": 13, "feats": null, "head": 8, "id": 3, "lemma": "whether", "misc": "", "start_char": 6, "text": "whether", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "fixed", "end_char": 16, "feats": null, "head": 3, "id": 4, "lemma": "or", "misc": "", "start_char": 14, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "fixed", "end_char": 20, "feats": null, "head": 3, "id": 5, "lemma": "not", "misc": "", "start_char": 17, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 26, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "Jerry", "misc": "", "start_char": 21, "text": "Jerry", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 32, "feats": "VerbForm=Fin", "head": 8, "id": 7, "lemma": "could", "misc": "", "start_char": 27, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advcl", "end_char": 37, "feats": "VerbForm=Inf", "head": 25, "id": 8, "lemma": "take", "misc": "", "start_char": 33, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 44, "feats": "Number=Sing", "head": 8, "id": 9, "lemma": "Collin", "misc": "", "start_char": 38, "text": "Collin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound:prt", "end_char": 49, "feats": null, "head": 8, "id": 10, "lemma": "down", "misc": "", "start_char": 45, "text": "down", "upos": "ADP", "xpos": "RP" }, { "deprel": "mark", "end_char": 52, "feats": null, "head": 13, "id": 11, "lemma": "if", "misc": "", "start_char": 50, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 59, "feats": "Number=Sing", "head": 13, "id": 12, "lemma": "Collin", "misc": "", "start_char": 53, "text": "Collin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl", "end_char": 64, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 13, "lemma": "go", "misc": "", "start_char": 60, "text": "went", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 70, "feats": null, "head": 15, "id": 14, "lemma": "fully", "misc": "", "start_char": 65, "text": "fully", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 76, "feats": "Degree=Pos", "head": 13, "id": 15, "lemma": "rogue", "misc": "", "start_char": 71, "text": "rogue", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 80, "feats": null, "head": 17, "id": 16, "lemma": "and", "misc": "", "start_char": 77, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 91, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 17, "lemma": "maintain", "misc": "", "start_char": 81, "text": "maintained", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 95, "feats": null, "head": 17, "id": 18, "lemma": "all", "misc": "", "start_char": 92, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "case", "end_char": 98, "feats": null, "head": 22, "id": 19, "lemma": "of", "misc": "", "start_char": 96, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 102, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 22, "id": 20, "lemma": "his", "misc": "", "start_char": 99, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 109, "feats": "Degree=Pos", "head": 22, "id": 21, "lemma": "mental", "misc": "", "start_char": 103, "text": "mental", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nmod", "end_char": 119, "feats": "Number=Plur", "head": 18, "id": 22, "lemma": "faculty", "misc": "", "start_char": 110, "text": "faculties", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "cop", "end_char": 122, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 25, "id": 23, "lemma": "be", "misc": "", "start_char": 120, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 130, "feats": null, "head": 25, "id": 24, "lemma": "another", "misc": "", "start_char": 123, "text": "another", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 139, "feats": "Number=Sing", "head": 0, "id": 25, "lemma": "question", "misc": "", "start_char": 131, "text": "question", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 141, "feats": null, "head": 25, "id": 26, "lemma": ".", "misc": "", "start_char": 140, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 5, 5 ] ], [ [ 0, 8, 8 ], [ 0, 19, 19 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
7f9ba9a4c997f3adbe999dfaa88b4f94
Charles might win...but William has not lost since he was a teenager and is proven to be one of the best of the best.
[ { "end_char": 117, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Charles)) (VP (MD might) (VP (VB win)))) (, ...) (CC but) (S (NP (NNP William)) (VP (VBZ has) (RB not) (VP (VBN lost) (SBAR (IN since) (S (NP (PRP he)) (VP (VP (VBD was) (NP (DT a) (NN teenager))) (CC and) (VP (VBZ is) (VP (VBN proven) (S (VP (TO to) (VP (VB be) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (JJS best)) (PP (IN of) (NP (DT the) (JJS best))))))))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Charles might win...but William has not lost since he was a teenager and is proven to be one of the best of the best.", "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": "aux", "end_char": 13, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "might", "misc": "", "start_char": 8, "text": "might", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 17, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "win", "misc": "", "start_char": 14, "text": "win", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 21, "feats": null, "head": 3, "id": 4, "lemma": "...", "misc": "", "start_char": 18, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 25, "feats": null, "head": 9, "id": 5, "lemma": "but", "misc": "", "start_char": 22, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 33, "feats": "Number=Sing", "head": 9, "id": 6, "lemma": "William", "misc": "", "start_char": 26, "text": "William", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 37, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 7, "lemma": "have", "misc": "", "start_char": 34, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 41, "feats": null, "head": 9, "id": 8, "lemma": "not", "misc": "", "start_char": 38, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 46, "feats": "Tense=Past|VerbForm=Part", "head": 3, "id": 9, "lemma": "lose", "misc": "", "start_char": 42, "text": "lost", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 52, "feats": null, "head": 14, "id": 10, "lemma": "since", "misc": "", "start_char": 47, "text": "since", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 55, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 11, "lemma": "he", "misc": "", "start_char": 53, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 59, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 12, "lemma": "be", "misc": "", "start_char": 56, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "det", "end_char": 61, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 13, "lemma": "a", "misc": "", "start_char": 60, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advcl", "end_char": 70, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "teenager", "misc": "", "start_char": 62, "text": "teenager", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cc", "end_char": 74, "feats": null, "head": 17, "id": 15, "lemma": "and", "misc": "", "start_char": 71, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux:pass", "end_char": 77, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 17, "id": 16, "lemma": "be", "misc": "", "start_char": 75, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "conj", "end_char": 84, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 9, "id": 17, "lemma": "prove", "misc": "", "start_char": 78, "text": "proven", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 87, "feats": null, "head": 20, "id": 18, "lemma": "to", "misc": "", "start_char": 85, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 90, "feats": "VerbForm=Inf", "head": 20, "id": 19, "lemma": "be", "misc": "", "start_char": 88, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 94, "feats": "NumForm=Word|NumType=Card", "head": 17, "id": 20, "lemma": "one", "misc": "", "start_char": 91, "text": "one", "upos": "NUM", "xpos": "CD" }, { "deprel": "case", "end_char": 97, "feats": null, "head": 23, "id": 21, "lemma": "of", "misc": "", "start_char": 95, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 101, "feats": "Definite=Def|PronType=Art", "head": 23, "id": 22, "lemma": "the", "misc": "", "start_char": 98, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 106, "feats": "Degree=Sup", "head": 20, "id": 23, "lemma": "good", "misc": "", "start_char": 102, "text": "best", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "case", "end_char": 109, "feats": null, "head": 26, "id": 24, "lemma": "of", "misc": "", "start_char": 107, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 113, "feats": "Definite=Def|PronType=Art", "head": 26, "id": 25, "lemma": "the", "misc": "", "start_char": 110, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 118, "feats": "Degree=Sup", "head": 23, "id": 26, "lemma": "good", "misc": "", "start_char": 114, "text": "best", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "punct", "end_char": 120, "feats": null, "head": 3, "id": 27, "lemma": ".", "misc": "", "start_char": 119, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 5, 5 ], [ 0, 10, 10 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
0a698e6eeb34895d7f17e3185fef7477
Also, Roy showed up and told Johnny off after he killed Sookie's parents.
[ { "end_char": 73, "id": 1, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Also)) (, ,) (NP (NNP Roy)) (VP (VP (VBD showed) (PRT (RP up))) (CC and) (VP (VBD told) (NP (NNP Johnny)) (PRT (RP off)) (SBAR (IN after) (S (NP (PRP he)) (VP (VBD killed) (NP (NP (NNP Sookie) (POS 's)) (NNS parents))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Also, Roy showed up and told Johnny off after he killed Sookie's parents.", "tokens": [ { "deprel": "advmod", "end_char": 4, "feats": null, "head": 4, "id": 1, "lemma": "also", "misc": "", "start_char": 0, "text": "Also", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 6, "feats": null, "head": 4, "id": 2, "lemma": ",", "misc": "", "start_char": 5, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 10, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "Roy", "misc": "", "start_char": 7, "text": "Roy", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 17, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 4, "lemma": "show", "misc": "", "start_char": 11, "text": "showed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "compound:prt", "end_char": 20, "feats": null, "head": 4, "id": 5, "lemma": "up", "misc": "", "start_char": 18, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "cc", "end_char": 24, "feats": null, "head": 7, "id": 6, "lemma": "and", "misc": "", "start_char": 21, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 29, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 7, "lemma": "tell", "misc": "", "start_char": 25, "text": "told", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 36, "feats": "Number=Sing", "head": 7, "id": 8, "lemma": "Johnny", "misc": "", "start_char": 30, "text": "Johnny", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "compound:prt", "end_char": 40, "feats": null, "head": 7, "id": 9, "lemma": "off", "misc": "", "start_char": 37, "text": "off", "upos": "ADP", "xpos": "RP" }, { "deprel": "mark", "end_char": 46, "feats": null, "head": 12, "id": 10, "lemma": "after", "misc": "", "start_char": 41, "text": "after", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 49, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 11, "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": 7, "id": 12, "lemma": "kill", "misc": "", "start_char": 50, "text": "killed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 63, "feats": "Number=Sing", "head": 15, "id": 13, "lemma": "Sookie", "misc": "", "start_char": 57, "text": "Sookie", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "case", "end_char": 66, "feats": null, "head": 13, "id": 14, "lemma": "'s", "misc": "", "start_char": 64, "text": "'s", "upos": "PART", "xpos": "POS" }, { "deprel": "obj", "end_char": 74, "feats": "Number=Plur", "head": 12, "id": 15, "lemma": "parent", "misc": "", "start_char": 67, "text": "parents", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 76, "feats": null, "head": 4, "id": 16, "lemma": ".", "misc": "", "start_char": 75, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 2, 2 ] ], [ [ 0, 7, 7 ], [ 0, 10, 10 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
3970af41813598eee7c0f0b0a8501f77
Richard got turned all bloody by Herbert when he was letting her hit him.
[ { "end_char": 73, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Richard)) (VP (VBD got) (VP (VBN turned) (RB all) (JJ bloody)) (PP (IN by) (NP (NNP Herbert))) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD was) (VP (VBG letting) (S (NP (PRP her)) (VP (VB hit) (NP (PRP him))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Richard got turned all bloody by Herbert when he was letting her hit him.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 7, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Richard", "misc": "", "start_char": 0, "text": "Richard", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 11, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "get", "misc": "", "start_char": 8, "text": "got", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 18, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 3, "lemma": "turn", "misc": "", "start_char": 12, "text": "turned", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 22, "feats": null, "head": 5, "id": 4, "lemma": "all", "misc": "", "start_char": 19, "text": "all", "upos": "ADV", "xpos": "RB" }, { "deprel": "xcomp", "end_char": 29, "feats": "Degree=Pos", "head": 3, "id": 5, "lemma": "bloody", "misc": "", "start_char": 23, "text": "bloody", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 32, "feats": null, "head": 7, "id": 6, "lemma": "by", "misc": "", "start_char": 30, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 40, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "Herbert", "misc": "", "start_char": 33, "text": "Herbert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 45, "feats": "PronType=Int", "head": 11, "id": 8, "lemma": "when", "misc": "", "start_char": 41, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 48, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "he", "misc": "", "start_char": 46, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 52, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 10, "lemma": "be", "misc": "", "start_char": 49, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 60, "feats": "Tense=Pres|VerbForm=Part", "head": 3, "id": 11, "lemma": "let", "misc": "", "start_char": 53, "text": "letting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 64, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 12, "lemma": "her", "misc": "", "start_char": 61, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 68, "feats": "VerbForm=Inf", "head": 11, "id": 13, "lemma": "hit", "misc": "", "start_char": 65, "text": "hit", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 72, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 14, "lemma": "he", "misc": "", "start_char": 69, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 74, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 73, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 8, 8 ] ], [ [ 0, 6, 6 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
06e9846c4ae7af1fd269089b2073d129
Steven was trying to say Larry was murdered because of his work trying to stop paedos.
[ { "end_char": 86, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Steven)) (VP (VBD was) (VP (VBG trying) (S (VP (TO to) (VP (VB say) (SBAR (S (NP (NNP Larry)) (VP (VBD was) (VP (VBN murdered)))))))) (PP (IN because) (IN of) (NP (NP (PRP$ his) (NN work)) (VP (VBG trying) (S (VP (TO to) (VP (VB stop) (NP (NNS paedos)))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Steven was trying to say Larry was murdered because of his work trying to stop paedos.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Steven", "misc": "", "start_char": 0, "text": "Steven", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "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": 17, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 3, "lemma": "try", "misc": "", "start_char": 11, "text": "trying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 20, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 18, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 24, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "say", "misc": "", "start_char": 21, "text": "say", "upos": "VERB", "xpos": "VB" }, { "deprel": "nsubj:pass", "end_char": 30, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "Larry", "misc": "", "start_char": 25, "text": "Larry", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 34, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 31, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 43, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 5, "id": 8, "lemma": "murder", "misc": "", "start_char": 35, "text": "murdered", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 51, "feats": null, "head": 12, "id": 9, "lemma": "because", "misc": "", "start_char": 44, "text": "because", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 54, "feats": null, "head": 9, "id": 10, "lemma": "of", "misc": "", "start_char": 52, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 58, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 12, "id": 11, "lemma": "his", "misc": "", "start_char": 55, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 63, "feats": "Number=Sing", "head": 8, "id": 12, "lemma": "work", "misc": "", "start_char": 59, "text": "work", "upos": "NOUN", "xpos": "NN" }, { "deprel": "acl", "end_char": 70, "feats": "VerbForm=Ger", "head": 12, "id": 13, "lemma": "try", "misc": "", "start_char": 64, "text": "trying", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 73, "feats": null, "head": 15, "id": 14, "lemma": "to", "misc": "", "start_char": 71, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 78, "feats": "VerbForm=Inf", "head": 13, "id": 15, "lemma": "stop", "misc": "", "start_char": 74, "text": "stop", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 85, "feats": "Number=Plur", "head": 15, "id": 16, "lemma": "paedo", "misc": "", "start_char": 79, "text": "paedos", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 87, "feats": null, "head": 3, "id": 17, "lemma": ".", "misc": "", "start_char": 86, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 5, 5 ], [ 0, 10, 10 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
fd2cab6cb1c0ab3a62d4a79f11838565
Margaret can replace Tonya completely if you manage to pull her.
[ { "end_char": 64, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Margaret)) (VP (MD can) (VP (VB replace) (NP (NNP Tonya)) (ADVP (RB completely)) (SBAR (IN if) (S (NP (PRP you)) (VP (VBP manage) (S (VP (TO to) (VP (VB pull) (NP (PRP her)))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Margaret can replace Tonya completely if you manage to pull her.", "tokens": [ { "deprel": "nsubj", "end_char": 8, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Margaret", "misc": "", "start_char": 0, "text": "Margaret", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 12, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "can", "misc": "", "start_char": 9, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 20, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "replace", "misc": "", "start_char": 13, "text": "replace", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 26, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "Tonya", "misc": "", "start_char": 21, "text": "Tonya", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 37, "feats": null, "head": 3, "id": 5, "lemma": "completely", "misc": "", "start_char": 27, "text": "completely", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 40, "feats": null, "head": 8, "id": 6, "lemma": "if", "misc": "", "start_char": 38, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 44, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 8, "id": 7, "lemma": "you", "misc": "", "start_char": 41, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 51, "feats": "Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin", "head": 3, "id": 8, "lemma": "manage", "misc": "", "start_char": 45, "text": "manage", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 54, "feats": null, "head": 10, "id": 9, "lemma": "to", "misc": "", "start_char": 52, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 59, "feats": "VerbForm=Inf", "head": 8, "id": 10, "lemma": "pull", "misc": "", "start_char": 55, "text": "pull", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 63, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 11, "lemma": "her", "misc": "", "start_char": 60, "text": "her", "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, 10, 10 ] ], [ [ 0, 3, 3 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
cc775352d7611ec220267056dfdd6380
And Wayne goes like ` I like Howard, but somebody needs to take away his Twitter account'?
[ { "end_char": 90, "id": 1, "misc": { "parse_tree": "(ROOT (S (CC And) (NP (NNP Wayne)) (VP (VBZ goes) (SBAR (RP like) (`` `) (S (S (NP (PRP I)) (VP (VBP like) (NP (NNP Howard)))) (, ,) (CC but) (S (NP (NN somebody)) (VP (VBZ needs) (S (VP (TO to) (VP (VB take) (PRT (RP away)) (NP (PRP$ his) (NNP Twitter) (NN account)))))))) ('' '))) (. ?)))" }, "speaker": null, "start_char": 0, "text": "And Wayne goes like ` I like Howard, but somebody needs to take away his Twitter account'?", "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": 9, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Wayne", "misc": "", "start_char": 4, "text": "Wayne", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 14, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "go", "misc": "", "start_char": 10, "text": "goes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "compound:prt", "end_char": 19, "feats": null, "head": 3, "id": 4, "lemma": "like", "misc": "", "start_char": 15, "text": "like", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 21, "feats": null, "head": 7, "id": 5, "lemma": "`", "misc": "", "start_char": 20, "text": "`", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 23, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 7, "id": 6, "lemma": "I", "misc": "", "start_char": 22, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 28, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 3, "id": 7, "lemma": "like", "misc": "", "start_char": 24, "text": "like", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 35, "feats": "Number=Sing", "head": 7, "id": 8, "lemma": "Howard", "misc": "", "start_char": 29, "text": "Howard", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 37, "feats": null, "head": 12, "id": 9, "lemma": ",", "misc": "", "start_char": 36, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 41, "feats": null, "head": 12, "id": 10, "lemma": "but", "misc": "", "start_char": 38, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 50, "feats": "Number=Sing|PronType=Ind", "head": 12, "id": 11, "lemma": "somebody", "misc": "", "start_char": 42, "text": "somebody", "upos": "PRON", "xpos": "NN" }, { "deprel": "conj", "end_char": 56, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 12, "lemma": "need", "misc": "", "start_char": 51, "text": "needs", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 59, "feats": null, "head": 14, "id": 13, "lemma": "to", "misc": "", "start_char": 57, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 64, "feats": "VerbForm=Inf", "head": 12, "id": 14, "lemma": "take", "misc": "", "start_char": 60, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 69, "feats": null, "head": 14, "id": 15, "lemma": "away", "misc": "", "start_char": 65, "text": "away", "upos": "ADP", "xpos": "RP" }, { "deprel": "nmod:poss", "end_char": 73, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 18, "id": 16, "lemma": "his", "misc": "", "start_char": 70, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 81, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "Twitter", "misc": "", "start_char": 74, "text": "Twitter", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 89, "feats": "Number=Sing", "head": 14, "id": 18, "lemma": "account", "misc": "", "start_char": 82, "text": "account", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 91, "feats": null, "head": 3, "id": 19, "lemma": "'", "misc": "", "start_char": 90, "text": "'", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 93, "feats": null, "head": 3, "id": 20, "lemma": "?", "misc": "", "start_char": 92, "text": "?", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 1, 1 ] ], [ [ 0, 7, 7 ], [ 0, 15, 15 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
5a45b1c83e8a36f43a38dc80211b0180
Kim is Micheal, but he is no where close to his level yet.
[ { "end_char": 58, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Kim)) (VP (VBZ is) (NP (NNP Micheal)))) (, ,) (CC but) (S (NP (PRP he)) (VP (VBZ is) (ADJP (ADJP (DT no) (RB where) (JJ close)) (PP (IN to) (NP (PRP$ his) (NN level)))) (ADVP (RB yet)))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Kim is Micheal, but he is no where close to his level yet.", "tokens": [ { "deprel": "nsubj", "end_char": 3, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Kim", "misc": "", "start_char": 0, "text": "Kim", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 6, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 4, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "root", "end_char": 14, "feats": "Number=Sing", "head": 0, "id": 3, "lemma": "Micheal", "misc": "", "start_char": 7, "text": "Micheal", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 16, "feats": null, "head": 9, "id": 4, "lemma": ",", "misc": "", "start_char": 15, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 20, "feats": null, "head": 9, "id": 5, "lemma": "but", "misc": "", "start_char": 17, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 23, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 6, "lemma": "he", "misc": "", "start_char": 21, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 26, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 7, "lemma": "be", "misc": "", "start_char": 24, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 29, "feats": null, "head": 9, "id": 8, "lemma": "no", "misc": "", "start_char": 27, "text": "no", "upos": "DET", "xpos": "DT" }, { "deprel": "conj", "end_char": 35, "feats": null, "head": 3, "id": 9, "lemma": "where", "misc": "", "start_char": 30, "text": "where", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 41, "feats": "Degree=Pos", "head": 9, "id": 10, "lemma": "close", "misc": "", "start_char": 36, "text": "close", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 44, "feats": null, "head": 13, "id": 11, "lemma": "to", "misc": "", "start_char": 42, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 48, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 13, "id": 12, "lemma": "his", "misc": "", "start_char": 45, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 54, "feats": "Number=Sing", "head": 10, "id": 13, "lemma": "level", "misc": "", "start_char": 49, "text": "level", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 58, "feats": null, "head": 10, "id": 14, "lemma": "yet", "misc": "", "start_char": 55, "text": "yet", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 60, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 59, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 5, 5 ] ], [ [ 0, 2, 2 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
d548726ab864daf7d28a2c6dde4d6673
Ernest isn't John, but I would still like to do him.
[ { "end_char": 52, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Ernest)) (VP (VBZ is) (RB n't) (NP (NNP John)))) (, ,) (CC but) (S (NP (PRP I)) (VP (MD would) (ADVP (RB still)) (VP (VB like) (S (VP (TO to) (VP (VB do) (NP (PRP him)))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Ernest isn't John, but I would still like to do him.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Ernest", "misc": "", "start_char": 0, "text": "Ernest", "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": 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": "Number=Sing", "head": 0, "id": 4, "lemma": "John", "misc": "", "start_char": 14, "text": "John", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 20, "feats": null, "head": 10, "id": 5, "lemma": ",", "misc": "", "start_char": 19, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 24, "feats": null, "head": 10, "id": 6, "lemma": "but", "misc": "", "start_char": 21, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 26, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 10, "id": 7, "lemma": "I", "misc": "", "start_char": 25, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 32, "feats": "VerbForm=Fin", "head": 10, "id": 8, "lemma": "would", "misc": "", "start_char": 27, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 38, "feats": null, "head": 10, "id": 9, "lemma": "still", "misc": "", "start_char": 33, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 43, "feats": "VerbForm=Inf", "head": 4, "id": 10, "lemma": "like", "misc": "", "start_char": 39, "text": "like", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 46, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 44, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 49, "feats": "VerbForm=Inf", "head": 10, "id": 12, "lemma": "do", "misc": "", "start_char": 47, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 53, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 13, "lemma": "he", "misc": "", "start_char": 50, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 55, "feats": null, "head": 4, "id": 14, "lemma": ".", "misc": "", "start_char": 54, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 12, 12 ] ], [ [ 0, 3, 3 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
701e44b87c87ab4ccc3620a949d45a1c
And Raymond is also similar to Randy but he also became his own defined character, he isn't a clone.
[ { "end_char": 100, "id": 1, "misc": { "parse_tree": "(ROOT (S (CC And) (S (NP (NNP Raymond)) (VP (VBZ is) (ADVP (RB also)) (ADJP (JJ similar) (PP (IN to) (NP (NNP Randy)))))) (CC but) (S (NP (PRP he)) (ADVP (RB also)) (VP (VBD became) (NP (PRP$ his) (JJ own) (VBN defined) (NN character)))) (, ,) (S (NP (PRP he)) (VP (VBZ is) (RB n't) (NP (DT a) (NN clone)))) (. .)))" }, "speaker": null, "start_char": 0, "text": "And Raymond is also similar to Randy but he also became his own defined character, he isn't a clone.", "tokens": [ { "deprel": "cc", "end_char": 3, "feats": null, "head": 5, "id": 1, "lemma": "and", "misc": "", "start_char": 0, "text": "And", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 11, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "Raymond", "misc": "", "start_char": 4, "text": "Raymond", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 14, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 12, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 19, "feats": null, "head": 5, "id": 4, "lemma": "also", "misc": "", "start_char": 15, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 27, "feats": "Degree=Pos", "head": 0, "id": 5, "lemma": "similar", "misc": "", "start_char": 20, "text": "similar", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 30, "feats": null, "head": 7, "id": 6, "lemma": "to", "misc": "", "start_char": 28, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 36, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "Randy", "misc": "", "start_char": 31, "text": "Randy", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 40, "feats": null, "head": 11, "id": 8, "lemma": "but", "misc": "", "start_char": 37, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 43, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 9, "lemma": "he", "misc": "", "start_char": 41, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 48, "feats": null, "head": 11, "id": 10, "lemma": "also", "misc": "", "start_char": 44, "text": "also", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 55, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 11, "lemma": "become", "misc": "", "start_char": 49, "text": "became", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nmod:poss", "end_char": 59, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 15, "id": 12, "lemma": "his", "misc": "", "start_char": 56, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 63, "feats": "Degree=Pos", "head": 15, "id": 13, "lemma": "own", "misc": "", "start_char": 60, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "amod", "end_char": 71, "feats": "Tense=Past|VerbForm=Part", "head": 15, "id": 14, "lemma": "define", "misc": "", "start_char": 64, "text": "defined", "upos": "VERB", "xpos": "VBN" }, { "deprel": "xcomp", "end_char": 81, "feats": "Number=Sing", "head": 11, "id": 15, "lemma": "character", "misc": "", "start_char": 72, "text": "character", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 83, "feats": null, "head": 21, "id": 16, "lemma": ",", "misc": "", "start_char": 82, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 86, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 21, "id": 17, "lemma": "he", "misc": "", "start_char": 84, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 89, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 21, "id": 18, "lemma": "be", "misc": "", "start_char": 87, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 93, "feats": null, "head": 21, "id": 19, "lemma": "not", "misc": "", "start_char": 90, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "det", "end_char": 95, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 20, "lemma": "a", "misc": "", "start_char": 94, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "parataxis", "end_char": 101, "feats": "Number=Sing", "head": 5, "id": 21, "lemma": "clone", "misc": "", "start_char": 96, "text": "clone", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 103, "feats": null, "head": 5, "id": 22, "lemma": ".", "misc": "", "start_char": 102, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 1, 1 ], [ 0, 8, 8 ] ], [ [ 0, 6, 6 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
eb9cfbea2baf4a4566c1efb5c4042d43
Martha was good against Carlene, so she rose in popularity as well.
[ { "end_char": 67, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Martha)) (VP (VBD was) (ADJP (JJ good) (PP (IN against) (NP (NNP Carlene)))))) (, ,) (RB so) (S (NP (PRP she)) (VP (VBD rose) (PP (IN in) (NP (NN popularity))) (ADVP (RB as) (RB well)))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Martha was good against Carlene, so she rose in popularity as well.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Martha", "misc": "", "start_char": 0, "text": "Martha", "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": 15, "feats": "Degree=Pos", "head": 0, "id": 3, "lemma": "good", "misc": "", "start_char": 11, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 23, "feats": null, "head": 5, "id": 4, "lemma": "against", "misc": "", "start_char": 16, "text": "against", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 31, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "Carlene", "misc": "", "start_char": 24, "text": "Carlene", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 33, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 32, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 36, "feats": null, "head": 9, "id": 7, "lemma": "so", "misc": "", "start_char": 34, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 40, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "she", "misc": "", "start_char": 37, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 45, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 9, "lemma": "rise", "misc": "", "start_char": 41, "text": "rose", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 48, "feats": null, "head": 11, "id": 10, "lemma": "in", "misc": "", "start_char": 46, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 59, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "popularity", "misc": "", "start_char": 49, "text": "popularity", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 62, "feats": null, "head": 9, "id": 12, "lemma": "as", "misc": "", "start_char": 60, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "fixed", "end_char": 67, "feats": "Degree=Pos", "head": 12, "id": 13, "lemma": "well", "misc": "", "start_char": 63, "text": "well", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 69, "feats": null, "head": 3, "id": 14, "lemma": ".", "misc": "", "start_char": 68, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 7, 7 ] ], [ [ 0, 4, 4 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
e28bd9543d235b51f893ab51817ef6a9
Depending on if Kevin were discovered by Kenneth, if he doesn't drive a truck.
[ { "end_char": 78, "id": 1, "misc": { "parse_tree": "(ROOT (S (PP (VBG Depending) (PP (IN on) (SBAR (IN if) (S (NP (NNP Kevin)) (VP (VBD were) (VP (VBN discovered) (PP (IN by) (NP (NNP Kenneth))))))))) (, ,) (SBAR (IN if) (S (NP (PRP he)) (VP (VBZ does) (RB n't) (VP (VB drive) (NP (DT a) (NN truck)))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Depending on if Kevin were discovered by Kenneth, if he doesn't drive a truck.", "tokens": [ { "deprel": "mark", "end_char": 9, "feats": "VerbForm=Ger", "head": 6, "id": 1, "lemma": "depend", "misc": "", "start_char": 0, "text": "Depending", "upos": "VERB", "xpos": "VBG" }, { "deprel": "fixed", "end_char": 12, "feats": null, "head": 1, "id": 2, "lemma": "on", "misc": "", "start_char": 10, "text": "on", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "mark", "end_char": 15, "feats": null, "head": 6, "id": 3, "lemma": "if", "misc": "", "start_char": 13, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj:pass", "end_char": 21, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "Kevin", "misc": "", "start_char": 16, "text": "Kevin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 26, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 22, "text": "were", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 37, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 6, "lemma": "discover", "misc": "", "start_char": 27, "text": "discovered", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 40, "feats": null, "head": 8, "id": 7, "lemma": "by", "misc": "", "start_char": 38, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 48, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "Kenneth", "misc": "", "start_char": 41, "text": "Kenneth", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 50, "feats": null, "head": 6, "id": 9, "lemma": ",", "misc": "", "start_char": 49, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 53, "feats": null, "head": 14, "id": 10, "lemma": "if", "misc": "", "start_char": 51, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 56, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 11, "lemma": "he", "misc": "", "start_char": 54, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 61, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 12, "lemma": "do", "misc": "", "start_char": 57, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 65, "feats": null, "head": 14, "id": 13, "lemma": "not", "misc": "", "start_char": 62, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 71, "feats": "VerbForm=Inf", "head": 6, "id": 14, "lemma": "drive", "misc": "", "start_char": 66, "text": "drive", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 73, "feats": "Definite=Ind|PronType=Art", "head": 16, "id": 15, "lemma": "a", "misc": "", "start_char": 72, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 79, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "truck", "misc": "", "start_char": 74, "text": "truck", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 81, "feats": null, "head": 6, "id": 17, "lemma": ".", "misc": "", "start_char": 80, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 3, 3 ], [ 0, 10, 10 ] ], [ [ 0, 7, 7 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
5b8493dd73cfb44b4700ee7893af543c
Almost certainly David would have been able to kill or take Kyle if he hadn't been so scared and cowed by this instrument of subjugation to Sauron.
[ { "end_char": 147, "id": 1, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Almost) (RB certainly)) (NP (NNP David)) (VP (MD would) (VP (VB have) (VP (VBN been) (ADJP (JJ able) (S (VP (TO to) (VP (VB kill) (CC or) (VB take) (NP (NNP Kyle)) (SBAR (IN if) (S (NP (PRP he)) (VP (VBD had) (RB n't) (VP (VBN been) (ADJP (ADJP (RB so) (JJ scared)) (CC and) (VBN cowed) (PP (IN by) (NP (NP (DT this) (NN instrument)) (PP (IN of) (NP (NN subjugation))))) (PP (IN to) (NP (NNP Sauron))))))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Almost certainly David would have been able to kill or take Kyle if he hadn't been so scared and cowed by this instrument of subjugation to Sauron.", "tokens": [ { "deprel": "advmod", "end_char": 6, "feats": null, "head": 2, "id": 1, "lemma": "almost", "misc": "", "start_char": 0, "text": "Almost", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 16, "feats": null, "head": 7, "id": 2, "lemma": "certainly", "misc": "", "start_char": 7, "text": "certainly", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 22, "feats": "Number=Sing", "head": 7, "id": 3, "lemma": "David", "misc": "", "start_char": 17, "text": "David", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 28, "feats": "VerbForm=Fin", "head": 7, "id": 4, "lemma": "would", "misc": "", "start_char": 23, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux", "end_char": 33, "feats": "VerbForm=Inf", "head": 7, "id": 5, "lemma": "have", "misc": "", "start_char": 29, "text": "have", "upos": "AUX", "xpos": "VB" }, { "deprel": "cop", "end_char": 38, "feats": "Tense=Past|VerbForm=Part", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 34, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "root", "end_char": 43, "feats": "Degree=Pos", "head": 0, "id": 7, "lemma": "able", "misc": "", "start_char": 39, "text": "able", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 46, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 44, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 51, "feats": "VerbForm=Inf", "head": 7, "id": 9, "lemma": "kill", "misc": "", "start_char": 47, "text": "kill", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 54, "feats": null, "head": 11, "id": 10, "lemma": "or", "misc": "", "start_char": 52, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 59, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "take", "misc": "", "start_char": 55, "text": "take", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 64, "feats": "Number=Sing", "head": 11, "id": 12, "lemma": "Kyle", "misc": "", "start_char": 60, "text": "Kyle", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 67, "feats": null, "head": 19, "id": 13, "lemma": "if", "misc": "", "start_char": 65, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 70, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 19, "id": 14, "lemma": "he", "misc": "", "start_char": 68, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 74, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 19, "id": 15, "lemma": "have", "misc": "", "start_char": 71, "text": "had", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 78, "feats": null, "head": 19, "id": 16, "lemma": "not", "misc": "", "start_char": 75, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "cop", "end_char": 83, "feats": "Tense=Past|VerbForm=Part", "head": 19, "id": 17, "lemma": "be", "misc": "", "start_char": 79, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 86, "feats": null, "head": 19, "id": 18, "lemma": "so", "misc": "", "start_char": 84, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 93, "feats": "Degree=Pos", "head": 9, "id": 19, "lemma": "scared", "misc": "", "start_char": 87, "text": "scared", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 97, "feats": null, "head": 21, "id": 20, "lemma": "and", "misc": "", "start_char": 94, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 103, "feats": "Tense=Past|VerbForm=Part", "head": 19, "id": 21, "lemma": "cow", "misc": "", "start_char": 98, "text": "cowed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 106, "feats": null, "head": 24, "id": 22, "lemma": "by", "misc": "", "start_char": 104, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 111, "feats": "Number=Sing|PronType=Dem", "head": 24, "id": 23, "lemma": "this", "misc": "", "start_char": 107, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:agent", "end_char": 122, "feats": "Number=Sing", "head": 21, "id": 24, "lemma": "instrument", "misc": "", "start_char": 112, "text": "instrument", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 125, "feats": null, "head": 26, "id": 25, "lemma": "of", "misc": "", "start_char": 123, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 137, "feats": "Number=Sing", "head": 24, "id": 26, "lemma": "subjugation", "misc": "", "start_char": 126, "text": "subjugation", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 140, "feats": null, "head": 28, "id": 27, "lemma": "to", "misc": "", "start_char": 138, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 147, "feats": "Number=Sing", "head": 21, "id": 28, "lemma": "Sauron", "misc": "", "start_char": 141, "text": "Sauron", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 149, "feats": null, "head": 7, "id": 29, "lemma": ".", "misc": "", "start_char": 148, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 2, 2 ], [ 0, 13, 13 ] ], [ [ 0, 11, 11 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
28a714d26f7027cb841643bf7a967e2b
But I don't think that Peter really cared for Anthony all that much, so much as he loved Lily.
[ { "end_char": 94, "id": 1, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (PRP I)) (VP (VBP do) (RB n't) (VP (VB think) (SBAR (IN that) (S (NP (NNP Peter)) (ADVP (RB really)) (VP (VBD cared) (PP (IN for) (NP (NNP Anthony))) (NP (DT all) (RB that) (RB much)) (, ,) (ADVP (ADVP (RB so) (RB much)) (SBAR (IN as) (S (NP (PRP he)) (VP (VBD loved) (NP (NNP Lily))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "But I don't think that Peter really cared for Anthony all that much, so much as he loved Lily.", "tokens": [ { "deprel": "cc", "end_char": 3, "feats": null, "head": 5, "id": 1, "lemma": "but", "misc": "", "start_char": 0, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 5, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 5, "id": 2, "lemma": "I", "misc": "", "start_char": 4, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 8, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 5, "id": 3, "lemma": "do", "misc": "", "start_char": 6, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 12, "feats": null, "head": 5, "id": 4, "lemma": "not", "misc": "", "start_char": 9, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 18, "feats": "VerbForm=Inf", "head": 0, "id": 5, "lemma": "think", "misc": "", "start_char": 13, "text": "think", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 23, "feats": null, "head": 9, "id": 6, "lemma": "that", "misc": "", "start_char": 19, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 29, "feats": "Number=Sing", "head": 9, "id": 7, "lemma": "Peter", "misc": "", "start_char": 24, "text": "Peter", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 36, "feats": null, "head": 9, "id": 8, "lemma": "really", "misc": "", "start_char": 30, "text": "really", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 42, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 9, "lemma": "care", "misc": "", "start_char": 37, "text": "cared", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 46, "feats": null, "head": 11, "id": 10, "lemma": "for", "misc": "", "start_char": 43, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 54, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "Anthony", "misc": "", "start_char": 47, "text": "Anthony", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "det", "end_char": 58, "feats": null, "head": 11, "id": 12, "lemma": "all", "misc": "", "start_char": 55, "text": "all", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 63, "feats": null, "head": 14, "id": 13, "lemma": "that", "misc": "", "start_char": 59, "text": "that", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 68, "feats": "Degree=Pos", "head": 9, "id": 14, "lemma": "much", "misc": "", "start_char": 64, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 70, "feats": null, "head": 9, "id": 15, "lemma": ",", "misc": "", "start_char": 69, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 73, "feats": null, "head": 17, "id": 16, "lemma": "so", "misc": "", "start_char": 71, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 78, "feats": "Degree=Pos", "head": 9, "id": 17, "lemma": "much", "misc": "", "start_char": 74, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 81, "feats": null, "head": 20, "id": 18, "lemma": "as", "misc": "", "start_char": 79, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 84, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 20, "id": 19, "lemma": "he", "misc": "", "start_char": 82, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 90, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 17, "id": 20, "lemma": "love", "misc": "", "start_char": 85, "text": "loved", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 95, "feats": "Number=Sing", "head": 20, "id": 21, "lemma": "Lily", "misc": "", "start_char": 91, "text": "Lily", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 97, "feats": null, "head": 5, "id": 22, "lemma": ".", "misc": "", "start_char": 96, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 6, 6 ], [ 0, 18, 18 ] ], [ [ 0, 10, 10 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
d1413e28fb5fced5fac2e8720a82b805
Leonard activated John right away so Divine Retribution didn't do anything for him.
[ { "end_char": 83, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Leonard)) (VP (VBD activated) (NP (NNP John)) (ADVP (RB right) (RB away)) (SBAR (RB so) (S (NP (NNP Divine) (NNP Retribution)) (VP (VBD did) (RB n't) (VP (VB do) (NP (NN anything)) (PP (IN for) (NP (PRP him)))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Leonard activated John right away so Divine Retribution didn't do anything for him.", "tokens": [ { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Leonard", "misc": "", "start_char": 0, "text": "Leonard", "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": "activate", "misc": "", "start_char": 8, "text": "activated", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 22, "feats": "Number=Sing", "head": 2, "id": 3, "lemma": "John", "misc": "", "start_char": 18, "text": "John", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 28, "feats": null, "head": 5, "id": 4, "lemma": "right", "misc": "", "start_char": 23, "text": "right", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 33, "feats": null, "head": 2, "id": 5, "lemma": "away", "misc": "", "start_char": 29, "text": "away", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 36, "feats": null, "head": 11, "id": 6, "lemma": "so", "misc": "", "start_char": 34, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 43, "feats": "Degree=Pos", "head": 8, "id": 7, "lemma": "Divine", "misc": "", "start_char": 37, "text": "Divine", "upos": "ADJ", "xpos": "NNP" }, { "deprel": "nsubj", "end_char": 55, "feats": "Number=Sing", "head": 11, "id": 8, "lemma": "Retribution", "misc": "", "start_char": 44, "text": "Retribution", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 59, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 11, "id": 9, "lemma": "do", "misc": "", "start_char": 56, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 63, "feats": null, "head": 11, "id": 10, "lemma": "not", "misc": "", "start_char": 60, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "parataxis", "end_char": 66, "feats": "VerbForm=Inf", "head": 2, "id": 11, "lemma": "do", "misc": "", "start_char": 64, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 75, "feats": "Number=Sing|PronType=Ind", "head": 11, "id": 12, "lemma": "anything", "misc": "", "start_char": 67, "text": "anything", "upos": "PRON", "xpos": "NN" }, { "deprel": "case", "end_char": 79, "feats": null, "head": 14, "id": 13, "lemma": "for", "misc": "", "start_char": 76, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 83, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 14, "lemma": "he", "misc": "", "start_char": 80, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 85, "feats": null, "head": 2, "id": 15, "lemma": ".", "misc": "", "start_char": 84, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 13, 13 ] ], [ [ 0, 2, 2 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
fc2a3b0d3dd252c41475f4a0f4f64bbd
Brett is clearly not acting like Wilbur so how is he a Wilburian?
[ { "end_char": 65, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Brett)) (VP (VBZ is) (ADVP (RB clearly)) (RB not) (VP (VBG acting) (PP (IN like) (NP (NNP Wilbur))) (SBARQ (WHADVP (RB so) (WRB how)) (SQ (VBZ is) (NP (PRP he)) (NP (DT a) (NNP Wilburian)))))) (. ?)))" }, "speaker": null, "start_char": 0, "text": "Brett is clearly not acting like Wilbur so how is he a Wilburian?", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 5, "id": 1, "lemma": "Brett", "misc": "", "start_char": 0, "text": "Brett", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 8, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "be", "misc": "", "start_char": 6, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 16, "feats": null, "head": 5, "id": 3, "lemma": "clearly", "misc": "", "start_char": 9, "text": "clearly", "upos": "ADV", "xpos": "RB" }, { "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": "Tense=Pres|VerbForm=Part", "head": 0, "id": 5, "lemma": "act", "misc": "", "start_char": 21, "text": "acting", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 32, "feats": null, "head": 7, "id": 6, "lemma": "like", "misc": "", "start_char": 28, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 39, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "Wilbur", "misc": "", "start_char": 33, "text": "Wilbur", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 42, "feats": null, "head": 13, "id": 8, "lemma": "so", "misc": "", "start_char": 40, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 46, "feats": "PronType=Int", "head": 13, "id": 9, "lemma": "how", "misc": "", "start_char": 43, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "cop", "end_char": 49, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 10, "lemma": "be", "misc": "", "start_char": 47, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "nsubj", "end_char": 52, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 11, "lemma": "he", "misc": "", "start_char": 50, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 54, "feats": "Definite=Ind|PronType=Art", "head": 13, "id": 12, "lemma": "a", "misc": "", "start_char": 53, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "parataxis", "end_char": 64, "feats": "Number=Sing", "head": 5, "id": 13, "lemma": "Wilburian", "misc": "", "start_char": 55, "text": "Wilburian", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 66, "feats": null, "head": 5, "id": 14, "lemma": "?", "misc": "", "start_char": 65, "text": "?", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 10, 10 ] ], [ [ 0, 6, 6 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
4c18882db1360afe90faaaa4bd3421be
Daniel would eliminate Jose if he could because he refuse to believe anyone is better than him.
[ { "end_char": 95, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Daniel)) (VP (MD would) (VP (VB eliminate) (NP (NNP Jose)) (SBAR (IN if) (S (NP (PRP he)) (VP (MD could) (SBAR (IN because) (S (NP (PRP he)) (VP (VBP refuse) (S (VP (TO to) (VP (VB believe) (SBAR (S (NP (NN anyone)) (VP (VBZ is) (ADJP (ADJP (JJR better)) (PP (IN than) (NP (PRP him)))))))))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Daniel would eliminate Jose if he could because he refuse to believe anyone is better than 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": "aux", "end_char": 12, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "would", "misc": "", "start_char": 7, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 22, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "eliminate", "misc": "", "start_char": 13, "text": "eliminate", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 27, "feats": "Number=Sing", "head": 3, "id": 4, "lemma": "Jose", "misc": "", "start_char": 23, "text": "Jose", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 30, "feats": null, "head": 7, "id": 5, "lemma": "if", "misc": "", "start_char": 28, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 33, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 7, "id": 6, "lemma": "he", "misc": "", "start_char": 31, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 39, "feats": "VerbForm=Fin", "head": 3, "id": 7, "lemma": "could", "misc": "", "start_char": 34, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "mark", "end_char": 47, "feats": null, "head": 10, "id": 8, "lemma": "because", "misc": "", "start_char": 40, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 50, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "he", "misc": "", "start_char": 48, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 57, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 10, "lemma": "refuse", "misc": "", "start_char": 51, "text": "refuse", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 60, "feats": null, "head": 12, "id": 11, "lemma": "to", "misc": "", "start_char": 58, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 68, "feats": "VerbForm=Inf", "head": 10, "id": 12, "lemma": "believe", "misc": "", "start_char": 61, "text": "believe", "upos": "VERB", "xpos": "VB" }, { "deprel": "nsubj", "end_char": 75, "feats": "Number=Sing|PronType=Ind", "head": 15, "id": 13, "lemma": "anyone", "misc": "", "start_char": 69, "text": "anyone", "upos": "PRON", "xpos": "NN" }, { "deprel": "cop", "end_char": 78, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 76, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "ccomp", "end_char": 85, "feats": "Degree=Cmp", "head": 12, "id": 15, "lemma": "good", "misc": "", "start_char": 79, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 90, "feats": null, "head": 17, "id": 16, "lemma": "than", "misc": "", "start_char": 86, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 94, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 17, "lemma": "he", "misc": "", "start_char": 91, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 96, "feats": null, "head": 3, "id": 18, "lemma": ".", "misc": "", "start_char": 95, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 5, 5 ] ], [ [ 0, 3, 3 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
779110be301e1453b3fdd8f2bbb2b580
Derrick may have a higher passer rating than Mark, but you'll never convince me he's a better passer.
[ { "end_char": 101, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Derrick)) (VP (MD may) (VP (VB have) (NP (NP (DT a) (JJR higher) (NN passer) (NN rating)) (PP (IN than) (NP (NNP Mark))))))) (, ,) (CC but) (S (NP (PRP you)) (VP (MD 'll) (ADVP (RB never)) (VP (VB convince) (NP (PRP me)) (SBAR (S (NP (PRP he)) (VP (VBZ 's) (NP (DT a) (JJR better) (NN passer)))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Derrick may have a higher passer rating than Mark, but you'll never convince me he's a better passer.", "tokens": [ { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Derrick", "misc": "", "start_char": 0, "text": "Derrick", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 11, "feats": "VerbForm=Fin", "head": 3, "id": 2, "lemma": "may", "misc": "", "start_char": 8, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 16, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "have", "misc": "", "start_char": 12, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 18, "feats": "Definite=Ind|PronType=Art", "head": 7, "id": 4, "lemma": "a", "misc": "", "start_char": 17, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 25, "feats": "Degree=Cmp", "head": 7, "id": 5, "lemma": "high", "misc": "", "start_char": 19, "text": "higher", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "compound", "end_char": 32, "feats": "Number=Sing", "head": 7, "id": 6, "lemma": "passer", "misc": "", "start_char": 26, "text": "passer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 39, "feats": "Number=Sing", "head": 3, "id": 7, "lemma": "rating", "misc": "", "start_char": 33, "text": "rating", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 44, "feats": null, "head": 9, "id": 8, "lemma": "than", "misc": "", "start_char": 40, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 49, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "Mark", "misc": "", "start_char": 45, "text": "Mark", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 51, "feats": null, "head": 15, "id": 10, "lemma": ",", "misc": "", "start_char": 50, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 55, "feats": null, "head": 15, "id": 11, "lemma": "but", "misc": "", "start_char": 52, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 59, "feats": "Case=Nom|Person=2|PronType=Prs", "head": 15, "id": 12, "lemma": "you", "misc": "", "start_char": 56, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 63, "feats": "VerbForm=Fin", "head": 15, "id": 13, "lemma": "will", "misc": "", "start_char": 60, "text": "'ll", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 69, "feats": null, "head": 15, "id": 14, "lemma": "never", "misc": "", "start_char": 64, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 78, "feats": "VerbForm=Inf", "head": 3, "id": 15, "lemma": "convince", "misc": "", "start_char": 70, "text": "convince", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 81, "feats": "Case=Acc|Number=Sing|Person=1|PronType=Prs", "head": 15, "id": 16, "lemma": "I", "misc": "", "start_char": 79, "text": "me", "upos": "PRON", "xpos": "PRP" }, { "deprel": "nsubj", "end_char": 84, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 21, "id": 17, "lemma": "he", "misc": "", "start_char": 82, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 87, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 21, "id": 18, "lemma": "be", "misc": "", "start_char": 85, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 89, "feats": "Definite=Ind|PronType=Art", "head": 21, "id": 19, "lemma": "a", "misc": "", "start_char": 88, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 96, "feats": "Degree=Cmp", "head": 21, "id": 20, "lemma": "good", "misc": "", "start_char": 90, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "ccomp", "end_char": 103, "feats": "Number=Sing", "head": 15, "id": 21, "lemma": "passer", "misc": "", "start_char": 97, "text": "passer", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 105, "feats": null, "head": 3, "id": 22, "lemma": ".", "misc": "", "start_char": 104, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 16, 16 ] ], [ [ 0, 8, 8 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
95352b14f58e14093f7fcb14c6903b1e
Also, John has the right as an author to go back and say Chris was gay, but I don't consider him gay.
[ { "end_char": 101, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (ADVP (RB Also)) (, ,) (NP (NNP John)) (VP (VBZ has) (NP (NP (DT the) (NN right)) (PP (IN as) (NP (NP (DT an) (NN author)) (SBAR (S (VP (TO to) (VP (VP (VB go) (ADVP (RB back))) (CC and) (VP (VB say) (SBAR (S (NP (NNP Chris)) (VP (VBD was) (ADJP (JJ gay))))))))))))))) (, ,) (CC but) (S (NP (PRP I)) (VP (VBP do) (RB n't) (VP (VB consider) (S (NP (PRP him)) (ADJP (JJ gay)))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Also, John has the right as an author to go back and say Chris was gay, but I don't consider him gay.", "tokens": [ { "deprel": "advmod", "end_char": 4, "feats": null, "head": 4, "id": 1, "lemma": "also", "misc": "", "start_char": 0, "text": "Also", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 6, "feats": null, "head": 4, "id": 2, "lemma": ",", "misc": "", "start_char": 5, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 11, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "John", "misc": "", "start_char": 7, "text": "John", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 15, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "have", "misc": "", "start_char": 12, "text": "has", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "det", "end_char": 19, "feats": "Definite=Def|PronType=Art", "head": 6, "id": 5, "lemma": "the", "misc": "", "start_char": 16, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 25, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "right", "misc": "", "start_char": 20, "text": "right", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 28, "feats": null, "head": 9, "id": 7, "lemma": "as", "misc": "", "start_char": 26, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 31, "feats": "Definite=Ind|PronType=Art", "head": 9, "id": 8, "lemma": "a", "misc": "", "start_char": 29, "text": "an", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 38, "feats": "Number=Sing", "head": 6, "id": 9, "lemma": "author", "misc": "", "start_char": 32, "text": "author", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 41, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 39, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "advcl", "end_char": 44, "feats": "VerbForm=Inf", "head": 4, "id": 11, "lemma": "go", "misc": "", "start_char": 42, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 49, "feats": null, "head": 11, "id": 12, "lemma": "back", "misc": "", "start_char": 45, "text": "back", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 53, "feats": null, "head": 14, "id": 13, "lemma": "and", "misc": "", "start_char": 50, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 57, "feats": "VerbForm=Inf", "head": 11, "id": 14, "lemma": "say", "misc": "", "start_char": 54, "text": "say", "upos": "VERB", "xpos": "VB" }, { "deprel": "nsubj", "end_char": 63, "feats": "Number=Sing", "head": 17, "id": 15, "lemma": "Chris", "misc": "", "start_char": 58, "text": "Chris", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 67, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 17, "id": 16, "lemma": "be", "misc": "", "start_char": 64, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 71, "feats": "Degree=Pos", "head": 14, "id": 17, "lemma": "gay", "misc": "", "start_char": 68, "text": "gay", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 73, "feats": null, "head": 23, "id": 18, "lemma": ",", "misc": "", "start_char": 72, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 77, "feats": null, "head": 23, "id": 19, "lemma": "but", "misc": "", "start_char": 74, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 79, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 23, "id": 20, "lemma": "I", "misc": "", "start_char": 78, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 82, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 23, "id": 21, "lemma": "do", "misc": "", "start_char": 80, "text": "do", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advmod", "end_char": 86, "feats": null, "head": 23, "id": 22, "lemma": "not", "misc": "", "start_char": 83, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 95, "feats": "VerbForm=Inf", "head": 4, "id": 23, "lemma": "consider", "misc": "", "start_char": 87, "text": "consider", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 99, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 23, "id": 24, "lemma": "he", "misc": "", "start_char": 96, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 103, "feats": "Degree=Pos", "head": 23, "id": 25, "lemma": "gay", "misc": "", "start_char": 100, "text": "gay", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 105, "feats": null, "head": 4, "id": 26, "lemma": ".", "misc": "", "start_char": 104, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 2, 2 ] ], [ [ 0, 14, 14 ], [ 0, 23, 23 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
7b4a018a213b2918013ef4b237070934
But I just need to know how Michael plays vs Casey, if he still steps it up vs him.
[ { "end_char": 83, "id": 1, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (PRP I)) (ADVP (RB just)) (VP (VBP need) (S (VP (TO to) (VP (VB know) (SBAR (WHADVP (WRB how)) (S (NP (NNP Michael)) (VP (VBZ plays) (PP (IN vs) (NP (NNP Casey))))))))) (, ,) (SBAR (IN if) (S (NP (PRP he)) (ADVP (RB still)) (VP (VBZ steps) (NP (PRP it)) (PRT (RP up)) (PP (IN vs) (NP (PRP him))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "But I just need to know how Michael plays vs Casey, if he still steps it up vs him.", "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": 5, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 4, "id": 2, "lemma": "I", "misc": "", "start_char": 4, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 10, "feats": null, "head": 4, "id": 3, "lemma": "just", "misc": "", "start_char": 6, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 15, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "need", "misc": "", "start_char": 11, "text": "need", "upos": "VERB", "xpos": "VBP" }, { "deprel": "mark", "end_char": 18, "feats": null, "head": 6, "id": 5, "lemma": "to", "misc": "", "start_char": 16, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 23, "feats": "VerbForm=Inf", "head": 4, "id": 6, "lemma": "know", "misc": "", "start_char": 19, "text": "know", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 27, "feats": "PronType=Int", "head": 9, "id": 7, "lemma": "how", "misc": "", "start_char": 24, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 35, "feats": "Number=Sing", "head": 9, "id": 8, "lemma": "Michael", "misc": "", "start_char": 28, "text": "Michael", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "ccomp", "end_char": 41, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 9, "lemma": "play", "misc": "", "start_char": 36, "text": "plays", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 44, "feats": null, "head": 11, "id": 10, "lemma": "versus", "misc": "", "start_char": 42, "text": "vs", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 50, "feats": "Number=Sing", "head": 9, "id": 11, "lemma": "Casey", "misc": "", "start_char": 45, "text": "Casey", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 52, "feats": null, "head": 16, "id": 12, "lemma": ",", "misc": "", "start_char": 51, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 55, "feats": null, "head": 16, "id": 13, "lemma": "if", "misc": "", "start_char": 53, "text": "if", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 58, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 16, "id": 14, "lemma": "he", "misc": "", "start_char": 56, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 64, "feats": null, "head": 16, "id": 15, "lemma": "still", "misc": "", "start_char": 59, "text": "still", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 70, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 9, "id": 16, "lemma": "step", "misc": "", "start_char": 65, "text": "steps", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 73, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 16, "id": 17, "lemma": "it", "misc": "", "start_char": 71, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "compound:prt", "end_char": 76, "feats": null, "head": 16, "id": 18, "lemma": "up", "misc": "", "start_char": 74, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 79, "feats": null, "head": 20, "id": 19, "lemma": "versus", "misc": "", "start_char": 77, "text": "vs", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 83, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 16, "id": 20, "lemma": "he", "misc": "", "start_char": 80, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 85, "feats": null, "head": 4, "id": 21, "lemma": ".", "misc": "", "start_char": 84, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 7, 7 ], [ 0, 13, 13 ] ], [ [ 0, 10, 10 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
f5fcd383c4152928133c4e991a6312cc
Eric was born to cover Jason, so let's hope he's used that way.
[ { "end_char": 63, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Eric)) (VP (VBD was) (VP (VBN born) (S (VP (TO to) (VP (VB cover) (NP (NNP Jason)))))))) (, ,) (RB so) (VP (VB let) (NP (PRP 's)) (VP (VB hope) (SBAR (S (NP (PRP he)) (VP (VBZ 's) (VP (VBN used) (NP (DT that) (NN way)))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Eric was born to cover Jason, so let's hope he's used that way.", "tokens": [ { "deprel": "nsubj:pass", "end_char": 4, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Eric", "misc": "", "start_char": 0, "text": "Eric", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 8, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 3, "id": 2, "lemma": "be", "misc": "", "start_char": 5, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 13, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 3, "lemma": "bear", "misc": "", "start_char": 9, "text": "born", "upos": "VERB", "xpos": "VBN" }, { "deprel": "mark", "end_char": 16, "feats": null, "head": 5, "id": 4, "lemma": "to", "misc": "", "start_char": 14, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 22, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "cover", "misc": "", "start_char": 17, "text": "cover", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 28, "feats": "Number=Sing", "head": 5, "id": 6, "lemma": "Jason", "misc": "", "start_char": 23, "text": "Jason", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 30, "feats": null, "head": 9, "id": 7, "lemma": ",", "misc": "", "start_char": 29, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 33, "feats": null, "head": 9, "id": 8, "lemma": "so", "misc": "", "start_char": 31, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "parataxis", "end_char": 37, "feats": "Mood=Imp|VerbForm=Fin", "head": 3, "id": 9, "lemma": "let", "misc": "", "start_char": 34, "text": "let", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 40, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 9, "id": 10, "lemma": "we", "misc": "", "start_char": 38, "text": "'s", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 45, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "hope", "misc": "", "start_char": 41, "text": "hope", "upos": "VERB", "xpos": "VB" }, { "deprel": "nsubj:pass", "end_char": 48, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 12, "lemma": "he", "misc": "", "start_char": 46, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 51, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 49, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "ccomp", "end_char": 56, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 11, "id": 14, "lemma": "use", "misc": "", "start_char": 52, "text": "used", "upos": "VERB", "xpos": "VBN" }, { "deprel": "det", "end_char": 61, "feats": "Number=Sing|PronType=Dem", "head": 16, "id": 15, "lemma": "that", "misc": "", "start_char": 57, "text": "that", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:npmod", "end_char": 65, "feats": "Number=Sing", "head": 14, "id": 16, "lemma": "way", "misc": "", "start_char": 62, "text": "way", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 67, "feats": null, "head": 3, "id": 17, "lemma": ".", "misc": "", "start_char": 66, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 11, 11 ] ], [ [ 0, 5, 5 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
a7c988efa2c44a0b8241a8d965b08518
Sharon might not be as good a tank as Regina, but she can get the job done, and frankly I like her a lot more.
[ { "end_char": 110, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Sharon)) (VP (MD might) (RB not) (VP (VB be) (NP (NP (ADJP (RB as) (JJ good)) (DT a) (NN tank)) (PP (IN as) (NP (NNP Regina))))))) (, ,) (CC but) (S (S (NP (PRP she)) (VP (MD can) (VP (VB get) (S (NP (DT the) (NN job)) (VP (VBN done)))))) (, ,) (CC and) (S (ADVP (RB frankly)) (NP (PRP I)) (VP (VBP like) (NP (PRP her)) (NP (DT a) (NN lot) (JJR more))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Sharon might not be as good a tank as Regina, but she can get the job done, and frankly I like her a lot more.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 8, "id": 1, "lemma": "Sharon", "misc": "", "start_char": 0, "text": "Sharon", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 12, "feats": "VerbForm=Fin", "head": 8, "id": 2, "lemma": "might", "misc": "", "start_char": 7, "text": "might", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 16, "feats": null, "head": 8, "id": 3, "lemma": "not", "misc": "", "start_char": 13, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "cop", "end_char": 19, "feats": "VerbForm=Inf", "head": 8, "id": 4, "lemma": "be", "misc": "", "start_char": 17, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "advmod", "end_char": 22, "feats": null, "head": 6, "id": 5, "lemma": "as", "misc": "", "start_char": 20, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 27, "feats": "Degree=Pos", "head": 8, "id": 6, "lemma": "good", "misc": "", "start_char": 23, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "det", "end_char": 29, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 7, "lemma": "a", "misc": "", "start_char": 28, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "root", "end_char": 34, "feats": "Number=Sing", "head": 0, "id": 8, "lemma": "tank", "misc": "", "start_char": 30, "text": "tank", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 37, "feats": null, "head": 10, "id": 9, "lemma": "as", "misc": "", "start_char": 35, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 44, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "Regina", "misc": "", "start_char": 38, "text": "Regina", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 46, "feats": null, "head": 15, "id": 11, "lemma": ",", "misc": "", "start_char": 45, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 50, "feats": null, "head": 15, "id": 12, "lemma": "but", "misc": "", "start_char": 47, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 54, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 13, "lemma": "she", "misc": "", "start_char": 51, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 58, "feats": "VerbForm=Fin", "head": 15, "id": 14, "lemma": "can", "misc": "", "start_char": 55, "text": "can", "upos": "AUX", "xpos": "MD" }, { "deprel": "conj", "end_char": 62, "feats": "VerbForm=Inf", "head": 8, "id": 15, "lemma": "get", "misc": "", "start_char": 59, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "det", "end_char": 66, "feats": "Definite=Def|PronType=Art", "head": 17, "id": 16, "lemma": "the", "misc": "", "start_char": 63, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 70, "feats": "Number=Sing", "head": 15, "id": 17, "lemma": "job", "misc": "", "start_char": 67, "text": "job", "upos": "NOUN", "xpos": "NN" }, { "deprel": "xcomp", "end_char": 75, "feats": "Tense=Past|VerbForm=Part", "head": 15, "id": 18, "lemma": "do", "misc": "", "start_char": 71, "text": "done", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 77, "feats": null, "head": 23, "id": 19, "lemma": ",", "misc": "", "start_char": 76, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 81, "feats": null, "head": 23, "id": 20, "lemma": "and", "misc": "", "start_char": 78, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 89, "feats": null, "head": 23, "id": 21, "lemma": "frankly", "misc": "", "start_char": 82, "text": "frankly", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 91, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 23, "id": 22, "lemma": "I", "misc": "", "start_char": 90, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 96, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 15, "id": 23, "lemma": "like", "misc": "", "start_char": 92, "text": "like", "upos": "VERB", "xpos": "VBP" }, { "deprel": "obj", "end_char": 100, "feats": "Case=Acc|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 23, "id": 24, "lemma": "her", "misc": "", "start_char": 97, "text": "her", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 102, "feats": "Definite=Ind|PronType=Art", "head": 26, "id": 25, "lemma": "a", "misc": "", "start_char": 101, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:npmod", "end_char": 106, "feats": "Number=Sing", "head": 27, "id": 26, "lemma": "lot", "misc": "", "start_char": 103, "text": "lot", "upos": "NOUN", "xpos": "NN" }, { "deprel": "advmod", "end_char": 111, "feats": "Degree=Cmp", "head": 23, "id": 27, "lemma": "more", "misc": "", "start_char": 107, "text": "more", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 113, "feats": null, "head": 8, "id": 28, "lemma": ".", "misc": "", "start_char": 112, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 12, 12 ] ], [ [ 0, 9, 9 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
3afba04cd0f8f1e1108f19bdf0faeb48
Yvonne lost in a battle against Dorothy because she could not stand up to the Biotics.
[ { "end_char": 86, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Yvonne)) (VP (VBD lost) (PP (IN in) (NP (NP (DT a) (NN battle)) (PP (IN against) (NP (NNP Dorothy))))) (SBAR (IN because) (S (NP (PRP she)) (VP (MD could) (RB not) (VP (VB stand) (PRT (RP up)) (PP (IN to) (NP (DT the) (NNP Biotics)))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Yvonne lost in a battle against Dorothy because she could not stand up to the Biotics.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Yvonne", "misc": "", "start_char": 0, "text": "Yvonne", "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": "lose", "misc": "", "start_char": 7, "text": "lost", "upos": "VERB", "xpos": "VBD" }, { "deprel": "case", "end_char": 14, "feats": null, "head": 5, "id": 3, "lemma": "in", "misc": "", "start_char": 12, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 16, "feats": "Definite=Ind|PronType=Art", "head": 5, "id": 4, "lemma": "a", "misc": "", "start_char": 15, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 23, "feats": "Number=Sing", "head": 2, "id": 5, "lemma": "battle", "misc": "", "start_char": 17, "text": "battle", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 31, "feats": null, "head": 7, "id": 6, "lemma": "against", "misc": "", "start_char": 24, "text": "against", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 39, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "Dorothy", "misc": "", "start_char": 32, "text": "Dorothy", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "mark", "end_char": 47, "feats": null, "head": 12, "id": 8, "lemma": "because", "misc": "", "start_char": 40, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 51, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 9, "lemma": "she", "misc": "", "start_char": 48, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 57, "feats": "VerbForm=Fin", "head": 12, "id": 10, "lemma": "could", "misc": "", "start_char": 52, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 61, "feats": null, "head": 12, "id": 11, "lemma": "not", "misc": "", "start_char": 58, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 67, "feats": "VerbForm=Inf", "head": 2, "id": 12, "lemma": "stand", "misc": "", "start_char": 62, "text": "stand", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 70, "feats": null, "head": 12, "id": 13, "lemma": "up", "misc": "", "start_char": 68, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 73, "feats": null, "head": 16, "id": 14, "lemma": "to", "misc": "", "start_char": 71, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 77, "feats": "Definite=Def|PronType=Art", "head": 16, "id": 15, "lemma": "the", "misc": "", "start_char": 74, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 85, "feats": "Number=Sing", "head": 12, "id": 16, "lemma": "Biotics", "misc": "", "start_char": 78, "text": "Biotics", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 87, "feats": null, "head": 2, "id": 17, "lemma": ".", "misc": "", "start_char": 86, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 8, 8 ] ], [ [ 0, 6, 6 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
54609222c228265c212fe5d1b3b4b5b4
At least Christie doesn't seem to have a problem with Christa, or so she makes it seem.
[ { "end_char": 87, "id": 1, "misc": { "parse_tree": "(ROOT (S (ADVP (IN At) (JJS least)) (S (NP (NNP Christie)) (VP (VBZ does) (RB n't) (VP (VB seem) (S (VP (TO to) (VP (VB have) (NP (DT a) (NN problem)) (PP (IN with) (NP (NNP Christa))))))))) (, ,) (CC or) (S (ADVP (RB so)) (NP (PRP she)) (VP (VBZ makes) (S (NP (PRP it)) (VP (VB seem))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "At least Christie doesn't seem to have a problem with Christa, or so she makes it seem.", "tokens": [ { "deprel": "advmod", "end_char": 2, "feats": "ExtPos=ADV", "head": 6, "id": 1, "lemma": "at", "misc": "", "start_char": 0, "text": "At", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 8, "feats": "Degree=Sup", "head": 1, "id": 2, "lemma": "least", "misc": "", "start_char": 3, "text": "least", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nsubj", "end_char": 17, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "Christie", "misc": "", "start_char": 9, "text": "Christie", "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": "do", "misc": "", "start_char": 18, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 26, "feats": null, "head": 6, "id": 5, "lemma": "not", "misc": "", "start_char": 23, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 31, "feats": "VerbForm=Inf", "head": 0, "id": 6, "lemma": "seem", "misc": "", "start_char": 27, "text": "seem", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 34, "feats": null, "head": 8, "id": 7, "lemma": "to", "misc": "", "start_char": 32, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 39, "feats": "VerbForm=Inf", "head": 6, "id": 8, "lemma": "have", "misc": "", "start_char": 35, "text": "have", "upos": "VERB", "xpos": "VB" }, { "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": "obj", "end_char": 49, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "problem", "misc": "", "start_char": 42, "text": "problem", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 54, "feats": null, "head": 12, "id": 11, "lemma": "with", "misc": "", "start_char": 50, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 62, "feats": "Number=Sing", "head": 10, "id": 12, "lemma": "Christa", "misc": "", "start_char": 55, "text": "Christa", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 64, "feats": null, "head": 17, "id": 13, "lemma": ",", "misc": "", "start_char": 63, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 67, "feats": null, "head": 17, "id": 14, "lemma": "or", "misc": "", "start_char": 65, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 70, "feats": null, "head": 17, "id": 15, "lemma": "so", "misc": "", "start_char": 68, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 74, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 16, "lemma": "she", "misc": "", "start_char": 71, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 80, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 17, "lemma": "make", "misc": "", "start_char": 75, "text": "makes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 83, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 18, "lemma": "it", "misc": "", "start_char": 81, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 88, "feats": "VerbForm=Inf", "head": 17, "id": 19, "lemma": "seem", "misc": "", "start_char": 84, "text": "seem", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 90, "feats": null, "head": 6, "id": 20, "lemma": ".", "misc": "", "start_char": 89, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 2, 2 ], [ 0, 15, 15 ] ], [ [ 0, 11, 11 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
4332cfaf5bb2687702d6030826c495b1
Ramon does everything Vernon does, but he's legitimately funny on top of it, plus he doesn't try and force something that bombs like Vernon does.
[ { "end_char": 145, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Ramon)) (VP (VBZ does) (NP (NP (NN everything)) (SBAR (S (NP (NNP Vernon)) (VP (VBZ does))))))) (, ,) (CC but) (S (S (NP (PRP he)) (VP (VBZ 's) (ADJP (RB legitimately) (JJ funny)) (PP (IN on) (NP (NP (NN top)) (PP (IN of) (NP (PRP it))))))) (, ,) (CC plus) (S (NP (PRP he)) (VP (VBZ does) (RB n't) (VP (VB try) (CC and) (VP (VB force) (NP (NP (NN something)) (SBAR (WHNP (WDT that)) (S (VP (NNS bombs) (SBAR (IN like) (S (NP (NNP Vernon)) (VP (VBZ does))))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Ramon does everything Vernon does, but he's legitimately funny on top of it, plus he doesn't try and force something that bombs like Vernon does.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Ramon", "misc": "", "start_char": 0, "text": "Ramon", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 10, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 2, "lemma": "do", "misc": "", "start_char": 6, "text": "does", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 21, "feats": "Number=Sing|PronType=Tot", "head": 2, "id": 3, "lemma": "everything", "misc": "", "start_char": 11, "text": "everything", "upos": "PRON", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 28, "feats": "Number=Sing", "head": 5, "id": 4, "lemma": "Vernon", "misc": "", "start_char": 22, "text": "Vernon", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "acl:relcl", "end_char": 33, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 3, "id": 5, "lemma": "do", "misc": "", "start_char": 29, "text": "does", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 35, "feats": null, "head": 11, "id": 6, "lemma": ",", "misc": "", "start_char": 34, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 39, "feats": null, "head": 11, "id": 7, "lemma": "but", "misc": "", "start_char": 36, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 42, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 8, "lemma": "he", "misc": "", "start_char": 40, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 45, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 9, "lemma": "be", "misc": "", "start_char": 43, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 58, "feats": null, "head": 11, "id": 10, "lemma": "legitimately", "misc": "", "start_char": 46, "text": "legitimately", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 64, "feats": "Degree=Pos", "head": 2, "id": 11, "lemma": "funny", "misc": "", "start_char": 59, "text": "funny", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 67, "feats": null, "head": 13, "id": 12, "lemma": "on", "misc": "", "start_char": 65, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 71, "feats": "Number=Sing", "head": 11, "id": 13, "lemma": "top", "misc": "", "start_char": 68, "text": "top", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 74, "feats": null, "head": 15, "id": 14, "lemma": "of", "misc": "", "start_char": 72, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 77, "feats": "Case=Acc|Gender=Neut|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 15, "lemma": "it", "misc": "", "start_char": 75, "text": "it", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 79, "feats": null, "head": 21, "id": 16, "lemma": ",", "misc": "", "start_char": 78, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 84, "feats": null, "head": 21, "id": 17, "lemma": "plus", "misc": "", "start_char": 80, "text": "plus", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 87, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 21, "id": 18, "lemma": "he", "misc": "", "start_char": 85, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 92, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 21, "id": 19, "lemma": "do", "misc": "", "start_char": 88, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 96, "feats": null, "head": 21, "id": 20, "lemma": "not", "misc": "", "start_char": 93, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 100, "feats": "VerbForm=Inf", "head": 2, "id": 21, "lemma": "try", "misc": "", "start_char": 97, "text": "try", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 104, "feats": null, "head": 23, "id": 22, "lemma": "and", "misc": "", "start_char": 101, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 110, "feats": "VerbForm=Inf", "head": 21, "id": 23, "lemma": "force", "misc": "", "start_char": 105, "text": "force", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 120, "feats": "Number=Sing|PronType=Ind", "head": 23, "id": 24, "lemma": "something", "misc": "", "start_char": 111, "text": "something", "upos": "PRON", "xpos": "NN" }, { "deprel": "obj", "end_char": 125, "feats": "PronType=Rel", "head": 29, "id": 25, "lemma": "that", "misc": "", "start_char": 121, "text": "that", "upos": "PRON", "xpos": "WDT" }, { "deprel": "nsubj", "end_char": 131, "feats": "Number=Plur", "head": 29, "id": 26, "lemma": "bomb", "misc": "", "start_char": 126, "text": "bombs", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "case", "end_char": 136, "feats": null, "head": 28, "id": 27, "lemma": "like", "misc": "", "start_char": 132, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 143, "feats": "Number=Sing", "head": 26, "id": 28, "lemma": "Vernon", "misc": "", "start_char": 137, "text": "Vernon", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "acl:relcl", "end_char": 148, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 24, "id": 29, "lemma": "do", "misc": "", "start_char": 144, "text": "does", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "punct", "end_char": 150, "feats": null, "head": 2, "id": 30, "lemma": ".", "misc": "", "start_char": 149, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 7, 7 ] ], [ [ 0, 3, 3 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
9528a2bc5a0ca4249ae851c53fb1b476
But just like Robert, David will sink or swim on his own.
[ { "end_char": 57, "id": 1, "misc": { "parse_tree": "(ROOT (S (CC But) (PP (ADVP (RB just)) (IN like) (NP (NNP Robert))) (, ,) (NP (NNP David)) (VP (MD will) (VP (VB sink) (CC or) (VB swim) (PP (IN on) (NP (PRP$ his) (JJ own))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "But just like Robert, David will sink or swim on his own.", "tokens": [ { "deprel": "cc", "end_char": 3, "feats": null, "head": 8, "id": 1, "lemma": "but", "misc": "", "start_char": 0, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 8, "feats": null, "head": 4, "id": 2, "lemma": "just", "misc": "", "start_char": 4, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 13, "feats": null, "head": 4, "id": 3, "lemma": "like", "misc": "", "start_char": 9, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 20, "feats": "Number=Sing", "head": 8, "id": 4, "lemma": "Robert", "misc": "", "start_char": 14, "text": "Robert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 22, "feats": null, "head": 8, "id": 5, "lemma": ",", "misc": "", "start_char": 21, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 28, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "David", "misc": "", "start_char": 23, "text": "David", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 33, "feats": "VerbForm=Fin", "head": 8, "id": 7, "lemma": "will", "misc": "", "start_char": 29, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "root", "end_char": 38, "feats": "VerbForm=Inf", "head": 0, "id": 8, "lemma": "sink", "misc": "", "start_char": 34, "text": "sink", "upos": "VERB", "xpos": "VB" }, { "deprel": "cc", "end_char": 41, "feats": null, "head": 10, "id": 9, "lemma": "or", "misc": "", "start_char": 39, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 46, "feats": "VerbForm=Inf", "head": 8, "id": 10, "lemma": "swim", "misc": "", "start_char": 42, "text": "swim", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 49, "feats": null, "head": 13, "id": 11, "lemma": "on", "misc": "", "start_char": 47, "text": "on", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod:poss", "end_char": 53, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 13, "id": 12, "lemma": "his", "misc": "", "start_char": 50, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "obl", "end_char": 57, "feats": "Degree=Pos", "head": 8, "id": 13, "lemma": "own", "misc": "", "start_char": 54, "text": "own", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 59, "feats": null, "head": 8, "id": 14, "lemma": ".", "misc": "", "start_char": 58, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 3, 3 ] ], [ [ 0, 5, 5 ], [ 0, 11, 11 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
d648c86738304bef268f6502b902dc14
Eliseo died and Timothy was born when he was dubbed Lord Timothy.
[ { "end_char": 65, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Eliseo)) (VP (VBD died))) (CC and) (S (NP (NNP Timothy)) (VP (VBD was) (VP (VBN born) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD was) (VP (VBN dubbed) (S (NP (NNP Lord) (NNP Timothy)))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Eliseo died and Timothy was born when he was dubbed Lord Timothy.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Eliseo", "misc": "", "start_char": 0, "text": "Eliseo", "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": "die", "misc": "", "start_char": 7, "text": "died", "upos": "VERB", "xpos": "VBD" }, { "deprel": "cc", "end_char": 15, "feats": null, "head": 6, "id": 3, "lemma": "and", "misc": "", "start_char": 12, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj:pass", "end_char": 23, "feats": "Number=Sing", "head": 6, "id": 4, "lemma": "Timothy", "misc": "", "start_char": 16, "text": "Timothy", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 27, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 5, "lemma": "be", "misc": "", "start_char": 24, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 32, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 2, "id": 6, "lemma": "bear", "misc": "", "start_char": 28, "text": "born", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 37, "feats": "PronType=Int", "head": 10, "id": 7, "lemma": "when", "misc": "", "start_char": 33, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj:pass", "end_char": 40, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 8, "lemma": "he", "misc": "", "start_char": 38, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux:pass", "end_char": 44, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 41, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 51, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 6, "id": 10, "lemma": "dub", "misc": "", "start_char": 45, "text": "dubbed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "xcomp", "end_char": 56, "feats": "Number=Sing", "head": 10, "id": 11, "lemma": "Lord", "misc": "", "start_char": 52, "text": "Lord", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 64, "feats": "Number=Sing", "head": 11, "id": 12, "lemma": "Timothy", "misc": "", "start_char": 57, "text": "Timothy", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 66, "feats": null, "head": 2, "id": 13, "lemma": ".", "misc": "", "start_char": 65, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 3, 3 ], [ 0, 7, 7 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
48d3dbbaa30579252b4ef11f3a839e8f
Ronald didn't say "William is dangerous because he won't bomb Iran".
[ { "end_char": 68, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Ronald)) (VP (VBD did) (RB n't) (VP (VB say) (`` ``) (S (NP (NNP William)) (VP (VBZ is) (ADJP (JJ dangerous)) (SBAR (IN because) (S (NP (PRP he)) (VP (MD wo) (RB n't) (VP (VB bomb) (NP (NNP Iran)))))))) ('' ''))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Ronald didn't say \"William is dangerous because he won't bomb Iran\".", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Ronald", "misc": "", "start_char": 0, "text": "Ronald", "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": 18, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "say", "misc": "", "start_char": 15, "text": "say", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 21, "feats": null, "head": 4, "id": 5, "lemma": "``", "misc": "", "start_char": 19, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "nsubj", "end_char": 29, "feats": "Number=Sing", "head": 8, "id": 6, "lemma": "William", "misc": "", "start_char": 22, "text": "William", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 32, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 30, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "ccomp", "end_char": 42, "feats": "Degree=Pos", "head": 4, "id": 8, "lemma": "dangerous", "misc": "", "start_char": 33, "text": "dangerous", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 50, "feats": null, "head": 13, "id": 9, "lemma": "because", "misc": "", "start_char": 43, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 53, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 10, "lemma": "he", "misc": "", "start_char": 51, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 56, "feats": "VerbForm=Fin", "head": 13, "id": 11, "lemma": "will", "misc": "", "start_char": 54, "text": "wo", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 60, "feats": null, "head": 13, "id": 12, "lemma": "not", "misc": "", "start_char": 57, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 65, "feats": "VerbForm=Inf", "head": 8, "id": 13, "lemma": "bomb", "misc": "", "start_char": 61, "text": "bomb", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 70, "feats": "Number=Sing", "head": 13, "id": 14, "lemma": "Iran", "misc": "", "start_char": 66, "text": "Iran", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 73, "feats": null, "head": 4, "id": 15, "lemma": "''", "misc": "", "start_char": 71, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 75, "feats": null, "head": 4, "id": 16, "lemma": ".", "misc": "", "start_char": 74, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 5, 5 ], [ 0, 9, 9 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
fcb2d5ba5ea841c477de45217a1c65e5
Carlos isn't nearly as adorable as Jerry, but he's cute and happy enough.
[ { "end_char": 73, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Carlos)) (VP (VBZ is) (RB n't) (ADJP (ADJP (RB nearly) (RB as) (JJ adorable)) (PP (IN as) (NP (NNP Jerry)))))) (, ,) (CC but) (S (NP (PRP he)) (VP (VBZ 's) (ADJP (JJ cute) (CC and) (JJ happy) (RB enough)))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Carlos isn't nearly as adorable as Jerry, but he's cute and happy enough.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 6, "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": 6, "id": 2, "lemma": "be", "misc": "", "start_char": 7, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 13, "feats": null, "head": 6, "id": 3, "lemma": "not", "misc": "", "start_char": 10, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "advmod", "end_char": 20, "feats": null, "head": 6, "id": 4, "lemma": "nearly", "misc": "", "start_char": 14, "text": "nearly", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 23, "feats": null, "head": 6, "id": 5, "lemma": "as", "misc": "", "start_char": 21, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 32, "feats": "Degree=Pos", "head": 0, "id": 6, "lemma": "adorable", "misc": "", "start_char": 24, "text": "adorable", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 35, "feats": null, "head": 8, "id": 7, "lemma": "as", "misc": "", "start_char": 33, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 41, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "Jerry", "misc": "", "start_char": 36, "text": "Jerry", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 43, "feats": null, "head": 13, "id": 9, "lemma": ",", "misc": "", "start_char": 42, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 47, "feats": null, "head": 13, "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": 13, "id": 11, "lemma": "he", "misc": "", "start_char": 48, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 53, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 51, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "conj", "end_char": 58, "feats": "Degree=Pos", "head": 6, "id": 13, "lemma": "cute", "misc": "", "start_char": 54, "text": "cute", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "cc", "end_char": 62, "feats": null, "head": 15, "id": 14, "lemma": "and", "misc": "", "start_char": 59, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 68, "feats": "Degree=Pos", "head": 13, "id": 15, "lemma": "happy", "misc": "", "start_char": 63, "text": "happy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 75, "feats": null, "head": 15, "id": 16, "lemma": "enough", "misc": "", "start_char": 69, "text": "enough", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 77, "feats": null, "head": 6, "id": 17, "lemma": ".", "misc": "", "start_char": 76, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 10, 10 ] ], [ [ 0, 7, 7 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
aed269e40c1d8d37b135bb477f51bb95
As for Nesta stopping Robert, Bryce got a yellow because he couldn't keep up with him.
[ { "end_char": 86, "id": 1, "misc": { "parse_tree": "(ROOT (S (PP (IN As) (PP (IN for) (S (NP (NNP Nesta)) (VP (VBG stopping) (NP (NNP Robert)))))) (, ,) (NP (NNP Bryce)) (VP (VBD got) (NP (DT a) (NN yellow)) (SBAR (IN because) (S (NP (PRP he)) (VP (MD could) (RB n't) (VP (VB keep) (PRT (RP up)) (PP (IN with) (NP (PRP him)))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "As for Nesta stopping Robert, Bryce got a yellow because he couldn't keep up with him.", "tokens": [ { "deprel": "mark", "end_char": 2, "feats": null, "head": 4, "id": 1, "lemma": "as", "misc": "", "start_char": 0, "text": "As", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "mark", "end_char": 6, "feats": null, "head": 4, "id": 2, "lemma": "for", "misc": "", "start_char": 3, "text": "for", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 12, "feats": "Number=Sing", "head": 4, "id": 3, "lemma": "Nesta", "misc": "", "start_char": 7, "text": "Nesta", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl", "end_char": 21, "feats": "VerbForm=Ger", "head": 8, "id": 4, "lemma": "stop", "misc": "", "start_char": 13, "text": "stopping", "upos": "VERB", "xpos": "VBG" }, { "deprel": "obj", "end_char": 28, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Robert", "misc": "", "start_char": 22, "text": "Robert", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 30, "feats": null, "head": 8, "id": 6, "lemma": ",", "misc": "", "start_char": 29, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 36, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "Bryce", "misc": "", "start_char": 31, "text": "Bryce", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 40, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 8, "lemma": "get", "misc": "", "start_char": 37, "text": "got", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 42, "feats": "Definite=Ind|PronType=Art", "head": 10, "id": 9, "lemma": "a", "misc": "", "start_char": 41, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 49, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "yellow", "misc": "", "start_char": 43, "text": "yellow", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 57, "feats": null, "head": 15, "id": 11, "lemma": "because", "misc": "", "start_char": 50, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 60, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 12, "lemma": "he", "misc": "", "start_char": 58, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 66, "feats": "VerbForm=Fin", "head": 15, "id": 13, "lemma": "could", "misc": "", "start_char": 61, "text": "could", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 70, "feats": null, "head": 15, "id": 14, "lemma": "not", "misc": "", "start_char": 67, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "advcl", "end_char": 75, "feats": "VerbForm=Inf", "head": 8, "id": 15, "lemma": "keep", "misc": "", "start_char": 71, "text": "keep", "upos": "VERB", "xpos": "VB" }, { "deprel": "compound:prt", "end_char": 78, "feats": null, "head": 15, "id": 16, "lemma": "up", "misc": "", "start_char": 76, "text": "up", "upos": "ADP", "xpos": "RP" }, { "deprel": "case", "end_char": 83, "feats": null, "head": 18, "id": 17, "lemma": "with", "misc": "", "start_char": 79, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 87, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 18, "lemma": "he", "misc": "", "start_char": 84, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 89, "feats": null, "head": 8, "id": 19, "lemma": ".", "misc": "", "start_char": 88, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 4, 4 ] ], [ [ 0, 6, 6 ], [ 0, 11, 11 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
cbc48b019ba1bce20767f90ef23001c8
Joseph is even playing below what Donald probably anticipated when he was talking about how this is the most overrated team he's had.
[ { "end_char": 133, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Joseph)) (VP (VBZ is) (ADVP (RB even)) (VP (VBG playing) (ADVP (RB below) (SBAR (WHNP (WP what)) (S (NP (NNP Donald)) (ADVP (RB probably)) (VP (VBD anticipated) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD was) (VP (VBG talking) (PP (IN about) (SBAR (WHADVP (WRB how)) (S (NP (DT this)) (VP (VBZ is) (NP (NP (DT the) (ADJP (RBS most) (JJ overrated)) (NN team)) (SBAR (S (NP (PRP he)) (VP (VBZ 's) (VP (VBN had)))))))))))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Joseph is even playing below what Donald probably anticipated when he was talking about how this is the most overrated team he's had.", "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": 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": "even", "misc": "", "start_char": 10, "text": "even", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 22, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 4, "lemma": "play", "misc": "", "start_char": 15, "text": "playing", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 28, "feats": null, "head": 4, "id": 5, "lemma": "below", "misc": "", "start_char": 23, "text": "below", "upos": "ADV", "xpos": "RB" }, { "deprel": "obj", "end_char": 33, "feats": "PronType=Rel", "head": 9, "id": 6, "lemma": "what", "misc": "", "start_char": 29, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 40, "feats": "Number=Sing", "head": 9, "id": 7, "lemma": "Donald", "misc": "", "start_char": 34, "text": "Donald", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 49, "feats": null, "head": 9, "id": 8, "lemma": "probably", "misc": "", "start_char": 41, "text": "probably", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 61, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 9, "lemma": "anticipate", "misc": "", "start_char": 50, "text": "anticipated", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 66, "feats": "PronType=Int", "head": 13, "id": 10, "lemma": "when", "misc": "", "start_char": 62, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 69, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 11, "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": 13, "id": 12, "lemma": "be", "misc": "", "start_char": 70, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 81, "feats": "Tense=Pres|VerbForm=Part", "head": 9, "id": 13, "lemma": "talk", "misc": "", "start_char": 74, "text": "talking", "upos": "VERB", "xpos": "VBG" }, { "deprel": "mark", "end_char": 87, "feats": null, "head": 21, "id": 14, "lemma": "about", "misc": "", "start_char": 82, "text": "about", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 91, "feats": "PronType=Int", "head": 13, "id": 15, "lemma": "how", "misc": "", "start_char": 88, "text": "how", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 96, "feats": "Number=Sing|PronType=Dem", "head": 21, "id": 16, "lemma": "this", "misc": "", "start_char": 92, "text": "this", "upos": "PRON", "xpos": "DT" }, { "deprel": "cop", "end_char": 99, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 21, "id": 17, "lemma": "be", "misc": "", "start_char": 97, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 103, "feats": "Definite=Def|PronType=Art", "head": 21, "id": 18, "lemma": "the", "misc": "", "start_char": 100, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 108, "feats": "Degree=Sup", "head": 20, "id": 19, "lemma": "most", "misc": "", "start_char": 104, "text": "most", "upos": "ADV", "xpos": "RBS" }, { "deprel": "amod", "end_char": 118, "feats": "Degree=Pos", "head": 21, "id": 20, "lemma": "overrated", "misc": "", "start_char": 109, "text": "overrated", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advcl:relcl", "end_char": 123, "feats": "Number=Sing", "head": 15, "id": 21, "lemma": "team", "misc": "", "start_char": 119, "text": "team", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 126, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 24, "id": 22, "lemma": "he", "misc": "", "start_char": 124, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 129, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 24, "id": 23, "lemma": "be", "misc": "", "start_char": 127, "text": "'s", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "acl:relcl", "end_char": 133, "feats": "Tense=Past|VerbForm=Part", "head": 21, "id": 24, "lemma": "have", "misc": "", "start_char": 130, "text": "had", "upos": "VERB", "xpos": "VBN" }, { "deprel": "punct", "end_char": 135, "feats": null, "head": 4, "id": 25, "lemma": ".", "misc": "", "start_char": 134, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 6, 6 ], [ 0, 10, 10 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
e453d0adbaf3df6aac2dd262909f6ca1
At least Anibal finally realized that Randall was pretty good when he got touches.
[ { "end_char": 82, "id": 1, "misc": { "parse_tree": "(ROOT (S (ADVP (IN At) (JJS least)) (NP (NNP Anibal)) (ADVP (RB finally)) (VP (VBD realized) (SBAR (IN that) (S (NP (NNP Randall)) (VP (VBD was) (ADJP (RB pretty) (JJ good)) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD got) (NP (NNS touches))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "At least Anibal finally realized that Randall was pretty good when he got touches.", "tokens": [ { "deprel": "advmod", "end_char": 2, "feats": "ExtPos=ADV", "head": 5, "id": 1, "lemma": "at", "misc": "", "start_char": 0, "text": "At", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 8, "feats": "Degree=Sup", "head": 1, "id": 2, "lemma": "least", "misc": "", "start_char": 3, "text": "least", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "nsubj", "end_char": 15, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "Anibal", "misc": "", "start_char": 9, "text": "Anibal", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 23, "feats": null, "head": 5, "id": 4, "lemma": "finally", "misc": "", "start_char": 16, "text": "finally", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 32, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 0, "id": 5, "lemma": "realize", "misc": "", "start_char": 24, "text": "realized", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 37, "feats": null, "head": 10, "id": 6, "lemma": "that", "misc": "", "start_char": 33, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 45, "feats": "Number=Sing", "head": 10, "id": 7, "lemma": "Randall", "misc": "", "start_char": 38, "text": "Randall", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 49, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 8, "lemma": "be", "misc": "", "start_char": 46, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 56, "feats": null, "head": 10, "id": 9, "lemma": "pretty", "misc": "", "start_char": 50, "text": "pretty", "upos": "ADV", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 61, "feats": "Degree=Pos", "head": 5, "id": 10, "lemma": "good", "misc": "", "start_char": 57, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "advmod", "end_char": 66, "feats": "PronType=Int", "head": 13, "id": 11, "lemma": "when", "misc": "", "start_char": 62, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 69, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 12, "lemma": "he", "misc": "", "start_char": 67, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 73, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 13, "lemma": "get", "misc": "", "start_char": 70, "text": "got", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 81, "feats": "Number=Plur", "head": 13, "id": 14, "lemma": "touch", "misc": "", "start_char": 74, "text": "touches", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "punct", "end_char": 83, "feats": null, "head": 5, "id": 15, "lemma": ".", "misc": "", "start_char": 82, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 2, 2 ] ], [ [ 0, 6, 6 ], [ 0, 11, 11 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
8043da4f56556c18af2be0de58c79371
Clayton has played better for us recently than Virgil did when he was fit.
[ { "end_char": 74, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Clayton)) (VP (VBZ has) (VP (VBN played) (ADVP (ADVP (JJR better)) (PP (IN for) (NP (PRP us)))) (ADVP (ADVP (RB recently)) (SBAR (IN than) (S (NP (NNP Virgil)) (VP (VBD did) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD was) (ADJP (JJ fit))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Clayton has played better for us recently than Virgil did when he was fit.", "tokens": [ { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 3, "id": 1, "lemma": "Clayton", "misc": "", "start_char": 0, "text": "Clayton", "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": 18, "feats": "Tense=Past|VerbForm=Part", "head": 0, "id": 3, "lemma": "play", "misc": "", "start_char": 12, "text": "played", "upos": "VERB", "xpos": "VBN" }, { "deprel": "xcomp", "end_char": 25, "feats": "Degree=Cmp", "head": 3, "id": 4, "lemma": "good", "misc": "", "start_char": 19, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 29, "feats": null, "head": 6, "id": 5, "lemma": "for", "misc": "", "start_char": 26, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 32, "feats": "Case=Acc|Number=Plur|Person=1|PronType=Prs", "head": 4, "id": 6, "lemma": "we", "misc": "", "start_char": 30, "text": "us", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 41, "feats": null, "head": 3, "id": 7, "lemma": "recently", "misc": "", "start_char": 33, "text": "recently", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 46, "feats": null, "head": 10, "id": 8, "lemma": "than", "misc": "", "start_char": 42, "text": "than", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 53, "feats": "Number=Sing", "head": 10, "id": 9, "lemma": "Virgil", "misc": "", "start_char": 47, "text": "Virgil", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl", "end_char": 57, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 10, "lemma": "do", "misc": "", "start_char": 54, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 62, "feats": "PronType=Int", "head": 14, "id": 11, "lemma": "when", "misc": "", "start_char": 58, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 65, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 12, "lemma": "he", "misc": "", "start_char": 63, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 69, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 14, "id": 13, "lemma": "be", "misc": "", "start_char": 66, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advcl", "end_char": 73, "feats": "Degree=Pos", "head": 10, "id": 14, "lemma": "fit", "misc": "", "start_char": 70, "text": "fit", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 75, "feats": null, "head": 3, "id": 15, "lemma": ".", "misc": "", "start_char": 74, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 8, 8 ], [ 0, 11, 11 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
74e8f43305de0444b43c36eeca25c6ee
Cesar has been in sync with William so far and will undoubtedly be his favorite target this season.
[ { "end_char": 99, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Cesar)) (VP (VP (VBZ has) (VP (VBN been) (PP (IN in) (NP (NN sync))) (PP (IN with) (NP (NNP William))) (ADVP (RB so) (RB far)))) (CC and) (VP (MD will) (ADVP (RB undoubtedly)) (VP (VB be) (NP (PRP$ his) (JJ favorite) (NN target)) (NP (DT this) (NN season))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Cesar has been in sync with William so far and will undoubtedly be his favorite target this season.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 5, "id": 1, "lemma": "Cesar", "misc": "", "start_char": 0, "text": "Cesar", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 9, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 2, "lemma": "have", "misc": "", "start_char": 6, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "cop", "end_char": 14, "feats": "Tense=Past|VerbForm=Part", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 10, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "case", "end_char": 17, "feats": null, "head": 5, "id": 4, "lemma": "in", "misc": "", "start_char": 15, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "root", "end_char": 22, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "sync", "misc": "", "start_char": 18, "text": "sync", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 27, "feats": null, "head": 7, "id": 6, "lemma": "with", "misc": "", "start_char": 23, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 35, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "William", "misc": "", "start_char": 28, "text": "William", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 38, "feats": null, "head": 9, "id": 8, "lemma": "so", "misc": "", "start_char": 36, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 42, "feats": "Degree=Pos", "head": 5, "id": 9, "lemma": "far", "misc": "", "start_char": 39, "text": "far", "upos": "ADV", "xpos": "RB" }, { "deprel": "cc", "end_char": 46, "feats": null, "head": 16, "id": 10, "lemma": "and", "misc": "", "start_char": 43, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux", "end_char": 51, "feats": "VerbForm=Fin", "head": 16, "id": 11, "lemma": "will", "misc": "", "start_char": 47, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 63, "feats": null, "head": 16, "id": 12, "lemma": "undoubtedly", "misc": "", "start_char": 52, "text": "undoubtedly", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 66, "feats": "VerbForm=Inf", "head": 16, "id": 13, "lemma": "be", "misc": "", "start_char": 64, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "nmod:poss", "end_char": 70, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 16, "id": 14, "lemma": "his", "misc": "", "start_char": 67, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "amod", "end_char": 79, "feats": "Degree=Pos", "head": 16, "id": 15, "lemma": "favorite", "misc": "", "start_char": 71, "text": "favorite", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "conj", "end_char": 86, "feats": "Number=Sing", "head": 5, "id": 16, "lemma": "target", "misc": "", "start_char": 80, "text": "target", "upos": "NOUN", "xpos": "NN" }, { "deprel": "det", "end_char": 91, "feats": "Number=Sing|PronType=Dem", "head": 18, "id": 17, "lemma": "this", "misc": "", "start_char": 87, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "obl:tmod", "end_char": 98, "feats": "Number=Sing", "head": 16, "id": 18, "lemma": "season", "misc": "", "start_char": 92, "text": "season", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 100, "feats": null, "head": 5, "id": 19, "lemma": ".", "misc": "", "start_char": 99, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 13, 13 ] ], [ [ 0, 6, 6 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
ec5095a7b6a826f2db3539760c78ec2b
As Silas said, the good man who was James was destroyed when Darth Vader "killed him".
[ { "end_char": 86, "id": 1, "misc": { "parse_tree": "(ROOT (S (SBAR (IN As) (S (NP (NNP Silas)) (VP (VBD said)))) (, ,) (NP (NP (DT the) (JJ good) (NN man)) (SBAR (WHNP (WP who)) (S (VP (VBD was) (NP (NNP James)))))) (VP (VBD was) (VP (VBN destroyed) (SBAR (WHADVP (WRB when)) (S (NP (NNP Darth) (NNP Vader)) (VP (`` ``) (VBD killed) (NP (PRP him))))))) ('' '') (. .)))" }, "speaker": null, "start_char": 0, "text": "As Silas said, the good man who was James was destroyed when Darth Vader \"killed him\".", "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": 8, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Silas", "misc": "", "start_char": 3, "text": "Silas", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl", "end_char": 13, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 3, "lemma": "say", "misc": "", "start_char": 9, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "punct", "end_char": 15, "feats": null, "head": 12, "id": 4, "lemma": ",", "misc": "", "start_char": 14, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "det", "end_char": 19, "feats": "Definite=Def|PronType=Art", "head": 7, "id": 5, "lemma": "the", "misc": "", "start_char": 16, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 24, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "good", "misc": "", "start_char": 20, "text": "good", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "nsubj:pass", "end_char": 28, "feats": "Number=Sing", "head": 12, "id": 7, "lemma": "man", "misc": "", "start_char": 25, "text": "man", "upos": "NOUN", "xpos": "NN" }, { "deprel": "nsubj", "end_char": 32, "feats": "PronType=Rel", "head": 10, "id": 8, "lemma": "who", "misc": "", "start_char": 29, "text": "who", "upos": "PRON", "xpos": "WP" }, { "deprel": "cop", "end_char": 36, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 10, "id": 9, "lemma": "be", "misc": "", "start_char": 33, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "acl:relcl", "end_char": 42, "feats": "Number=Sing", "head": 7, "id": 10, "lemma": "James", "misc": "", "start_char": 37, "text": "James", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 46, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 11, "lemma": "be", "misc": "", "start_char": 43, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "root", "end_char": 56, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 12, "lemma": "destroy", "misc": "", "start_char": 47, "text": "destroyed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "advmod", "end_char": 61, "feats": "PronType=Int", "head": 17, "id": 13, "lemma": "when", "misc": "", "start_char": 57, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 67, "feats": "Number=Sing", "head": 17, "id": 14, "lemma": "Darth", "misc": "", "start_char": 62, "text": "Darth", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 73, "feats": "Number=Sing", "head": 14, "id": 15, "lemma": "Vader", "misc": "", "start_char": 68, "text": "Vader", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 76, "feats": null, "head": 17, "id": 16, "lemma": "``", "misc": "", "start_char": 74, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "advcl", "end_char": 83, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 17, "lemma": "kill", "misc": "", "start_char": 77, "text": "killed", "upos": "VERB", "xpos": "VBD" }, { "deprel": "obj", "end_char": 87, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 17, "id": 18, "lemma": "he", "misc": "", "start_char": 84, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 90, "feats": null, "head": 17, "id": 19, "lemma": "''", "misc": "", "start_char": 88, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 92, "feats": null, "head": 12, "id": 20, "lemma": ".", "misc": "", "start_char": 91, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 1, 1 ] ], [ [ 0, 9, 9 ], [ 0, 17, 17 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
5dc9c36d41d68b3d1ce3325bf92784d4
Terrence didn't like Lloyd, so he gave him the worst cabinet position in a government like this one.
[ { "end_char": 100, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Terrence)) (VP (VBD did) (RB n't) (VP (VB like) (NP (NNP Lloyd))))) (, ,) (RB so) (S (NP (PRP he)) (VP (VBD gave) (NP (PRP him)) (NP (NP (DT the) (JJS worst) (NN cabinet) (NN position)) (PP (IN in) (NP (NP (DT a) (NN government)) (PP (IN like) (NP (DT this) (NN one)))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Terrence didn't like Lloyd, so he gave him the worst cabinet position in a government like this one.", "tokens": [ { "deprel": "nsubj", "end_char": 8, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Terrence", "misc": "", "start_char": 0, "text": "Terrence", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 12, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 2, "lemma": "do", "misc": "", "start_char": 9, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 16, "feats": null, "head": 4, "id": 3, "lemma": "not", "misc": "", "start_char": 13, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 21, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "like", "misc": "", "start_char": 17, "text": "like", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 27, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Lloyd", "misc": "", "start_char": 22, "text": "Lloyd", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 29, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 28, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 32, "feats": null, "head": 9, "id": 7, "lemma": "so", "misc": "", "start_char": 30, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 35, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 8, "lemma": "he", "misc": "", "start_char": 33, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 40, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 9, "lemma": "give", "misc": "", "start_char": 36, "text": "gave", "upos": "VERB", "xpos": "VBD" }, { "deprel": "iobj", "end_char": 44, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 10, "lemma": "he", "misc": "", "start_char": 41, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 48, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 11, "lemma": "the", "misc": "", "start_char": 45, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 54, "feats": "Degree=Sup", "head": 14, "id": 12, "lemma": "bad", "misc": "", "start_char": 49, "text": "worst", "upos": "ADJ", "xpos": "JJS" }, { "deprel": "compound", "end_char": 62, "feats": "Number=Sing", "head": 14, "id": 13, "lemma": "cabinet", "misc": "", "start_char": 55, "text": "cabinet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 71, "feats": "Number=Sing", "head": 9, "id": 14, "lemma": "position", "misc": "", "start_char": 63, "text": "position", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 74, "feats": null, "head": 17, "id": 15, "lemma": "in", "misc": "", "start_char": 72, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 76, "feats": "Definite=Ind|PronType=Art", "head": 17, "id": 16, "lemma": "a", "misc": "", "start_char": 75, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 87, "feats": "Number=Sing", "head": 14, "id": 17, "lemma": "government", "misc": "", "start_char": 77, "text": "government", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 92, "feats": null, "head": 20, "id": 18, "lemma": "like", "misc": "", "start_char": 88, "text": "like", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 97, "feats": "Number=Sing|PronType=Dem", "head": 20, "id": 19, "lemma": "this", "misc": "", "start_char": 93, "text": "this", "upos": "DET", "xpos": "DT" }, { "deprel": "nmod", "end_char": 101, "feats": "Number=Sing", "head": 17, "id": 20, "lemma": "one", "misc": "", "start_char": 98, "text": "one", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 103, "feats": null, "head": 4, "id": 21, "lemma": ".", "misc": "", "start_char": 102, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 7, 7 ] ], [ [ 0, 4, 4 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
edc067621ba83125dba72bda89428f09
Stanley pretty much offers you what William did when he was fully healthy.
[ { "end_char": 74, "id": 1, "misc": { "parse_tree": "(ROOT (S (NP (NNP Stanley)) (ADVP (RB pretty) (RB much)) (VP (VBZ offers) (NP (PRP you)) (SBAR (WHNP (WP what)) (S (NP (NNP William)) (VP (VBD did) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD was) (ADJP (RB fully) (JJ healthy))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Stanley pretty much offers you what William did when he was fully healthy.", "tokens": [ { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Stanley", "misc": "", "start_char": 0, "text": "Stanley", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 14, "feats": null, "head": 3, "id": 2, "lemma": "pretty", "misc": "", "start_char": 8, "text": "pretty", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 19, "feats": null, "head": 4, "id": 3, "lemma": "much", "misc": "", "start_char": 15, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 26, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 4, "lemma": "offer", "misc": "", "start_char": 20, "text": "offers", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "iobj", "end_char": 30, "feats": "Case=Acc|Person=2|PronType=Prs", "head": 4, "id": 5, "lemma": "you", "misc": "", "start_char": 27, "text": "you", "upos": "PRON", "xpos": "PRP" }, { "deprel": "obj", "end_char": 35, "feats": "PronType=Rel", "head": 4, "id": 6, "lemma": "what", "misc": "", "start_char": 31, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 43, "feats": "Number=Sing", "head": 8, "id": 7, "lemma": "William", "misc": "", "start_char": 36, "text": "William", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "acl:relcl", "end_char": 47, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 6, "id": 8, "lemma": "do", "misc": "", "start_char": 44, "text": "did", "upos": "VERB", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 52, "feats": "PronType=Int", "head": 13, "id": 9, "lemma": "when", "misc": "", "start_char": 48, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 55, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 10, "lemma": "he", "misc": "", "start_char": 53, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 59, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 11, "lemma": "be", "misc": "", "start_char": 56, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 65, "feats": null, "head": 13, "id": 12, "lemma": "fully", "misc": "", "start_char": 60, "text": "fully", "upos": "ADV", "xpos": "RB" }, { "deprel": "advcl", "end_char": 73, "feats": "Degree=Pos", "head": 8, "id": 13, "lemma": "healthy", "misc": "", "start_char": 66, "text": "healthy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 75, "feats": null, "head": 4, "id": 14, "lemma": ".", "misc": "", "start_char": 74, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 6, 6 ], [ 0, 9, 9 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
f127cd23aad6b1f2fc32bc28cac5371b
Also, Jeffrey might have been referring to Jose when he said he had to restrain himself too much.
[ { "end_char": 97, "id": 1, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Also)) (, ,) (NP (NNP Jeffrey)) (VP (MD might) (VP (VB have) (VP (VBN been) (VP (VBG referring) (PP (IN to) (NP (NNP Jose))) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD said) (SBAR (S (NP (PRP he)) (VP (VBD had) (S (VP (TO to) (VP (VB restrain) (NP (PRP himself)) (ADVP (RB too) (RB much))))))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Also, Jeffrey might have been referring to Jose when he said he had to restrain himself too much.", "tokens": [ { "deprel": "advmod", "end_char": 4, "feats": null, "head": 7, "id": 1, "lemma": "also", "misc": "", "start_char": 0, "text": "Also", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 6, "feats": null, "head": 7, "id": 2, "lemma": ",", "misc": "", "start_char": 5, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 14, "feats": "Number=Sing", "head": 7, "id": 3, "lemma": "Jeffrey", "misc": "", "start_char": 7, "text": "Jeffrey", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 20, "feats": "VerbForm=Fin", "head": 7, "id": 4, "lemma": "might", "misc": "", "start_char": 15, "text": "might", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux", "end_char": 25, "feats": "VerbForm=Inf", "head": 7, "id": 5, "lemma": "have", "misc": "", "start_char": 21, "text": "have", "upos": "AUX", "xpos": "VB" }, { "deprel": "aux", "end_char": 30, "feats": "Tense=Past|VerbForm=Part", "head": 7, "id": 6, "lemma": "be", "misc": "", "start_char": 26, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "root", "end_char": 40, "feats": "Tense=Pres|VerbForm=Part", "head": 0, "id": 7, "lemma": "refer", "misc": "", "start_char": 31, "text": "referring", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 43, "feats": null, "head": 9, "id": 8, "lemma": "to", "misc": "", "start_char": 41, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 48, "feats": "Number=Sing", "head": 7, "id": 9, "lemma": "Jose", "misc": "", "start_char": 44, "text": "Jose", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 53, "feats": "PronType=Int", "head": 12, "id": 10, "lemma": "when", "misc": "", "start_char": 49, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "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": 61, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 7, "id": 12, "lemma": "say", "misc": "", "start_char": 57, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 64, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 14, "id": 13, "lemma": "he", "misc": "", "start_char": 62, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "ccomp", "end_char": 68, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 14, "lemma": "have", "misc": "", "start_char": 65, "text": "had", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 71, "feats": null, "head": 16, "id": 15, "lemma": "to", "misc": "", "start_char": 69, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 80, "feats": "VerbForm=Inf", "head": 14, "id": 16, "lemma": "restrain", "misc": "", "start_char": 72, "text": "restrain", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 88, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs|Reflex=Yes", "head": 16, "id": 17, "lemma": "himself", "misc": "", "start_char": 81, "text": "himself", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 92, "feats": null, "head": 19, "id": 18, "lemma": "too", "misc": "", "start_char": 89, "text": "too", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 97, "feats": null, "head": 16, "id": 19, "lemma": "much", "misc": "", "start_char": 93, "text": "much", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 99, "feats": null, "head": 7, "id": 20, "lemma": ".", "misc": "", "start_char": 98, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 2, 2 ], [ 0, 10, 10 ] ], [ [ 0, 8, 8 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
2e1207ab410a575f627ec5010f0429f1
Manuel would have been a far better president than Jose, but his campaign was far stronger.
[ { "end_char": 91, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Manuel)) (VP (MD would) (VP (VB have) (VP (VBN been) (NP (NP (DT a) (ADJP (RB far) (JJR better)) (NN president)) (PP (IN than) (NP (NNP Jose)))))))) (, ,) (CC but) (S (NP (PRP$ his) (NN campaign)) (VP (VBD was) (ADJP (RB far) (JJR stronger)))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Manuel would have been a far better president than Jose, but his campaign was far stronger.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 8, "id": 1, "lemma": "Manuel", "misc": "", "start_char": 0, "text": "Manuel", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 12, "feats": "VerbForm=Fin", "head": 8, "id": 2, "lemma": "would", "misc": "", "start_char": 7, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "aux", "end_char": 17, "feats": "VerbForm=Inf", "head": 8, "id": 3, "lemma": "have", "misc": "", "start_char": 13, "text": "have", "upos": "AUX", "xpos": "VB" }, { "deprel": "cop", "end_char": 22, "feats": "Tense=Past|VerbForm=Part", "head": 8, "id": 4, "lemma": "be", "misc": "", "start_char": 18, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "det", "end_char": 24, "feats": "Definite=Ind|PronType=Art", "head": 8, "id": 5, "lemma": "a", "misc": "", "start_char": 23, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "advmod", "end_char": 28, "feats": "Degree=Pos", "head": 7, "id": 6, "lemma": "far", "misc": "", "start_char": 25, "text": "far", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 35, "feats": "Degree=Cmp", "head": 8, "id": 7, "lemma": "good", "misc": "", "start_char": 29, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "root", "end_char": 45, "feats": "Number=Sing", "head": 0, "id": 8, "lemma": "president", "misc": "", "start_char": 36, "text": "president", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 50, "feats": null, "head": 10, "id": 9, "lemma": "than", "misc": "", "start_char": 46, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 55, "feats": "Number=Sing", "head": 8, "id": 10, "lemma": "Jose", "misc": "", "start_char": 51, "text": "Jose", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 57, "feats": null, "head": 17, "id": 11, "lemma": ",", "misc": "", "start_char": 56, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 61, "feats": null, "head": 17, "id": 12, "lemma": "but", "misc": "", "start_char": 58, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nmod:poss", "end_char": 65, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 14, "id": 13, "lemma": "his", "misc": "", "start_char": 62, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 74, "feats": "Number=Sing", "head": 17, "id": 14, "lemma": "campaign", "misc": "", "start_char": 66, "text": "campaign", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 78, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 17, "id": 15, "lemma": "be", "misc": "", "start_char": 75, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 82, "feats": "Degree=Pos", "head": 17, "id": 16, "lemma": "far", "misc": "", "start_char": 79, "text": "far", "upos": "ADV", "xpos": "RB" }, { "deprel": "conj", "end_char": 91, "feats": "Degree=Cmp", "head": 8, "id": 17, "lemma": "strong", "misc": "", "start_char": 83, "text": "stronger", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "punct", "end_char": 93, "feats": null, "head": 8, "id": 18, "lemma": ".", "misc": "", "start_char": 92, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 9, 9 ], [ 0, 12, 12 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
fcf40f649212be468328c3aa6628b956
Besides, John doesn't shave now...Charles must fume inside when he takes his crash helmet off.
[ { "end_char": 94, "id": 1, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Besides)) (, ,) (S (NP (NNP John)) (VP (VBZ does) (RB n't) (VP (VB shave) (ADVP (RB now))))) (, ...) (S (NP (NNP Charles)) (VP (MD must) (VP (VB fume) (ADVP (RB inside)) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBZ takes) (NP (PRP$ his) (NN crash) (NN helmet)) (PRT (RP off)))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Besides, John doesn't shave now...Charles must fume inside when he takes his crash helmet off.", "tokens": [ { "deprel": "advmod", "end_char": 7, "feats": null, "head": 6, "id": 1, "lemma": "besides", "misc": "", "start_char": 0, "text": "Besides", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 9, "feats": null, "head": 6, "id": 2, "lemma": ",", "misc": "", "start_char": 8, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 14, "feats": "Number=Sing", "head": 6, "id": 3, "lemma": "John", "misc": "", "start_char": 10, "text": "John", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 19, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 6, "id": 4, "lemma": "do", "misc": "", "start_char": 15, "text": "does", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "advmod", "end_char": 23, "feats": null, "head": 6, "id": 5, "lemma": "not", "misc": "", "start_char": 20, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 29, "feats": "VerbForm=Inf", "head": 0, "id": 6, "lemma": "shave", "misc": "", "start_char": 24, "text": "shave", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 33, "feats": null, "head": 6, "id": 7, "lemma": "now", "misc": "", "start_char": 30, "text": "now", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 37, "feats": null, "head": 6, "id": 8, "lemma": "...", "misc": "", "start_char": 34, "text": "...", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 45, "feats": "Number=Sing", "head": 11, "id": 9, "lemma": "Charles", "misc": "", "start_char": 38, "text": "Charles", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 50, "feats": "VerbForm=Fin", "head": 11, "id": 10, "lemma": "must", "misc": "", "start_char": 46, "text": "must", "upos": "AUX", "xpos": "MD" }, { "deprel": "parataxis", "end_char": 55, "feats": "VerbForm=Inf", "head": 6, "id": 11, "lemma": "fume", "misc": "", "start_char": 51, "text": "fume", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 62, "feats": null, "head": 11, "id": 12, "lemma": "inside", "misc": "", "start_char": 56, "text": "inside", "upos": "ADV", "xpos": "RB" }, { "deprel": "advmod", "end_char": 67, "feats": "PronType=Int", "head": 15, "id": 13, "lemma": "when", "misc": "", "start_char": 63, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 70, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 15, "id": 14, "lemma": "he", "misc": "", "start_char": 68, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 76, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 15, "lemma": "take", "misc": "", "start_char": 71, "text": "takes", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "nmod:poss", "end_char": 80, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 18, "id": 16, "lemma": "his", "misc": "", "start_char": 77, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "compound", "end_char": 86, "feats": "Number=Sing", "head": 18, "id": 17, "lemma": "crash", "misc": "", "start_char": 81, "text": "crash", "upos": "NOUN", "xpos": "NN" }, { "deprel": "obj", "end_char": 93, "feats": "Number=Sing", "head": 15, "id": 18, "lemma": "helmet", "misc": "", "start_char": 87, "text": "helmet", "upos": "NOUN", "xpos": "NN" }, { "deprel": "compound:prt", "end_char": 97, "feats": null, "head": 15, "id": 19, "lemma": "off", "misc": "", "start_char": 94, "text": "off", "upos": "ADP", "xpos": "RP" }, { "deprel": "punct", "end_char": 99, "feats": null, "head": 6, "id": 20, "lemma": ".", "misc": "", "start_char": 98, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 2, 2 ] ], [ [ 0, 8, 8 ], [ 0, 13, 13 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
7d2ff99fe33dd9ca0ed11bc280812662
Fletcher has been better under Richard, but he wasn't horrible under Johnston.
[ { "end_char": 78, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Fletcher)) (VP (VBZ has) (VP (VBN been) (ADJP (JJR better)) (PP (IN under) (NP (NNP Richard)))))) (, ,) (CC but) (S (NP (PRP he)) (VP (VBD was) (RB n't) (ADJP (JJ horrible)) (PP (IN under) (NP (NNP Johnston))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Fletcher has been better under Richard, but he wasn't horrible under Johnston.", "tokens": [ { "deprel": "nsubj", "end_char": 8, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Fletcher", "misc": "", "start_char": 0, "text": "Fletcher", "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": "have", "misc": "", "start_char": 9, "text": "has", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "cop", "end_char": 17, "feats": "Tense=Past|VerbForm=Part", "head": 4, "id": 3, "lemma": "be", "misc": "", "start_char": 13, "text": "been", "upos": "AUX", "xpos": "VBN" }, { "deprel": "root", "end_char": 24, "feats": "Degree=Cmp", "head": 0, "id": 4, "lemma": "good", "misc": "", "start_char": 18, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "case", "end_char": 30, "feats": null, "head": 6, "id": 5, "lemma": "under", "misc": "", "start_char": 25, "text": "under", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 38, "feats": "Number=Sing", "head": 4, "id": 6, "lemma": "Richard", "misc": "", "start_char": 31, "text": "Richard", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 40, "feats": null, "head": 12, "id": 7, "lemma": ",", "misc": "", "start_char": 39, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 44, "feats": null, "head": 12, "id": 8, "lemma": "but", "misc": "", "start_char": 41, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 47, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 12, "id": 9, "lemma": "he", "misc": "", "start_char": 45, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 51, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 12, "id": 10, "lemma": "be", "misc": "", "start_char": 48, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 55, "feats": null, "head": 12, "id": 11, "lemma": "not", "misc": "", "start_char": 52, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "conj", "end_char": 64, "feats": "Degree=Pos", "head": 4, "id": 12, "lemma": "horrible", "misc": "", "start_char": 56, "text": "horrible", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "case", "end_char": 70, "feats": null, "head": 14, "id": 13, "lemma": "under", "misc": "", "start_char": 65, "text": "under", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 79, "feats": "Number=Sing", "head": 12, "id": 14, "lemma": "Johnston", "misc": "", "start_char": 71, "text": "Johnston", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 81, "feats": null, "head": 4, "id": 15, "lemma": ".", "misc": "", "start_char": 80, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 8, 8 ] ], [ [ 0, 5, 5 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
d17913ddf441256f686b73a168ba023a
Did Dustin mean to write "Floyd", or did he mean "Lord" and was referring actually to Jesus.
[ { "end_char": 92, "id": 1, "misc": { "parse_tree": "(ROOT (S (SINV (VBD Did) (NP (NNP Dustin)) (VP (VB mean) (S (VP (TO to) (VP (VB write) (`` ``) (NP (NNP Floyd)) ('' '')))))) (, ,) (CC or) (SINV (VBD did) (NP (PRP he)) (VP (VP (VB mean) (`` ``) (NP (NNP Lord)) ('' '')) (CC and) (VP (VBD was) (VP (VBG referring) (ADVP (RB actually)) (PP (IN to) (NP (NNP Jesus))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Did Dustin mean to write \"Floyd\", or did he mean \"Lord\" and was referring actually to Jesus.", "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": "Dustin", "misc": "", "start_char": 4, "text": "Dustin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 15, "feats": "VerbForm=Inf", "head": 0, "id": 3, "lemma": "mean", "misc": "", "start_char": 11, "text": "mean", "upos": "VERB", "xpos": "VB" }, { "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": 24, "feats": "VerbForm=Inf", "head": 3, "id": 5, "lemma": "write", "misc": "", "start_char": 19, "text": "write", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 27, "feats": null, "head": 7, "id": 6, "lemma": "``", "misc": "", "start_char": 25, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "obj", "end_char": 33, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "Floyd", "misc": "", "start_char": 28, "text": "Floyd", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 36, "feats": null, "head": 7, "id": 8, "lemma": "''", "misc": "", "start_char": 34, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "punct", "end_char": 38, "feats": null, "head": 13, "id": 9, "lemma": ",", "misc": "", "start_char": 37, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 41, "feats": null, "head": 13, "id": 10, "lemma": "or", "misc": "", "start_char": 39, "text": "or", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux", "end_char": 45, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 13, "id": 11, "lemma": "do", "misc": "", "start_char": 42, "text": "did", "upos": "AUX", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 48, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 13, "id": 12, "lemma": "he", "misc": "", "start_char": 46, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "conj", "end_char": 53, "feats": "VerbForm=Inf", "head": 3, "id": 13, "lemma": "mean", "misc": "", "start_char": 49, "text": "mean", "upos": "VERB", "xpos": "VB" }, { "deprel": "punct", "end_char": 56, "feats": null, "head": 15, "id": 14, "lemma": "``", "misc": "", "start_char": 54, "text": "``", "upos": "PUNCT", "xpos": "``" }, { "deprel": "obj", "end_char": 61, "feats": "Number=Sing", "head": 13, "id": 15, "lemma": "Lord", "misc": "", "start_char": 57, "text": "Lord", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 64, "feats": null, "head": 15, "id": 16, "lemma": "''", "misc": "", "start_char": 62, "text": "''", "upos": "PUNCT", "xpos": "''" }, { "deprel": "cc", "end_char": 68, "feats": null, "head": 19, "id": 17, "lemma": "and", "misc": "", "start_char": 65, "text": "and", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "aux", "end_char": 72, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 19, "id": 18, "lemma": "be", "misc": "", "start_char": 69, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "conj", "end_char": 82, "feats": "Tense=Pres|VerbForm=Part", "head": 13, "id": 19, "lemma": "refer", "misc": "", "start_char": 73, "text": "referring", "upos": "VERB", "xpos": "VBG" }, { "deprel": "advmod", "end_char": 91, "feats": null, "head": 19, "id": 20, "lemma": "actually", "misc": "", "start_char": 83, "text": "actually", "upos": "ADV", "xpos": "RB" }, { "deprel": "case", "end_char": 94, "feats": null, "head": 22, "id": 21, "lemma": "to", "misc": "", "start_char": 92, "text": "to", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 100, "feats": "Number=Sing", "head": 19, "id": 22, "lemma": "Jesus", "misc": "", "start_char": 95, "text": "Jesus", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 102, "feats": null, "head": 3, "id": 23, "lemma": ".", "misc": "", "start_char": 101, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 1, 1 ], [ 0, 11, 11 ] ], [ [ 0, 6, 6 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
9ad999df1cca17de684b3d1a3341559a
Francisco said Thomas was cool, so we decided to do him a favor.
[ { "end_char": 64, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Francisco)) (VP (VBD said) (SBAR (S (NP (NNP Thomas)) (VP (VBD was) (ADJP (JJ cool))))))) (, ,) (RB so) (S (NP (PRP we)) (VP (VBD decided) (S (VP (TO to) (VP (VB do) (NP (PRP him)) (NP (DT a) (NN favor))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Francisco said Thomas was cool, so we decided to do him a favor.", "tokens": [ { "deprel": "nsubj", "end_char": 9, "feats": "Number=Sing", "head": 2, "id": 1, "lemma": "Francisco", "misc": "", "start_char": 0, "text": "Francisco", "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": "say", "misc": "", "start_char": 10, "text": "said", "upos": "VERB", "xpos": "VBD" }, { "deprel": "nsubj", "end_char": 21, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "Thomas", "misc": "", "start_char": 15, "text": "Thomas", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cop", "end_char": 25, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 22, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "ccomp", "end_char": 30, "feats": "Degree=Pos", "head": 2, "id": 5, "lemma": "cool", "misc": "", "start_char": 26, "text": "cool", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 32, "feats": null, "head": 9, "id": 6, "lemma": ",", "misc": "", "start_char": 31, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "advmod", "end_char": 35, "feats": null, "head": 9, "id": 7, "lemma": "so", "misc": "", "start_char": 33, "text": "so", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 38, "feats": "Case=Nom|Number=Plur|Person=1|PronType=Prs", "head": 9, "id": 8, "lemma": "we", "misc": "", "start_char": 36, "text": "we", "upos": "PRON", "xpos": "PRP" }, { "deprel": "parataxis", "end_char": 46, "feats": "Mood=Ind|Number=Plur|Person=1|Tense=Past|VerbForm=Fin", "head": 2, "id": 9, "lemma": "decide", "misc": "", "start_char": 39, "text": "decided", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 49, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 47, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 52, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "do", "misc": "", "start_char": 50, "text": "do", "upos": "VERB", "xpos": "VB" }, { "deprel": "iobj", "end_char": 56, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 11, "id": 12, "lemma": "he", "misc": "", "start_char": 53, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "det", "end_char": 58, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 13, "lemma": "a", "misc": "", "start_char": 57, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obj", "end_char": 64, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "favor", "misc": "", "start_char": 59, "text": "favor", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 66, "feats": null, "head": 2, "id": 15, "lemma": ".", "misc": "", "start_char": 65, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ] ], [ [ 0, 2, 2 ], [ 0, 11, 11 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
f68c9f3283d0f7e01fc5ef5daa9440f4
Going with Benjamin personally because i'm afraid that while Kurt appears to be healthy, he won't get as many touches as I would hope for.
[ { "end_char": 138, "id": 1, "misc": { "parse_tree": "(ROOT (S (VP (VBG Going) (PP (IN with) (NP (NNP Benjamin))) (ADVP (RB personally)) (SBAR (IN because) (S (NP (PRP i)) (VP (VBP 'm) (ADJP (JJ afraid) (SBAR (IN that) (S (SBAR (IN while) (S (NP (NNP Kurt)) (VP (VBZ appears) (S (VP (TO to) (VP (VB be) (ADJP (JJ healthy)))))))) (, ,) (NP (PRP he)) (VP (MD wo) (RB n't) (VP (VB get) (NP (NP (ADJP (RB as) (JJ many)) (NNS touches)) (SBAR (IN as) (S (NP (PRP I)) (VP (MD would) (VP (VB hope) (PP (IN for)))))))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Going with Benjamin personally because i'm afraid that while Kurt appears to be healthy, he won't get as many touches as I would hope for.", "tokens": [ { "deprel": "root", "end_char": 5, "feats": "VerbForm=Ger", "head": 0, "id": 1, "lemma": "go", "misc": "", "start_char": 0, "text": "Going", "upos": "VERB", "xpos": "VBG" }, { "deprel": "case", "end_char": 10, "feats": null, "head": 3, "id": 2, "lemma": "with", "misc": "", "start_char": 6, "text": "with", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 19, "feats": "Number=Sing", "head": 1, "id": 3, "lemma": "Benjamin", "misc": "", "start_char": 11, "text": "Benjamin", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 30, "feats": null, "head": 1, "id": 4, "lemma": "personally", "misc": "", "start_char": 20, "text": "personally", "upos": "ADV", "xpos": "RB" }, { "deprel": "mark", "end_char": 38, "feats": null, "head": 8, "id": 5, "lemma": "because", "misc": "", "start_char": 31, "text": "because", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 40, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 8, "id": 6, "lemma": "I", "misc": "", "start_char": 39, "text": "i", "upos": "PRON", "xpos": "PRP" }, { "deprel": "cop", "end_char": 43, "feats": "Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin", "head": 8, "id": 7, "lemma": "be", "misc": "", "start_char": 41, "text": "'m", "upos": "AUX", "xpos": "VBP" }, { "deprel": "advcl", "end_char": 50, "feats": "Degree=Pos", "head": 1, "id": 8, "lemma": "afraid", "misc": "", "start_char": 44, "text": "afraid", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "mark", "end_char": 55, "feats": null, "head": 20, "id": 9, "lemma": "that", "misc": "", "start_char": 51, "text": "that", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "mark", "end_char": 61, "feats": null, "head": 12, "id": 10, "lemma": "while", "misc": "", "start_char": 56, "text": "while", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 66, "feats": "Number=Sing", "head": 12, "id": 11, "lemma": "Kurt", "misc": "", "start_char": 62, "text": "Kurt", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advcl", "end_char": 74, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 20, "id": 12, "lemma": "appear", "misc": "", "start_char": 67, "text": "appears", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "mark", "end_char": 77, "feats": null, "head": 15, "id": 13, "lemma": "to", "misc": "", "start_char": 75, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 80, "feats": "VerbForm=Inf", "head": 15, "id": 14, "lemma": "be", "misc": "", "start_char": 78, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "xcomp", "end_char": 88, "feats": "Degree=Pos", "head": 12, "id": 15, "lemma": "healthy", "misc": "", "start_char": 81, "text": "healthy", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "punct", "end_char": 90, "feats": null, "head": 12, "id": 16, "lemma": ",", "misc": "", "start_char": 89, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 93, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 20, "id": 17, "lemma": "he", "misc": "", "start_char": 91, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 96, "feats": "VerbForm=Fin", "head": 20, "id": 18, "lemma": "will", "misc": "", "start_char": 94, "text": "wo", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 100, "feats": null, "head": 20, "id": 19, "lemma": "not", "misc": "", "start_char": 97, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "ccomp", "end_char": 104, "feats": "VerbForm=Inf", "head": 8, "id": 20, "lemma": "get", "misc": "", "start_char": 101, "text": "get", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 107, "feats": null, "head": 22, "id": 21, "lemma": "as", "misc": "", "start_char": 105, "text": "as", "upos": "ADV", "xpos": "RB" }, { "deprel": "amod", "end_char": 112, "feats": "Degree=Pos", "head": 23, "id": 22, "lemma": "many", "misc": "", "start_char": 108, "text": "many", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 120, "feats": "Number=Plur", "head": 20, "id": 23, "lemma": "touch", "misc": "", "start_char": 113, "text": "touches", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "mark", "end_char": 123, "feats": null, "head": 27, "id": 24, "lemma": "as", "misc": "", "start_char": 121, "text": "as", "upos": "SCONJ", "xpos": "IN" }, { "deprel": "nsubj", "end_char": 125, "feats": "Case=Nom|Number=Sing|Person=1|PronType=Prs", "head": 27, "id": 25, "lemma": "I", "misc": "", "start_char": 124, "text": "I", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 131, "feats": "VerbForm=Fin", "head": 27, "id": 26, "lemma": "would", "misc": "", "start_char": 126, "text": "would", "upos": "AUX", "xpos": "MD" }, { "deprel": "advcl", "end_char": 136, "feats": "VerbForm=Inf", "head": 22, "id": 27, "lemma": "hope", "misc": "", "start_char": 132, "text": "hope", "upos": "VERB", "xpos": "VB" }, { "deprel": "obl", "end_char": 140, "feats": null, "head": 27, "id": 28, "lemma": "for", "misc": "", "start_char": 137, "text": "for", "upos": "ADP", "xpos": "IN" }, { "deprel": "punct", "end_char": 142, "feats": null, "head": 1, "id": 29, "lemma": ".", "misc": "", "start_char": 141, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 2, 2 ] ], [ [ 0, 10, 10 ], [ 0, 16, 16 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
1279e97c93c47713403cf5db09860abf
Steve is not a better midfielder than Christopher, but he may be a better defender in the middle.
[ { "end_char": 97, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Steve)) (VP (VBZ is) (RB not) (NP (NP (DT a) (JJR better) (NN midfielder)) (PP (IN than) (NP (NNP Christopher)))))) (, ,) (CC but) (S (NP (PRP he)) (VP (MD may) (VP (VB be) (NP (NP (DT a) (JJR better) (NN defender)) (PP (IN in) (NP (DT the) (NN middle))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Steve is not a better midfielder than Christopher, but he may be a better defender in the middle.", "tokens": [ { "deprel": "nsubj", "end_char": 5, "feats": "Number=Sing", "head": 6, "id": 1, "lemma": "Steve", "misc": "", "start_char": 0, "text": "Steve", "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": 12, "feats": null, "head": 6, "id": 3, "lemma": "not", "misc": "", "start_char": 9, "text": "not", "upos": "PART", "xpos": "RB" }, { "deprel": "det", "end_char": 14, "feats": "Definite=Ind|PronType=Art", "head": 6, "id": 4, "lemma": "a", "misc": "", "start_char": 13, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 21, "feats": "Degree=Cmp", "head": 6, "id": 5, "lemma": "good", "misc": "", "start_char": 15, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "root", "end_char": 32, "feats": "Number=Sing", "head": 0, "id": 6, "lemma": "midfielder", "misc": "", "start_char": 22, "text": "midfielder", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 37, "feats": null, "head": 8, "id": 7, "lemma": "than", "misc": "", "start_char": 33, "text": "than", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 49, "feats": "Number=Sing", "head": 6, "id": 8, "lemma": "Christopher", "misc": "", "start_char": 38, "text": "Christopher", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 51, "feats": null, "head": 16, "id": 9, "lemma": ",", "misc": "", "start_char": 50, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "cc", "end_char": 55, "feats": null, "head": 16, "id": 10, "lemma": "but", "misc": "", "start_char": 52, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj", "end_char": 58, "feats": "Case=Nom|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 16, "id": 11, "lemma": "he", "misc": "", "start_char": 56, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 62, "feats": "VerbForm=Fin", "head": 16, "id": 12, "lemma": "may", "misc": "", "start_char": 59, "text": "may", "upos": "AUX", "xpos": "MD" }, { "deprel": "cop", "end_char": 65, "feats": "VerbForm=Inf", "head": 16, "id": 13, "lemma": "be", "misc": "", "start_char": 63, "text": "be", "upos": "AUX", "xpos": "VB" }, { "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": 74, "feats": "Degree=Cmp", "head": 16, "id": 15, "lemma": "good", "misc": "", "start_char": 68, "text": "better", "upos": "ADJ", "xpos": "JJR" }, { "deprel": "conj", "end_char": 83, "feats": "Number=Sing", "head": 6, "id": 16, "lemma": "defender", "misc": "", "start_char": 75, "text": "defender", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 86, "feats": null, "head": 19, "id": 17, "lemma": "in", "misc": "", "start_char": 84, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 90, "feats": "Definite=Def|PronType=Art", "head": 19, "id": 18, "lemma": "the", "misc": "", "start_char": 87, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 97, "feats": "Number=Sing", "head": 16, "id": 19, "lemma": "middle", "misc": "", "start_char": 91, "text": "middle", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 99, "feats": null, "head": 6, "id": 20, "lemma": ".", "misc": "", "start_char": 98, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 10, 10 ] ], [ [ 0, 7, 7 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
beede088c8addd9e97245402dc0d9a23
AND when Charles reflexively holds onto William but lets him go anyways.
[ { "end_char": 72, "id": 1, "misc": { "parse_tree": "(ROOT (S (CC AND) (SBAR (WHADVP (WRB when)) (S (NP (NNP Charles)) (ADVP (RB reflexively)) (VP (VP (VBZ holds) (PP (IN onto) (NP (NNP William)))) (CC but) (VP (VBZ lets) (S (NP (PRP him)) (VP (VB go) (ADVP (RB anyways)))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "AND when Charles reflexively holds onto William but lets him go anyways.", "tokens": [ { "deprel": "cc", "end_char": 3, "feats": null, "head": 5, "id": 1, "lemma": "and", "misc": "", "start_char": 0, "text": "AND", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "advmod", "end_char": 8, "feats": "PronType=Int", "head": 5, "id": 2, "lemma": "when", "misc": "", "start_char": 4, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 16, "feats": "Number=Sing", "head": 5, "id": 3, "lemma": "Charles", "misc": "", "start_char": 9, "text": "Charles", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 28, "feats": null, "head": 5, "id": 4, "lemma": "reflexively", "misc": "", "start_char": 17, "text": "reflexively", "upos": "ADV", "xpos": "RB" }, { "deprel": "root", "end_char": 34, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 5, "lemma": "hold", "misc": "", "start_char": 29, "text": "holds", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 39, "feats": null, "head": 7, "id": 6, "lemma": "onto", "misc": "", "start_char": 35, "text": "onto", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 47, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "William", "misc": "", "start_char": 40, "text": "William", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "cc", "end_char": 51, "feats": null, "head": 9, "id": 8, "lemma": "but", "misc": "", "start_char": 48, "text": "but", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "conj", "end_char": 56, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 5, "id": 9, "lemma": "let", "misc": "", "start_char": 52, "text": "lets", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "obj", "end_char": 60, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 10, "lemma": "he", "misc": "", "start_char": 57, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "xcomp", "end_char": 63, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "go", "misc": "", "start_char": 61, "text": "go", "upos": "VERB", "xpos": "VB" }, { "deprel": "advmod", "end_char": 71, "feats": null, "head": 11, "id": 12, "lemma": "anyways", "misc": "", "start_char": 64, "text": "anyways", "upos": "ADV", "xpos": "RB" }, { "deprel": "punct", "end_char": 73, "feats": null, "head": 5, "id": 13, "lemma": ".", "misc": "", "start_char": 72, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 2, 2 ] ], [ [ 0, 6, 6 ], [ 0, 9, 9 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
c16fbe63b70963e7e8ec312f3d27e891
Sheila didn't blame Mary, she just wanted to work as a team.
[ { "end_char": 60, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Sheila)) (VP (VBD did) (RB n't) (VP (VB blame) (NP (NNP Mary))))) (, ,) (S (NP (PRP she)) (ADVP (RB just)) (VP (VBD wanted) (S (VP (TO to) (VP (VB work) (PP (IN as) (NP (DT a) (NN team)))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Sheila didn't blame Mary, she just wanted to work as a team.", "tokens": [ { "deprel": "nsubj", "end_char": 6, "feats": "Number=Sing", "head": 4, "id": 1, "lemma": "Sheila", "misc": "", "start_char": 0, "text": "Sheila", "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": 20, "feats": "VerbForm=Inf", "head": 0, "id": 4, "lemma": "blame", "misc": "", "start_char": 15, "text": "blame", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 25, "feats": "Number=Sing", "head": 4, "id": 5, "lemma": "Mary", "misc": "", "start_char": 21, "text": "Mary", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 27, "feats": null, "head": 4, "id": 6, "lemma": ",", "misc": "", "start_char": 26, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nsubj", "end_char": 31, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 9, "id": 7, "lemma": "she", "misc": "", "start_char": 28, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advmod", "end_char": 36, "feats": null, "head": 9, "id": 8, "lemma": "just", "misc": "", "start_char": 32, "text": "just", "upos": "ADV", "xpos": "RB" }, { "deprel": "parataxis", "end_char": 43, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 4, "id": 9, "lemma": "want", "misc": "", "start_char": 37, "text": "wanted", "upos": "VERB", "xpos": "VBD" }, { "deprel": "mark", "end_char": 46, "feats": null, "head": 11, "id": 10, "lemma": "to", "misc": "", "start_char": 44, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 51, "feats": "VerbForm=Inf", "head": 9, "id": 11, "lemma": "work", "misc": "", "start_char": 47, "text": "work", "upos": "VERB", "xpos": "VB" }, { "deprel": "case", "end_char": 54, "feats": null, "head": 14, "id": 12, "lemma": "as", "misc": "", "start_char": 52, "text": "as", "upos": "ADP", "xpos": "IN" }, { "deprel": "det", "end_char": 56, "feats": "Definite=Ind|PronType=Art", "head": 14, "id": 13, "lemma": "a", "misc": "", "start_char": 55, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "obl", "end_char": 61, "feats": "Number=Sing", "head": 11, "id": 14, "lemma": "team", "misc": "", "start_char": 57, "text": "team", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 63, "feats": null, "head": 4, "id": 15, "lemma": ".", "misc": "", "start_char": 62, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 6, 6 ] ], [ [ 0, 4, 4 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
91a6ec73eb4337eb784f89252b2a4315
But Debora wasn't employed by Doris when she wrote the Harry Potter series.
[ { "end_char": 75, "id": 1, "misc": { "parse_tree": "(ROOT (S (CC But) (NP (NNP Debora)) (VP (VBD was) (RB n't) (VP (VBN employed) (PP (IN by) (NP (NNP Doris))) (SBAR (WHADVP (WRB when)) (S (NP (PRP she)) (VP (VBD wrote) (NP (DT the) (NML (NNP Harry) (NNP Potter)) (NN series))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "But Debora wasn't employed by Doris when she wrote the Harry Potter series.", "tokens": [ { "deprel": "cc", "end_char": 3, "feats": null, "head": 5, "id": 1, "lemma": "but", "misc": "", "start_char": 0, "text": "But", "upos": "CCONJ", "xpos": "CC" }, { "deprel": "nsubj:pass", "end_char": 10, "feats": "Number=Sing", "head": 5, "id": 2, "lemma": "Debora", "misc": "", "start_char": 4, "text": "Debora", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux:pass", "end_char": 14, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 3, "lemma": "be", "misc": "", "start_char": 11, "text": "was", "upos": "AUX", "xpos": "VBD" }, { "deprel": "advmod", "end_char": 18, "feats": null, "head": 5, "id": 4, "lemma": "not", "misc": "", "start_char": 15, "text": "n't", "upos": "PART", "xpos": "RB" }, { "deprel": "root", "end_char": 27, "feats": "Tense=Past|VerbForm=Part|Voice=Pass", "head": 0, "id": 5, "lemma": "employ", "misc": "", "start_char": 19, "text": "employed", "upos": "VERB", "xpos": "VBN" }, { "deprel": "case", "end_char": 30, "feats": null, "head": 7, "id": 6, "lemma": "by", "misc": "", "start_char": 28, "text": "by", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 36, "feats": "Number=Sing", "head": 5, "id": 7, "lemma": "Doris", "misc": "", "start_char": 31, "text": "Doris", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "advmod", "end_char": 41, "feats": "PronType=Int", "head": 10, "id": 8, "lemma": "when", "misc": "", "start_char": 37, "text": "when", "upos": "ADV", "xpos": "WRB" }, { "deprel": "nsubj", "end_char": 45, "feats": "Case=Nom|Gender=Fem|Number=Sing|Person=3|PronType=Prs", "head": 10, "id": 9, "lemma": "she", "misc": "", "start_char": 42, "text": "she", "upos": "PRON", "xpos": "PRP" }, { "deprel": "advcl", "end_char": 51, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin", "head": 5, "id": 10, "lemma": "write", "misc": "", "start_char": 46, "text": "wrote", "upos": "VERB", "xpos": "VBD" }, { "deprel": "det", "end_char": 55, "feats": "Definite=Def|PronType=Art", "head": 14, "id": 11, "lemma": "the", "misc": "", "start_char": 52, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "compound", "end_char": 61, "feats": "Number=Sing", "head": 14, "id": 12, "lemma": "Harry", "misc": "", "start_char": 56, "text": "Harry", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "flat", "end_char": 68, "feats": "Number=Sing", "head": 12, "id": 13, "lemma": "Potter", "misc": "", "start_char": 62, "text": "Potter", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "obj", "end_char": 75, "feats": "Number=Sing", "head": 10, "id": 14, "lemma": "series", "misc": "", "start_char": 69, "text": "series", "upos": "NOUN", "xpos": "NN" }, { "deprel": "punct", "end_char": 77, "feats": null, "head": 5, "id": 15, "lemma": ".", "misc": "", "start_char": 76, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 1, 1 ], [ 0, 8, 8 ] ], [ [ 0, 6, 6 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }
2082d88b39f1aab6a239540411c9521a
Matthew will never be Todd, his playingstyle is a mixture of what they offer.
[ { "end_char": 77, "id": 1, "misc": { "parse_tree": "(ROOT (S (S (NP (NNP Matthew)) (VP (MD will) (ADVP (RB never)) (VP (VB be) (NP (NNP Todd))))) (, ,) (S (NP (PRP$ his) (NN playingstyle)) (VP (VBZ is) (NP (NP (DT a) (NN mixture)) (PP (IN of) (SBAR (WHNP (WP what)) (S (NP (PRP they)) (VP (VBP offer)))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Matthew will never be Todd, his playingstyle is a mixture of what they offer.", "tokens": [ { "deprel": "nsubj", "end_char": 7, "feats": "Number=Sing", "head": 5, "id": 1, "lemma": "Matthew", "misc": "", "start_char": 0, "text": "Matthew", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "aux", "end_char": 12, "feats": "VerbForm=Fin", "head": 5, "id": 2, "lemma": "will", "misc": "", "start_char": 8, "text": "will", "upos": "AUX", "xpos": "MD" }, { "deprel": "advmod", "end_char": 18, "feats": null, "head": 5, "id": 3, "lemma": "never", "misc": "", "start_char": 13, "text": "never", "upos": "ADV", "xpos": "RB" }, { "deprel": "cop", "end_char": 21, "feats": "VerbForm=Inf", "head": 5, "id": 4, "lemma": "be", "misc": "", "start_char": 19, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "root", "end_char": 26, "feats": "Number=Sing", "head": 0, "id": 5, "lemma": "Todd", "misc": "", "start_char": 22, "text": "Todd", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 28, "feats": null, "head": 5, "id": 6, "lemma": ",", "misc": "", "start_char": 27, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "nmod:poss", "end_char": 32, "feats": "Case=Gen|Gender=Masc|Number=Sing|Person=3|Poss=Yes|PronType=Prs", "head": 8, "id": 7, "lemma": "his", "misc": "", "start_char": 29, "text": "his", "upos": "PRON", "xpos": "PRP$" }, { "deprel": "nsubj", "end_char": 45, "feats": "Number=Sing", "head": 11, "id": 8, "lemma": "playingstyle", "misc": "", "start_char": 33, "text": "playingstyle", "upos": "NOUN", "xpos": "NN" }, { "deprel": "cop", "end_char": 48, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 11, "id": 9, "lemma": "be", "misc": "", "start_char": 46, "text": "is", "upos": "AUX", "xpos": "VBZ" }, { "deprel": "det", "end_char": 50, "feats": "Definite=Ind|PronType=Art", "head": 11, "id": 10, "lemma": "a", "misc": "", "start_char": 49, "text": "a", "upos": "DET", "xpos": "DT" }, { "deprel": "parataxis", "end_char": 58, "feats": "Number=Sing", "head": 5, "id": 11, "lemma": "mixture", "misc": "", "start_char": 51, "text": "mixture", "upos": "NOUN", "xpos": "NN" }, { "deprel": "case", "end_char": 61, "feats": null, "head": 13, "id": 12, "lemma": "of", "misc": "", "start_char": 59, "text": "of", "upos": "ADP", "xpos": "IN" }, { "deprel": "nmod", "end_char": 66, "feats": "PronType=Rel", "head": 11, "id": 13, "lemma": "what", "misc": "", "start_char": 62, "text": "what", "upos": "PRON", "xpos": "WP" }, { "deprel": "nsubj", "end_char": 71, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 15, "id": 14, "lemma": "they", "misc": "", "start_char": 67, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "acl:relcl", "end_char": 77, "feats": "Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin", "head": 13, "id": 15, "lemma": "offer", "misc": "", "start_char": 72, "text": "offer", "upos": "VERB", "xpos": "VBP" }, { "deprel": "punct", "end_char": 79, "feats": null, "head": 5, "id": 16, "lemma": ".", "misc": "", "start_char": 78, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 0, 0 ], [ 0, 6, 6 ] ], [ [ 0, 4, 4 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "4", "comment": "detokenizer=nltk" }
ab9c9e5de7bf0ea752676e664f4f2c2a
Eventually Everett turns into Otto, because he'd have to be in order to thwart all the different ways they'd try to track him.
[ { "end_char": 126, "id": 1, "misc": { "parse_tree": "(ROOT (S (ADVP (RB Eventually)) (NP (NNP Everett)) (VP (VBZ turns) (PP (IN into) (NP (NNP Otto))) (, ,) (SBAR (IN because) (S (NP (PRP he)) (VP (MD 'd) (VP (VB have) (S (VP (TO to) (VP (VB be) (SBAR (IN in) (NN order) (S (VP (TO to) (VP (VB thwart) (NP (NP (PDT all) (DT the) (JJ different) (NNS ways)) (SBAR (S (NP (PRP they)) (VP (MD 'd) (VP (VB try) (S (VP (TO to) (VP (VB track) (NP (PRP him)))))))))))))))))))))) (. .)))" }, "speaker": null, "start_char": 0, "text": "Eventually Everett turns into Otto, because he'd have to be in order to thwart all the different ways they'd try to track him.", "tokens": [ { "deprel": "advmod", "end_char": 10, "feats": null, "head": 3, "id": 1, "lemma": "eventually", "misc": "", "start_char": 0, "text": "Eventually", "upos": "ADV", "xpos": "RB" }, { "deprel": "nsubj", "end_char": 18, "feats": "Number=Sing", "head": 3, "id": 2, "lemma": "Everett", "misc": "", "start_char": 11, "text": "Everett", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "root", "end_char": 24, "feats": "Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin", "head": 0, "id": 3, "lemma": "turn", "misc": "", "start_char": 19, "text": "turns", "upos": "VERB", "xpos": "VBZ" }, { "deprel": "case", "end_char": 29, "feats": null, "head": 5, "id": 4, "lemma": "into", "misc": "", "start_char": 25, "text": "into", "upos": "ADP", "xpos": "IN" }, { "deprel": "obl", "end_char": 34, "feats": "Number=Sing", "head": 3, "id": 5, "lemma": "Otto", "misc": "", "start_char": 30, "text": "Otto", "upos": "PROPN", "xpos": "NNP" }, { "deprel": "punct", "end_char": 36, "feats": null, "head": 10, "id": 6, "lemma": ",", "misc": "", "start_char": 35, "text": ",", "upos": "PUNCT", "xpos": "," }, { "deprel": "mark", "end_char": 44, "feats": null, "head": 10, "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": 10, "id": 8, "lemma": "he", "misc": "", "start_char": 45, "text": "he", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 50, "feats": "VerbForm=Fin", "head": 10, "id": 9, "lemma": "would", "misc": "", "start_char": 48, "text": "'d", "upos": "AUX", "xpos": "MD" }, { "deprel": "advcl", "end_char": 55, "feats": "VerbForm=Inf", "head": 3, "id": 10, "lemma": "have", "misc": "", "start_char": 51, "text": "have", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 58, "feats": null, "head": 16, "id": 11, "lemma": "to", "misc": "", "start_char": 56, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "cop", "end_char": 61, "feats": "VerbForm=Inf", "head": 16, "id": 12, "lemma": "be", "misc": "", "start_char": 59, "text": "be", "upos": "AUX", "xpos": "VB" }, { "deprel": "mark", "end_char": 64, "feats": null, "head": 16, "id": 13, "lemma": "in", "misc": "", "start_char": 62, "text": "in", "upos": "ADP", "xpos": "IN" }, { "deprel": "fixed", "end_char": 70, "feats": "Number=Sing", "head": 13, "id": 14, "lemma": "order", "misc": "", "start_char": 65, "text": "order", "upos": "NOUN", "xpos": "NN" }, { "deprel": "mark", "end_char": 73, "feats": null, "head": 16, "id": 15, "lemma": "to", "misc": "", "start_char": 71, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 80, "feats": "VerbForm=Inf", "head": 10, "id": 16, "lemma": "thwart", "misc": "", "start_char": 74, "text": "thwart", "upos": "VERB", "xpos": "VB" }, { "deprel": "det:predet", "end_char": 84, "feats": null, "head": 20, "id": 17, "lemma": "all", "misc": "", "start_char": 81, "text": "all", "upos": "DET", "xpos": "PDT" }, { "deprel": "det", "end_char": 88, "feats": "Definite=Def|PronType=Art", "head": 20, "id": 18, "lemma": "the", "misc": "", "start_char": 85, "text": "the", "upos": "DET", "xpos": "DT" }, { "deprel": "amod", "end_char": 98, "feats": "Degree=Pos", "head": 20, "id": 19, "lemma": "different", "misc": "", "start_char": 89, "text": "different", "upos": "ADJ", "xpos": "JJ" }, { "deprel": "obj", "end_char": 103, "feats": "Number=Plur", "head": 16, "id": 20, "lemma": "way", "misc": "", "start_char": 99, "text": "ways", "upos": "NOUN", "xpos": "NNS" }, { "deprel": "nsubj", "end_char": 108, "feats": "Case=Nom|Number=Plur|Person=3|PronType=Prs", "head": 23, "id": 21, "lemma": "they", "misc": "", "start_char": 104, "text": "they", "upos": "PRON", "xpos": "PRP" }, { "deprel": "aux", "end_char": 111, "feats": "VerbForm=Fin", "head": 23, "id": 22, "lemma": "would", "misc": "", "start_char": 109, "text": "'d", "upos": "AUX", "xpos": "MD" }, { "deprel": "acl:relcl", "end_char": 115, "feats": "VerbForm=Inf", "head": 20, "id": 23, "lemma": "try", "misc": "", "start_char": 112, "text": "try", "upos": "VERB", "xpos": "VB" }, { "deprel": "mark", "end_char": 118, "feats": null, "head": 25, "id": 24, "lemma": "to", "misc": "", "start_char": 116, "text": "to", "upos": "PART", "xpos": "TO" }, { "deprel": "xcomp", "end_char": 124, "feats": "VerbForm=Inf", "head": 23, "id": 25, "lemma": "track", "misc": "", "start_char": 119, "text": "track", "upos": "VERB", "xpos": "VB" }, { "deprel": "obj", "end_char": 128, "feats": "Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs", "head": 25, "id": 26, "lemma": "he", "misc": "", "start_char": 125, "text": "him", "upos": "PRON", "xpos": "PRP" }, { "deprel": "punct", "end_char": 130, "feats": null, "head": 3, "id": 27, "lemma": ".", "misc": "", "start_char": 129, "text": ".", "upos": "PUNCT", "xpos": "." } ] } ]
[ [ [ 0, 1, 1 ], [ 0, 7, 7 ] ], [ [ 0, 4, 4 ] ] ]
reddit_with_names_swapped
{ "annotation_strength": "5", "comment": "detokenizer=nltk" }