text
stringlengths
3
675
nltk_pos
stringlengths
26
2.34k
spacy_pos
stringlengths
17
2.6k
named_entities
stringlengths
2
430
dependencies
stringlengths
26
4.02k
“Therefore, I will not linger on the past.
[('Listening', 'VBG'), ('tonight', 'NN'), ('to', 'TO'), ('the', 'DT'), ('names', 'NNS'), ('of', 'IN'), ('all', 'DT'), ('those', 'DT'), ('great', 'JJ'), ('singers', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('past', 'JJ'), ('it', 'PRP'), ('seemed', 'VBD'), ('to', 'TO'), ('me', 'PRP'), (',', ','), ('I', 'PRP'), ('must', 'MD'), ('confess', 'VB'), (',', ','), ('that', 'IN'), ('we', 'PRP'), ('were', 'VBD'), ('living', 'VBG'), ('in', 'IN'), ('a', 'DT'), ('less', 'RBR'), ('spacious', 'JJ'), ('age', 'NN'), ('.', '.')]
[('Listening', 'VERB'), ('tonight', 'NOUN'), ('to', 'ADP'), ('the', 'DET'), ('names', 'NOUN'), ('of', 'ADP'), ('all', 'DET'), ('those', 'DET'), ('great', 'ADJ'), ('singers', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('past', 'NOUN'), ('it', 'PRON'), ('seemed', 'VERB'), ('to', 'ADP'), ('me', 'PRON'), (',', 'PUNCT'), ('I', 'PRON'), ('must', 'AUX'), ('confess', 'VERB'), (',', 'PUNCT'), ('that', 'SCONJ'), ('we', 'PRON'), ('were', 'AUX'), ('living', 'VERB'), ('in', 'ADP'), ('a', 'DET'), ('less', 'ADV'), ('spacious', 'ADJ'), ('age', 'NOUN'), ('.', 'PUNCT')]
[('tonight', 'TIME')]
[('Listening', 'advcl', 'seemed'), ('tonight', 'npadvmod', 'Listening'), ('to', 'prep', 'Listening'), ('the', 'det', 'names'), ('names', 'pobj', 'to'), ('of', 'prep', 'names'), ('all', 'predet', 'singers'), ('those', 'det', 'singers'), ('great', 'amod', 'singers'), ('singers', 'pobj', 'of'), ('of', 'prep', 'singers'), ('the', 'det', 'past'), ('past', 'pobj', 'of'), ('it', 'nsubj', 'seemed'), ('seemed', 'ROOT', 'seemed'), ('to', 'prep', 'seemed'), ('me', 'pobj', 'to'), (',', 'punct', 'confess'), ('I', 'nsubj', 'confess'), ('must', 'aux', 'confess'), ('confess', 'ccomp', 'seemed'), (',', 'punct', 'confess'), ('that', 'mark', 'living'), ('we', 'nsubj', 'living'), ('were', 'aux', 'living'), ('living', 'ccomp', 'confess'), ('in', 'prep', 'living'), ('a', 'det', 'age'), ('less', 'advmod', 'spacious'), ('spacious', 'amod', 'age'), ('age', 'pobj', 'in'), ('.', 'punct', 'seemed')]
I will not let any gloomy moralising intrude upon us here tonight.
[('Those', 'DT'), ('days', 'NNS'), ('might', 'MD'), (',', ','), ('without', 'IN'), ('exaggeration', 'NN'), (',', ','), ('be', 'VB'), ('called', 'VBN'), ('spacious', 'JJ'), ('days', 'NNS'), (':', ':'), ('and', 'CC'), ('if', 'IN'), ('they', 'PRP'), ('are', 'VBP'), ('gone', 'VBN'), ('beyond', 'IN'), ('recall', 'NN'), ('let', 'VBP'), ('us', 'PRP'), ('hope', 'VB'), (',', ','), ('at', 'IN'), ('least', 'JJS'), (',', ','), ('that', 'DT'), ('in', 'IN'), ('gatherings', 'NNS'), ('such', 'JJ'), ('as', 'IN'), ('this', 'DT'), ('we', 'PRP'), ('shall', 'MD'), ('still', 'RB'), ('speak', 'VB'), ('of', 'IN'), ('them', 'PRP'), ('with', 'IN'), ('pride', 'NN'), ('and', 'CC'), ('affection', 'NN'), (',', ','), ('still', 'RB'), ('cherish', 'VB'), ('in', 'IN'), ('our', 'PRP$'), ('hearts', 'NNS'), ('the', 'DT'), ('memory', 'NN'), ('of', 'IN'), ('those', 'DT'), ('dead', 'JJ'), ('and', 'CC'), ('gone', 'VBN'), ('great', 'JJ'), ('ones', 'NNS'), ('whose', 'WP$'), ('fame', 'NN'), ('the', 'DT'), ('world', 'NN'), ('will', 'MD'), ('not', 'RB'), ('willingly', 'VB'), ('let', 'VB'), ('die.', 'JJ'), ('”', 'NNP'), ('“', 'NNP'), ('Hear', 'NNP'), (',', ','), ('hear', 'NN'), ('!', '.'), ('”', 'NN'), ('said', 'VBD'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('loudly', 'RB'), ('.', '.')]
[('Those', 'DET'), ('days', 'NOUN'), ('might', 'AUX'), (',', 'PUNCT'), ('without', 'ADP'), ('exaggeration', 'NOUN'), (',', 'PUNCT'), ('be', 'AUX'), ('called', 'VERB'), ('spacious', 'ADJ'), ('days', 'NOUN'), (':', 'PUNCT'), ('and', 'CCONJ'), ('if', 'SCONJ'), ('they', 'PRON'), ('are', 'AUX'), ('gone', 'VERB'), ('beyond', 'ADP'), ('recall', 'PROPN'), ('let', 'VERB'), ('us', 'PRON'), ('hope', 'VERB'), (',', 'PUNCT'), ('at', 'ADP'), ('least', 'ADJ'), (',', 'PUNCT'), ('that', 'SCONJ'), ('in', 'ADP'), ('gatherings', 'NOUN'), ('such', 'ADJ'), ('as', 'ADP'), ('this', 'PRON'), ('we', 'PRON'), ('shall', 'AUX'), ('still', 'ADV'), ('speak', 'VERB'), ('of', 'ADP'), ('them', 'PRON'), ('with', 'ADP'), ('pride', 'NOUN'), ('and', 'CCONJ'), ('affection', 'NOUN'), (',', 'PUNCT'), ('still', 'ADV'), ('cherish', 'VERB'), ('in', 'ADP'), ('our', 'PRON'), ('hearts', 'NOUN'), ('the', 'DET'), ('memory', 'NOUN'), ('of', 'ADP'), ('those', 'PRON'), ('dead', 'ADJ'), ('and', 'CCONJ'), ('gone', 'VERB'), ('great', 'ADJ'), ('ones', 'NOUN'), ('whose', 'DET'), ('fame', 'NOUN'), ('the', 'DET'), ('world', 'NOUN'), ('will', 'AUX'), ('not', 'PART'), ('willingly', 'ADV'), ('let', 'VERB'), ('die', 'VERB'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('Hear', 'VERB'), (',', 'PUNCT'), ('hear', 'VERB'), ('!', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('loudly', 'ADV'), ('.', 'PUNCT')]
[('Those days', 'DATE'), ('spacious days', 'DATE'), ('Browne', 'PERSON')]
[('Those', 'det', 'days'), ('days', 'nsubjpass', 'called'), ('might', 'aux', 'called'), (',', 'punct', 'called'), ('without', 'prep', 'called'), ('exaggeration', 'pobj', 'without'), (',', 'punct', 'called'), ('be', 'auxpass', 'called'), ('called', 'ROOT', 'called'), ('spacious', 'amod', 'days'), ('days', 'oprd', 'called'), (':', 'punct', 'called'), ('and', 'cc', 'called'), ('if', 'mark', 'gone'), ('they', 'nsubjpass', 'gone'), ('are', 'auxpass', 'gone'), ('gone', 'advcl', 'let'), ('beyond', 'prep', 'gone'), ('recall', 'pobj', 'beyond'), ('let', 'conj', 'called'), ('us', 'nsubj', 'hope'), ('hope', 'ccomp', 'let'), (',', 'punct', 'hope'), ('at', 'advmod', 'least'), ('least', 'advmod', 'hope'), (',', 'punct', 'speak'), ('that', 'mark', 'speak'), ('in', 'prep', 'speak'), ('gatherings', 'pobj', 'in'), ('such', 'amod', 'as'), ('as', 'prep', 'gatherings'), ('this', 'pobj', 'as'), ('we', 'nsubj', 'speak'), ('shall', 'aux', 'speak'), ('still', 'advmod', 'speak'), ('speak', 'ccomp', 'let'), ('of', 'prep', 'speak'), ('them', 'pobj', 'of'), ('with', 'prep', 'speak'), ('pride', 'pobj', 'with'), ('and', 'cc', 'pride'), ('affection', 'conj', 'pride'), (',', 'punct', 'speak'), ('still', 'advmod', 'cherish'), ('cherish', 'ccomp', 'let'), ('in', 'prep', 'cherish'), ('our', 'poss', 'hearts'), ('hearts', 'pobj', 'in'), ('the', 'det', 'memory'), ('memory', 'dobj', 'cherish'), ('of', 'prep', 'memory'), ('those', 'pobj', 'of'), ('dead', 'amod', 'those'), ('and', 'cc', 'cherish'), ('gone', 'conj', 'cherish'), ('great', 'amod', 'ones'), ('ones', 'dobj', 'gone'), ('whose', 'poss', 'fame'), ('fame', 'nsubj', 'let'), ('the', 'det', 'world'), ('world', 'appos', 'fame'), ('will', 'aux', 'let'), ('not', 'neg', 'let'), ('willingly', 'advmod', 'let'), ('let', 'relcl', 'ones'), ('die', 'xcomp', 'let'), ('.', 'punct', 'let'), ('”', 'punct', 'let'), ('“', 'punct', 'hear'), ('Hear', 'nsubj', 'hear'), (',', 'punct', 'hear'), ('hear', 'ROOT', 'hear'), ('!', 'punct', 'hear'), ('”', 'punct', 'hear'), ('said', 'ROOT', 'said'), ('Mr', 'compound', 'Browne'), ('Browne', 'nsubj', 'said'), ('loudly', 'advmod', 'said'), ('.', 'punct', 'said')]
Here we are gathered together for a brief moment from the bustle and rush of our everyday routine.
[('“', 'NN'), ('But', 'CC'), ('yet', 'RB'), (',', ','), ('”', 'NNP'), ('continued', 'VBD'), ('Gabriel', 'NNP'), (',', ','), ('his', 'PRP$'), ('voice', 'NN'), ('falling', 'VBG'), ('into', 'IN'), ('a', 'DT'), ('softer', 'JJR'), ('inflection', 'NN'), (',', ','), ('“', 'IN'), ('there', 'EX'), ('are', 'VBP'), ('always', 'RB'), ('in', 'IN'), ('gatherings', 'NNS'), ('such', 'JJ'), ('as', 'IN'), ('this', 'DT'), ('sadder', 'NN'), ('thoughts', 'VBZ'), ('that', 'WDT'), ('will', 'MD'), ('recur', 'VB'), ('to', 'TO'), ('our', 'PRP$'), ('minds', 'NNS'), (':', ':'), ('thoughts', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('past', 'JJ'), (',', ','), ('of', 'IN'), ('youth', 'NN'), (',', ','), ('of', 'IN'), ('changes', 'NNS'), (',', ','), ('of', 'IN'), ('absent', 'JJ'), ('faces', 'VBZ'), ('that', 'IN'), ('we', 'PRP'), ('miss', 'VBP'), ('here', 'RB'), ('tonight', 'VBN'), ('.', '.')]
[('“', 'PUNCT'), ('But', 'CCONJ'), ('yet', 'ADV'), (',', 'PUNCT'), ('”', 'PUNCT'), ('continued', 'VERB'), ('Gabriel', 'PROPN'), (',', 'PUNCT'), ('his', 'PRON'), ('voice', 'NOUN'), ('falling', 'VERB'), ('into', 'ADP'), ('a', 'DET'), ('softer', 'ADJ'), ('inflection', 'NOUN'), (',', 'PUNCT'), ('“', 'PUNCT'), ('there', 'PRON'), ('are', 'VERB'), ('always', 'ADV'), ('in', 'ADP'), ('gatherings', 'NOUN'), ('such', 'ADJ'), ('as', 'ADP'), ('this', 'DET'), ('sadder', 'ADJ'), ('thoughts', 'NOUN'), ('that', 'PRON'), ('will', 'AUX'), ('recur', 'VERB'), ('to', 'ADP'), ('our', 'PRON'), ('minds', 'NOUN'), (':', 'PUNCT'), ('thoughts', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('past', 'NOUN'), (',', 'PUNCT'), ('of', 'ADP'), ('youth', 'NOUN'), (',', 'PUNCT'), ('of', 'ADP'), ('changes', 'NOUN'), (',', 'PUNCT'), ('of', 'ADP'), ('absent', 'ADJ'), ('faces', 'VERB'), ('that', 'SCONJ'), ('we', 'PRON'), ('miss', 'VERB'), ('here', 'ADV'), ('tonight', 'NOUN'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON'), ('tonight', 'TIME')]
[('“', 'punct', 'continued'), ('But', 'cc', 'continued'), ('yet', 'advmod', 'continued'), (',', 'punct', 'continued'), ('”', 'punct', 'continued'), ('continued', 'parataxis', 'are'), ('Gabriel', 'nsubj', 'continued'), (',', 'punct', 'Gabriel'), ('his', 'poss', 'voice'), ('voice', 'nsubj', 'falling'), ('falling', 'relcl', 'Gabriel'), ('into', 'prep', 'falling'), ('a', 'det', 'inflection'), ('softer', 'amod', 'inflection'), ('inflection', 'pobj', 'into'), (',', 'punct', 'continued'), ('“', 'punct', 'are'), ('there', 'expl', 'are'), ('are', 'ROOT', 'are'), ('always', 'advmod', 'are'), ('in', 'prep', 'are'), ('gatherings', 'pobj', 'in'), ('such', 'amod', 'as'), ('as', 'prep', 'gatherings'), ('this', 'det', 'thoughts'), ('sadder', 'amod', 'thoughts'), ('thoughts', 'pobj', 'as'), ('that', 'nsubj', 'recur'), ('will', 'aux', 'recur'), ('recur', 'relcl', 'thoughts'), ('to', 'prep', 'recur'), ('our', 'poss', 'minds'), ('minds', 'pobj', 'to'), (':', 'punct', 'minds'), ('thoughts', 'appos', 'minds'), ('of', 'prep', 'thoughts'), ('the', 'det', 'past'), ('past', 'pobj', 'of'), (',', 'punct', 'thoughts'), ('of', 'prep', 'thoughts'), ('youth', 'pobj', 'of'), (',', 'punct', 'thoughts'), ('of', 'prep', 'thoughts'), ('changes', 'pobj', 'of'), (',', 'punct', 'thoughts'), ('of', 'prep', 'thoughts'), ('absent', 'amod', 'faces'), ('faces', 'pobj', 'of'), ('that', 'dobj', 'miss'), ('we', 'nsubj', 'miss'), ('miss', 'relcl', 'thoughts'), ('here', 'advmod', 'miss'), ('tonight', 'npadvmod', 'miss'), ('.', 'punct', 'are')]
We are met here as friends, in the spirit of good-fellowship, as colleagues, also to a certain extent, in the true spirit of camaraderie, and as the guests of—what shall I call them?—the Three Graces of the Dublin musical world.” The table burst into applause and laughter at this allusion.
[('Our', 'PRP$'), ('path', 'NN'), ('through', 'IN'), ('life', 'NN'), ('is', 'VBZ'), ('strewn', 'JJ'), ('with', 'IN'), ('many', 'JJ'), ('such', 'JJ'), ('sad', 'JJ'), ('memories', 'NNS'), (':', ':'), ('and', 'CC'), ('were', 'VBD'), ('we', 'PRP'), ('to', 'TO'), ('brood', 'VB'), ('upon', 'IN'), ('them', 'PRP'), ('always', 'RB'), ('we', 'PRP'), ('could', 'MD'), ('not', 'RB'), ('find', 'VB'), ('the', 'DT'), ('heart', 'NN'), ('to', 'TO'), ('go', 'VB'), ('on', 'IN'), ('bravely', 'RB'), ('with', 'IN'), ('our', 'PRP$'), ('work', 'NN'), ('among', 'IN'), ('the', 'DT'), ('living', 'NN'), ('.', '.')]
[('Our', 'PRON'), ('path', 'NOUN'), ('through', 'ADP'), ('life', 'NOUN'), ('is', 'AUX'), ('strewn', 'VERB'), ('with', 'ADP'), ('many', 'ADJ'), ('such', 'ADJ'), ('sad', 'ADJ'), ('memories', 'NOUN'), (':', 'PUNCT'), ('and', 'CCONJ'), ('were', 'AUX'), ('we', 'PRON'), ('to', 'PART'), ('brood', 'NOUN'), ('upon', 'SCONJ'), ('them', 'PRON'), ('always', 'ADV'), ('we', 'PRON'), ('could', 'AUX'), ('not', 'PART'), ('find', 'VERB'), ('the', 'DET'), ('heart', 'NOUN'), ('to', 'PART'), ('go', 'VERB'), ('on', 'ADP'), ('bravely', 'ADV'), ('with', 'ADP'), ('our', 'PRON'), ('work', 'NOUN'), ('among', 'ADP'), ('the', 'DET'), ('living', 'NOUN'), ('.', 'PUNCT')]
[]
[('Our', 'poss', 'path'), ('path', 'nsubjpass', 'strewn'), ('through', 'prep', 'path'), ('life', 'pobj', 'through'), ('is', 'auxpass', 'strewn'), ('strewn', 'ROOT', 'strewn'), ('with', 'prep', 'strewn'), ('many', 'amod', 'memories'), ('such', 'amod', 'memories'), ('sad', 'amod', 'memories'), ('memories', 'pobj', 'with'), (':', 'punct', 'strewn'), ('and', 'cc', 'strewn'), ('were', 'conj', 'strewn'), ('we', 'nsubj', 'were'), ('to', 'aux', 'brood'), ('brood', 'xcomp', 'were'), ('upon', 'prep', 'brood'), ('them', 'pobj', 'upon'), ('always', 'advmod', 'find'), ('we', 'nsubj', 'find'), ('could', 'aux', 'find'), ('not', 'neg', 'find'), ('find', 'conj', 'strewn'), ('the', 'det', 'heart'), ('heart', 'nsubj', 'go'), ('to', 'aux', 'go'), ('go', 'ccomp', 'find'), ('on', 'prt', 'go'), ('bravely', 'advmod', 'go'), ('with', 'prep', 'go'), ('our', 'poss', 'work'), ('work', 'pobj', 'with'), ('among', 'prep', 'work'), ('the', 'det', 'living'), ('living', 'pobj', 'among'), ('.', 'punct', 'strewn')]
Aunt Julia vainly asked each of her neighbours in turn to tell her what Gabriel had said.
[('We', 'PRP'), ('have', 'VBP'), ('all', 'DT'), ('of', 'IN'), ('us', 'PRP'), ('living', 'VBG'), ('duties', 'NNS'), ('and', 'CC'), ('living', 'VBG'), ('affections', 'NNS'), ('which', 'WDT'), ('claim', 'VBP'), (',', ','), ('and', 'CC'), ('rightly', 'RB'), ('claim', 'NN'), (',', ','), ('our', 'PRP$'), ('strenuous', 'JJ'), ('endeavours', 'NNS'), ('.', '.')]
[('We', 'PRON'), ('have', 'VERB'), ('all', 'PRON'), ('of', 'ADP'), ('us', 'PRON'), ('living', 'NOUN'), ('duties', 'NOUN'), ('and', 'CCONJ'), ('living', 'VERB'), ('affections', 'NOUN'), ('which', 'PRON'), ('claim', 'VERB'), (',', 'PUNCT'), ('and', 'CCONJ'), ('rightly', 'ADV'), ('claim', 'VERB'), (',', 'PUNCT'), ('our', 'PRON'), ('strenuous', 'ADJ'), ('endeavours', 'NOUN'), ('.', 'PUNCT')]
[]
[('We', 'nsubj', 'have'), ('have', 'ROOT', 'have'), ('all', 'dobj', 'have'), ('of', 'prep', 'all'), ('us', 'pobj', 'of'), ('living', 'compound', 'duties'), ('duties', 'dobj', 'have'), ('and', 'cc', 'duties'), ('living', 'amod', 'affections'), ('affections', 'conj', 'duties'), ('which', 'nsubj', 'claim'), ('claim', 'relcl', 'duties'), (',', 'punct', 'have'), ('and', 'cc', 'have'), ('rightly', 'advmod', 'claim'), ('claim', 'conj', 'have'), (',', 'punct', 'claim'), ('our', 'poss', 'endeavours'), ('strenuous', 'amod', 'endeavours'), ('endeavours', 'dobj', 'claim'), ('.', 'punct', 'have')]
“He says we are the Three Graces, Aunt Julia,” said Mary Jane.
[('“', 'NN'), ('Therefore', 'NNP'), (',', ','), ('I', 'PRP'), ('will', 'MD'), ('not', 'RB'), ('linger', 'VB'), ('on', 'IN'), ('the', 'DT'), ('past', 'NN'), ('.', '.')]
[('“', 'PUNCT'), ('Therefore', 'ADV'), (',', 'PUNCT'), ('I', 'PRON'), ('will', 'AUX'), ('not', 'PART'), ('linger', 'VERB'), ('on', 'ADP'), ('the', 'DET'), ('past', 'NOUN'), ('.', 'PUNCT')]
[]
[('“', 'punct', 'linger'), ('Therefore', 'advmod', 'linger'), (',', 'punct', 'linger'), ('I', 'nsubj', 'linger'), ('will', 'aux', 'linger'), ('not', 'neg', 'linger'), ('linger', 'ROOT', 'linger'), ('on', 'prep', 'linger'), ('the', 'det', 'past'), ('past', 'pobj', 'on'), ('.', 'punct', 'linger')]
Aunt Julia did not understand but she looked up, smiling, at Gabriel, who continued in the same vein: “Ladies and Gentlemen, “I will not attempt to play tonight the part that Paris played on another occasion.
[('I', 'PRP'), ('will', 'MD'), ('not', 'RB'), ('let', 'VB'), ('any', 'DT'), ('gloomy', 'JJ'), ('moralising', 'NN'), ('intrude', 'NN'), ('upon', 'IN'), ('us', 'PRP'), ('here', 'RB'), ('tonight', 'NN'), ('.', '.')]
[('I', 'PRON'), ('will', 'AUX'), ('not', 'PART'), ('let', 'VERB'), ('any', 'DET'), ('gloomy', 'ADJ'), ('moralising', 'NOUN'), ('intrude', 'NOUN'), ('upon', 'SCONJ'), ('us', 'PRON'), ('here', 'ADV'), ('tonight', 'NOUN'), ('.', 'PUNCT')]
[('tonight', 'TIME')]
[('I', 'nsubj', 'let'), ('will', 'aux', 'let'), ('not', 'neg', 'let'), ('let', 'ROOT', 'let'), ('any', 'det', 'moralising'), ('gloomy', 'amod', 'moralising'), ('moralising', 'nsubj', 'intrude'), ('intrude', 'ccomp', 'let'), ('upon', 'prep', 'intrude'), ('us', 'pobj', 'upon'), ('here', 'advmod', 'intrude'), ('tonight', 'npadvmod', 'intrude'), ('.', 'punct', 'let')]
I will not attempt to choose between them.
[('Here', 'RB'), ('we', 'PRP'), ('are', 'VBP'), ('gathered', 'VBN'), ('together', 'RB'), ('for', 'IN'), ('a', 'DT'), ('brief', 'JJ'), ('moment', 'NN'), ('from', 'IN'), ('the', 'DT'), ('bustle', 'NN'), ('and', 'CC'), ('rush', 'NN'), ('of', 'IN'), ('our', 'PRP$'), ('everyday', 'JJ'), ('routine', 'NN'), ('.', '.')]
[('Here', 'ADV'), ('we', 'PRON'), ('are', 'AUX'), ('gathered', 'VERB'), ('together', 'ADV'), ('for', 'ADP'), ('a', 'DET'), ('brief', 'ADJ'), ('moment', 'NOUN'), ('from', 'ADP'), ('the', 'DET'), ('bustle', 'NOUN'), ('and', 'CCONJ'), ('rush', 'NOUN'), ('of', 'ADP'), ('our', 'PRON'), ('everyday', 'ADJ'), ('routine', 'NOUN'), ('.', 'PUNCT')]
[]
[('Here', 'advmod', 'gathered'), ('we', 'nsubjpass', 'gathered'), ('are', 'auxpass', 'gathered'), ('gathered', 'ROOT', 'gathered'), ('together', 'advmod', 'gathered'), ('for', 'prep', 'gathered'), ('a', 'det', 'moment'), ('brief', 'amod', 'moment'), ('moment', 'pobj', 'for'), ('from', 'prep', 'moment'), ('the', 'det', 'bustle'), ('bustle', 'pobj', 'from'), ('and', 'cc', 'bustle'), ('rush', 'conj', 'bustle'), ('of', 'prep', 'rush'), ('our', 'poss', 'routine'), ('everyday', 'amod', 'routine'), ('routine', 'pobj', 'of'), ('.', 'punct', 'gathered')]
The task would be an invidious one and one beyond my poor powers.
[('We', 'PRP'), ('are', 'VBP'), ('met', 'VBN'), ('here', 'RB'), ('as', 'IN'), ('friends', 'NNS'), (',', ','), ('in', 'IN'), ('the', 'DT'), ('spirit', 'NN'), ('of', 'IN'), ('good-fellowship', 'NN'), (',', ','), ('as', 'IN'), ('colleagues', 'NNS'), (',', ','), ('also', 'RB'), ('to', 'TO'), ('a', 'DT'), ('certain', 'JJ'), ('extent', 'NN'), (',', ','), ('in', 'IN'), ('the', 'DT'), ('true', 'JJ'), ('spirit', 'NN'), ('of', 'IN'), ('camaraderie', 'NN'), (',', ','), ('and', 'CC'), ('as', 'IN'), ('the', 'DT'), ('guests', 'NNS'), ('of—what', 'IN'), ('shall', 'MD'), ('I', 'PRP'), ('call', 'VB'), ('them', 'PRP'), ('?', '.'), ('—the', "''"), ('Three', 'NNP'), ('Graces', 'NNP'), ('of', 'IN'), ('the', 'DT'), ('Dublin', 'NNP'), ('musical', 'JJ'), ('world.', 'NN'), ('”', 'VBD'), ('The', 'DT'), ('table', 'NN'), ('burst', 'NN'), ('into', 'IN'), ('applause', 'NN'), ('and', 'CC'), ('laughter', 'NN'), ('at', 'IN'), ('this', 'DT'), ('allusion', 'NN'), ('.', '.')]
[('We', 'PRON'), ('are', 'AUX'), ('met', 'VERB'), ('here', 'ADV'), ('as', 'ADP'), ('friends', 'NOUN'), (',', 'PUNCT'), ('in', 'ADP'), ('the', 'DET'), ('spirit', 'NOUN'), ('of', 'ADP'), ('good', 'ADJ'), ('-', 'PUNCT'), ('fellowship', 'NOUN'), (',', 'PUNCT'), ('as', 'ADP'), ('colleagues', 'NOUN'), (',', 'PUNCT'), ('also', 'ADV'), ('to', 'ADP'), ('a', 'DET'), ('certain', 'ADJ'), ('extent', 'NOUN'), (',', 'PUNCT'), ('in', 'ADP'), ('the', 'DET'), ('true', 'ADJ'), ('spirit', 'NOUN'), ('of', 'ADP'), ('camaraderie', 'NOUN'), (',', 'PUNCT'), ('and', 'CCONJ'), ('as', 'ADP'), ('the', 'DET'), ('guests', 'NOUN'), ('of', 'ADP'), ('—', 'PUNCT'), ('what', 'PRON'), ('shall', 'AUX'), ('I', 'PRON'), ('call', 'VERB'), ('them?—the', 'DET'), ('Three', 'PROPN'), ('Graces', 'PROPN'), ('of', 'ADP'), ('the', 'DET'), ('Dublin', 'PROPN'), ('musical', 'ADJ'), ('world', 'NOUN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('The', 'DET'), ('table', 'NOUN'), ('burst', 'VERB'), ('into', 'ADP'), ('applause', 'NOUN'), ('and', 'CCONJ'), ('laughter', 'NOUN'), ('at', 'ADP'), ('this', 'DET'), ('allusion', 'NOUN'), ('.', 'PUNCT')]
[('Dublin', 'GPE')]
[('We', 'nsubjpass', 'met'), ('are', 'auxpass', 'met'), ('met', 'ROOT', 'met'), ('here', 'advmod', 'met'), ('as', 'prep', 'met'), ('friends', 'pobj', 'as'), (',', 'punct', 'met'), ('in', 'prep', 'met'), ('the', 'det', 'spirit'), ('spirit', 'pobj', 'in'), ('of', 'prep', 'spirit'), ('good', 'amod', 'fellowship'), ('-', 'punct', 'fellowship'), ('fellowship', 'pobj', 'of'), (',', 'punct', 'met'), ('as', 'prep', 'met'), ('colleagues', 'pobj', 'as'), (',', 'punct', 'met'), ('also', 'advmod', 'to'), ('to', 'prep', 'met'), ('a', 'det', 'extent'), ('certain', 'amod', 'extent'), ('extent', 'pobj', 'to'), (',', 'punct', 'met'), ('in', 'prep', 'met'), ('the', 'det', 'spirit'), ('true', 'amod', 'spirit'), ('spirit', 'pobj', 'in'), ('of', 'prep', 'spirit'), ('camaraderie', 'pobj', 'of'), (',', 'punct', 'met'), ('and', 'cc', 'met'), ('as', 'conj', 'met'), ('the', 'det', 'guests'), ('guests', 'pobj', 'as'), ('of', 'prep', 'guests'), ('—', 'punct', 'call'), ('what', 'dobj', 'call'), ('shall', 'aux', 'call'), ('I', 'nsubj', 'call'), ('call', 'pcomp', 'of'), ('them?—the', 'det', 'Graces'), ('Three', 'nummod', 'Graces'), ('Graces', 'dobj', 'call'), ('of', 'prep', 'Graces'), ('the', 'det', 'world'), ('Dublin', 'nmod', 'world'), ('musical', 'amod', 'world'), ('world', 'pobj', 'of'), ('.', 'punct', 'met'), ('”', 'punct', 'met'), ('The', 'det', 'table'), ('table', 'nsubj', 'burst'), ('burst', 'ROOT', 'burst'), ('into', 'prep', 'burst'), ('applause', 'pobj', 'into'), ('and', 'cc', 'applause'), ('laughter', 'conj', 'applause'), ('at', 'prep', 'burst'), ('this', 'det', 'allusion'), ('allusion', 'pobj', 'at'), ('.', 'punct', 'burst')]
For when I view them in turn, whether it be our chief hostess herself, whose good heart, whose too good heart, has become a byword with all who know her, or her sister, who seems to be gifted with perennial youth and whose singing must have been a surprise and a revelation to us all tonight, or, last but not least, when I consider our youngest hostess, talented, cheerful, hard-working and the best of nieces, I confess, Ladies and Gentlemen, that I do not know to which of them I should award the prize.” Gabriel glanced down at his aunts and, seeing the large smile on Aunt Julia’s face and the tears which had risen to Aunt Kate’s eyes, hastened to his close.
[('Aunt', 'NNP'), ('Julia', 'NNP'), ('vainly', 'RB'), ('asked', 'VBD'), ('each', 'DT'), ('of', 'IN'), ('her', 'PRP$'), ('neighbours', 'NNS'), ('in', 'IN'), ('turn', 'NN'), ('to', 'TO'), ('tell', 'VB'), ('her', 'PRP$'), ('what', 'WP'), ('Gabriel', 'NNP'), ('had', 'VBD'), ('said', 'VBD'), ('.', '.')]
[('Aunt', 'PROPN'), ('Julia', 'PROPN'), ('vainly', 'ADV'), ('asked', 'VERB'), ('each', 'PRON'), ('of', 'ADP'), ('her', 'PRON'), ('neighbours', 'NOUN'), ('in', 'ADP'), ('turn', 'NOUN'), ('to', 'PART'), ('tell', 'VERB'), ('her', 'PRON'), ('what', 'PRON'), ('Gabriel', 'PROPN'), ('had', 'AUX'), ('said', 'VERB'), ('.', 'PUNCT')]
[('Julia', 'PERSON'), ('Gabriel', 'PERSON')]
[('Aunt', 'compound', 'Julia'), ('Julia', 'nsubj', 'asked'), ('vainly', 'advmod', 'asked'), ('asked', 'ROOT', 'asked'), ('each', 'dobj', 'asked'), ('of', 'prep', 'each'), ('her', 'poss', 'neighbours'), ('neighbours', 'pobj', 'of'), ('in', 'prep', 'asked'), ('turn', 'pobj', 'in'), ('to', 'aux', 'tell'), ('tell', 'xcomp', 'asked'), ('her', 'dobj', 'tell'), ('what', 'dobj', 'said'), ('Gabriel', 'nsubj', 'said'), ('had', 'aux', 'said'), ('said', 'ccomp', 'tell'), ('.', 'punct', 'asked')]
He raised his glass of port gallantly, while every member of the company fingered a glass expectantly, and said loudly: “Let us toast them all three together.
[('“', 'NN'), ('He', 'PRP'), ('says', 'VBZ'), ('we', 'PRP'), ('are', 'VBP'), ('the', 'DT'), ('Three', 'NNP'), ('Graces', 'NNP'), (',', ','), ('Aunt', 'NNP'), ('Julia', 'NNP'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Mary', 'NNP'), ('Jane', 'NNP'), ('.', '.')]
[('“', 'PUNCT'), ('He', 'PRON'), ('says', 'VERB'), ('we', 'PRON'), ('are', 'AUX'), ('the', 'DET'), ('Three', 'PROPN'), ('Graces', 'PROPN'), (',', 'PUNCT'), ('Aunt', 'PROPN'), ('Julia', 'PROPN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mary', 'PROPN'), ('Jane', 'PROPN'), ('.', 'PUNCT')]
[('the Three Graces', 'ORG'), ('Aunt Julia', 'PERSON'), ('Mary Jane', 'PERSON')]
[('“', 'punct', 'said'), ('He', 'nsubj', 'says'), ('says', 'ccomp', 'said'), ('we', 'nsubj', 'are'), ('are', 'ccomp', 'says'), ('the', 'det', 'Graces'), ('Three', 'compound', 'Graces'), ('Graces', 'attr', 'are'), (',', 'punct', 'Graces'), ('Aunt', 'compound', 'Julia'), ('Julia', 'appos', 'Graces'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Mary', 'compound', 'Jane'), ('Jane', 'nsubj', 'said'), ('.', 'punct', 'said')]
Let us drink to their health, wealth, long life, happiness and prosperity and may they long continue to hold the proud and self-won position which they hold in their profession and the position of honour and affection which they hold in our hearts.” All the guests stood up, glass in hand, and turning towards the three seated ladies, sang in unison, with Mr Browne as leader: For they are jolly gay fellows, For they are jolly gay fellows, For they are jolly gay fellows, Which nobody can deny.
[('Aunt', 'NNP'), ('Julia', 'NNP'), ('did', 'VBD'), ('not', 'RB'), ('understand', 'VB'), ('but', 'CC'), ('she', 'PRP'), ('looked', 'VBD'), ('up', 'RB'), (',', ','), ('smiling', 'VBG'), (',', ','), ('at', 'IN'), ('Gabriel', 'NNP'), (',', ','), ('who', 'WP'), ('continued', 'VBD'), ('in', 'IN'), ('the', 'DT'), ('same', 'JJ'), ('vein', 'NN'), (':', ':'), ('“', 'JJ'), ('Ladies', 'NNS'), ('and', 'CC'), ('Gentlemen', 'NNP'), (',', ','), ('“', 'NNP'), ('I', 'PRP'), ('will', 'MD'), ('not', 'RB'), ('attempt', 'VB'), ('to', 'TO'), ('play', 'VB'), ('tonight', 'RP'), ('the', 'DT'), ('part', 'NN'), ('that', 'WDT'), ('Paris', 'NNP'), ('played', 'VBD'), ('on', 'IN'), ('another', 'DT'), ('occasion', 'NN'), ('.', '.')]
[('Aunt', 'PROPN'), ('Julia', 'PROPN'), ('did', 'AUX'), ('not', 'PART'), ('understand', 'VERB'), ('but', 'CCONJ'), ('she', 'PRON'), ('looked', 'VERB'), ('up', 'ADP'), (',', 'PUNCT'), ('smiling', 'VERB'), (',', 'PUNCT'), ('at', 'ADP'), ('Gabriel', 'PROPN'), (',', 'PUNCT'), ('who', 'PRON'), ('continued', 'VERB'), ('in', 'ADP'), ('the', 'DET'), ('same', 'ADJ'), ('vein', 'NOUN'), (':', 'PUNCT'), ('“', 'PUNCT'), ('Ladies', 'NOUN'), ('and', 'CCONJ'), ('Gentlemen', 'PROPN'), (',', 'PUNCT'), ('“', 'PUNCT'), ('I', 'PRON'), ('will', 'AUX'), ('not', 'PART'), ('attempt', 'VERB'), ('to', 'PART'), ('play', 'VERB'), ('tonight', 'NOUN'), ('the', 'DET'), ('part', 'NOUN'), ('that', 'PRON'), ('Paris', 'PROPN'), ('played', 'VERB'), ('on', 'ADP'), ('another', 'DET'), ('occasion', 'NOUN'), ('.', 'PUNCT')]
[('Julia', 'PERSON'), ('Gabriel', 'ORG'), ('Ladies and Gentlemen', 'WORK_OF_ART'), ('tonight', 'TIME'), ('Paris', 'GPE')]
[('Aunt', 'compound', 'Julia'), ('Julia', 'nsubj', 'understand'), ('did', 'aux', 'understand'), ('not', 'neg', 'understand'), ('understand', 'ccomp', 'attempt'), ('but', 'cc', 'understand'), ('she', 'nsubj', 'looked'), ('looked', 'conj', 'understand'), ('up', 'prt', 'looked'), (',', 'punct', 'looked'), ('smiling', 'advcl', 'looked'), (',', 'punct', 'smiling'), ('at', 'prep', 'smiling'), ('Gabriel', 'pobj', 'at'), (',', 'punct', 'Gabriel'), ('who', 'nsubj', 'continued'), ('continued', 'relcl', 'Gabriel'), ('in', 'prep', 'continued'), ('the', 'det', 'vein'), ('same', 'amod', 'vein'), ('vein', 'pobj', 'in'), (':', 'punct', 'looked'), ('“', 'punct', 'looked'), ('Ladies', 'npadvmod', 'understand'), ('and', 'cc', 'Ladies'), ('Gentlemen', 'conj', 'Ladies'), (',', 'punct', 'attempt'), ('“', 'punct', 'attempt'), ('I', 'nsubj', 'attempt'), ('will', 'aux', 'attempt'), ('not', 'neg', 'attempt'), ('attempt', 'ROOT', 'attempt'), ('to', 'aux', 'play'), ('play', 'xcomp', 'attempt'), ('tonight', 'npadvmod', 'play'), ('the', 'det', 'part'), ('part', 'dobj', 'play'), ('that', 'dobj', 'played'), ('Paris', 'nsubj', 'played'), ('played', 'relcl', 'part'), ('on', 'prep', 'played'), ('another', 'det', 'occasion'), ('occasion', 'pobj', 'on'), ('.', 'punct', 'attempt')]
Aunt Kate was making frank use of her handkerchief and even Aunt Julia seemed moved.
[('I', 'PRP'), ('will', 'MD'), ('not', 'RB'), ('attempt', 'VB'), ('to', 'TO'), ('choose', 'VB'), ('between', 'IN'), ('them', 'PRP'), ('.', '.')]
[('I', 'PRON'), ('will', 'AUX'), ('not', 'PART'), ('attempt', 'VERB'), ('to', 'PART'), ('choose', 'VERB'), ('between', 'ADP'), ('them', 'PRON'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'attempt'), ('will', 'aux', 'attempt'), ('not', 'neg', 'attempt'), ('attempt', 'ROOT', 'attempt'), ('to', 'aux', 'choose'), ('choose', 'xcomp', 'attempt'), ('between', 'prep', 'choose'), ('them', 'pobj', 'between'), ('.', 'punct', 'attempt')]
Freddy Malins beat time with his pudding-fork and the singers turned towards one another, as if in melodious conference, while they sang with emphasis: Unless he tells a lie, Unless he tells a lie.
[('The', 'DT'), ('task', 'NN'), ('would', 'MD'), ('be', 'VB'), ('an', 'DT'), ('invidious', 'JJ'), ('one', 'CD'), ('and', 'CC'), ('one', 'CD'), ('beyond', 'IN'), ('my', 'PRP$'), ('poor', 'JJ'), ('powers', 'NNS'), ('.', '.')]
[('The', 'DET'), ('task', 'NOUN'), ('would', 'AUX'), ('be', 'AUX'), ('an', 'DET'), ('invidious', 'ADJ'), ('one', 'NUM'), ('and', 'CCONJ'), ('one', 'NUM'), ('beyond', 'ADP'), ('my', 'PRON'), ('poor', 'ADJ'), ('powers', 'NOUN'), ('.', 'PUNCT')]
[]
[('The', 'det', 'task'), ('task', 'nsubj', 'be'), ('would', 'aux', 'be'), ('be', 'ROOT', 'be'), ('an', 'det', 'one'), ('invidious', 'amod', 'one'), ('one', 'attr', 'be'), ('and', 'cc', 'one'), ('one', 'conj', 'one'), ('beyond', 'prep', 'one'), ('my', 'poss', 'powers'), ('poor', 'amod', 'powers'), ('powers', 'pobj', 'beyond'), ('.', 'punct', 'be')]
Then, turning once more towards their hostesses, they sang: For they are jolly gay fellows, For they are jolly gay fellows, For they are jolly gay fellows, Which nobody can deny.
[('For', 'IN'), ('when', 'WRB'), ('I', 'PRP'), ('view', 'VBP'), ('them', 'PRP'), ('in', 'IN'), ('turn', 'NN'), (',', ','), ('whether', 'IN'), ('it', 'PRP'), ('be', 'VB'), ('our', 'PRP$'), ('chief', 'JJ'), ('hostess', 'NN'), ('herself', 'PRP'), (',', ','), ('whose', 'WP$'), ('good', 'JJ'), ('heart', 'NN'), (',', ','), ('whose', 'WP$'), ('too', 'RB'), ('good', 'JJ'), ('heart', 'NN'), (',', ','), ('has', 'VBZ'), ('become', 'VBN'), ('a', 'DT'), ('byword', 'NN'), ('with', 'IN'), ('all', 'DT'), ('who', 'WP'), ('know', 'VBP'), ('her', 'PRP'), (',', ','), ('or', 'CC'), ('her', 'PRP$'), ('sister', 'NN'), (',', ','), ('who', 'WP'), ('seems', 'VBZ'), ('to', 'TO'), ('be', 'VB'), ('gifted', 'VBN'), ('with', 'IN'), ('perennial', 'JJ'), ('youth', 'NN'), ('and', 'CC'), ('whose', 'WP$'), ('singing', 'NN'), ('must', 'MD'), ('have', 'VB'), ('been', 'VBN'), ('a', 'DT'), ('surprise', 'NN'), ('and', 'CC'), ('a', 'DT'), ('revelation', 'NN'), ('to', 'TO'), ('us', 'PRP'), ('all', 'DT'), ('tonight', 'NN'), (',', ','), ('or', 'CC'), (',', ','), ('last', 'JJ'), ('but', 'CC'), ('not', 'RB'), ('least', 'JJS'), (',', ','), ('when', 'WRB'), ('I', 'PRP'), ('consider', 'VBP'), ('our', 'PRP$'), ('youngest', 'JJS'), ('hostess', 'NN'), (',', ','), ('talented', 'VBN'), (',', ','), ('cheerful', 'JJ'), (',', ','), ('hard-working', 'JJ'), ('and', 'CC'), ('the', 'DT'), ('best', 'JJS'), ('of', 'IN'), ('nieces', 'NNS'), (',', ','), ('I', 'PRP'), ('confess', 'VBP'), (',', ','), ('Ladies', 'NNP'), ('and', 'CC'), ('Gentlemen', 'NNP'), (',', ','), ('that', 'IN'), ('I', 'PRP'), ('do', 'VBP'), ('not', 'RB'), ('know', 'VB'), ('to', 'TO'), ('which', 'WDT'), ('of', 'IN'), ('them', 'PRP'), ('I', 'PRP'), ('should', 'MD'), ('award', 'VB'), ('the', 'DT'), ('prize.', 'NN'), ('”', 'NNP'), ('Gabriel', 'NNP'), ('glanced', 'VBD'), ('down', 'RP'), ('at', 'IN'), ('his', 'PRP$'), ('aunts', 'NNS'), ('and', 'CC'), (',', ','), ('seeing', 'VBG'), ('the', 'DT'), ('large', 'JJ'), ('smile', 'NN'), ('on', 'IN'), ('Aunt', 'NNP'), ('Julia', 'NNP'), ('’', 'NNP'), ('s', 'VBD'), ('face', 'NN'), ('and', 'CC'), ('the', 'DT'), ('tears', 'NNS'), ('which', 'WDT'), ('had', 'VBD'), ('risen', 'VBN'), ('to', 'TO'), ('Aunt', 'NNP'), ('Kate', 'NNP'), ('’', 'NNP'), ('s', 'JJ'), ('eyes', 'NNS'), (',', ','), ('hastened', 'VBD'), ('to', 'TO'), ('his', 'PRP$'), ('close', 'NN'), ('.', '.')]
[('For', 'ADP'), ('when', 'SCONJ'), ('I', 'PRON'), ('view', 'VERB'), ('them', 'PRON'), ('in', 'ADP'), ('turn', 'NOUN'), (',', 'PUNCT'), ('whether', 'SCONJ'), ('it', 'PRON'), ('be', 'VERB'), ('our', 'PRON'), ('chief', 'ADJ'), ('hostess', 'NOUN'), ('herself', 'PRON'), (',', 'PUNCT'), ('whose', 'DET'), ('good', 'ADJ'), ('heart', 'NOUN'), (',', 'PUNCT'), ('whose', 'DET'), ('too', 'ADV'), ('good', 'ADJ'), ('heart', 'NOUN'), (',', 'PUNCT'), ('has', 'AUX'), ('become', 'VERB'), ('a', 'DET'), ('byword', 'NOUN'), ('with', 'ADP'), ('all', 'PRON'), ('who', 'PRON'), ('know', 'VERB'), ('her', 'PRON'), (',', 'PUNCT'), ('or', 'CCONJ'), ('her', 'PRON'), ('sister', 'NOUN'), (',', 'PUNCT'), ('who', 'PRON'), ('seems', 'VERB'), ('to', 'PART'), ('be', 'AUX'), ('gifted', 'VERB'), ('with', 'ADP'), ('perennial', 'ADJ'), ('youth', 'NOUN'), ('and', 'CCONJ'), ('whose', 'DET'), ('singing', 'NOUN'), ('must', 'AUX'), ('have', 'AUX'), ('been', 'AUX'), ('a', 'DET'), ('surprise', 'NOUN'), ('and', 'CCONJ'), ('a', 'DET'), ('revelation', 'NOUN'), ('to', 'ADP'), ('us', 'PRON'), ('all', 'DET'), ('tonight', 'NOUN'), (',', 'PUNCT'), ('or', 'CCONJ'), (',', 'PUNCT'), ('last', 'ADJ'), ('but', 'CCONJ'), ('not', 'PART'), ('least', 'ADJ'), (',', 'PUNCT'), ('when', 'SCONJ'), ('I', 'PRON'), ('consider', 'VERB'), ('our', 'PRON'), ('youngest', 'ADJ'), ('hostess', 'NOUN'), (',', 'PUNCT'), ('talented', 'ADJ'), (',', 'PUNCT'), ('cheerful', 'ADJ'), (',', 'PUNCT'), ('hard', 'ADV'), ('-', 'PUNCT'), ('working', 'VERB'), ('and', 'CCONJ'), ('the', 'DET'), ('best', 'ADJ'), ('of', 'ADP'), ('nieces', 'NOUN'), (',', 'PUNCT'), ('I', 'PRON'), ('confess', 'VERB'), (',', 'PUNCT'), ('Ladies', 'PROPN'), ('and', 'CCONJ'), ('Gentlemen', 'PROPN'), (',', 'PUNCT'), ('that', 'SCONJ'), ('I', 'PRON'), ('do', 'AUX'), ('not', 'PART'), ('know', 'VERB'), ('to', 'ADP'), ('which', 'PRON'), ('of', 'ADP'), ('them', 'PRON'), ('I', 'PRON'), ('should', 'AUX'), ('award', 'VERB'), ('the', 'DET'), ('prize', 'NOUN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('Gabriel', 'PROPN'), ('glanced', 'VERB'), ('down', 'ADP'), ('at', 'ADP'), ('his', 'PRON'), ('aunts', 'NOUN'), ('and', 'CCONJ'), (',', 'PUNCT'), ('seeing', 'VERB'), ('the', 'DET'), ('large', 'ADJ'), ('smile', 'NOUN'), ('on', 'ADP'), ('Aunt', 'PROPN'), ('Julia', 'PROPN'), ('’s', 'PART'), ('face', 'NOUN'), ('and', 'CCONJ'), ('the', 'DET'), ('tears', 'NOUN'), ('which', 'PRON'), ('had', 'AUX'), ('risen', 'VERB'), ('to', 'ADP'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), ('’s', 'PART'), ('eyes', 'NOUN'), (',', 'PUNCT'), ('hastened', 'VERB'), ('to', 'ADP'), ('his', 'PRON'), ('close', 'NOUN'), ('.', 'PUNCT')]
[('tonight', 'TIME'), ('Ladies and Gentlemen', 'WORK_OF_ART'), ('Gabriel', 'PERSON'), ('Aunt Kate’s', 'WORK_OF_ART')]
[('For', 'prep', 'become'), ('when', 'advmod', 'view'), ('I', 'nsubj', 'view'), ('view', 'advcl', 'become'), ('them', 'dobj', 'view'), ('in', 'prep', 'view'), ('turn', 'pobj', 'in'), (',', 'punct', 'become'), ('whether', 'mark', 'be'), ('it', 'nsubj', 'be'), ('be', 'advcl', 'become'), ('our', 'poss', 'hostess'), ('chief', 'amod', 'hostess'), ('hostess', 'attr', 'be'), ('herself', 'appos', 'hostess'), (',', 'punct', 'hostess'), ('whose', 'poss', 'heart'), ('good', 'amod', 'heart'), ('heart', 'nsubj', 'become'), (',', 'punct', 'heart'), ('whose', 'poss', 'heart'), ('too', 'advmod', 'good'), ('good', 'amod', 'heart'), ('heart', 'appos', 'heart'), (',', 'punct', 'heart'), ('has', 'aux', 'become'), ('become', 'ROOT', 'become'), ('a', 'det', 'byword'), ('byword', 'attr', 'become'), ('with', 'prep', 'byword'), ('all', 'pobj', 'with'), ('who', 'nsubj', 'know'), ('know', 'relcl', 'all'), ('her', 'dobj', 'know'), (',', 'punct', 'all'), ('or', 'cc', 'all'), ('her', 'poss', 'sister'), ('sister', 'conj', 'all'), (',', 'punct', 'sister'), ('who', 'nsubj', 'seems'), ('seems', 'relcl', 'sister'), ('to', 'aux', 'gifted'), ('be', 'auxpass', 'gifted'), ('gifted', 'xcomp', 'seems'), ('with', 'prep', 'gifted'), ('perennial', 'amod', 'youth'), ('youth', 'pobj', 'with'), ('and', 'cc', 'seems'), ('whose', 'poss', 'singing'), ('singing', 'nsubj', 'been'), ('must', 'aux', 'been'), ('have', 'aux', 'been'), ('been', 'conj', 'seems'), ('a', 'det', 'surprise'), ('surprise', 'attr', 'been'), ('and', 'cc', 'surprise'), ('a', 'det', 'revelation'), ('revelation', 'conj', 'surprise'), ('to', 'prep', 'revelation'), ('us', 'pobj', 'to'), ('all', 'det', 'tonight'), ('tonight', 'npadvmod', 'been'), (',', 'punct', 'been'), ('or', 'cc', 'been'), (',', 'punct', 'sister'), ('last', 'advmod', 'confess'), ('but', 'cc', 'last'), ('not', 'neg', 'least'), ('least', 'conj', 'last'), (',', 'punct', 'last'), ('when', 'advmod', 'consider'), ('I', 'nsubj', 'consider'), ('consider', 'advcl', 'last'), ('our', 'poss', 'hostess'), ('youngest', 'amod', 'hostess'), ('hostess', 'dobj', 'consider'), (',', 'punct', 'hostess'), ('talented', 'appos', 'hostess'), (',', 'punct', 'talented'), ('cheerful', 'amod', 'working'), (',', 'punct', 'working'), ('hard', 'advmod', 'working'), ('-', 'punct', 'working'), ('working', 'conj', 'talented'), ('and', 'cc', 'working'), ('the', 'det', 'best'), ('best', 'conj', 'working'), ('of', 'prep', 'best'), ('nieces', 'pobj', 'of'), (',', 'punct', 'confess'), ('I', 'nsubj', 'confess'), ('confess', 'parataxis', 'become'), (',', 'punct', 'confess'), ('Ladies', 'npadvmod', 'confess'), ('and', 'cc', 'Ladies'), ('Gentlemen', 'conj', 'Ladies'), (',', 'punct', 'confess'), ('that', 'dobj', 'know'), ('I', 'nsubj', 'know'), ('do', 'aux', 'know'), ('not', 'neg', 'know'), ('know', 'ccomp', 'become'), ('to', 'prep', 'award'), ('which', 'pobj', 'to'), ('of', 'prep', 'which'), ('them', 'pobj', 'of'), ('I', 'nsubj', 'award'), ('should', 'aux', 'award'), ('award', 'xcomp', 'know'), ('the', 'det', 'prize'), ('prize', 'dobj', 'award'), ('.', 'punct', 'become'), ('”', 'punct', 'become'), ('Gabriel', 'nsubj', 'glanced'), ('glanced', 'ROOT', 'glanced'), ('down', 'prt', 'glanced'), ('at', 'prep', 'glanced'), ('his', 'poss', 'aunts'), ('aunts', 'pobj', 'at'), ('and', 'cc', 'glanced'), (',', 'punct', 'glanced'), ('seeing', 'advcl', 'glanced'), ('the', 'det', 'smile'), ('large', 'amod', 'smile'), ('smile', 'nsubj', 'hastened'), ('on', 'prep', 'smile'), ('Aunt', 'compound', 'Julia'), ('Julia', 'poss', 'face'), ('’s', 'case', 'Julia'), ('face', 'pobj', 'on'), ('and', 'cc', 'smile'), ('the', 'det', 'tears'), ('tears', 'conj', 'smile'), ('which', 'nsubj', 'risen'), ('had', 'aux', 'risen'), ('risen', 'relcl', 'tears'), ('to', 'prep', 'risen'), ('Aunt', 'compound', 'Kate'), ('Kate', 'poss', 'eyes'), ('’s', 'case', 'Kate'), ('eyes', 'pobj', 'to'), (',', 'punct', 'tears'), ('hastened', 'ccomp', 'seeing'), ('to', 'prep', 'hastened'), ('his', 'poss', 'close'), ('close', 'pobj', 'to'), ('.', 'punct', 'glanced')]
The acclamation which followed was taken up beyond the door of the supper-room by many of the other guests and renewed time after time, Freddy Malins acting as officer with his fork on high.
[('He', 'PRP'), ('raised', 'VBD'), ('his', 'PRP$'), ('glass', 'NN'), ('of', 'IN'), ('port', 'NN'), ('gallantly', 'RB'), (',', ','), ('while', 'IN'), ('every', 'DT'), ('member', 'NN'), ('of', 'IN'), ('the', 'DT'), ('company', 'NN'), ('fingered', 'VBD'), ('a', 'DT'), ('glass', 'NN'), ('expectantly', 'RB'), (',', ','), ('and', 'CC'), ('said', 'VBD'), ('loudly', 'RB'), (':', ':'), ('“', 'JJ'), ('Let', 'VB'), ('us', 'PRP'), ('toast', 'VB'), ('them', 'PRP'), ('all', 'DT'), ('three', 'CD'), ('together', 'RB'), ('.', '.')]
[('He', 'PRON'), ('raised', 'VERB'), ('his', 'PRON'), ('glass', 'NOUN'), ('of', 'ADP'), ('port', 'NOUN'), ('gallantly', 'ADV'), (',', 'PUNCT'), ('while', 'SCONJ'), ('every', 'DET'), ('member', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('company', 'NOUN'), ('fingered', 'VERB'), ('a', 'DET'), ('glass', 'NOUN'), ('expectantly', 'ADV'), (',', 'PUNCT'), ('and', 'CCONJ'), ('said', 'VERB'), ('loudly', 'ADV'), (':', 'PUNCT'), ('“', 'PUNCT'), ('Let', 'VERB'), ('us', 'PRON'), ('toast', 'VERB'), ('them', 'PRON'), ('all', 'DET'), ('three', 'NUM'), ('together', 'ADV'), ('.', 'PUNCT')]
[('three', 'CARDINAL')]
[('He', 'nsubj', 'raised'), ('raised', 'ROOT', 'raised'), ('his', 'poss', 'glass'), ('glass', 'dobj', 'raised'), ('of', 'prep', 'glass'), ('port', 'pobj', 'of'), ('gallantly', 'advmod', 'raised'), (',', 'punct', 'raised'), ('while', 'mark', 'fingered'), ('every', 'det', 'member'), ('member', 'nsubj', 'fingered'), ('of', 'prep', 'member'), ('the', 'det', 'company'), ('company', 'pobj', 'of'), ('fingered', 'advcl', 'raised'), ('a', 'det', 'glass'), ('glass', 'dobj', 'fingered'), ('expectantly', 'advmod', 'fingered'), (',', 'punct', 'fingered'), ('and', 'cc', 'fingered'), ('said', 'conj', 'fingered'), ('loudly', 'advmod', 'said'), (':', 'punct', 'said'), ('“', 'punct', 'said'), ('Let', 'xcomp', 'said'), ('us', 'nsubj', 'toast'), ('toast', 'ccomp', 'Let'), ('them', 'dobj', 'toast'), ('all', 'det', 'three'), ('three', 'dobj', 'toast'), ('together', 'advmod', 'toast'), ('.', 'punct', 'raised')]
The piercing morning air came into the hall where they were standing so that Aunt Kate said: “Close the door, somebody.
[('Let', 'VB'), ('us', 'PRP'), ('drink', 'VB'), ('to', 'TO'), ('their', 'PRP$'), ('health', 'NN'), (',', ','), ('wealth', 'NN'), (',', ','), ('long', 'JJ'), ('life', 'NN'), (',', ','), ('happiness', 'NN'), ('and', 'CC'), ('prosperity', 'NN'), ('and', 'CC'), ('may', 'MD'), ('they', 'PRP'), ('long', 'VB'), ('continue', 'VBP'), ('to', 'TO'), ('hold', 'VB'), ('the', 'DT'), ('proud', 'JJ'), ('and', 'CC'), ('self-won', 'JJ'), ('position', 'NN'), ('which', 'WDT'), ('they', 'PRP'), ('hold', 'VBP'), ('in', 'IN'), ('their', 'PRP$'), ('profession', 'NN'), ('and', 'CC'), ('the', 'DT'), ('position', 'NN'), ('of', 'IN'), ('honour', 'NN'), ('and', 'CC'), ('affection', 'NN'), ('which', 'WDT'), ('they', 'PRP'), ('hold', 'VBP'), ('in', 'IN'), ('our', 'PRP$'), ('hearts.', 'NN'), ('”', 'IN'), ('All', 'PDT'), ('the', 'DT'), ('guests', 'NNS'), ('stood', 'VBD'), ('up', 'RP'), (',', ','), ('glass', 'NN'), ('in', 'IN'), ('hand', 'NN'), (',', ','), ('and', 'CC'), ('turning', 'VBG'), ('towards', 'NNS'), ('the', 'DT'), ('three', 'CD'), ('seated', 'JJ'), ('ladies', 'NNS'), (',', ','), ('sang', 'NN'), ('in', 'IN'), ('unison', 'NN'), (',', ','), ('with', 'IN'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('as', 'IN'), ('leader', 'NN'), (':', ':'), ('For', 'IN'), ('they', 'PRP'), ('are', 'VBP'), ('jolly', 'RB'), ('gay', 'JJ'), ('fellows', 'NNS'), (',', ','), ('For', 'IN'), ('they', 'PRP'), ('are', 'VBP'), ('jolly', 'RB'), ('gay', 'JJ'), ('fellows', 'NNS'), (',', ','), ('For', 'IN'), ('they', 'PRP'), ('are', 'VBP'), ('jolly', 'RB'), ('gay', 'JJ'), ('fellows', 'NNS'), (',', ','), ('Which', 'NNP'), ('nobody', 'NN'), ('can', 'MD'), ('deny', 'VB'), ('.', '.')]
[('Let', 'VERB'), ('us', 'PRON'), ('drink', 'VERB'), ('to', 'ADP'), ('their', 'PRON'), ('health', 'NOUN'), (',', 'PUNCT'), ('wealth', 'NOUN'), (',', 'PUNCT'), ('long', 'ADJ'), ('life', 'NOUN'), (',', 'PUNCT'), ('happiness', 'NOUN'), ('and', 'CCONJ'), ('prosperity', 'NOUN'), ('and', 'CCONJ'), ('may', 'AUX'), ('they', 'PRON'), ('long', 'ADV'), ('continue', 'VERB'), ('to', 'PART'), ('hold', 'VERB'), ('the', 'DET'), ('proud', 'ADJ'), ('and', 'CCONJ'), ('self', 'NOUN'), ('-', 'PUNCT'), ('won', 'VERB'), ('position', 'NOUN'), ('which', 'PRON'), ('they', 'PRON'), ('hold', 'VERB'), ('in', 'ADP'), ('their', 'PRON'), ('profession', 'NOUN'), ('and', 'CCONJ'), ('the', 'DET'), ('position', 'NOUN'), ('of', 'ADP'), ('honour', 'NOUN'), ('and', 'CCONJ'), ('affection', 'NOUN'), ('which', 'PRON'), ('they', 'PRON'), ('hold', 'VERB'), ('in', 'ADP'), ('our', 'PRON'), ('hearts', 'NOUN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('All', 'DET'), ('the', 'DET'), ('guests', 'NOUN'), ('stood', 'VERB'), ('up', 'ADP'), (',', 'PUNCT'), ('glass', 'NOUN'), ('in', 'ADP'), ('hand', 'NOUN'), (',', 'PUNCT'), ('and', 'CCONJ'), ('turning', 'VERB'), ('towards', 'ADP'), ('the', 'DET'), ('three', 'NUM'), ('seated', 'VERB'), ('ladies', 'NOUN'), (',', 'PUNCT'), ('sang', 'VERB'), ('in', 'ADP'), ('unison', 'NOUN'), (',', 'PUNCT'), ('with', 'ADP'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('as', 'ADP'), ('leader', 'NOUN'), (':', 'PUNCT'), ('For', 'SCONJ'), ('they', 'PRON'), ('are', 'AUX'), ('jolly', 'ADV'), ('gay', 'ADJ'), ('fellows', 'NOUN'), (',', 'PUNCT'), ('For', 'SCONJ'), ('they', 'PRON'), ('are', 'AUX'), ('jolly', 'ADV'), ('gay', 'ADJ'), ('fellows', 'NOUN'), (',', 'PUNCT'), ('For', 'SCONJ'), ('they', 'PRON'), ('are', 'AUX'), ('jolly', 'ADV'), ('gay', 'ADJ'), ('fellows', 'NOUN'), (',', 'PUNCT'), ('Which', 'PRON'), ('nobody', 'PRON'), ('can', 'AUX'), ('deny', 'VERB'), ('.', 'PUNCT')]
[('three', 'CARDINAL'), ('Browne', 'PERSON')]
[('Let', 'ROOT', 'Let'), ('us', 'nsubj', 'drink'), ('drink', 'ccomp', 'Let'), ('to', 'prep', 'drink'), ('their', 'poss', 'health'), ('health', 'pobj', 'to'), (',', 'punct', 'health'), ('wealth', 'conj', 'health'), (',', 'punct', 'wealth'), ('long', 'amod', 'life'), ('life', 'conj', 'wealth'), (',', 'punct', 'life'), ('happiness', 'conj', 'life'), ('and', 'cc', 'happiness'), ('prosperity', 'conj', 'happiness'), ('and', 'cc', 'drink'), ('may', 'aux', 'continue'), ('they', 'nsubj', 'continue'), ('long', 'advmod', 'continue'), ('continue', 'conj', 'drink'), ('to', 'aux', 'hold'), ('hold', 'xcomp', 'continue'), ('the', 'det', 'position'), ('proud', 'amod', 'position'), ('and', 'cc', 'proud'), ('self', 'npadvmod', 'won'), ('-', 'punct', 'won'), ('won', 'conj', 'proud'), ('position', 'dobj', 'hold'), ('which', 'dobj', 'hold'), ('they', 'nsubj', 'hold'), ('hold', 'relcl', 'position'), ('in', 'prep', 'hold'), ('their', 'poss', 'profession'), ('profession', 'pobj', 'in'), ('and', 'cc', 'hold'), ('the', 'det', 'position'), ('position', 'conj', 'hold'), ('of', 'prep', 'position'), ('honour', 'pobj', 'of'), ('and', 'cc', 'honour'), ('affection', 'conj', 'honour'), ('which', 'dobj', 'hold'), ('they', 'nsubj', 'hold'), ('hold', 'relcl', 'position'), ('in', 'prep', 'hold'), ('our', 'poss', 'hearts'), ('hearts', 'pobj', 'in'), ('.', 'punct', 'Let'), ('”', 'punct', 'Let'), ('All', 'predet', 'guests'), ('the', 'det', 'guests'), ('guests', 'nsubj', 'stood'), ('stood', 'ROOT', 'stood'), ('up', 'prt', 'stood'), (',', 'punct', 'stood'), ('glass', 'npadvmod', 'stood'), ('in', 'prep', 'glass'), ('hand', 'pobj', 'in'), (',', 'punct', 'glass'), ('and', 'cc', 'glass'), ('turning', 'advcl', 'sang'), ('towards', 'prep', 'turning'), ('the', 'det', 'ladies'), ('three', 'nummod', 'ladies'), ('seated', 'amod', 'ladies'), ('ladies', 'pobj', 'towards'), (',', 'punct', 'turning'), ('sang', 'conj', 'glass'), ('in', 'prep', 'sang'), ('unison', 'pobj', 'in'), (',', 'punct', 'sang'), ('with', 'prep', 'sang'), ('Mr', 'compound', 'Browne'), ('Browne', 'pobj', 'with'), ('as', 'prep', 'Browne'), ('leader', 'pobj', 'as'), (':', 'punct', 'stood'), ('For', 'mark', 'are'), ('they', 'nsubj', 'are'), ('are', 'ROOT', 'are'), ('jolly', 'advmod', 'gay'), ('gay', 'amod', 'fellows'), ('fellows', 'attr', 'are'), (',', 'punct', 'are'), ('For', 'mark', 'are'), ('they', 'nsubj', 'are'), ('are', 'advcl', 'are'), ('jolly', 'advmod', 'gay'), ('gay', 'amod', 'fellows'), ('fellows', 'attr', 'are'), (',', 'punct', 'are'), ('For', 'mark', 'are'), ('they', 'nsubj', 'are'), ('are', 'advcl', 'are'), ('jolly', 'advmod', 'gay'), ('gay', 'amod', 'fellows'), ('fellows', 'attr', 'are'), (',', 'punct', 'fellows'), ('Which', 'dobj', 'deny'), ('nobody', 'nsubj', 'deny'), ('can', 'aux', 'deny'), ('deny', 'relcl', 'fellows'), ('.', 'punct', 'are')]
Mrs Malins will get her death of cold.” “Browne is out there, Aunt Kate,” said Mary Jane.
[('Aunt', 'NNP'), ('Kate', 'NNP'), ('was', 'VBD'), ('making', 'VBG'), ('frank', 'JJ'), ('use', 'NN'), ('of', 'IN'), ('her', 'PRP$'), ('handkerchief', 'NN'), ('and', 'CC'), ('even', 'RB'), ('Aunt', 'NNP'), ('Julia', 'NNP'), ('seemed', 'VBD'), ('moved', 'VBN'), ('.', '.')]
[('Aunt', 'PROPN'), ('Kate', 'PROPN'), ('was', 'AUX'), ('making', 'VERB'), ('frank', 'ADJ'), ('use', 'NOUN'), ('of', 'ADP'), ('her', 'PRON'), ('handkerchief', 'NOUN'), ('and', 'CCONJ'), ('even', 'ADV'), ('Aunt', 'PROPN'), ('Julia', 'PROPN'), ('seemed', 'VERB'), ('moved', 'VERB'), ('.', 'PUNCT')]
[('Kate', 'PERSON')]
[('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'making'), ('was', 'aux', 'making'), ('making', 'ROOT', 'making'), ('frank', 'amod', 'use'), ('use', 'dobj', 'making'), ('of', 'prep', 'use'), ('her', 'poss', 'handkerchief'), ('handkerchief', 'pobj', 'of'), ('and', 'cc', 'making'), ('even', 'advmod', 'Julia'), ('Aunt', 'compound', 'Julia'), ('Julia', 'nsubj', 'seemed'), ('seemed', 'conj', 'making'), ('moved', 'oprd', 'seemed'), ('.', 'punct', 'seemed')]
“Browne is everywhere,” said Aunt Kate, lowering her voice.
[('Freddy', 'NNP'), ('Malins', 'NNP'), ('beat', 'VBD'), ('time', 'NN'), ('with', 'IN'), ('his', 'PRP$'), ('pudding-fork', 'NN'), ('and', 'CC'), ('the', 'DT'), ('singers', 'NNS'), ('turned', 'VBD'), ('towards', 'RP'), ('one', 'CD'), ('another', 'DT'), (',', ','), ('as', 'IN'), ('if', 'IN'), ('in', 'IN'), ('melodious', 'JJ'), ('conference', 'NN'), (',', ','), ('while', 'IN'), ('they', 'PRP'), ('sang', 'VBP'), ('with', 'IN'), ('emphasis', 'NN'), (':', ':'), ('Unless', 'IN'), ('he', 'PRP'), ('tells', 'VBZ'), ('a', 'DT'), ('lie', 'NN'), (',', ','), ('Unless', 'IN'), ('he', 'PRP'), ('tells', 'VBZ'), ('a', 'DT'), ('lie', 'NN'), ('.', '.')]
[('Freddy', 'PROPN'), ('Malins', 'PROPN'), ('beat', 'VERB'), ('time', 'NOUN'), ('with', 'ADP'), ('his', 'PRON'), ('pudding', 'NOUN'), ('-', 'PUNCT'), ('fork', 'NOUN'), ('and', 'CCONJ'), ('the', 'DET'), ('singers', 'NOUN'), ('turned', 'VERB'), ('towards', 'ADP'), ('one', 'NUM'), ('another', 'DET'), (',', 'PUNCT'), ('as', 'SCONJ'), ('if', 'SCONJ'), ('in', 'ADP'), ('melodious', 'ADJ'), ('conference', 'NOUN'), (',', 'PUNCT'), ('while', 'SCONJ'), ('they', 'PRON'), ('sang', 'VERB'), ('with', 'ADP'), ('emphasis', 'NOUN'), (':', 'PUNCT'), ('Unless', 'SCONJ'), ('he', 'PRON'), ('tells', 'VERB'), ('a', 'DET'), ('lie', 'NOUN'), (',', 'PUNCT'), ('Unless', 'SCONJ'), ('he', 'PRON'), ('tells', 'VERB'), ('a', 'DET'), ('lie', 'NOUN'), ('.', 'PUNCT')]
[('Freddy Malins', 'PERSON')]
[('Freddy', 'compound', 'Malins'), ('Malins', 'nsubj', 'beat'), ('beat', 'ROOT', 'beat'), ('time', 'dobj', 'beat'), ('with', 'prep', 'beat'), ('his', 'poss', 'fork'), ('pudding', 'compound', 'fork'), ('-', 'punct', 'fork'), ('fork', 'pobj', 'with'), ('and', 'cc', 'beat'), ('the', 'det', 'singers'), ('singers', 'nsubj', 'turned'), ('turned', 'conj', 'beat'), ('towards', 'prep', 'turned'), ('one', 'pobj', 'towards'), ('another', 'det', 'one'), (',', 'punct', 'turned'), ('as', 'mark', 'sang'), ('if', 'prep', 'as'), ('in', 'prep', 'if'), ('melodious', 'amod', 'conference'), ('conference', 'pobj', 'in'), (',', 'punct', 'if'), ('while', 'mark', 'sang'), ('they', 'nsubj', 'sang'), ('sang', 'advcl', 'turned'), ('with', 'prep', 'sang'), ('emphasis', 'pobj', 'with'), (':', 'punct', 'sang'), ('Unless', 'mark', 'tells'), ('he', 'nsubj', 'tells'), ('tells', 'advcl', 'sang'), ('a', 'det', 'lie'), ('lie', 'dobj', 'tells'), (',', 'punct', 'tells'), ('Unless', 'mark', 'tells'), ('he', 'nsubj', 'tells'), ('tells', 'advcl', 'tells'), ('a', 'det', 'lie'), ('lie', 'dobj', 'tells'), ('.', 'punct', 'turned')]
Mary Jane laughed at her tone.
[('Then', 'RB'), (',', ','), ('turning', 'VBG'), ('once', 'RB'), ('more', 'RBR'), ('towards', 'NNS'), ('their', 'PRP$'), ('hostesses', 'NNS'), (',', ','), ('they', 'PRP'), ('sang', 'VBD'), (':', ':'), ('For', 'IN'), ('they', 'PRP'), ('are', 'VBP'), ('jolly', 'RB'), ('gay', 'JJ'), ('fellows', 'NNS'), (',', ','), ('For', 'IN'), ('they', 'PRP'), ('are', 'VBP'), ('jolly', 'RB'), ('gay', 'JJ'), ('fellows', 'NNS'), (',', ','), ('For', 'IN'), ('they', 'PRP'), ('are', 'VBP'), ('jolly', 'RB'), ('gay', 'JJ'), ('fellows', 'NNS'), (',', ','), ('Which', 'NNP'), ('nobody', 'NN'), ('can', 'MD'), ('deny', 'VB'), ('.', '.')]
[('Then', 'ADV'), (',', 'PUNCT'), ('turning', 'VERB'), ('once', 'ADV'), ('more', 'ADV'), ('towards', 'ADP'), ('their', 'PRON'), ('hostesses', 'NOUN'), (',', 'PUNCT'), ('they', 'PRON'), ('sang', 'VERB'), (':', 'PUNCT'), ('For', 'SCONJ'), ('they', 'PRON'), ('are', 'AUX'), ('jolly', 'ADV'), ('gay', 'ADJ'), ('fellows', 'NOUN'), (',', 'PUNCT'), ('For', 'SCONJ'), ('they', 'PRON'), ('are', 'AUX'), ('jolly', 'ADV'), ('gay', 'ADJ'), ('fellows', 'NOUN'), (',', 'PUNCT'), ('For', 'SCONJ'), ('they', 'PRON'), ('are', 'AUX'), ('jolly', 'ADV'), ('gay', 'ADJ'), ('fellows', 'NOUN'), (',', 'PUNCT'), ('Which', 'PRON'), ('nobody', 'PRON'), ('can', 'AUX'), ('deny', 'VERB'), ('.', 'PUNCT')]
[]
[('Then', 'advmod', 'sang'), (',', 'punct', 'sang'), ('turning', 'advcl', 'sang'), ('once', 'advmod', 'more'), ('more', 'advmod', 'turning'), ('towards', 'prep', 'more'), ('their', 'poss', 'hostesses'), ('hostesses', 'pobj', 'towards'), (',', 'punct', 'sang'), ('they', 'nsubj', 'sang'), ('sang', 'ROOT', 'sang'), (':', 'punct', 'sang'), ('For', 'mark', 'are'), ('they', 'nsubj', 'are'), ('are', 'ccomp', 'sang'), ('jolly', 'advmod', 'gay'), ('gay', 'amod', 'fellows'), ('fellows', 'attr', 'are'), (',', 'punct', 'are'), ('For', 'mark', 'are'), ('they', 'nsubj', 'are'), ('are', 'advcl', 'are'), ('jolly', 'advmod', 'gay'), ('gay', 'amod', 'fellows'), ('fellows', 'attr', 'are'), (',', 'punct', 'are'), ('For', 'mark', 'are'), ('they', 'nsubj', 'are'), ('are', 'advcl', 'are'), ('jolly', 'advmod', 'gay'), ('gay', 'amod', 'fellows'), ('fellows', 'attr', 'are'), (',', 'punct', 'fellows'), ('Which', 'dobj', 'deny'), ('nobody', 'nsubj', 'deny'), ('can', 'aux', 'deny'), ('deny', 'relcl', 'fellows'), ('.', 'punct', 'sang')]
“Really,” she said archly, “he is very attentive.” “He has been laid on here like the gas,” said Aunt Kate in the same tone, “all during the Christmas.” She laughed herself this time good-humouredly and then added quickly: “But tell him to come in, Mary Jane, and close the door.
[('The', 'DT'), ('acclamation', 'NN'), ('which', 'WDT'), ('followed', 'VBD'), ('was', 'VBD'), ('taken', 'VBN'), ('up', 'RP'), ('beyond', 'IN'), ('the', 'DT'), ('door', 'NN'), ('of', 'IN'), ('the', 'DT'), ('supper-room', 'NN'), ('by', 'IN'), ('many', 'JJ'), ('of', 'IN'), ('the', 'DT'), ('other', 'JJ'), ('guests', 'NNS'), ('and', 'CC'), ('renewed', 'VBN'), ('time', 'NN'), ('after', 'IN'), ('time', 'NN'), (',', ','), ('Freddy', 'NNP'), ('Malins', 'NNP'), ('acting', 'VBG'), ('as', 'IN'), ('officer', 'NN'), ('with', 'IN'), ('his', 'PRP$'), ('fork', 'NN'), ('on', 'IN'), ('high', 'JJ'), ('.', '.')]
[('The', 'DET'), ('acclamation', 'NOUN'), ('which', 'PRON'), ('followed', 'VERB'), ('was', 'AUX'), ('taken', 'VERB'), ('up', 'ADP'), ('beyond', 'ADP'), ('the', 'DET'), ('door', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('supper', 'NOUN'), ('-', 'PUNCT'), ('room', 'NOUN'), ('by', 'ADP'), ('many', 'ADJ'), ('of', 'ADP'), ('the', 'DET'), ('other', 'ADJ'), ('guests', 'NOUN'), ('and', 'CCONJ'), ('renewed', 'VERB'), ('time', 'NOUN'), ('after', 'ADP'), ('time', 'NOUN'), (',', 'PUNCT'), ('Freddy', 'PROPN'), ('Malins', 'PROPN'), ('acting', 'VERB'), ('as', 'ADP'), ('officer', 'NOUN'), ('with', 'ADP'), ('his', 'PRON'), ('fork', 'NOUN'), ('on', 'ADP'), ('high', 'ADJ'), ('.', 'PUNCT')]
[('Freddy Malins', 'PERSON')]
[('The', 'det', 'acclamation'), ('acclamation', 'nsubjpass', 'taken'), ('which', 'nsubj', 'followed'), ('followed', 'relcl', 'acclamation'), ('was', 'auxpass', 'taken'), ('taken', 'ROOT', 'taken'), ('up', 'prt', 'taken'), ('beyond', 'prep', 'taken'), ('the', 'det', 'door'), ('door', 'pobj', 'beyond'), ('of', 'prep', 'door'), ('the', 'det', 'room'), ('supper', 'compound', 'room'), ('-', 'punct', 'room'), ('room', 'pobj', 'of'), ('by', 'agent', 'taken'), ('many', 'pobj', 'by'), ('of', 'prep', 'many'), ('the', 'det', 'guests'), ('other', 'amod', 'guests'), ('guests', 'pobj', 'of'), ('and', 'cc', 'many'), ('renewed', 'amod', 'time'), ('time', 'npadvmod', 'taken'), ('after', 'prep', 'time'), ('time', 'pobj', 'after'), (',', 'punct', 'acting'), ('Freddy', 'compound', 'Malins'), ('Malins', 'nsubj', 'acting'), ('acting', 'advcl', 'taken'), ('as', 'prep', 'acting'), ('officer', 'pobj', 'as'), ('with', 'prep', 'acting'), ('his', 'poss', 'fork'), ('fork', 'pobj', 'with'), ('on', 'prep', 'fork'), ('high', 'pobj', 'on'), ('.', 'punct', 'taken')]
I hope to goodness he didn’t hear me.” At that moment the hall-door was opened and Mr Browne came in from the doorstep, laughing as if his heart would break.
[('The', 'DT'), ('piercing', 'NN'), ('morning', 'NN'), ('air', 'NN'), ('came', 'VBD'), ('into', 'IN'), ('the', 'DT'), ('hall', 'NN'), ('where', 'WRB'), ('they', 'PRP'), ('were', 'VBD'), ('standing', 'VBG'), ('so', 'RB'), ('that', 'IN'), ('Aunt', 'NNP'), ('Kate', 'NNP'), ('said', 'VBD'), (':', ':'), ('“', 'NN'), ('Close', 'NNP'), ('the', 'DT'), ('door', 'NN'), (',', ','), ('somebody', 'NN'), ('.', '.')]
[('The', 'DET'), ('piercing', 'VERB'), ('morning', 'NOUN'), ('air', 'NOUN'), ('came', 'VERB'), ('into', 'ADP'), ('the', 'DET'), ('hall', 'NOUN'), ('where', 'SCONJ'), ('they', 'PRON'), ('were', 'AUX'), ('standing', 'VERB'), ('so', 'SCONJ'), ('that', 'SCONJ'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), ('said', 'VERB'), (':', 'PUNCT'), ('“', 'PUNCT'), ('Close', 'VERB'), ('the', 'DET'), ('door', 'NOUN'), (',', 'PUNCT'), ('somebody', 'PRON'), ('.', 'PUNCT')]
[('Kate', 'PERSON')]
[('The', 'det', 'air'), ('piercing', 'amod', 'morning'), ('morning', 'compound', 'air'), ('air', 'nsubj', 'came'), ('came', 'ROOT', 'came'), ('into', 'prep', 'came'), ('the', 'det', 'hall'), ('hall', 'pobj', 'into'), ('where', 'advmod', 'standing'), ('they', 'nsubj', 'standing'), ('were', 'aux', 'standing'), ('standing', 'relcl', 'hall'), ('so', 'mark', 'said'), ('that', 'mark', 'said'), ('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'said'), ('said', 'advcl', 'came'), (':', 'punct', 'said'), ('“', 'punct', 'said'), ('Close', 'xcomp', 'said'), ('the', 'det', 'door'), ('door', 'dobj', 'Close'), (',', 'punct', 'door'), ('somebody', 'npadvmod', 'Close'), ('.', 'punct', 'came')]
He was dressed in a long green overcoat with mock astrakhan cuffs and collar and wore on his head an oval fur cap.
[('Mrs', 'NNP'), ('Malins', 'NNP'), ('will', 'MD'), ('get', 'VB'), ('her', 'PRP$'), ('death', 'NN'), ('of', 'IN'), ('cold.', 'NN'), ('”', 'NNP'), ('“', 'NNP'), ('Browne', 'NNP'), ('is', 'VBZ'), ('out', 'IN'), ('there', 'RB'), (',', ','), ('Aunt', 'NNP'), ('Kate', 'NNP'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Mary', 'NNP'), ('Jane', 'NNP'), ('.', '.')]
[('Mrs', 'PROPN'), ('Malins', 'PROPN'), ('will', 'AUX'), ('get', 'VERB'), ('her', 'PRON'), ('death', 'NOUN'), ('of', 'ADP'), ('cold', 'ADJ'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('Browne', 'PROPN'), ('is', 'AUX'), ('out', 'ADV'), ('there', 'ADV'), (',', 'PUNCT'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mary', 'PROPN'), ('Jane', 'PROPN'), ('.', 'PUNCT')]
[('Mrs Malins', 'PERSON'), ('Aunt Kate', 'PERSON'), ('Mary Jane', 'PERSON')]
[('Mrs', 'compound', 'Malins'), ('Malins', 'nsubj', 'get'), ('will', 'aux', 'get'), ('get', 'ROOT', 'get'), ('her', 'poss', 'death'), ('death', 'dobj', 'get'), ('of', 'prep', 'death'), ('cold', 'pobj', 'of'), ('.', 'punct', 'get'), ('”', 'punct', 'get'), ('“', 'punct', 'said'), ('Browne', 'nsubj', 'is'), ('is', 'ccomp', 'said'), ('out', 'advmod', 'there'), ('there', 'advmod', 'is'), (',', 'punct', 'is'), ('Aunt', 'compound', 'Kate'), ('Kate', 'npadvmod', 'is'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Mary', 'compound', 'Jane'), ('Jane', 'nsubj', 'said'), ('.', 'punct', 'said')]
He pointed down the snow-covered quay from where the sound of shrill prolonged whistling was borne in.
[('“', 'JJ'), ('Browne', 'NNP'), ('is', 'VBZ'), ('everywhere', 'RB'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Aunt', 'NNP'), ('Kate', 'NNP'), (',', ','), ('lowering', 'VBG'), ('her', 'PRP$'), ('voice', 'NN'), ('.', '.')]
[('“', 'PUNCT'), ('Browne', 'PROPN'), ('is', 'AUX'), ('everywhere', 'ADV'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), (',', 'PUNCT'), ('lowering', 'VERB'), ('her', 'PRON'), ('voice', 'NOUN'), ('.', 'PUNCT')]
[('Aunt Kate', 'PERSON')]
[('“', 'punct', 'said'), ('Browne', 'nsubj', 'is'), ('is', 'ccomp', 'said'), ('everywhere', 'advmod', 'is'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'said'), (',', 'punct', 'said'), ('lowering', 'advcl', 'said'), ('her', 'poss', 'voice'), ('voice', 'dobj', 'lowering'), ('.', 'punct', 'said')]
“Teddy will have all the cabs in Dublin out,” he said.
[('Mary', 'NNP'), ('Jane', 'NNP'), ('laughed', 'VBD'), ('at', 'IN'), ('her', 'PRP$'), ('tone', 'NN'), ('.', '.')]
[('Mary', 'PROPN'), ('Jane', 'PROPN'), ('laughed', 'VERB'), ('at', 'ADP'), ('her', 'PRON'), ('tone', 'NOUN'), ('.', 'PUNCT')]
[('Mary Jane', 'PERSON')]
[('Mary', 'compound', 'Jane'), ('Jane', 'nsubj', 'laughed'), ('laughed', 'ROOT', 'laughed'), ('at', 'prep', 'laughed'), ('her', 'poss', 'tone'), ('tone', 'pobj', 'at'), ('.', 'punct', 'laughed')]
Gabriel advanced from the little pantry behind the office, struggling into his overcoat and, looking round the hall, said: “Gretta not down yet?” “She’s getting on her things, Gabriel,” said Aunt Kate.
[('“', 'NN'), ('Really', 'NNP'), (',', ','), ('”', 'NNP'), ('she', 'PRP'), ('said', 'VBD'), ('archly', 'RB'), (',', ','), ('“', 'IN'), ('he', 'PRP'), ('is', 'VBZ'), ('very', 'RB'), ('attentive.', 'JJ'), ('”', 'NN'), ('“', 'NN'), ('He', 'PRP'), ('has', 'VBZ'), ('been', 'VBN'), ('laid', 'VBN'), ('on', 'IN'), ('here', 'RB'), ('like', 'IN'), ('the', 'DT'), ('gas', 'NN'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Aunt', 'NNP'), ('Kate', 'NNP'), ('in', 'IN'), ('the', 'DT'), ('same', 'JJ'), ('tone', 'NN'), (',', ','), ('“', 'VB'), ('all', 'DT'), ('during', 'IN'), ('the', 'DT'), ('Christmas.', 'NNP'), ('”', 'NNP'), ('She', 'PRP'), ('laughed', 'VBD'), ('herself', 'PRP'), ('this', 'DT'), ('time', 'NN'), ('good-humouredly', 'RB'), ('and', 'CC'), ('then', 'RB'), ('added', 'VBD'), ('quickly', 'RB'), (':', ':'), ('“', 'NNS'), ('But', 'CC'), ('tell', 'VBP'), ('him', 'PRP'), ('to', 'TO'), ('come', 'VB'), ('in', 'IN'), (',', ','), ('Mary', 'NNP'), ('Jane', 'NNP'), (',', ','), ('and', 'CC'), ('close', 'RB'), ('the', 'DT'), ('door', 'NN'), ('.', '.')]
[('“', 'PUNCT'), ('Really', 'ADV'), (',', 'PUNCT'), ('”', 'PUNCT'), ('she', 'PRON'), ('said', 'VERB'), ('archly', 'ADV'), (',', 'PUNCT'), ('“', 'PUNCT'), ('he', 'PRON'), ('is', 'AUX'), ('very', 'ADV'), ('attentive', 'ADJ'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('He', 'PRON'), ('has', 'AUX'), ('been', 'AUX'), ('laid', 'VERB'), ('on', 'ADP'), ('here', 'ADV'), ('like', 'ADP'), ('the', 'DET'), ('gas', 'NOUN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), ('in', 'ADP'), ('the', 'DET'), ('same', 'ADJ'), ('tone', 'NOUN'), (',', 'PUNCT'), ('“', 'PUNCT'), ('all', 'PRON'), ('during', 'ADP'), ('the', 'DET'), ('Christmas', 'PROPN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('She', 'PRON'), ('laughed', 'VERB'), ('herself', 'PRON'), ('this', 'DET'), ('time', 'NOUN'), ('good', 'ADV'), ('-', 'PUNCT'), ('humouredly', 'ADV'), ('and', 'CCONJ'), ('then', 'ADV'), ('added', 'VERB'), ('quickly', 'ADV'), (':', 'PUNCT'), ('“', 'PUNCT'), ('But', 'CCONJ'), ('tell', 'VERB'), ('him', 'PRON'), ('to', 'PART'), ('come', 'VERB'), ('in', 'ADV'), (',', 'PUNCT'), ('Mary', 'PROPN'), ('Jane', 'PROPN'), (',', 'PUNCT'), ('and', 'CCONJ'), ('close', 'VERB'), ('the', 'DET'), ('door', 'NOUN'), ('.', 'PUNCT')]
[('Aunt Kate', 'PERSON'), ('Christmas', 'DATE'), ('Mary Jane', 'PERSON')]
[('“', 'punct', 'said'), ('Really', 'advmod', 'said'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('she', 'nsubj', 'said'), ('said', 'ROOT', 'said'), ('archly', 'advmod', 'said'), (',', 'punct', 'is'), ('“', 'punct', 'is'), ('he', 'nsubj', 'is'), ('is', 'ccomp', 'said'), ('very', 'advmod', 'attentive'), ('attentive', 'acomp', 'is'), ('.', 'punct', 'said'), ('”', 'punct', 'said'), ('“', 'punct', 'laid'), ('He', 'nsubjpass', 'laid'), ('has', 'aux', 'laid'), ('been', 'auxpass', 'laid'), ('laid', 'ccomp', 'said'), ('on', 'prt', 'laid'), ('here', 'advmod', 'laid'), ('like', 'prep', 'laid'), ('the', 'det', 'gas'), ('gas', 'pobj', 'like'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'said'), ('in', 'prep', 'said'), ('the', 'det', 'tone'), ('same', 'amod', 'tone'), ('tone', 'pobj', 'in'), (',', 'punct', 'said'), ('“', 'punct', 'said'), ('all', 'advmod', 'during'), ('during', 'prep', 'said'), ('the', 'det', 'Christmas'), ('Christmas', 'pobj', 'during'), ('.', 'punct', 'said'), ('”', 'punct', 'said'), ('She', 'nsubj', 'laughed'), ('laughed', 'ROOT', 'laughed'), ('herself', 'dobj', 'laughed'), ('this', 'det', 'time'), ('time', 'npadvmod', 'laughed'), ('good', 'advmod', 'humouredly'), ('-', 'punct', 'humouredly'), ('humouredly', 'advmod', 'laughed'), ('and', 'cc', 'laughed'), ('then', 'advmod', 'added'), ('added', 'conj', 'laughed'), ('quickly', 'advmod', 'added'), (':', 'punct', 'added'), ('“', 'punct', 'added'), ('But', 'cc', 'added'), ('tell', 'conj', 'added'), ('him', 'dobj', 'tell'), ('to', 'aux', 'come'), ('come', 'xcomp', 'tell'), ('in', 'advmod', 'come'), (',', 'punct', 'tell'), ('Mary', 'compound', 'Jane'), ('Jane', 'dobj', 'tell'), (',', 'punct', 'tell'), ('and', 'cc', 'tell'), ('close', 'conj', 'tell'), ('the', 'det', 'door'), ('door', 'dobj', 'close'), ('.', 'punct', 'laughed')]
“Who’s playing up there?” asked Gabriel.
[('I', 'PRP'), ('hope', 'VBP'), ('to', 'TO'), ('goodness', 'VB'), ('he', 'PRP'), ('didn', 'VB'), ('’', 'JJ'), ('t', 'NN'), ('hear', 'VBP'), ('me.', 'NN'), ('”', 'NN'), ('At', 'IN'), ('that', 'DT'), ('moment', 'NN'), ('the', 'DT'), ('hall-door', 'NN'), ('was', 'VBD'), ('opened', 'VBN'), ('and', 'CC'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('came', 'VBD'), ('in', 'IN'), ('from', 'IN'), ('the', 'DT'), ('doorstep', 'NN'), (',', ','), ('laughing', 'VBG'), ('as', 'IN'), ('if', 'IN'), ('his', 'PRP$'), ('heart', 'NN'), ('would', 'MD'), ('break', 'VB'), ('.', '.')]
[('I', 'PRON'), ('hope', 'VERB'), ('to', 'PART'), ('goodness', 'VERB'), ('he', 'PRON'), ('did', 'AUX'), ('n’t', 'PART'), ('hear', 'VERB'), ('me', 'PRON'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('At', 'ADP'), ('that', 'DET'), ('moment', 'NOUN'), ('the', 'DET'), ('hall', 'NOUN'), ('-', 'PUNCT'), ('door', 'NOUN'), ('was', 'AUX'), ('opened', 'VERB'), ('and', 'CCONJ'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('came', 'VERB'), ('in', 'ADP'), ('from', 'ADP'), ('the', 'DET'), ('doorstep', 'NOUN'), (',', 'PUNCT'), ('laughing', 'VERB'), ('as', 'SCONJ'), ('if', 'SCONJ'), ('his', 'PRON'), ('heart', 'NOUN'), ('would', 'AUX'), ('break', 'VERB'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'hope'), ('hope', 'ROOT', 'hope'), ('to', 'aux', 'goodness'), ('goodness', 'xcomp', 'hope'), ('he', 'nsubj', 'hear'), ('did', 'aux', 'hear'), ('n’t', 'neg', 'hear'), ('hear', 'ccomp', 'goodness'), ('me', 'dobj', 'hear'), ('.', 'punct', 'hope'), ('”', 'punct', 'hope'), ('At', 'prep', 'opened'), ('that', 'det', 'moment'), ('moment', 'pobj', 'At'), ('the', 'det', 'door'), ('hall', 'compound', 'door'), ('-', 'punct', 'door'), ('door', 'nsubjpass', 'opened'), ('was', 'auxpass', 'opened'), ('opened', 'ROOT', 'opened'), ('and', 'cc', 'opened'), ('Mr', 'compound', 'Browne'), ('Browne', 'nsubj', 'came'), ('came', 'conj', 'opened'), ('in', 'prt', 'came'), ('from', 'prep', 'came'), ('the', 'det', 'doorstep'), ('doorstep', 'pobj', 'from'), (',', 'punct', 'came'), ('laughing', 'advcl', 'came'), ('as', 'mark', 'break'), ('if', 'mark', 'break'), ('his', 'poss', 'heart'), ('heart', 'nsubj', 'break'), ('would', 'aux', 'break'), ('break', 'advcl', 'laughing'), ('.', 'punct', 'came')]
“Nobody.
[('He', 'PRP'), ('was', 'VBD'), ('dressed', 'VBN'), ('in', 'IN'), ('a', 'DT'), ('long', 'JJ'), ('green', 'JJ'), ('overcoat', 'NN'), ('with', 'IN'), ('mock', 'NN'), ('astrakhan', 'NN'), ('cuffs', 'NNS'), ('and', 'CC'), ('collar', 'NN'), ('and', 'CC'), ('wore', 'NN'), ('on', 'IN'), ('his', 'PRP$'), ('head', 'NN'), ('an', 'DT'), ('oval', 'JJ'), ('fur', 'NN'), ('cap', 'NN'), ('.', '.')]
[('He', 'PRON'), ('was', 'AUX'), ('dressed', 'VERB'), ('in', 'ADP'), ('a', 'DET'), ('long', 'ADJ'), ('green', 'ADJ'), ('overcoat', 'NOUN'), ('with', 'ADP'), ('mock', 'ADJ'), ('astrakhan', 'ADJ'), ('cuffs', 'NOUN'), ('and', 'CCONJ'), ('collar', 'NOUN'), ('and', 'CCONJ'), ('wore', 'VERB'), ('on', 'ADP'), ('his', 'PRON'), ('head', 'NOUN'), ('an', 'DET'), ('oval', 'NOUN'), ('fur', 'NOUN'), ('cap', 'NOUN'), ('.', 'PUNCT')]
[]
[('He', 'nsubjpass', 'dressed'), ('was', 'auxpass', 'dressed'), ('dressed', 'ROOT', 'dressed'), ('in', 'prep', 'dressed'), ('a', 'det', 'overcoat'), ('long', 'amod', 'overcoat'), ('green', 'amod', 'overcoat'), ('overcoat', 'pobj', 'in'), ('with', 'prep', 'overcoat'), ('mock', 'amod', 'astrakhan'), ('astrakhan', 'compound', 'cuffs'), ('cuffs', 'pobj', 'with'), ('and', 'cc', 'cuffs'), ('collar', 'conj', 'cuffs'), ('and', 'cc', 'dressed'), ('wore', 'conj', 'dressed'), ('on', 'prep', 'wore'), ('his', 'poss', 'head'), ('head', 'pobj', 'on'), ('an', 'det', 'cap'), ('oval', 'compound', 'cap'), ('fur', 'compound', 'cap'), ('cap', 'appos', 'head'), ('.', 'punct', 'dressed')]
They’re all gone.” “O no, Aunt Kate,” said Mary Jane.
[('He', 'PRP'), ('pointed', 'VBD'), ('down', 'RP'), ('the', 'DT'), ('snow-covered', 'JJ'), ('quay', 'NN'), ('from', 'IN'), ('where', 'WRB'), ('the', 'DT'), ('sound', 'NN'), ('of', 'IN'), ('shrill', 'NN'), ('prolonged', 'VBD'), ('whistling', 'NN'), ('was', 'VBD'), ('borne', 'VBN'), ('in', 'IN'), ('.', '.')]
[('He', 'PRON'), ('pointed', 'VERB'), ('down', 'ADP'), ('the', 'DET'), ('snow', 'NOUN'), ('-', 'PUNCT'), ('covered', 'VERB'), ('quay', 'NOUN'), ('from', 'ADP'), ('where', 'SCONJ'), ('the', 'DET'), ('sound', 'NOUN'), ('of', 'ADP'), ('shrill', 'ADJ'), ('prolonged', 'VERB'), ('whistling', 'NOUN'), ('was', 'AUX'), ('borne', 'VERB'), ('in', 'ADP'), ('.', 'PUNCT')]
[]
[('He', 'nsubj', 'pointed'), ('pointed', 'ROOT', 'pointed'), ('down', 'prt', 'pointed'), ('the', 'det', 'quay'), ('snow', 'npadvmod', 'covered'), ('-', 'punct', 'covered'), ('covered', 'amod', 'quay'), ('quay', 'dobj', 'pointed'), ('from', 'prep', 'pointed'), ('where', 'advmod', 'borne'), ('the', 'det', 'sound'), ('sound', 'nsubjpass', 'borne'), ('of', 'prep', 'sound'), ('shrill', 'advmod', 'prolonged'), ('prolonged', 'amod', 'whistling'), ('whistling', 'pobj', 'of'), ('was', 'auxpass', 'borne'), ('borne', 'pcomp', 'from'), ('in', 'prep', 'borne'), ('.', 'punct', 'pointed')]
“Bartell D’Arcy and Miss O’Callaghan aren’t gone yet.” “Someone is fooling at the piano anyhow,” said Gabriel.
[('“', 'NN'), ('Teddy', 'NNP'), ('will', 'MD'), ('have', 'VB'), ('all', 'PDT'), ('the', 'DT'), ('cabs', 'NN'), ('in', 'IN'), ('Dublin', 'NNP'), ('out', 'RP'), (',', ','), ('”', 'NN'), ('he', 'PRP'), ('said', 'VBD'), ('.', '.')]
[('“', 'PUNCT'), ('Teddy', 'PROPN'), ('will', 'AUX'), ('have', 'VERB'), ('all', 'DET'), ('the', 'DET'), ('cabs', 'NOUN'), ('in', 'ADP'), ('Dublin', 'PROPN'), ('out', 'ADP'), (',', 'PUNCT'), ('”', 'PUNCT'), ('he', 'PRON'), ('said', 'VERB'), ('.', 'PUNCT')]
[('Teddy', 'PERSON'), ('Dublin', 'GPE')]
[('“', 'punct', 'said'), ('Teddy', 'nsubj', 'have'), ('will', 'aux', 'have'), ('have', 'ccomp', 'said'), ('all', 'predet', 'cabs'), ('the', 'det', 'cabs'), ('cabs', 'dobj', 'have'), ('in', 'prep', 'cabs'), ('Dublin', 'pobj', 'in'), ('out', 'advmod', 'cabs'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('he', 'nsubj', 'said'), ('said', 'ROOT', 'said'), ('.', 'punct', 'said')]
Mary Jane glanced at Gabriel and Mr Browne and said with a shiver: “It makes me feel cold to look at you two gentlemen muffled up like that.
[('Gabriel', 'NNP'), ('advanced', 'VBD'), ('from', 'IN'), ('the', 'DT'), ('little', 'JJ'), ('pantry', 'NN'), ('behind', 'IN'), ('the', 'DT'), ('office', 'NN'), (',', ','), ('struggling', 'VBG'), ('into', 'IN'), ('his', 'PRP$'), ('overcoat', 'NN'), ('and', 'CC'), (',', ','), ('looking', 'VBG'), ('round', 'IN'), ('the', 'DT'), ('hall', 'NN'), (',', ','), ('said', 'VBD'), (':', ':'), ('“', 'NN'), ('Gretta', 'NNP'), ('not', 'RB'), ('down', 'RB'), ('yet', 'RB'), ('?', '.'), ('”', 'NN'), ('“', 'IN'), ('She', 'PRP'), ('’', 'VBD'), ('s', 'JJ'), ('getting', 'VBG'), ('on', 'IN'), ('her', 'PRP$'), ('things', 'NNS'), (',', ','), ('Gabriel', 'NNP'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Aunt', 'NNP'), ('Kate', 'NNP'), ('.', '.')]
[('Gabriel', 'PROPN'), ('advanced', 'VERB'), ('from', 'ADP'), ('the', 'DET'), ('little', 'ADJ'), ('pantry', 'NOUN'), ('behind', 'ADP'), ('the', 'DET'), ('office', 'NOUN'), (',', 'PUNCT'), ('struggling', 'VERB'), ('into', 'ADP'), ('his', 'PRON'), ('overcoat', 'NOUN'), ('and', 'CCONJ'), (',', 'PUNCT'), ('looking', 'VERB'), ('round', 'ADP'), ('the', 'DET'), ('hall', 'NOUN'), (',', 'PUNCT'), ('said', 'VERB'), (':', 'PUNCT'), ('“', 'PUNCT'), ('Gretta', 'VERB'), ('not', 'PART'), ('down', 'ADV'), ('yet', 'ADV'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('She', 'PRON'), ('’s', 'AUX'), ('getting', 'VERB'), ('on', 'ADP'), ('her', 'PRON'), ('things', 'NOUN'), (',', 'PUNCT'), ('Gabriel', 'PROPN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON'), ('Gabriel', 'PERSON'), ('Aunt Kate', 'PERSON')]
[('Gabriel', 'nsubj', 'advanced'), ('advanced', 'ccomp', 'said'), ('from', 'prep', 'advanced'), ('the', 'det', 'pantry'), ('little', 'amod', 'pantry'), ('pantry', 'pobj', 'from'), ('behind', 'prep', 'pantry'), ('the', 'det', 'office'), ('office', 'pobj', 'behind'), (',', 'punct', 'advanced'), ('struggling', 'advcl', 'advanced'), ('into', 'prep', 'struggling'), ('his', 'poss', 'overcoat'), ('overcoat', 'pobj', 'into'), ('and', 'cc', 'struggling'), (',', 'punct', 'struggling'), ('looking', 'conj', 'struggling'), ('round', 'prep', 'looking'), ('the', 'det', 'hall'), ('hall', 'pobj', 'round'), (',', 'punct', 'advanced'), ('said', 'ROOT', 'said'), (':', 'punct', 'said'), ('“', 'punct', 'said'), ('Gretta', 'xcomp', 'said'), ('not', 'neg', 'down'), ('down', 'advmod', 'yet'), ('yet', 'advmod', 'Gretta'), ('?', 'punct', 'said'), ('”', 'punct', 'said'), ('“', 'punct', 'said'), ('She', 'nsubj', 'getting'), ('’s', 'aux', 'getting'), ('getting', 'ccomp', 'said'), ('on', 'prep', 'getting'), ('her', 'poss', 'things'), ('things', 'pobj', 'on'), (',', 'punct', 'getting'), ('Gabriel', 'npadvmod', 'getting'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'said'), ('.', 'punct', 'said')]
I wouldn’t like to face your journey home at this hour.” “I’d like nothing better this minute,” said Mr Browne stoutly, “than a rattling fine walk in the country or a fast drive with a good spanking goer between the shafts.” “We used to have a very good horse and trap at home,” said Aunt Julia sadly.
[('“', 'NNS'), ('Who', 'WP'), ('’', 'VBP'), ('s', 'NNS'), ('playing', 'VBG'), ('up', 'RP'), ('there', 'RB'), ('?', '.'), ('”', 'NN'), ('asked', 'VBD'), ('Gabriel', 'NNP'), ('.', '.')]
[('“', 'PUNCT'), ('Who', 'PRON'), ('’s', 'AUX'), ('playing', 'VERB'), ('up', 'ADP'), ('there', 'ADV'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('asked', 'VERB'), ('Gabriel', 'PROPN'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON')]
[('“', 'punct', 'asked'), ('Who', 'nsubj', 'playing'), ('’s', 'aux', 'playing'), ('playing', 'ccomp', 'asked'), ('up', 'prt', 'playing'), ('there', 'advmod', 'playing'), ('?', 'punct', 'asked'), ('”', 'punct', 'asked'), ('asked', 'ROOT', 'asked'), ('Gabriel', 'dobj', 'asked'), ('.', 'punct', 'asked')]
“The never-to-be-forgotten Johnny,” said Mary Jane, laughing.
[('“', 'NN'), ('Nobody', 'NN'), ('.', '.')]
[('“', 'PUNCT'), ('Nobody', 'PRON'), ('.', 'PUNCT')]
[]
[('“', 'punct', 'Nobody'), ('Nobody', 'ROOT', 'Nobody'), ('.', 'punct', 'Nobody')]
Aunt Kate and Gabriel laughed too.
[('They', 'PRP'), ('’', 'VBP'), ('re', 'VB'), ('all', 'DT'), ('gone.', 'NN'), ('”', 'NNP'), ('“', 'NNP'), ('O', 'NNP'), ('no', 'RB'), (',', ','), ('Aunt', 'NNP'), ('Kate', 'NNP'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Mary', 'NNP'), ('Jane', 'NNP'), ('.', '.')]
[('They', 'PRON'), ('’re', 'AUX'), ('all', 'ADV'), ('gone', 'VERB'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('O', 'INTJ'), ('no', 'INTJ'), (',', 'PUNCT'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mary', 'PROPN'), ('Jane', 'PROPN'), ('.', 'PUNCT')]
[('Kate', 'PERSON'), ('Mary Jane', 'PERSON')]
[('They', 'nsubjpass', 'gone'), ('’re', 'auxpass', 'gone'), ('all', 'advmod', 'gone'), ('gone', 'ROOT', 'gone'), ('.', 'punct', 'gone'), ('”', 'punct', 'gone'), ('“', 'punct', 'said'), ('O', 'intj', 'Kate'), ('no', 'intj', 'O'), (',', 'punct', 'O'), ('Aunt', 'compound', 'Kate'), ('Kate', 'meta', '“'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Mary', 'compound', 'Jane'), ('Jane', 'nsubj', 'said'), ('.', 'punct', 'said')]
“Why, what was wonderful about Johnny?” asked Mr Browne.
[('“', 'NN'), ('Bartell', 'NNP'), ('D', 'NNP'), ('’', 'NNP'), ('Arcy', 'NNP'), ('and', 'CC'), ('Miss', 'NNP'), ('O', 'NNP'), ('’', 'NNP'), ('Callaghan', 'NNP'), ('aren', 'VBZ'), ('’', 'JJ'), ('t', 'NN'), ('gone', 'VBN'), ('yet.', 'JJ'), ('”', 'NNP'), ('“', 'NNP'), ('Someone', 'NNP'), ('is', 'VBZ'), ('fooling', 'VBG'), ('at', 'IN'), ('the', 'DT'), ('piano', 'NN'), ('anyhow', 'NN'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Gabriel', 'NNP'), ('.', '.')]
[('“', 'PUNCT'), ('Bartell', 'PROPN'), ('D’Arcy', 'PROPN'), ('and', 'CCONJ'), ('Miss', 'PROPN'), ('O’Callaghan', 'PROPN'), ('are', 'AUX'), ('n’t', 'PART'), ('gone', 'VERB'), ('yet', 'ADV'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('Someone', 'PRON'), ('is', 'AUX'), ('fooling', 'VERB'), ('at', 'ADP'), ('the', 'DET'), ('piano', 'NOUN'), ('anyhow', 'ADV'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Gabriel', 'PROPN'), ('.', 'PUNCT')]
[('Bartell D’Arcy', 'GPE'), ('Gabriel', 'PERSON')]
[('“', 'punct', 'gone'), ('Bartell', 'nmod', 'D’Arcy'), ('D’Arcy', 'nmod', 'O’Callaghan'), ('and', 'cc', 'D’Arcy'), ('Miss', 'conj', 'D’Arcy'), ('O’Callaghan', 'nsubjpass', 'gone'), ('are', 'auxpass', 'gone'), ('n’t', 'neg', 'gone'), ('gone', 'ROOT', 'gone'), ('yet', 'advmod', 'gone'), ('.', 'punct', 'gone'), ('”', 'punct', 'gone'), ('“', 'punct', 'said'), ('Someone', 'nsubj', 'fooling'), ('is', 'aux', 'fooling'), ('fooling', 'ccomp', 'said'), ('at', 'prep', 'fooling'), ('the', 'det', 'piano'), ('piano', 'pobj', 'at'), ('anyhow', 'advmod', 'fooling'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Gabriel', 'nsubj', 'said'), ('.', 'punct', 'said')]
“The late lamented Patrick Morkan, our grandfather, that is,” explained Gabriel, “commonly known in his later years as the old gentleman, was a glue-boiler.” “O now, Gabriel,” said Aunt Kate, laughing, “he had a starch mill.” “Well, glue or starch,” said Gabriel, “the old gentleman had a horse by the name of Johnny.
[('Mary', 'NNP'), ('Jane', 'NNP'), ('glanced', 'VBD'), ('at', 'IN'), ('Gabriel', 'NNP'), ('and', 'CC'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('and', 'CC'), ('said', 'VBD'), ('with', 'IN'), ('a', 'DT'), ('shiver', 'NN'), (':', ':'), ('“', 'NN'), ('It', 'PRP'), ('makes', 'VBZ'), ('me', 'PRP'), ('feel', 'VB'), ('cold', 'JJ'), ('to', 'TO'), ('look', 'VB'), ('at', 'IN'), ('you', 'PRP'), ('two', 'CD'), ('gentlemen', 'NNS'), ('muffled', 'VBD'), ('up', 'RP'), ('like', 'IN'), ('that', 'DT'), ('.', '.')]
[('Mary', 'PROPN'), ('Jane', 'PROPN'), ('glanced', 'VERB'), ('at', 'ADP'), ('Gabriel', 'PROPN'), ('and', 'CCONJ'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('and', 'CCONJ'), ('said', 'VERB'), ('with', 'ADP'), ('a', 'DET'), ('shiver', 'NOUN'), (':', 'PUNCT'), ('“', 'PUNCT'), ('It', 'PRON'), ('makes', 'VERB'), ('me', 'PRON'), ('feel', 'VERB'), ('cold', 'ADJ'), ('to', 'PART'), ('look', 'VERB'), ('at', 'ADP'), ('you', 'PRON'), ('two', 'NUM'), ('gentlemen', 'NOUN'), ('muffled', 'VERB'), ('up', 'ADP'), ('like', 'ADP'), ('that', 'PRON'), ('.', 'PUNCT')]
[('Mary Jane', 'PERSON'), ('Gabriel', 'ORG'), ('Browne', 'PERSON'), ('two', 'CARDINAL')]
[('Mary', 'compound', 'Jane'), ('Jane', 'nsubj', 'glanced'), ('glanced', 'ROOT', 'glanced'), ('at', 'prep', 'glanced'), ('Gabriel', 'pobj', 'at'), ('and', 'cc', 'Gabriel'), ('Mr', 'compound', 'Browne'), ('Browne', 'conj', 'Gabriel'), ('and', 'cc', 'glanced'), ('said', 'conj', 'glanced'), ('with', 'prep', 'said'), ('a', 'det', 'shiver'), ('shiver', 'pobj', 'with'), (':', 'punct', 'said'), ('“', 'punct', 'said'), ('It', 'nsubj', 'makes'), ('makes', 'ccomp', 'said'), ('me', 'nsubj', 'feel'), ('feel', 'ccomp', 'makes'), ('cold', 'acomp', 'feel'), ('to', 'aux', 'look'), ('look', 'advcl', 'feel'), ('at', 'prep', 'look'), ('you', 'pobj', 'at'), ('two', 'nummod', 'gentlemen'), ('gentlemen', 'nsubj', 'muffled'), ('muffled', 'ccomp', 'makes'), ('up', 'prt', 'muffled'), ('like', 'prep', 'muffled'), ('that', 'pobj', 'like'), ('.', 'punct', 'glanced')]
And Johnny used to work in the old gentleman’s mill, walking round and round in order to drive the mill.
[('I', 'PRP'), ('wouldn', 'VBP'), ('’', 'JJ'), ('t', 'NN'), ('like', 'IN'), ('to', 'TO'), ('face', 'VB'), ('your', 'PRP$'), ('journey', 'NN'), ('home', 'NN'), ('at', 'IN'), ('this', 'DT'), ('hour.', 'NN'), ('”', 'VBZ'), ('“', 'JJ'), ('I', 'PRP'), ('’', 'VBP'), ('d', 'NNS'), ('like', 'IN'), ('nothing', 'NN'), ('better', 'RBR'), ('this', 'DT'), ('minute', 'NN'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('stoutly', 'RB'), (',', ','), ('“', 'JJR'), ('than', 'IN'), ('a', 'DT'), ('rattling', 'JJ'), ('fine', 'JJ'), ('walk', 'NN'), ('in', 'IN'), ('the', 'DT'), ('country', 'NN'), ('or', 'CC'), ('a', 'DT'), ('fast', 'JJ'), ('drive', 'NN'), ('with', 'IN'), ('a', 'DT'), ('good', 'JJ'), ('spanking', 'NN'), ('goer', 'NN'), ('between', 'IN'), ('the', 'DT'), ('shafts.', 'NN'), ('”', 'NNP'), ('“', 'NNP'), ('We', 'PRP'), ('used', 'VBD'), ('to', 'TO'), ('have', 'VB'), ('a', 'DT'), ('very', 'RB'), ('good', 'JJ'), ('horse', 'NN'), ('and', 'CC'), ('trap', 'NN'), ('at', 'IN'), ('home', 'NN'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Aunt', 'NNP'), ('Julia', 'NNP'), ('sadly', 'RB'), ('.', '.')]
[('I', 'PRON'), ('would', 'AUX'), ('n’t', 'PART'), ('like', 'VERB'), ('to', 'PART'), ('face', 'VERB'), ('your', 'PRON'), ('journey', 'NOUN'), ('home', 'ADV'), ('at', 'ADP'), ('this', 'DET'), ('hour', 'NOUN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('I', 'PRON'), ('’d', 'AUX'), ('like', 'ADP'), ('nothing', 'PRON'), ('better', 'ADV'), ('this', 'DET'), ('minute', 'NOUN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('stoutly', 'ADV'), (',', 'PUNCT'), ('“', 'PUNCT'), ('than', 'ADP'), ('a', 'DET'), ('rattling', 'VERB'), ('fine', 'ADJ'), ('walk', 'NOUN'), ('in', 'ADP'), ('the', 'DET'), ('country', 'NOUN'), ('or', 'CCONJ'), ('a', 'DET'), ('fast', 'ADJ'), ('drive', 'NOUN'), ('with', 'ADP'), ('a', 'DET'), ('good', 'ADJ'), ('spanking', 'ADJ'), ('goer', 'NOUN'), ('between', 'ADP'), ('the', 'DET'), ('shafts', 'NOUN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('We', 'PRON'), ('used', 'VERB'), ('to', 'PART'), ('have', 'VERB'), ('a', 'DET'), ('very', 'ADV'), ('good', 'ADJ'), ('horse', 'NOUN'), ('and', 'CCONJ'), ('trap', 'NOUN'), ('at', 'ADP'), ('home', 'NOUN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Aunt', 'PROPN'), ('Julia', 'PROPN'), ('sadly', 'ADV'), ('.', 'PUNCT')]
[('this hour', 'TIME'), ('this minute', 'TIME'), ('Aunt Julia', 'PERSON')]
[('I', 'nsubj', 'like'), ('would', 'aux', 'like'), ('n’t', 'neg', 'like'), ('like', 'ROOT', 'like'), ('to', 'aux', 'face'), ('face', 'xcomp', 'like'), ('your', 'poss', 'journey'), ('journey', 'dobj', 'face'), ('home', 'advmod', 'face'), ('at', 'prep', 'face'), ('this', 'det', 'hour'), ('hour', 'pobj', 'at'), ('.', 'punct', 'like'), ('”', 'punct', 'like'), ('“', 'punct', 'said'), ('I', 'nsubj', 'like'), ('’d', 'punct', 'like'), ('like', 'ccomp', 'said'), ('nothing', 'dobj', 'like'), ('better', 'amod', 'nothing'), ('this', 'det', 'minute'), ('minute', 'npadvmod', 'like'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Mr', 'compound', 'Browne'), ('Browne', 'nsubj', 'said'), ('stoutly', 'advmod', 'said'), (',', 'punct', 'said'), ('“', 'punct', 'said'), ('than', 'prep', 'said'), ('a', 'det', 'walk'), ('rattling', 'amod', 'walk'), ('fine', 'amod', 'walk'), ('walk', 'pobj', 'than'), ('in', 'prep', 'walk'), ('the', 'det', 'country'), ('country', 'pobj', 'in'), ('or', 'cc', 'walk'), ('a', 'det', 'drive'), ('fast', 'amod', 'drive'), ('drive', 'conj', 'walk'), ('with', 'prep', 'drive'), ('a', 'det', 'goer'), ('good', 'amod', 'goer'), ('spanking', 'amod', 'goer'), ('goer', 'pobj', 'with'), ('between', 'prep', 'goer'), ('the', 'det', 'shafts'), ('shafts', 'pobj', 'between'), ('.', 'punct', 'said'), ('”', 'punct', 'said'), ('“', 'punct', 'used'), ('We', 'nsubj', 'used'), ('used', 'ccomp', 'said'), ('to', 'aux', 'have'), ('have', 'xcomp', 'used'), ('a', 'det', 'horse'), ('very', 'advmod', 'good'), ('good', 'amod', 'horse'), ('horse', 'dobj', 'have'), ('and', 'cc', 'horse'), ('trap', 'conj', 'horse'), ('at', 'prep', 'have'), ('home', 'pobj', 'at'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Aunt', 'compound', 'Julia'), ('Julia', 'nsubj', 'said'), ('sadly', 'advmod', 'said'), ('.', 'punct', 'said')]
That was all very well; but now comes the tragic part about Johnny.
[('“', 'VB'), ('The', 'DT'), ('never-to-be-forgotten', 'JJ'), ('Johnny', 'NNP'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Mary', 'NNP'), ('Jane', 'NNP'), (',', ','), ('laughing', 'VBG'), ('.', '.')]
[('“', 'PUNCT'), ('The', 'DET'), ('never', 'ADV'), ('-', 'PUNCT'), ('to', 'PART'), ('-', 'PUNCT'), ('be', 'AUX'), ('-', 'PUNCT'), ('forgotten', 'VERB'), ('Johnny', 'NOUN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mary', 'PROPN'), ('Jane', 'PROPN'), (',', 'PUNCT'), ('laughing', 'VERB'), ('.', 'PUNCT')]
[('Johnny', 'PERSON'), ('Mary Jane', 'PERSON')]
[('“', 'punct', 'said'), ('The', 'det', 'Johnny'), ('never', 'neg', 'forgotten'), ('-', 'punct', 'never'), ('to', 'aux', 'forgotten'), ('-', 'punct', 'forgotten'), ('be', 'auxpass', 'forgotten'), ('-', 'punct', 'forgotten'), ('forgotten', 'amod', 'Johnny'), ('Johnny', 'ccomp', 'said'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Mary', 'compound', 'Jane'), ('Jane', 'nsubj', 'said'), (',', 'punct', 'said'), ('laughing', 'advcl', 'said'), ('.', 'punct', 'said')]
One fine day the old gentleman thought he’d like to drive out with the quality to a military review in the park.” “The Lord have mercy on his soul,” said Aunt Kate compassionately.
[('Aunt', 'NNP'), ('Kate', 'NNP'), ('and', 'CC'), ('Gabriel', 'NNP'), ('laughed', 'VBD'), ('too', 'RB'), ('.', '.')]
[('Aunt', 'PROPN'), ('Kate', 'PROPN'), ('and', 'CCONJ'), ('Gabriel', 'PROPN'), ('laughed', 'VERB'), ('too', 'ADV'), ('.', 'PUNCT')]
[('Kate', 'PERSON'), ('Gabriel', 'PERSON')]
[('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'laughed'), ('and', 'cc', 'Kate'), ('Gabriel', 'conj', 'Kate'), ('laughed', 'ROOT', 'laughed'), ('too', 'advmod', 'laughed'), ('.', 'punct', 'laughed')]
“Amen,” said Gabriel.
[('“', 'NN'), ('Why', 'WRB'), (',', ','), ('what', 'WP'), ('was', 'VBD'), ('wonderful', 'JJ'), ('about', 'IN'), ('Johnny', 'NNP'), ('?', '.'), ('”', 'NN'), ('asked', 'VBD'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('.', '.')]
[('“', 'PUNCT'), ('Why', 'SCONJ'), (',', 'PUNCT'), ('what', 'PRON'), ('was', 'AUX'), ('wonderful', 'ADJ'), ('about', 'ADP'), ('Johnny', 'PROPN'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('asked', 'VERB'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('.', 'PUNCT')]
[('Johnny', 'PERSON'), ('Mr Browne', 'PERSON')]
[('“', 'punct', 'asked'), ('Why', 'advmod', 'was'), (',', 'punct', 'was'), ('what', 'nsubj', 'was'), ('was', 'ccomp', 'asked'), ('wonderful', 'acomp', 'was'), ('about', 'prep', 'wonderful'), ('Johnny', 'pobj', 'about'), ('?', 'punct', 'asked'), ('”', 'punct', 'asked'), ('asked', 'ROOT', 'asked'), ('Mr', 'compound', 'Browne'), ('Browne', 'dobj', 'asked'), ('.', 'punct', 'asked')]
“So the old gentleman, as I said, harnessed Johnny and put on his very best tall hat and his very best stock collar and drove out in grand style from his ancestral mansion somewhere near Back Lane, I think.” Everyone laughed, even Mrs Malins, at Gabriel’s manner and Aunt Kate said: “O now, Gabriel, he didn’t live in Back Lane, really.
[('“', 'VB'), ('The', 'DT'), ('late', 'JJ'), ('lamented', 'VBD'), ('Patrick', 'NNP'), ('Morkan', 'NNP'), (',', ','), ('our', 'PRP$'), ('grandfather', 'NN'), (',', ','), ('that', 'WDT'), ('is', 'VBZ'), (',', ','), ('”', 'JJ'), ('explained', 'VBD'), ('Gabriel', 'NNP'), (',', ','), ('“', 'NNP'), ('commonly', 'RB'), ('known', 'VBN'), ('in', 'IN'), ('his', 'PRP$'), ('later', 'JJ'), ('years', 'NNS'), ('as', 'IN'), ('the', 'DT'), ('old', 'JJ'), ('gentleman', 'NN'), (',', ','), ('was', 'VBD'), ('a', 'DT'), ('glue-boiler.', 'JJ'), ('”', 'NN'), ('“', 'NNP'), ('O', 'NNP'), ('now', 'RB'), (',', ','), ('Gabriel', 'NNP'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Aunt', 'NNP'), ('Kate', 'NNP'), (',', ','), ('laughing', 'VBG'), (',', ','), ('“', 'NN'), ('he', 'PRP'), ('had', 'VBD'), ('a', 'DT'), ('starch', 'NN'), ('mill.', 'NN'), ('”', 'NNP'), ('“', 'NNP'), ('Well', 'NNP'), (',', ','), ('glue', 'NN'), ('or', 'CC'), ('starch', 'NN'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Gabriel', 'NNP'), (',', ','), ('“', 'VBZ'), ('the', 'DT'), ('old', 'JJ'), ('gentleman', 'NN'), ('had', 'VBD'), ('a', 'DT'), ('horse', 'NN'), ('by', 'IN'), ('the', 'DT'), ('name', 'NN'), ('of', 'IN'), ('Johnny', 'NNP'), ('.', '.')]
[('“', 'PUNCT'), ('The', 'DET'), ('late', 'ADJ'), ('lamented', 'VERB'), ('Patrick', 'PROPN'), ('Morkan', 'PROPN'), (',', 'PUNCT'), ('our', 'PRON'), ('grandfather', 'NOUN'), (',', 'PUNCT'), ('that', 'ADV'), ('is', 'ADV'), (',', 'PUNCT'), ('”', 'PUNCT'), ('explained', 'VERB'), ('Gabriel', 'PROPN'), (',', 'PUNCT'), ('“', 'PUNCT'), ('commonly', 'ADV'), ('known', 'VERB'), ('in', 'ADP'), ('his', 'PRON'), ('later', 'ADJ'), ('years', 'NOUN'), ('as', 'ADP'), ('the', 'DET'), ('old', 'ADJ'), ('gentleman', 'NOUN'), (',', 'PUNCT'), ('was', 'AUX'), ('a', 'DET'), ('glue', 'NOUN'), ('-', 'PUNCT'), ('boiler', 'NOUN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('O', 'INTJ'), ('now', 'ADV'), (',', 'PUNCT'), ('Gabriel', 'PROPN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), (',', 'PUNCT'), ('laughing', 'VERB'), (',', 'PUNCT'), ('“', 'PUNCT'), ('he', 'PRON'), ('had', 'VERB'), ('a', 'DET'), ('starch', 'NOUN'), ('mill', 'NOUN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('Well', 'INTJ'), (',', 'PUNCT'), ('glue', 'NOUN'), ('or', 'CCONJ'), ('starch', 'NOUN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Gabriel', 'PROPN'), (',', 'PUNCT'), ('“', 'PUNCT'), ('the', 'DET'), ('old', 'ADJ'), ('gentleman', 'NOUN'), ('had', 'VERB'), ('a', 'DET'), ('horse', 'NOUN'), ('by', 'ADP'), ('the', 'DET'), ('name', 'NOUN'), ('of', 'ADP'), ('Johnny', 'PROPN'), ('.', 'PUNCT')]
[('Patrick Morkan', 'PERSON'), ('Gabriel', 'PERSON'), ('his later years', 'DATE'), ('Gabriel', 'PERSON'), ('Aunt Kate', 'PERSON'), ('Gabriel', 'PERSON'), ('Johnny', 'PERSON')]
[('“', 'punct', 'explained'), ('The', 'det', 'lamented'), ('late', 'amod', 'lamented'), ('lamented', 'ccomp', 'explained'), ('Patrick', 'compound', 'Morkan'), ('Morkan', 'dobj', 'lamented'), (',', 'punct', 'Morkan'), ('our', 'poss', 'grandfather'), ('grandfather', 'appos', 'Morkan'), (',', 'punct', 'Morkan'), ('that', 'advmod', 'is'), ('is', 'advmod', 'explained'), (',', 'punct', 'explained'), ('”', 'punct', 'explained'), ('explained', 'parataxis', 'was'), ('Gabriel', 'nsubj', 'explained'), (',', 'punct', 'Gabriel'), ('“', 'punct', 'Gabriel'), ('commonly', 'advmod', 'known'), ('known', 'acl', 'Gabriel'), ('in', 'prep', 'known'), ('his', 'poss', 'years'), ('later', 'amod', 'years'), ('years', 'pobj', 'in'), ('as', 'prep', 'years'), ('the', 'det', 'gentleman'), ('old', 'amod', 'gentleman'), ('gentleman', 'pobj', 'as'), (',', 'punct', 'explained'), ('was', 'ROOT', 'was'), ('a', 'det', 'boiler'), ('glue', 'compound', 'boiler'), ('-', 'punct', 'boiler'), ('boiler', 'attr', 'was'), ('.', 'punct', 'was'), ('”', 'punct', 'was'), ('“', 'punct', 'said'), ('O', 'intj', 'said'), ('now', 'advmod', 'said'), (',', 'punct', 'said'), ('Gabriel', 'nsubj', 'said'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'said'), (',', 'punct', 'said'), ('laughing', 'advcl', 'had'), (',', 'punct', 'laughing'), ('“', 'punct', 'had'), ('he', 'nsubj', 'had'), ('had', 'advcl', 'said'), ('a', 'det', 'mill'), ('starch', 'compound', 'mill'), ('mill', 'dobj', 'had'), ('.', 'punct', 'said'), ('”', 'punct', 'said'), ('“', 'punct', 'said'), ('Well', 'intj', 'glue'), (',', 'punct', 'glue'), ('glue', 'ccomp', 'said'), ('or', 'cc', 'glue'), ('starch', 'conj', 'glue'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Gabriel', 'nsubj', 'said'), (',', 'punct', 'Gabriel'), ('“', 'punct', 'had'), ('the', 'det', 'gentleman'), ('old', 'amod', 'gentleman'), ('gentleman', 'nsubj', 'had'), ('had', 'ccomp', 'said'), ('a', 'det', 'horse'), ('horse', 'dobj', 'had'), ('by', 'prep', 'had'), ('the', 'det', 'name'), ('name', 'pobj', 'by'), ('of', 'prep', 'name'), ('Johnny', 'pobj', 'of'), ('.', 'punct', 'said')]
Only the mill was there.” “Out from the mansion of his forefathers,” continued Gabriel, “he drove with Johnny.
[('And', 'CC'), ('Johnny', 'NNP'), ('used', 'VBD'), ('to', 'TO'), ('work', 'VB'), ('in', 'IN'), ('the', 'DT'), ('old', 'JJ'), ('gentleman', 'NN'), ('’', 'NNP'), ('s', 'NN'), ('mill', 'NN'), (',', ','), ('walking', 'VBG'), ('round', 'NN'), ('and', 'CC'), ('round', 'NN'), ('in', 'IN'), ('order', 'NN'), ('to', 'TO'), ('drive', 'VB'), ('the', 'DT'), ('mill', 'NN'), ('.', '.')]
[('And', 'CCONJ'), ('Johnny', 'PROPN'), ('used', 'VERB'), ('to', 'PART'), ('work', 'VERB'), ('in', 'ADP'), ('the', 'DET'), ('old', 'ADJ'), ('gentleman', 'NOUN'), ('’s', 'PART'), ('mill', 'NOUN'), (',', 'PUNCT'), ('walking', 'VERB'), ('round', 'NOUN'), ('and', 'CCONJ'), ('round', 'ADJ'), ('in', 'ADP'), ('order', 'NOUN'), ('to', 'PART'), ('drive', 'VERB'), ('the', 'DET'), ('mill', 'NOUN'), ('.', 'PUNCT')]
[('Johnny', 'PERSON')]
[('And', 'cc', 'used'), ('Johnny', 'nsubj', 'used'), ('used', 'ROOT', 'used'), ('to', 'aux', 'work'), ('work', 'xcomp', 'used'), ('in', 'prep', 'work'), ('the', 'det', 'gentleman'), ('old', 'amod', 'gentleman'), ('gentleman', 'poss', 'mill'), ('’s', 'case', 'gentleman'), ('mill', 'pobj', 'in'), (',', 'punct', 'work'), ('walking', 'advcl', 'work'), ('round', 'dobj', 'walking'), ('and', 'cc', 'round'), ('round', 'conj', 'round'), ('in', 'prep', 'walking'), ('order', 'pobj', 'in'), ('to', 'aux', 'drive'), ('drive', 'acl', 'order'), ('the', 'det', 'mill'), ('mill', 'dobj', 'drive'), ('.', 'punct', 'used')]
And everything went on beautifully until Johnny came in sight of King Billy’s statue: and whether he fell in love with the horse King Billy sits on or whether he thought he was back again in the mill, anyhow he began to walk round the statue.” Gabriel paced in a circle round the hall in his goloshes amid the laughter of the others.
[('That', 'DT'), ('was', 'VBD'), ('all', 'DT'), ('very', 'RB'), ('well', 'RB'), (';', ':'), ('but', 'CC'), ('now', 'RB'), ('comes', 'VBZ'), ('the', 'DT'), ('tragic', 'JJ'), ('part', 'NN'), ('about', 'IN'), ('Johnny', 'NNP'), ('.', '.')]
[('That', 'PRON'), ('was', 'AUX'), ('all', 'ADV'), ('very', 'ADV'), ('well', 'ADV'), (';', 'PUNCT'), ('but', 'CCONJ'), ('now', 'ADV'), ('comes', 'VERB'), ('the', 'DET'), ('tragic', 'ADJ'), ('part', 'NOUN'), ('about', 'ADP'), ('Johnny', 'PROPN'), ('.', 'PUNCT')]
[('Johnny', 'PERSON')]
[('That', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('all', 'dep', 'was'), ('very', 'advmod', 'well'), ('well', 'acomp', 'was'), (';', 'punct', 'was'), ('but', 'cc', 'was'), ('now', 'advmod', 'comes'), ('comes', 'conj', 'was'), ('the', 'det', 'part'), ('tragic', 'amod', 'part'), ('part', 'nsubj', 'comes'), ('about', 'prep', 'part'), ('Johnny', 'pobj', 'about'), ('.', 'punct', 'comes')]
“Round and round he went,” said Gabriel, “and the old gentleman, who was a very pompous old gentleman, was highly indignant.
[('One', 'CD'), ('fine', 'JJ'), ('day', 'NN'), ('the', 'DT'), ('old', 'JJ'), ('gentleman', 'NN'), ('thought', 'VBD'), ('he', 'PRP'), ('’', 'MD'), ('d', 'VB'), ('like', 'IN'), ('to', 'TO'), ('drive', 'VB'), ('out', 'RP'), ('with', 'IN'), ('the', 'DT'), ('quality', 'NN'), ('to', 'TO'), ('a', 'DT'), ('military', 'JJ'), ('review', 'NN'), ('in', 'IN'), ('the', 'DT'), ('park.', 'NN'), ('”', 'NNP'), ('“', 'VBZ'), ('The', 'DT'), ('Lord', 'NNP'), ('have', 'VBP'), ('mercy', 'VBN'), ('on', 'IN'), ('his', 'PRP$'), ('soul', 'NN'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Aunt', 'NNP'), ('Kate', 'NNP'), ('compassionately', 'RB'), ('.', '.')]
[('One', 'NUM'), ('fine', 'ADJ'), ('day', 'NOUN'), ('the', 'DET'), ('old', 'ADJ'), ('gentleman', 'NOUN'), ('thought', 'VERB'), ('he', 'PRON'), ('’d', 'AUX'), ('like', 'VERB'), ('to', 'PART'), ('drive', 'VERB'), ('out', 'ADP'), ('with', 'ADP'), ('the', 'DET'), ('quality', 'NOUN'), ('to', 'ADP'), ('a', 'DET'), ('military', 'ADJ'), ('review', 'NOUN'), ('in', 'ADP'), ('the', 'DET'), ('park', 'NOUN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('The', 'DET'), ('Lord', 'PROPN'), ('have', 'VERB'), ('mercy', 'NOUN'), ('on', 'ADP'), ('his', 'PRON'), ('soul', 'NOUN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), ('compassionately', 'ADV'), ('.', 'PUNCT')]
[('One', 'CARDINAL'), ('Aunt Kate', 'PERSON')]
[('One', 'nummod', 'day'), ('fine', 'amod', 'day'), ('day', 'npadvmod', 'thought'), ('the', 'det', 'gentleman'), ('old', 'amod', 'gentleman'), ('gentleman', 'nsubj', 'thought'), ('thought', 'ROOT', 'thought'), ('he', 'nsubj', 'like'), ('’d', 'aux', 'like'), ('like', 'ccomp', 'thought'), ('to', 'aux', 'drive'), ('drive', 'xcomp', 'like'), ('out', 'prt', 'drive'), ('with', 'prep', 'drive'), ('the', 'det', 'quality'), ('quality', 'pobj', 'with'), ('to', 'prep', 'drive'), ('a', 'det', 'review'), ('military', 'amod', 'review'), ('review', 'pobj', 'to'), ('in', 'prep', 'review'), ('the', 'det', 'park'), ('park', 'pobj', 'in'), ('.', 'punct', 'thought'), ('”', 'punct', 'thought'), ('“', 'punct', 'have'), ('The', 'det', 'Lord'), ('Lord', 'nsubj', 'have'), ('have', 'ccomp', 'said'), ('mercy', 'dobj', 'have'), ('on', 'prep', 'have'), ('his', 'poss', 'soul'), ('soul', 'pobj', 'on'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'said'), ('compassionately', 'advmod', 'said'), ('.', 'punct', 'said')]
‘Go on, sir!
[('“', 'JJ'), ('Amen', 'NNP'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Gabriel', 'NNP'), ('.', '.')]
[('“', 'PUNCT'), ('Amen', 'INTJ'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Gabriel', 'PROPN'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON')]
[('“', 'punct', 'said'), ('Amen', 'intj', 'said'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Gabriel', 'nsubj', 'said'), ('.', 'punct', 'said')]
What do you mean, sir?
[('“', 'NNS'), ('So', 'RB'), ('the', 'DT'), ('old', 'JJ'), ('gentleman', 'NN'), (',', ','), ('as', 'IN'), ('I', 'PRP'), ('said', 'VBD'), (',', ','), ('harnessed', 'VBD'), ('Johnny', 'NNP'), ('and', 'CC'), ('put', 'VBN'), ('on', 'IN'), ('his', 'PRP$'), ('very', 'RB'), ('best', 'JJS'), ('tall', 'NN'), ('hat', 'NN'), ('and', 'CC'), ('his', 'PRP$'), ('very', 'RB'), ('best', 'JJS'), ('stock', 'NN'), ('collar', 'NN'), ('and', 'CC'), ('drove', 'VB'), ('out', 'RP'), ('in', 'IN'), ('grand', 'JJ'), ('style', 'NN'), ('from', 'IN'), ('his', 'PRP$'), ('ancestral', 'JJ'), ('mansion', 'NN'), ('somewhere', 'RB'), ('near', 'IN'), ('Back', 'NNP'), ('Lane', 'NNP'), (',', ','), ('I', 'PRP'), ('think.', 'VBP'), ('”', 'JJ'), ('Everyone', 'NNP'), ('laughed', 'VBD'), (',', ','), ('even', 'RB'), ('Mrs', 'NNP'), ('Malins', 'NNP'), (',', ','), ('at', 'IN'), ('Gabriel', 'NNP'), ('’', 'NNP'), ('s', 'VBD'), ('manner', 'NN'), ('and', 'CC'), ('Aunt', 'NNP'), ('Kate', 'NNP'), ('said', 'VBD'), (':', ':'), ('“', 'JJ'), ('O', 'NNP'), ('now', 'RB'), (',', ','), ('Gabriel', 'NNP'), (',', ','), ('he', 'PRP'), ('didn', 'VBZ'), ('’', 'JJ'), ('t', 'NNS'), ('live', 'VBP'), ('in', 'IN'), ('Back', 'NNP'), ('Lane', 'NNP'), (',', ','), ('really', 'RB'), ('.', '.')]
[('“', 'PUNCT'), ('So', 'ADV'), ('the', 'DET'), ('old', 'ADJ'), ('gentleman', 'NOUN'), (',', 'PUNCT'), ('as', 'SCONJ'), ('I', 'PRON'), ('said', 'VERB'), (',', 'PUNCT'), ('harnessed', 'VERB'), ('Johnny', 'PROPN'), ('and', 'CCONJ'), ('put', 'VERB'), ('on', 'ADP'), ('his', 'PRON'), ('very', 'ADV'), ('best', 'ADV'), ('tall', 'ADJ'), ('hat', 'NOUN'), ('and', 'CCONJ'), ('his', 'PRON'), ('very', 'ADV'), ('best', 'ADJ'), ('stock', 'NOUN'), ('collar', 'NOUN'), ('and', 'CCONJ'), ('drove', 'VERB'), ('out', 'ADP'), ('in', 'ADP'), ('grand', 'ADJ'), ('style', 'NOUN'), ('from', 'ADP'), ('his', 'PRON'), ('ancestral', 'ADJ'), ('mansion', 'NOUN'), ('somewhere', 'ADV'), ('near', 'ADP'), ('Back', 'PROPN'), ('Lane', 'PROPN'), (',', 'PUNCT'), ('I', 'PRON'), ('think', 'VERB'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('Everyone', 'PRON'), ('laughed', 'VERB'), (',', 'PUNCT'), ('even', 'ADV'), ('Mrs', 'PROPN'), ('Malins', 'PROPN'), (',', 'PUNCT'), ('at', 'ADP'), ('Gabriel', 'PROPN'), ('’s', 'PART'), ('manner', 'NOUN'), ('and', 'CCONJ'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), ('said', 'VERB'), (':', 'PUNCT'), ('“', 'PUNCT'), ('O', 'INTJ'), ('now', 'ADV'), (',', 'PUNCT'), ('Gabriel', 'PROPN'), (',', 'PUNCT'), ('he', 'PRON'), ('did', 'AUX'), ('n’t', 'PART'), ('live', 'VERB'), ('in', 'ADP'), ('Back', 'PROPN'), ('Lane', 'PROPN'), (',', 'PUNCT'), ('really', 'ADV'), ('.', 'PUNCT')]
[('Johnny', 'PERSON'), ('Back Lane', 'FAC'), ('Mrs Malins', 'PERSON'), ('Gabriel', 'ORG'), ('Aunt Kate', 'WORK_OF_ART'), ('Gabriel', 'PERSON'), ('Back Lane', 'FAC')]
[('“', 'punct', 'harnessed'), ('So', 'advmod', 'harnessed'), ('the', 'det', 'gentleman'), ('old', 'amod', 'gentleman'), ('gentleman', 'nsubj', 'harnessed'), (',', 'punct', 'gentleman'), ('as', 'mark', 'said'), ('I', 'nsubj', 'said'), ('said', 'advcl', 'gentleman'), (',', 'punct', 'gentleman'), ('harnessed', 'ccomp', 'think'), ('Johnny', 'dobj', 'harnessed'), ('and', 'cc', 'harnessed'), ('put', 'conj', 'harnessed'), ('on', 'prep', 'put'), ('his', 'poss', 'hat'), ('very', 'advmod', 'best'), ('best', 'advmod', 'tall'), ('tall', 'amod', 'hat'), ('hat', 'pobj', 'on'), ('and', 'cc', 'hat'), ('his', 'poss', 'collar'), ('very', 'advmod', 'best'), ('best', 'amod', 'collar'), ('stock', 'compound', 'collar'), ('collar', 'conj', 'hat'), ('and', 'cc', 'put'), ('drove', 'conj', 'put'), ('out', 'advmod', 'drove'), ('in', 'prep', 'drove'), ('grand', 'amod', 'style'), ('style', 'pobj', 'in'), ('from', 'prep', 'drove'), ('his', 'poss', 'mansion'), ('ancestral', 'amod', 'mansion'), ('mansion', 'pobj', 'from'), ('somewhere', 'advmod', 'drove'), ('near', 'prep', 'somewhere'), ('Back', 'compound', 'Lane'), ('Lane', 'pobj', 'near'), (',', 'punct', 'think'), ('I', 'nsubj', 'think'), ('think', 'ROOT', 'think'), ('.', 'punct', 'think'), ('”', 'punct', 'think'), ('Everyone', 'nsubj', 'laughed'), ('laughed', 'ROOT', 'laughed'), (',', 'punct', 'laughed'), ('even', 'advmod', 'Malins'), ('Mrs', 'compound', 'Malins'), ('Malins', 'appos', 'Everyone'), (',', 'punct', 'Malins'), ('at', 'prep', 'Malins'), ('Gabriel', 'poss', 'manner'), ('’s', 'case', 'Gabriel'), ('manner', 'pobj', 'at'), ('and', 'cc', 'laughed'), ('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'said'), ('said', 'conj', 'laughed'), (':', 'punct', 'said'), ('“', 'punct', 'said'), ('O', 'intj', 'live'), ('now', 'advmod', 'O'), (',', 'punct', 'live'), ('Gabriel', 'npadvmod', 'live'), (',', 'punct', 'live'), ('he', 'nsubj', 'live'), ('did', 'aux', 'live'), ('n’t', 'neg', 'live'), ('live', 'ccomp', 'said'), ('in', 'prep', 'live'), ('Back', 'compound', 'Lane'), ('Lane', 'pobj', 'in'), (',', 'punct', 'live'), ('really', 'advmod', 'live'), ('.', 'punct', 'said')]
Johnny!
[('Only', 'RB'), ('the', 'DT'), ('mill', 'NN'), ('was', 'VBD'), ('there.', 'JJ'), ('”', 'NNP'), ('“', 'VBD'), ('Out', 'RP'), ('from', 'IN'), ('the', 'DT'), ('mansion', 'NN'), ('of', 'IN'), ('his', 'PRP$'), ('forefathers', 'NNS'), (',', ','), ('”', 'NNP'), ('continued', 'VBD'), ('Gabriel', 'NNP'), (',', ','), ('“', 'NNP'), ('he', 'PRP'), ('drove', 'VBD'), ('with', 'IN'), ('Johnny', 'NNP'), ('.', '.')]
[('Only', 'ADV'), ('the', 'DET'), ('mill', 'NOUN'), ('was', 'AUX'), ('there', 'ADV'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('Out', 'ADP'), ('from', 'ADP'), ('the', 'DET'), ('mansion', 'NOUN'), ('of', 'ADP'), ('his', 'PRON'), ('forefathers', 'NOUN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('continued', 'VERB'), ('Gabriel', 'PROPN'), (',', 'PUNCT'), ('“', 'PUNCT'), ('he', 'PRON'), ('drove', 'VERB'), ('with', 'ADP'), ('Johnny', 'PROPN'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON'), ('Johnny', 'PERSON')]
[('Only', 'advmod', 'mill'), ('the', 'det', 'mill'), ('mill', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('there', 'advmod', 'was'), ('.', 'punct', 'was'), ('”', 'punct', 'was'), ('“', 'punct', 'drove'), ('Out', 'prep', 'drove'), ('from', 'prep', 'Out'), ('the', 'det', 'mansion'), ('mansion', 'pobj', 'from'), ('of', 'prep', 'mansion'), ('his', 'poss', 'forefathers'), ('forefathers', 'pobj', 'of'), (',', 'punct', 'continued'), ('”', 'punct', 'continued'), ('continued', 'parataxis', 'drove'), ('Gabriel', 'nsubj', 'continued'), (',', 'punct', 'drove'), ('“', 'punct', 'drove'), ('he', 'nsubj', 'drove'), ('drove', 'ROOT', 'drove'), ('with', 'prep', 'drove'), ('Johnny', 'pobj', 'with'), ('.', 'punct', 'drove')]
Johnny!
[('And', 'CC'), ('everything', 'NN'), ('went', 'VBD'), ('on', 'IN'), ('beautifully', 'RB'), ('until', 'IN'), ('Johnny', 'NNP'), ('came', 'VBD'), ('in', 'IN'), ('sight', 'NN'), ('of', 'IN'), ('King', 'NNP'), ('Billy', 'NNP'), ('’', 'NNP'), ('s', 'VBD'), ('statue', 'NN'), (':', ':'), ('and', 'CC'), ('whether', 'IN'), ('he', 'PRP'), ('fell', 'VBD'), ('in', 'IN'), ('love', 'NN'), ('with', 'IN'), ('the', 'DT'), ('horse', 'NN'), ('King', 'NNP'), ('Billy', 'NNP'), ('sits', 'VBZ'), ('on', 'IN'), ('or', 'CC'), ('whether', 'IN'), ('he', 'PRP'), ('thought', 'VBD'), ('he', 'PRP'), ('was', 'VBD'), ('back', 'RB'), ('again', 'RB'), ('in', 'IN'), ('the', 'DT'), ('mill', 'NN'), (',', ','), ('anyhow', 'RB'), ('he', 'PRP'), ('began', 'VBD'), ('to', 'TO'), ('walk', 'VB'), ('round', 'IN'), ('the', 'DT'), ('statue.', 'NN'), ('”', 'NNP'), ('Gabriel', 'NNP'), ('paced', 'VBD'), ('in', 'IN'), ('a', 'DT'), ('circle', 'NN'), ('round', 'IN'), ('the', 'DT'), ('hall', 'NN'), ('in', 'IN'), ('his', 'PRP$'), ('goloshes', 'NNS'), ('amid', 'IN'), ('the', 'DT'), ('laughter', 'NN'), ('of', 'IN'), ('the', 'DT'), ('others', 'NNS'), ('.', '.')]
[('And', 'CCONJ'), ('everything', 'PRON'), ('went', 'VERB'), ('on', 'ADP'), ('beautifully', 'ADV'), ('until', 'SCONJ'), ('Johnny', 'PROPN'), ('came', 'VERB'), ('in', 'ADP'), ('sight', 'NOUN'), ('of', 'ADP'), ('King', 'PROPN'), ('Billy', 'PROPN'), ('’s', 'PART'), ('statue', 'NOUN'), (':', 'PUNCT'), ('and', 'CCONJ'), ('whether', 'SCONJ'), ('he', 'PRON'), ('fell', 'VERB'), ('in', 'ADP'), ('love', 'NOUN'), ('with', 'ADP'), ('the', 'DET'), ('horse', 'NOUN'), ('King', 'PROPN'), ('Billy', 'PROPN'), ('sits', 'VERB'), ('on', 'ADP'), ('or', 'CCONJ'), ('whether', 'SCONJ'), ('he', 'PRON'), ('thought', 'VERB'), ('he', 'PRON'), ('was', 'AUX'), ('back', 'ADV'), ('again', 'ADV'), ('in', 'ADP'), ('the', 'DET'), ('mill', 'NOUN'), (',', 'PUNCT'), ('anyhow', 'ADV'), ('he', 'PRON'), ('began', 'VERB'), ('to', 'PART'), ('walk', 'VERB'), ('round', 'ADP'), ('the', 'DET'), ('statue', 'NOUN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('Gabriel', 'PROPN'), ('paced', 'VERB'), ('in', 'ADP'), ('a', 'DET'), ('circle', 'NOUN'), ('round', 'VERB'), ('the', 'DET'), ('hall', 'NOUN'), ('in', 'ADP'), ('his', 'PRON'), ('goloshes', 'NOUN'), ('amid', 'ADP'), ('the', 'DET'), ('laughter', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('others', 'NOUN'), ('.', 'PUNCT')]
[('Johnny', 'PERSON'), ('King Billy’s', 'ORG'), ('King Billy', 'ORG'), ('Gabriel', 'PERSON')]
[('And', 'cc', 'went'), ('everything', 'nsubj', 'went'), ('went', 'ROOT', 'went'), ('on', 'prt', 'went'), ('beautifully', 'advmod', 'went'), ('until', 'mark', 'came'), ('Johnny', 'nsubj', 'came'), ('came', 'advcl', 'went'), ('in', 'prep', 'came'), ('sight', 'pobj', 'in'), ('of', 'prep', 'sight'), ('King', 'compound', 'Billy'), ('Billy', 'poss', 'statue'), ('’s', 'case', 'Billy'), ('statue', 'pobj', 'of'), (':', 'punct', 'went'), ('and', 'cc', 'went'), ('whether', 'mark', 'fell'), ('he', 'nsubj', 'fell'), ('fell', 'advcl', 'began'), ('in', 'prep', 'fell'), ('love', 'pobj', 'in'), ('with', 'prep', 'fell'), ('the', 'det', 'horse'), ('horse', 'pobj', 'with'), ('King', 'compound', 'Billy'), ('Billy', 'nsubj', 'sits'), ('sits', 'relcl', 'horse'), ('on', 'prep', 'sits'), ('or', 'cc', 'sits'), ('whether', 'mark', 'thought'), ('he', 'nsubj', 'thought'), ('thought', 'conj', 'sits'), ('he', 'nsubj', 'was'), ('was', 'ccomp', 'thought'), ('back', 'advmod', 'was'), ('again', 'advmod', 'was'), ('in', 'prep', 'was'), ('the', 'det', 'mill'), ('mill', 'pobj', 'in'), (',', 'punct', 'began'), ('anyhow', 'advmod', 'began'), ('he', 'nsubj', 'began'), ('began', 'conj', 'went'), ('to', 'aux', 'walk'), ('walk', 'xcomp', 'began'), ('round', 'prep', 'walk'), ('the', 'det', 'statue'), ('statue', 'pobj', 'round'), ('.', 'punct', 'began'), ('”', 'punct', 'began'), ('Gabriel', 'nsubj', 'paced'), ('paced', 'ROOT', 'paced'), ('in', 'prep', 'paced'), ('a', 'det', 'circle'), ('circle', 'pobj', 'in'), ('round', 'prep', 'paced'), ('the', 'det', 'hall'), ('hall', 'dobj', 'round'), ('in', 'prep', 'round'), ('his', 'poss', 'goloshes'), ('goloshes', 'pobj', 'in'), ('amid', 'prep', 'paced'), ('the', 'det', 'laughter'), ('laughter', 'pobj', 'amid'), ('of', 'prep', 'laughter'), ('the', 'det', 'others'), ('others', 'pobj', 'of'), ('.', 'punct', 'paced')]
Most extraordinary conduct!
[('“', 'NN'), ('Round', 'NNP'), ('and', 'CC'), ('round', 'NN'), ('he', 'PRP'), ('went', 'VBD'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Gabriel', 'NNP'), (',', ','), ('“', 'NNP'), ('and', 'CC'), ('the', 'DT'), ('old', 'JJ'), ('gentleman', 'NN'), (',', ','), ('who', 'WP'), ('was', 'VBD'), ('a', 'DT'), ('very', 'RB'), ('pompous', 'JJ'), ('old', 'JJ'), ('gentleman', 'NN'), (',', ','), ('was', 'VBD'), ('highly', 'RB'), ('indignant', 'JJ'), ('.', '.')]
[('“', 'PUNCT'), ('Round', 'VERB'), ('and', 'CCONJ'), ('round', 'ADJ'), ('he', 'PRON'), ('went', 'VERB'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Gabriel', 'PROPN'), (',', 'PUNCT'), ('“', 'PUNCT'), ('and', 'CCONJ'), ('the', 'DET'), ('old', 'ADJ'), ('gentleman', 'NOUN'), (',', 'PUNCT'), ('who', 'PRON'), ('was', 'AUX'), ('a', 'DET'), ('very', 'ADV'), ('pompous', 'ADJ'), ('old', 'ADJ'), ('gentleman', 'NOUN'), (',', 'PUNCT'), ('was', 'AUX'), ('highly', 'ADV'), ('indignant', 'ADJ'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON')]
[('“', 'punct', 'said'), ('Round', 'npadvmod', 'went'), ('and', 'cc', 'Round'), ('round', 'conj', 'Round'), ('he', 'nsubj', 'went'), ('went', 'ccomp', 'said'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Gabriel', 'nsubj', 'was'), (',', 'punct', 'Gabriel'), ('“', 'punct', 'Gabriel'), ('and', 'cc', 'Gabriel'), ('the', 'det', 'gentleman'), ('old', 'amod', 'gentleman'), ('gentleman', 'nsubj', 'was'), (',', 'punct', 'gentleman'), ('who', 'nsubj', 'was'), ('was', 'relcl', 'gentleman'), ('a', 'det', 'gentleman'), ('very', 'advmod', 'pompous'), ('pompous', 'amod', 'gentleman'), ('old', 'amod', 'gentleman'), ('gentleman', 'attr', 'was'), (',', 'punct', 'gentleman'), ('was', 'ccomp', 'said'), ('highly', 'advmod', 'indignant'), ('indignant', 'acomp', 'was'), ('.', 'punct', 'said')]
Can’t understand the horse!’” The peal of laughter which followed Gabriel’s imitation of the incident was interrupted by a resounding knock at the hall door.
[('‘', 'RB'), ('Go', 'NNP'), ('on', 'IN'), (',', ','), ('sir', 'NN'), ('!', '.')]
[('‘', 'PUNCT'), ('Go', 'VERB'), ('on', 'ADV'), (',', 'PUNCT'), ('sir', 'PROPN'), ('!', 'PUNCT')]
[]
[('‘', 'punct', 'Go'), ('Go', 'ROOT', 'Go'), ('on', 'advmod', 'Go'), (',', 'punct', 'Go'), ('sir', 'npadvmod', 'Go'), ('!', 'punct', 'Go')]
Mary Jane ran to open it and let in Freddy Malins.
[('What', 'WP'), ('do', 'VBP'), ('you', 'PRP'), ('mean', 'VB'), (',', ','), ('sir', 'VB'), ('?', '.')]
[('What', 'PRON'), ('do', 'AUX'), ('you', 'PRON'), ('mean', 'VERB'), (',', 'PUNCT'), ('sir', 'PROPN'), ('?', 'PUNCT')]
[]
[('What', 'dobj', 'mean'), ('do', 'aux', 'mean'), ('you', 'nsubj', 'mean'), ('mean', 'ROOT', 'mean'), (',', 'punct', 'mean'), ('sir', 'npadvmod', 'mean'), ('?', 'punct', 'mean')]
Freddy Malins, with his hat well back on his head and his shoulders humped with cold, was puffing and steaming after his exertions.
[('Johnny', 'NN'), ('!', '.')]
[('Johnny', 'PROPN'), ('!', 'PUNCT')]
[('Johnny', 'PERSON')]
[('Johnny', 'ROOT', 'Johnny'), ('!', 'punct', 'Johnny')]
“I could only get one cab,” he said.
[('Johnny', 'NN'), ('!', '.')]
[('Johnny', 'PROPN'), ('!', 'PUNCT')]
[('Johnny', 'PERSON')]
[('Johnny', 'ROOT', 'Johnny'), ('!', 'punct', 'Johnny')]
“O, we’ll find another along the quay,” said Gabriel.
[('Most', 'JJS'), ('extraordinary', 'JJ'), ('conduct', 'NN'), ('!', '.')]
[('Most', 'ADV'), ('extraordinary', 'ADJ'), ('conduct', 'NOUN'), ('!', 'PUNCT')]
[]
[('Most', 'advmod', 'extraordinary'), ('extraordinary', 'amod', 'conduct'), ('conduct', 'ROOT', 'conduct'), ('!', 'punct', 'conduct')]
“Yes,” said Aunt Kate.
[('Can', 'MD'), ('’', 'VB'), ('t', 'JJ'), ('understand', 'VB'), ('the', 'DT'), ('horse', 'NN'), ('!', '.'), ('’', 'NN'), ('”', 'VBD'), ('The', 'DT'), ('peal', 'NN'), ('of', 'IN'), ('laughter', 'NN'), ('which', 'WDT'), ('followed', 'VBD'), ('Gabriel', 'NNP'), ('’', 'NNP'), ('s', 'JJ'), ('imitation', 'NN'), ('of', 'IN'), ('the', 'DT'), ('incident', 'NN'), ('was', 'VBD'), ('interrupted', 'VBN'), ('by', 'IN'), ('a', 'DT'), ('resounding', 'JJ'), ('knock', 'NN'), ('at', 'IN'), ('the', 'DT'), ('hall', 'NN'), ('door', 'NN'), ('.', '.')]
[('Ca', 'AUX'), ('n’t', 'PART'), ('understand', 'VERB'), ('the', 'DET'), ('horse', 'NOUN'), ('!', 'PUNCT'), ('’', 'PUNCT'), ('”', 'PUNCT'), ('The', 'DET'), ('peal', 'NOUN'), ('of', 'ADP'), ('laughter', 'NOUN'), ('which', 'PRON'), ('followed', 'VERB'), ('Gabriel', 'PROPN'), ('’s', 'PART'), ('imitation', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('incident', 'NOUN'), ('was', 'AUX'), ('interrupted', 'VERB'), ('by', 'ADP'), ('a', 'DET'), ('resounding', 'ADJ'), ('knock', 'NOUN'), ('at', 'ADP'), ('the', 'DET'), ('hall', 'PROPN'), ('door', 'NOUN'), ('.', 'PUNCT')]
[('Gabriel', 'ORG')]
[('Ca', 'aux', 'understand'), ('n’t', 'neg', 'understand'), ('understand', 'ROOT', 'understand'), ('the', 'det', 'horse'), ('horse', 'dobj', 'understand'), ('!', 'punct', 'understand'), ('’', 'punct', 'understand'), ('”', 'punct', 'understand'), ('The', 'det', 'peal'), ('peal', 'nsubjpass', 'interrupted'), ('of', 'prep', 'peal'), ('laughter', 'pobj', 'of'), ('which', 'nsubj', 'followed'), ('followed', 'relcl', 'peal'), ('Gabriel', 'poss', 'imitation'), ('’s', 'case', 'Gabriel'), ('imitation', 'dobj', 'followed'), ('of', 'prep', 'imitation'), ('the', 'det', 'incident'), ('incident', 'pobj', 'of'), ('was', 'auxpass', 'interrupted'), ('interrupted', 'ROOT', 'interrupted'), ('by', 'agent', 'interrupted'), ('a', 'det', 'knock'), ('resounding', 'amod', 'knock'), ('knock', 'pobj', 'by'), ('at', 'prep', 'knock'), ('the', 'det', 'door'), ('hall', 'compound', 'door'), ('door', 'pobj', 'at'), ('.', 'punct', 'interrupted')]
“Better not keep Mrs Malins standing in the draught.” Mrs Malins was helped down the front steps by her son and Mr Browne and, after many manœuvres, hoisted into the cab.
[('Mary', 'NNP'), ('Jane', 'NNP'), ('ran', 'VBD'), ('to', 'TO'), ('open', 'VB'), ('it', 'PRP'), ('and', 'CC'), ('let', 'VB'), ('in', 'IN'), ('Freddy', 'NNP'), ('Malins', 'NNP'), ('.', '.')]
[('Mary', 'PROPN'), ('Jane', 'PROPN'), ('ran', 'VERB'), ('to', 'PART'), ('open', 'VERB'), ('it', 'PRON'), ('and', 'CCONJ'), ('let', 'VERB'), ('in', 'ADP'), ('Freddy', 'PROPN'), ('Malins', 'PROPN'), ('.', 'PUNCT')]
[('Mary Jane', 'PERSON'), ('Freddy Malins', 'PERSON')]
[('Mary', 'compound', 'Jane'), ('Jane', 'nsubj', 'ran'), ('ran', 'ROOT', 'ran'), ('to', 'aux', 'open'), ('open', 'advcl', 'ran'), ('it', 'dobj', 'open'), ('and', 'cc', 'open'), ('let', 'conj', 'open'), ('in', 'prep', 'let'), ('Freddy', 'compound', 'Malins'), ('Malins', 'pobj', 'in'), ('.', 'punct', 'ran')]
Freddy Malins clambered in after her and spent a long time settling her on the seat, Mr Browne helping him with advice.
[('Freddy', 'NNP'), ('Malins', 'NNP'), (',', ','), ('with', 'IN'), ('his', 'PRP$'), ('hat', 'NN'), ('well', 'RB'), ('back', 'RB'), ('on', 'IN'), ('his', 'PRP$'), ('head', 'NN'), ('and', 'CC'), ('his', 'PRP$'), ('shoulders', 'NNS'), ('humped', 'VBD'), ('with', 'IN'), ('cold', 'JJ'), (',', ','), ('was', 'VBD'), ('puffing', 'VBG'), ('and', 'CC'), ('steaming', 'VBG'), ('after', 'IN'), ('his', 'PRP$'), ('exertions', 'NNS'), ('.', '.')]
[('Freddy', 'PROPN'), ('Malins', 'PROPN'), (',', 'PUNCT'), ('with', 'ADP'), ('his', 'PRON'), ('hat', 'NOUN'), ('well', 'INTJ'), ('back', 'ADV'), ('on', 'ADP'), ('his', 'PRON'), ('head', 'NOUN'), ('and', 'CCONJ'), ('his', 'PRON'), ('shoulders', 'NOUN'), ('humped', 'VERB'), ('with', 'ADP'), ('cold', 'ADJ'), (',', 'PUNCT'), ('was', 'AUX'), ('puffing', 'VERB'), ('and', 'CCONJ'), ('steaming', 'VERB'), ('after', 'ADP'), ('his', 'PRON'), ('exertions', 'NOUN'), ('.', 'PUNCT')]
[('Freddy Malins', 'PERSON')]
[('Freddy', 'compound', 'Malins'), ('Malins', 'nsubj', 'puffing'), (',', 'punct', 'Malins'), ('with', 'prep', 'Malins'), ('his', 'poss', 'hat'), ('hat', 'pobj', 'with'), ('well', 'advmod', 'back'), ('back', 'advmod', 'Malins'), ('on', 'prep', 'back'), ('his', 'poss', 'head'), ('head', 'pobj', 'on'), ('and', 'cc', 'head'), ('his', 'poss', 'shoulders'), ('shoulders', 'conj', 'head'), ('humped', 'acl', 'Malins'), ('with', 'prep', 'humped'), ('cold', 'pobj', 'with'), (',', 'punct', 'Malins'), ('was', 'aux', 'puffing'), ('puffing', 'ROOT', 'puffing'), ('and', 'cc', 'puffing'), ('steaming', 'conj', 'puffing'), ('after', 'prep', 'steaming'), ('his', 'poss', 'exertions'), ('exertions', 'pobj', 'after'), ('.', 'punct', 'puffing')]
At last she was settled comfortably and Freddy Malins invited Mr Browne into the cab.
[('“', 'NN'), ('I', 'PRP'), ('could', 'MD'), ('only', 'RB'), ('get', 'VB'), ('one', 'CD'), ('cab', 'NN'), (',', ','), ('”', 'NN'), ('he', 'PRP'), ('said', 'VBD'), ('.', '.')]
[('“', 'PUNCT'), ('I', 'PRON'), ('could', 'AUX'), ('only', 'ADV'), ('get', 'VERB'), ('one', 'NUM'), ('cab', 'NOUN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('he', 'PRON'), ('said', 'VERB'), ('.', 'PUNCT')]
[('one', 'CARDINAL')]
[('“', 'punct', 'said'), ('I', 'nsubj', 'get'), ('could', 'aux', 'get'), ('only', 'advmod', 'get'), ('get', 'ccomp', 'said'), ('one', 'nummod', 'cab'), ('cab', 'dobj', 'get'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('he', 'nsubj', 'said'), ('said', 'ROOT', 'said'), ('.', 'punct', 'said')]
There was a good deal of confused talk, and then Mr Browne got into the cab.
[('“', 'NN'), ('O', 'NNP'), (',', ','), ('we', 'PRP'), ('’', 'VBP'), ('ll', 'JJ'), ('find', 'VBP'), ('another', 'DT'), ('along', 'IN'), ('the', 'DT'), ('quay', 'NN'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Gabriel', 'NNP'), ('.', '.')]
[('“', 'PUNCT'), ('O', 'INTJ'), (',', 'PUNCT'), ('we', 'PRON'), ('’ll', 'AUX'), ('find', 'VERB'), ('another', 'PRON'), ('along', 'ADP'), ('the', 'DET'), ('quay', 'NOUN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Gabriel', 'PROPN'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON')]
[('“', 'punct', 'said'), ('O', 'intj', 'find'), (',', 'punct', 'find'), ('we', 'nsubj', 'find'), ('’ll', 'aux', 'find'), ('find', 'ccomp', 'said'), ('another', 'dobj', 'find'), ('along', 'prep', 'find'), ('the', 'det', 'quay'), ('quay', 'pobj', 'along'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Gabriel', 'nsubj', 'said'), ('.', 'punct', 'said')]
The cabman settled his rug over his knees, and bent down for the address.
[('“', 'JJ'), ('Yes', 'NNP'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Aunt', 'NNP'), ('Kate', 'NNP'), ('.', '.')]
[('“', 'PUNCT'), ('Yes', 'INTJ'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), ('.', 'PUNCT')]
[('Aunt Kate', 'PERSON')]
[('“', 'punct', 'said'), ('Yes', 'intj', 'said'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'said'), ('.', 'punct', 'said')]
The confusion grew greater and the cabman was directed differently by Freddy Malins and Mr Browne, each of whom had his head out through a window of the cab.
[('“', 'RB'), ('Better', 'NNP'), ('not', 'RB'), ('keep', 'VB'), ('Mrs', 'NNP'), ('Malins', 'NNP'), ('standing', 'VBG'), ('in', 'IN'), ('the', 'DT'), ('draught.', 'NN'), ('”', 'NNP'), ('Mrs', 'NNP'), ('Malins', 'NNP'), ('was', 'VBD'), ('helped', 'VBN'), ('down', 'RP'), ('the', 'DT'), ('front', 'JJ'), ('steps', 'NNS'), ('by', 'IN'), ('her', 'PRP$'), ('son', 'NN'), ('and', 'CC'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('and', 'CC'), (',', ','), ('after', 'IN'), ('many', 'JJ'), ('manœuvres', 'NNS'), (',', ','), ('hoisted', 'VBD'), ('into', 'IN'), ('the', 'DT'), ('cab', 'NN'), ('.', '.')]
[('“', 'PUNCT'), ('Better', 'ADV'), ('not', 'PART'), ('keep', 'VERB'), ('Mrs', 'PROPN'), ('Malins', 'PROPN'), ('standing', 'VERB'), ('in', 'ADP'), ('the', 'DET'), ('draught', 'NOUN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('Mrs', 'PROPN'), ('Malins', 'PROPN'), ('was', 'AUX'), ('helped', 'VERB'), ('down', 'ADP'), ('the', 'DET'), ('front', 'ADJ'), ('steps', 'NOUN'), ('by', 'ADP'), ('her', 'PRON'), ('son', 'NOUN'), ('and', 'CCONJ'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('and', 'CCONJ'), (',', 'PUNCT'), ('after', 'ADP'), ('many', 'ADJ'), ('manœuvres', 'NOUN'), (',', 'PUNCT'), ('hoisted', 'VERB'), ('into', 'ADP'), ('the', 'DET'), ('cab', 'NOUN'), ('.', 'PUNCT')]
[('Mrs Malins', 'PERSON'), ('Mrs Malins', 'PERSON'), ('Mr Browne', 'PERSON')]
[('“', 'punct', 'keep'), ('Better', 'advmod', 'keep'), ('not', 'neg', 'keep'), ('keep', 'ROOT', 'keep'), ('Mrs', 'compound', 'Malins'), ('Malins', 'dobj', 'keep'), ('standing', 'xcomp', 'keep'), ('in', 'prep', 'standing'), ('the', 'det', 'draught'), ('draught', 'pobj', 'in'), ('.', 'punct', 'keep'), ('”', 'punct', 'keep'), ('Mrs', 'compound', 'Malins'), ('Malins', 'nsubjpass', 'helped'), ('was', 'auxpass', 'helped'), ('helped', 'ROOT', 'helped'), ('down', 'prt', 'helped'), ('the', 'det', 'steps'), ('front', 'amod', 'steps'), ('steps', 'pobj', 'down'), ('by', 'prep', 'steps'), ('her', 'poss', 'son'), ('son', 'pobj', 'by'), ('and', 'cc', 'son'), ('Mr', 'compound', 'Browne'), ('Browne', 'conj', 'son'), ('and', 'cc', 'helped'), (',', 'punct', 'helped'), ('after', 'prep', 'hoisted'), ('many', 'amod', 'manœuvres'), ('manœuvres', 'pobj', 'after'), (',', 'punct', 'hoisted'), ('hoisted', 'advcl', 'helped'), ('into', 'prep', 'hoisted'), ('the', 'det', 'cab'), ('cab', 'pobj', 'into'), ('.', 'punct', 'helped')]
The difficulty was to know where to drop Mr Browne along the route, and Aunt Kate, Aunt Julia and Mary Jane helped the discussion from the doorstep with cross-directions and contradictions and abundance of laughter.
[('Freddy', 'NNP'), ('Malins', 'NNP'), ('clambered', 'VBD'), ('in', 'IN'), ('after', 'IN'), ('her', 'PRP$'), ('and', 'CC'), ('spent', 'VB'), ('a', 'DT'), ('long', 'JJ'), ('time', 'NN'), ('settling', 'VBG'), ('her', 'PRP$'), ('on', 'IN'), ('the', 'DT'), ('seat', 'NN'), (',', ','), ('Mr', 'NNP'), ('Browne', 'NNP'), ('helping', 'VBG'), ('him', 'PRP'), ('with', 'IN'), ('advice', 'NN'), ('.', '.')]
[('Freddy', 'PROPN'), ('Malins', 'PROPN'), ('clambered', 'VERB'), ('in', 'ADP'), ('after', 'ADP'), ('her', 'PRON'), ('and', 'CCONJ'), ('spent', 'VERB'), ('a', 'DET'), ('long', 'ADJ'), ('time', 'NOUN'), ('settling', 'VERB'), ('her', 'PRON'), ('on', 'ADP'), ('the', 'DET'), ('seat', 'NOUN'), (',', 'PUNCT'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('helping', 'VERB'), ('him', 'PRON'), ('with', 'ADP'), ('advice', 'NOUN'), ('.', 'PUNCT')]
[('Freddy Malins', 'PERSON')]
[('Freddy', 'compound', 'Malins'), ('Malins', 'nsubj', 'clambered'), ('clambered', 'ROOT', 'clambered'), ('in', 'prt', 'clambered'), ('after', 'prep', 'clambered'), ('her', 'pobj', 'after'), ('and', 'cc', 'clambered'), ('spent', 'conj', 'clambered'), ('a', 'det', 'time'), ('long', 'amod', 'time'), ('time', 'dobj', 'spent'), ('settling', 'xcomp', 'spent'), ('her', 'dobj', 'settling'), ('on', 'prep', 'settling'), ('the', 'det', 'seat'), ('seat', 'pobj', 'on'), (',', 'punct', 'spent'), ('Mr', 'compound', 'Browne'), ('Browne', 'nsubj', 'helping'), ('helping', 'advcl', 'spent'), ('him', 'dobj', 'helping'), ('with', 'prep', 'helping'), ('advice', 'pobj', 'with'), ('.', 'punct', 'clambered')]
As for Freddy Malins he was speechless with laughter.
[('At', 'IN'), ('last', 'JJ'), ('she', 'PRP'), ('was', 'VBD'), ('settled', 'VBN'), ('comfortably', 'RB'), ('and', 'CC'), ('Freddy', 'NNP'), ('Malins', 'NNP'), ('invited', 'VBD'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('into', 'IN'), ('the', 'DT'), ('cab', 'NN'), ('.', '.')]
[('At', 'ADP'), ('last', 'ADJ'), ('she', 'PRON'), ('was', 'AUX'), ('settled', 'VERB'), ('comfortably', 'ADV'), ('and', 'CCONJ'), ('Freddy', 'PROPN'), ('Malins', 'PROPN'), ('invited', 'VERB'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('into', 'ADP'), ('the', 'DET'), ('cab', 'NOUN'), ('.', 'PUNCT')]
[('Freddy Malins', 'PERSON'), ('Browne', 'PERSON')]
[('At', 'prep', 'settled'), ('last', 'pobj', 'At'), ('she', 'nsubjpass', 'settled'), ('was', 'auxpass', 'settled'), ('settled', 'ROOT', 'settled'), ('comfortably', 'advmod', 'settled'), ('and', 'cc', 'settled'), ('Freddy', 'compound', 'Malins'), ('Malins', 'nsubj', 'invited'), ('invited', 'conj', 'settled'), ('Mr', 'compound', 'Browne'), ('Browne', 'dobj', 'invited'), ('into', 'prep', 'invited'), ('the', 'det', 'cab'), ('cab', 'pobj', 'into'), ('.', 'punct', 'invited')]
He popped his head in and out of the window every moment to the great danger of his hat, and told his mother how the discussion was progressing, till at last Mr Browne shouted to the bewildered cabman above the din of everybody’s laughter: “Do you know Trinity College?” “Yes, sir,” said the cabman.
[('There', 'EX'), ('was', 'VBD'), ('a', 'DT'), ('good', 'JJ'), ('deal', 'NN'), ('of', 'IN'), ('confused', 'JJ'), ('talk', 'NN'), (',', ','), ('and', 'CC'), ('then', 'RB'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('got', 'VBD'), ('into', 'IN'), ('the', 'DT'), ('cab', 'NN'), ('.', '.')]
[('There', 'PRON'), ('was', 'VERB'), ('a', 'DET'), ('good', 'ADJ'), ('deal', 'NOUN'), ('of', 'ADP'), ('confused', 'ADJ'), ('talk', 'NOUN'), (',', 'PUNCT'), ('and', 'CCONJ'), ('then', 'ADV'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('got', 'VERB'), ('into', 'ADP'), ('the', 'DET'), ('cab', 'NOUN'), ('.', 'PUNCT')]
[('Browne', 'PERSON')]
[('There', 'expl', 'was'), ('was', 'ROOT', 'was'), ('a', 'det', 'deal'), ('good', 'amod', 'deal'), ('deal', 'attr', 'was'), ('of', 'prep', 'deal'), ('confused', 'amod', 'talk'), ('talk', 'pobj', 'of'), (',', 'punct', 'was'), ('and', 'cc', 'was'), ('then', 'advmod', 'got'), ('Mr', 'compound', 'Browne'), ('Browne', 'nsubj', 'got'), ('got', 'conj', 'was'), ('into', 'prep', 'got'), ('the', 'det', 'cab'), ('cab', 'pobj', 'into'), ('.', 'punct', 'got')]
“Well, drive bang up against Trinity College gates,” said Mr Browne, “and then we’ll tell you where to go.
[('The', 'DT'), ('cabman', 'NN'), ('settled', 'VBD'), ('his', 'PRP$'), ('rug', 'NN'), ('over', 'IN'), ('his', 'PRP$'), ('knees', 'NNS'), (',', ','), ('and', 'CC'), ('bent', 'VBD'), ('down', 'RB'), ('for', 'IN'), ('the', 'DT'), ('address', 'NN'), ('.', '.')]
[('The', 'DET'), ('cabman', 'NOUN'), ('settled', 'VERB'), ('his', 'PRON'), ('rug', 'NOUN'), ('over', 'ADP'), ('his', 'PRON'), ('knees', 'NOUN'), (',', 'PUNCT'), ('and', 'CCONJ'), ('bent', 'VERB'), ('down', 'ADP'), ('for', 'ADP'), ('the', 'DET'), ('address', 'NOUN'), ('.', 'PUNCT')]
[]
[('The', 'det', 'cabman'), ('cabman', 'nsubj', 'settled'), ('settled', 'ROOT', 'settled'), ('his', 'poss', 'rug'), ('rug', 'dobj', 'settled'), ('over', 'prep', 'rug'), ('his', 'poss', 'knees'), ('knees', 'pobj', 'over'), (',', 'punct', 'settled'), ('and', 'cc', 'settled'), ('bent', 'conj', 'settled'), ('down', 'prt', 'bent'), ('for', 'prep', 'bent'), ('the', 'det', 'address'), ('address', 'pobj', 'for'), ('.', 'punct', 'settled')]
You understand now?” “Yes, sir,” said the cabman.
[('The', 'DT'), ('confusion', 'NN'), ('grew', 'VBD'), ('greater', 'JJR'), ('and', 'CC'), ('the', 'DT'), ('cabman', 'NN'), ('was', 'VBD'), ('directed', 'VBN'), ('differently', 'RB'), ('by', 'IN'), ('Freddy', 'NNP'), ('Malins', 'NNP'), ('and', 'CC'), ('Mr', 'NNP'), ('Browne', 'NNP'), (',', ','), ('each', 'DT'), ('of', 'IN'), ('whom', 'WP'), ('had', 'VBD'), ('his', 'PRP$'), ('head', 'NN'), ('out', 'RP'), ('through', 'IN'), ('a', 'DT'), ('window', 'NN'), ('of', 'IN'), ('the', 'DT'), ('cab', 'NN'), ('.', '.')]
[('The', 'DET'), ('confusion', 'NOUN'), ('grew', 'VERB'), ('greater', 'ADJ'), ('and', 'CCONJ'), ('the', 'DET'), ('cabman', 'NOUN'), ('was', 'AUX'), ('directed', 'VERB'), ('differently', 'ADV'), ('by', 'ADP'), ('Freddy', 'PROPN'), ('Malins', 'PROPN'), ('and', 'CCONJ'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), (',', 'PUNCT'), ('each', 'PRON'), ('of', 'ADP'), ('whom', 'PRON'), ('had', 'VERB'), ('his', 'PRON'), ('head', 'NOUN'), ('out', 'ADP'), ('through', 'ADP'), ('a', 'DET'), ('window', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('cab', 'NOUN'), ('.', 'PUNCT')]
[('Freddy Malins', 'PERSON'), ('Browne', 'PERSON')]
[('The', 'det', 'confusion'), ('confusion', 'nsubj', 'grew'), ('grew', 'ROOT', 'grew'), ('greater', 'acomp', 'grew'), ('and', 'cc', 'grew'), ('the', 'det', 'cabman'), ('cabman', 'nsubjpass', 'directed'), ('was', 'auxpass', 'directed'), ('directed', 'conj', 'grew'), ('differently', 'advmod', 'directed'), ('by', 'agent', 'directed'), ('Freddy', 'compound', 'Malins'), ('Malins', 'pobj', 'by'), ('and', 'cc', 'Malins'), ('Mr', 'compound', 'Browne'), ('Browne', 'conj', 'Malins'), (',', 'punct', 'Browne'), ('each', 'nsubj', 'had'), ('of', 'prep', 'each'), ('whom', 'pobj', 'of'), ('had', 'relcl', 'Malins'), ('his', 'poss', 'head'), ('head', 'dobj', 'had'), ('out', 'prt', 'had'), ('through', 'prep', 'had'), ('a', 'det', 'window'), ('window', 'pobj', 'through'), ('of', 'prep', 'window'), ('the', 'det', 'cab'), ('cab', 'pobj', 'of'), ('.', 'punct', 'directed')]
“Make like a bird for Trinity College.” “Right, sir,” said the cabman.
[('The', 'DT'), ('difficulty', 'NN'), ('was', 'VBD'), ('to', 'TO'), ('know', 'VB'), ('where', 'WRB'), ('to', 'TO'), ('drop', 'VB'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('along', 'IN'), ('the', 'DT'), ('route', 'NN'), (',', ','), ('and', 'CC'), ('Aunt', 'NNP'), ('Kate', 'NNP'), (',', ','), ('Aunt', 'NNP'), ('Julia', 'NNP'), ('and', 'CC'), ('Mary', 'NNP'), ('Jane', 'NNP'), ('helped', 'VBD'), ('the', 'DT'), ('discussion', 'NN'), ('from', 'IN'), ('the', 'DT'), ('doorstep', 'NN'), ('with', 'IN'), ('cross-directions', 'NNS'), ('and', 'CC'), ('contradictions', 'NNS'), ('and', 'CC'), ('abundance', 'NN'), ('of', 'IN'), ('laughter', 'NN'), ('.', '.')]
[('The', 'DET'), ('difficulty', 'NOUN'), ('was', 'AUX'), ('to', 'PART'), ('know', 'VERB'), ('where', 'SCONJ'), ('to', 'PART'), ('drop', 'VERB'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('along', 'ADP'), ('the', 'DET'), ('route', 'NOUN'), (',', 'PUNCT'), ('and', 'CCONJ'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), (',', 'PUNCT'), ('Aunt', 'PROPN'), ('Julia', 'PROPN'), ('and', 'CCONJ'), ('Mary', 'PROPN'), ('Jane', 'PROPN'), ('helped', 'VERB'), ('the', 'DET'), ('discussion', 'NOUN'), ('from', 'ADP'), ('the', 'DET'), ('doorstep', 'NOUN'), ('with', 'ADP'), ('cross', 'NOUN'), ('-', 'NOUN'), ('directions', 'NOUN'), ('and', 'CCONJ'), ('contradictions', 'NOUN'), ('and', 'CCONJ'), ('abundance', 'NOUN'), ('of', 'ADP'), ('laughter', 'NOUN'), ('.', 'PUNCT')]
[('Browne', 'PERSON'), ('Aunt Kate', 'PERSON'), ('Aunt Julia', 'PERSON'), ('Mary Jane', 'PERSON')]
[('The', 'det', 'difficulty'), ('difficulty', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('to', 'aux', 'know'), ('know', 'xcomp', 'was'), ('where', 'advmod', 'drop'), ('to', 'aux', 'drop'), ('drop', 'xcomp', 'know'), ('Mr', 'compound', 'Browne'), ('Browne', 'dobj', 'drop'), ('along', 'prep', 'drop'), ('the', 'det', 'route'), ('route', 'pobj', 'along'), (',', 'punct', 'was'), ('and', 'cc', 'was'), ('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'helped'), (',', 'punct', 'Kate'), ('Aunt', 'compound', 'Julia'), ('Julia', 'conj', 'Kate'), ('and', 'cc', 'Julia'), ('Mary', 'compound', 'Jane'), ('Jane', 'conj', 'Julia'), ('helped', 'conj', 'was'), ('the', 'det', 'discussion'), ('discussion', 'dobj', 'helped'), ('from', 'prep', 'discussion'), ('the', 'det', 'doorstep'), ('doorstep', 'pobj', 'from'), ('with', 'prep', 'discussion'), ('cross', 'pobj', 'with'), ('-', 'pobj', 'with'), ('directions', 'pobj', 'with'), ('and', 'cc', 'directions'), ('contradictions', 'conj', 'directions'), ('and', 'cc', 'contradictions'), ('abundance', 'conj', 'contradictions'), ('of', 'prep', 'directions'), ('laughter', 'pobj', 'of'), ('.', 'punct', 'helped')]
The horse was whipped up and the cab rattled off along the quay amid a chorus of laughter and adieus.
[('As', 'IN'), ('for', 'IN'), ('Freddy', 'NNP'), ('Malins', 'NNP'), ('he', 'PRP'), ('was', 'VBD'), ('speechless', 'JJ'), ('with', 'IN'), ('laughter', 'NN'), ('.', '.')]
[('As', 'ADP'), ('for', 'ADP'), ('Freddy', 'PROPN'), ('Malins', 'PROPN'), ('he', 'PRON'), ('was', 'AUX'), ('speechless', 'ADJ'), ('with', 'ADP'), ('laughter', 'NOUN'), ('.', 'PUNCT')]
[('Freddy Malins', 'PERSON')]
[('As', 'prep', 'was'), ('for', 'prep', 'As'), ('Freddy', 'compound', 'Malins'), ('Malins', 'pobj', 'for'), ('he', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('speechless', 'acomp', 'was'), ('with', 'prep', 'speechless'), ('laughter', 'pobj', 'with'), ('.', 'punct', 'was')]
Gabriel had not gone to the door with the others.
[('He', 'PRP'), ('popped', 'VBD'), ('his', 'PRP$'), ('head', 'NN'), ('in', 'IN'), ('and', 'CC'), ('out', 'IN'), ('of', 'IN'), ('the', 'DT'), ('window', 'NN'), ('every', 'DT'), ('moment', 'NN'), ('to', 'TO'), ('the', 'DT'), ('great', 'JJ'), ('danger', 'NN'), ('of', 'IN'), ('his', 'PRP$'), ('hat', 'NN'), (',', ','), ('and', 'CC'), ('told', 'VBD'), ('his', 'PRP$'), ('mother', 'NN'), ('how', 'WRB'), ('the', 'DT'), ('discussion', 'NN'), ('was', 'VBD'), ('progressing', 'VBG'), (',', ','), ('till', 'NN'), ('at', 'IN'), ('last', 'JJ'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('shouted', 'VBD'), ('to', 'TO'), ('the', 'DT'), ('bewildered', 'VBN'), ('cabman', 'NN'), ('above', 'IN'), ('the', 'DT'), ('din', 'NN'), ('of', 'IN'), ('everybody', 'NN'), ('’', 'NNP'), ('s', 'VBZ'), ('laughter', 'NN'), (':', ':'), ('“', 'NN'), ('Do', 'VBP'), ('you', 'PRP'), ('know', 'VB'), ('Trinity', 'NNP'), ('College', 'NNP'), ('?', '.'), ('”', 'JJ'), ('“', 'JJ'), ('Yes', 'NNP'), (',', ','), ('sir', 'NN'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('the', 'DT'), ('cabman', 'NN'), ('.', '.')]
[('He', 'PRON'), ('popped', 'VERB'), ('his', 'PRON'), ('head', 'NOUN'), ('in', 'ADP'), ('and', 'CCONJ'), ('out', 'ADP'), ('of', 'ADP'), ('the', 'DET'), ('window', 'NOUN'), ('every', 'DET'), ('moment', 'NOUN'), ('to', 'ADP'), ('the', 'DET'), ('great', 'ADJ'), ('danger', 'NOUN'), ('of', 'ADP'), ('his', 'PRON'), ('hat', 'NOUN'), (',', 'PUNCT'), ('and', 'CCONJ'), ('told', 'VERB'), ('his', 'PRON'), ('mother', 'NOUN'), ('how', 'SCONJ'), ('the', 'DET'), ('discussion', 'NOUN'), ('was', 'AUX'), ('progressing', 'VERB'), (',', 'PUNCT'), ('till', 'SCONJ'), ('at', 'ADP'), ('last', 'ADJ'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('shouted', 'VERB'), ('to', 'ADP'), ('the', 'DET'), ('bewildered', 'ADJ'), ('cabman', 'NOUN'), ('above', 'ADP'), ('the', 'DET'), ('din', 'NOUN'), ('of', 'ADP'), ('everybody', 'PRON'), ('’s', 'PART'), ('laughter', 'NOUN'), (':', 'PUNCT'), ('“', 'PUNCT'), ('Do', 'AUX'), ('you', 'PRON'), ('know', 'VERB'), ('Trinity', 'PROPN'), ('College', 'PROPN'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('Yes', 'INTJ'), (',', 'PUNCT'), ('sir', 'NOUN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('the', 'DET'), ('cabman', 'NOUN'), ('.', 'PUNCT')]
[('Browne', 'PERSON'), ('Trinity College', 'ORG')]
[('He', 'nsubj', 'popped'), ('popped', 'ROOT', 'popped'), ('his', 'poss', 'head'), ('head', 'dobj', 'popped'), ('in', 'prep', 'popped'), ('and', 'cc', 'in'), ('out', 'conj', 'in'), ('of', 'prep', 'out'), ('the', 'det', 'window'), ('window', 'pobj', 'of'), ('every', 'det', 'moment'), ('moment', 'npadvmod', 'popped'), ('to', 'prep', 'popped'), ('the', 'det', 'danger'), ('great', 'amod', 'danger'), ('danger', 'pobj', 'to'), ('of', 'prep', 'danger'), ('his', 'poss', 'hat'), ('hat', 'pobj', 'of'), (',', 'punct', 'popped'), ('and', 'cc', 'popped'), ('told', 'conj', 'popped'), ('his', 'poss', 'mother'), ('mother', 'dobj', 'told'), ('how', 'advmod', 'progressing'), ('the', 'det', 'discussion'), ('discussion', 'nsubj', 'progressing'), ('was', 'aux', 'progressing'), ('progressing', 'ccomp', 'told'), (',', 'punct', 'progressing'), ('till', 'mark', 'shouted'), ('at', 'prep', 'shouted'), ('last', 'pobj', 'at'), ('Mr', 'compound', 'Browne'), ('Browne', 'nsubj', 'shouted'), ('shouted', 'advcl', 'told'), ('to', 'prep', 'shouted'), ('the', 'det', 'cabman'), ('bewildered', 'amod', 'cabman'), ('cabman', 'pobj', 'to'), ('above', 'prep', 'shouted'), ('the', 'det', 'din'), ('din', 'pobj', 'above'), ('of', 'prep', 'din'), ('everybody', 'poss', 'laughter'), ('’s', 'case', 'everybody'), ('laughter', 'pobj', 'of'), (':', 'punct', 'shouted'), ('“', 'punct', 'know'), ('Do', 'aux', 'know'), ('you', 'nsubj', 'know'), ('know', 'ccomp', 'shouted'), ('Trinity', 'compound', 'College'), ('College', 'dobj', 'know'), ('?', 'punct', 'popped'), ('”', 'punct', 'popped'), ('“', 'punct', 'said'), ('Yes', 'intj', 'said'), (',', 'punct', 'Yes'), ('sir', 'npadvmod', 'Yes'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('the', 'det', 'cabman'), ('cabman', 'nsubj', 'said'), ('.', 'punct', 'said')]
He was in a dark part of the hall gazing up the staircase.
[('“', 'RB'), ('Well', 'NNP'), (',', ','), ('drive', 'NN'), ('bang', 'VBD'), ('up', 'RP'), ('against', 'IN'), ('Trinity', 'NNP'), ('College', 'NNP'), ('gates', 'NNS'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Mr', 'NNP'), ('Browne', 'NNP'), (',', ','), ('“', 'NNP'), ('and', 'CC'), ('then', 'RB'), ('we', 'PRP'), ('’', 'VBP'), ('ll', 'RB'), ('tell', 'VBP'), ('you', 'PRP'), ('where', 'WRB'), ('to', 'TO'), ('go', 'VB'), ('.', '.')]
[('“', 'PUNCT'), ('Well', 'INTJ'), (',', 'PUNCT'), ('drive', 'VERB'), ('bang', 'NOUN'), ('up', 'ADP'), ('against', 'ADP'), ('Trinity', 'PROPN'), ('College', 'PROPN'), ('gates', 'NOUN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), (',', 'PUNCT'), ('“', 'PUNCT'), ('and', 'CCONJ'), ('then', 'ADV'), ('we', 'PRON'), ('’ll', 'AUX'), ('tell', 'VERB'), ('you', 'PRON'), ('where', 'SCONJ'), ('to', 'PART'), ('go', 'VERB'), ('.', 'PUNCT')]
[('Trinity College', 'ORG'), ('Mr Browne', 'PERSON')]
[('“', 'punct', 'said'), ('Well', 'intj', 'drive'), (',', 'punct', 'drive'), ('drive', 'ccomp', 'said'), ('bang', 'dobj', 'drive'), ('up', 'prt', 'drive'), ('against', 'prep', 'drive'), ('Trinity', 'compound', 'College'), ('College', 'compound', 'gates'), ('gates', 'pobj', 'against'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Mr', 'compound', 'Browne'), ('Browne', 'nsubj', 'said'), (',', 'punct', 'said'), ('“', 'punct', 'said'), ('and', 'cc', 'said'), ('then', 'advmod', 'tell'), ('we', 'nsubj', 'tell'), ('’ll', 'aux', 'tell'), ('tell', 'conj', 'said'), ('you', 'dobj', 'tell'), ('where', 'advmod', 'go'), ('to', 'aux', 'go'), ('go', 'xcomp', 'tell'), ('.', 'punct', 'tell')]
A woman was standing near the top of the first flight, in the shadow also.
[('You', 'PRP'), ('understand', 'VBP'), ('now', 'RB'), ('?', '.'), ('”', 'JJ'), ('“', 'JJ'), ('Yes', 'NNP'), (',', ','), ('sir', 'NN'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('the', 'DT'), ('cabman', 'NN'), ('.', '.')]
[('You', 'PRON'), ('understand', 'VERB'), ('now', 'ADV'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('Yes', 'INTJ'), (',', 'PUNCT'), ('sir', 'NOUN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('the', 'DET'), ('cabman', 'NOUN'), ('.', 'PUNCT')]
[]
[('You', 'nsubj', 'understand'), ('understand', 'ROOT', 'understand'), ('now', 'advmod', 'understand'), ('?', 'punct', 'understand'), ('”', 'punct', 'understand'), ('“', 'punct', 'said'), ('Yes', 'intj', 'said'), (',', 'punct', 'said'), ('sir', 'meta', ','), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('the', 'det', 'cabman'), ('cabman', 'nsubj', 'said'), ('.', 'punct', 'said')]
He could not see her face but he could see the terracotta and salmon-pink panels of her skirt which the shadow made appear black and white.
[('“', 'RB'), ('Make', 'NNP'), ('like', 'IN'), ('a', 'DT'), ('bird', 'NN'), ('for', 'IN'), ('Trinity', 'NNP'), ('College.', 'NNP'), ('”', 'NNP'), ('“', 'NNP'), ('Right', 'NNP'), (',', ','), ('sir', 'NN'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('the', 'DT'), ('cabman', 'NN'), ('.', '.')]
[('“', 'PUNCT'), ('Make', 'VERB'), ('like', 'INTJ'), ('a', 'DET'), ('bird', 'NOUN'), ('for', 'ADP'), ('Trinity', 'PROPN'), ('College', 'PROPN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('Right', 'INTJ'), (',', 'PUNCT'), ('sir', 'NOUN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('the', 'DET'), ('cabman', 'NOUN'), ('.', 'PUNCT')]
[('Trinity College', 'ORG')]
[('“', 'punct', 'Make'), ('Make', 'ROOT', 'Make'), ('like', 'prep', 'Make'), ('a', 'det', 'bird'), ('bird', 'pobj', 'like'), ('for', 'prep', 'bird'), ('Trinity', 'compound', 'College'), ('College', 'pobj', 'for'), ('.', 'punct', 'Make'), ('”', 'punct', 'Make'), ('“', 'punct', 'said'), ('Right', 'nsubj', 'said'), (',', 'punct', 'Right'), ('sir', 'appos', 'Right'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('the', 'det', 'cabman'), ('cabman', 'nsubj', 'said'), ('.', 'punct', 'said')]
It was his wife.
[('The', 'DT'), ('horse', 'NN'), ('was', 'VBD'), ('whipped', 'VBN'), ('up', 'RB'), ('and', 'CC'), ('the', 'DT'), ('cab', 'NN'), ('rattled', 'VBD'), ('off', 'RP'), ('along', 'IN'), ('the', 'DT'), ('quay', 'NN'), ('amid', 'IN'), ('a', 'DT'), ('chorus', 'NN'), ('of', 'IN'), ('laughter', 'NN'), ('and', 'CC'), ('adieus', 'NN'), ('.', '.')]
[('The', 'DET'), ('horse', 'NOUN'), ('was', 'AUX'), ('whipped', 'VERB'), ('up', 'ADP'), ('and', 'CCONJ'), ('the', 'DET'), ('cab', 'NOUN'), ('rattled', 'VERB'), ('off', 'ADP'), ('along', 'ADP'), ('the', 'DET'), ('quay', 'NOUN'), ('amid', 'ADP'), ('a', 'DET'), ('chorus', 'NOUN'), ('of', 'ADP'), ('laughter', 'NOUN'), ('and', 'CCONJ'), ('adieus', 'NOUN'), ('.', 'PUNCT')]
[]
[('The', 'det', 'horse'), ('horse', 'nsubjpass', 'whipped'), ('was', 'auxpass', 'whipped'), ('whipped', 'ROOT', 'whipped'), ('up', 'prt', 'whipped'), ('and', 'cc', 'whipped'), ('the', 'det', 'cab'), ('cab', 'nsubj', 'rattled'), ('rattled', 'conj', 'whipped'), ('off', 'prt', 'rattled'), ('along', 'prep', 'rattled'), ('the', 'det', 'quay'), ('quay', 'pobj', 'along'), ('amid', 'prep', 'rattled'), ('a', 'det', 'chorus'), ('chorus', 'pobj', 'amid'), ('of', 'prep', 'chorus'), ('laughter', 'pobj', 'of'), ('and', 'cc', 'laughter'), ('adieus', 'conj', 'laughter'), ('.', 'punct', 'rattled')]
She was leaning on the banisters, listening to something.
[('Gabriel', 'NNP'), ('had', 'VBD'), ('not', 'RB'), ('gone', 'VBN'), ('to', 'TO'), ('the', 'DT'), ('door', 'NN'), ('with', 'IN'), ('the', 'DT'), ('others', 'NNS'), ('.', '.')]
[('Gabriel', 'PROPN'), ('had', 'AUX'), ('not', 'PART'), ('gone', 'VERB'), ('to', 'ADP'), ('the', 'DET'), ('door', 'NOUN'), ('with', 'ADP'), ('the', 'DET'), ('others', 'NOUN'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON')]
[('Gabriel', 'nsubj', 'gone'), ('had', 'aux', 'gone'), ('not', 'neg', 'gone'), ('gone', 'ROOT', 'gone'), ('to', 'prep', 'gone'), ('the', 'det', 'door'), ('door', 'pobj', 'to'), ('with', 'prep', 'door'), ('the', 'det', 'others'), ('others', 'pobj', 'with'), ('.', 'punct', 'gone')]
Gabriel was surprised at her stillness and strained his ear to listen also.
[('He', 'PRP'), ('was', 'VBD'), ('in', 'IN'), ('a', 'DT'), ('dark', 'JJ'), ('part', 'NN'), ('of', 'IN'), ('the', 'DT'), ('hall', 'NN'), ('gazing', 'VBG'), ('up', 'RP'), ('the', 'DT'), ('staircase', 'NN'), ('.', '.')]
[('He', 'PRON'), ('was', 'AUX'), ('in', 'ADP'), ('a', 'DET'), ('dark', 'ADJ'), ('part', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('hall', 'NOUN'), ('gazing', 'VERB'), ('up', 'ADP'), ('the', 'DET'), ('staircase', 'NOUN'), ('.', 'PUNCT')]
[]
[('He', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('in', 'prep', 'was'), ('a', 'det', 'part'), ('dark', 'amod', 'part'), ('part', 'pobj', 'in'), ('of', 'prep', 'part'), ('the', 'det', 'hall'), ('hall', 'pobj', 'of'), ('gazing', 'advcl', 'was'), ('up', 'prep', 'gazing'), ('the', 'det', 'staircase'), ('staircase', 'pobj', 'up'), ('.', 'punct', 'was')]
But he could hear little save the noise of laughter and dispute on the front steps, a few chords struck on the piano and a few notes of a man’s voice singing.
[('A', 'DT'), ('woman', 'NN'), ('was', 'VBD'), ('standing', 'VBG'), ('near', 'IN'), ('the', 'DT'), ('top', 'NN'), ('of', 'IN'), ('the', 'DT'), ('first', 'JJ'), ('flight', 'NN'), (',', ','), ('in', 'IN'), ('the', 'DT'), ('shadow', 'NN'), ('also', 'RB'), ('.', '.')]
[('A', 'DET'), ('woman', 'NOUN'), ('was', 'AUX'), ('standing', 'VERB'), ('near', 'ADP'), ('the', 'DET'), ('top', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('first', 'ADJ'), ('flight', 'NOUN'), (',', 'PUNCT'), ('in', 'ADP'), ('the', 'DET'), ('shadow', 'NOUN'), ('also', 'ADV'), ('.', 'PUNCT')]
[('first', 'ORDINAL')]
[('A', 'det', 'woman'), ('woman', 'nsubj', 'standing'), ('was', 'aux', 'standing'), ('standing', 'ROOT', 'standing'), ('near', 'prep', 'standing'), ('the', 'det', 'top'), ('top', 'pobj', 'near'), ('of', 'prep', 'top'), ('the', 'det', 'flight'), ('first', 'amod', 'flight'), ('flight', 'pobj', 'of'), (',', 'punct', 'standing'), ('in', 'prep', 'standing'), ('the', 'det', 'shadow'), ('shadow', 'pobj', 'in'), ('also', 'advmod', 'standing'), ('.', 'punct', 'standing')]
He stood still in the gloom of the hall, trying to catch the air that the voice was singing and gazing up at his wife.
[('He', 'PRP'), ('could', 'MD'), ('not', 'RB'), ('see', 'VB'), ('her', 'PRP$'), ('face', 'NN'), ('but', 'CC'), ('he', 'PRP'), ('could', 'MD'), ('see', 'VB'), ('the', 'DT'), ('terracotta', 'NN'), ('and', 'CC'), ('salmon-pink', 'JJ'), ('panels', 'NNS'), ('of', 'IN'), ('her', 'PRP$'), ('skirt', 'NN'), ('which', 'WDT'), ('the', 'DT'), ('shadow', 'NN'), ('made', 'VBD'), ('appear', 'JJ'), ('black', 'JJ'), ('and', 'CC'), ('white', 'JJ'), ('.', '.')]
[('He', 'PRON'), ('could', 'AUX'), ('not', 'PART'), ('see', 'VERB'), ('her', 'PRON'), ('face', 'NOUN'), ('but', 'CCONJ'), ('he', 'PRON'), ('could', 'AUX'), ('see', 'VERB'), ('the', 'DET'), ('terracotta', 'NOUN'), ('and', 'CCONJ'), ('salmon', 'NOUN'), ('-', 'PUNCT'), ('pink', 'ADJ'), ('panels', 'NOUN'), ('of', 'ADP'), ('her', 'PRON'), ('skirt', 'NOUN'), ('which', 'PRON'), ('the', 'DET'), ('shadow', 'NOUN'), ('made', 'VERB'), ('appear', 'VERB'), ('black', 'ADJ'), ('and', 'CCONJ'), ('white', 'ADJ'), ('.', 'PUNCT')]
[]
[('He', 'nsubj', 'see'), ('could', 'aux', 'see'), ('not', 'neg', 'see'), ('see', 'ROOT', 'see'), ('her', 'poss', 'face'), ('face', 'dobj', 'see'), ('but', 'cc', 'see'), ('he', 'nsubj', 'see'), ('could', 'aux', 'see'), ('see', 'conj', 'see'), ('the', 'det', 'panels'), ('terracotta', 'nmod', 'panels'), ('and', 'cc', 'terracotta'), ('salmon', 'npadvmod', 'pink'), ('-', 'punct', 'pink'), ('pink', 'conj', 'terracotta'), ('panels', 'dobj', 'see'), ('of', 'prep', 'panels'), ('her', 'poss', 'skirt'), ('skirt', 'pobj', 'of'), ('which', 'dobj', 'made'), ('the', 'det', 'shadow'), ('shadow', 'nsubj', 'made'), ('made', 'ccomp', 'see'), ('appear', 'ccomp', 'made'), ('black', 'acomp', 'appear'), ('and', 'cc', 'black'), ('white', 'conj', 'black'), ('.', 'punct', 'see')]
There was grace and mystery in her attitude as if she were a symbol of something.
[('It', 'PRP'), ('was', 'VBD'), ('his', 'PRP$'), ('wife', 'NN'), ('.', '.')]
[('It', 'PRON'), ('was', 'AUX'), ('his', 'PRON'), ('wife', 'NOUN'), ('.', 'PUNCT')]
[]
[('It', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('his', 'poss', 'wife'), ('wife', 'attr', 'was'), ('.', 'punct', 'was')]
He asked himself what is a woman standing on the stairs in the shadow, listening to distant music, a symbol of.
[('She', 'PRP'), ('was', 'VBD'), ('leaning', 'VBG'), ('on', 'IN'), ('the', 'DT'), ('banisters', 'NNS'), (',', ','), ('listening', 'VBG'), ('to', 'TO'), ('something', 'NN'), ('.', '.')]
[('She', 'PRON'), ('was', 'AUX'), ('leaning', 'VERB'), ('on', 'ADP'), ('the', 'DET'), ('banisters', 'NOUN'), (',', 'PUNCT'), ('listening', 'VERB'), ('to', 'ADP'), ('something', 'PRON'), ('.', 'PUNCT')]
[]
[('She', 'nsubj', 'leaning'), ('was', 'aux', 'leaning'), ('leaning', 'ROOT', 'leaning'), ('on', 'prep', 'leaning'), ('the', 'det', 'banisters'), ('banisters', 'pobj', 'on'), (',', 'punct', 'leaning'), ('listening', 'advcl', 'leaning'), ('to', 'prep', 'listening'), ('something', 'pobj', 'to'), ('.', 'punct', 'leaning')]
If he were a painter he would paint her in that attitude.
[('Gabriel', 'NNP'), ('was', 'VBD'), ('surprised', 'VBN'), ('at', 'IN'), ('her', 'PRP$'), ('stillness', 'NN'), ('and', 'CC'), ('strained', 'VBD'), ('his', 'PRP$'), ('ear', 'NN'), ('to', 'TO'), ('listen', 'VB'), ('also', 'RB'), ('.', '.')]
[('Gabriel', 'PROPN'), ('was', 'AUX'), ('surprised', 'ADJ'), ('at', 'ADP'), ('her', 'PRON'), ('stillness', 'NOUN'), ('and', 'CCONJ'), ('strained', 'VERB'), ('his', 'PRON'), ('ear', 'NOUN'), ('to', 'PART'), ('listen', 'VERB'), ('also', 'ADV'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON')]
[('Gabriel', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('surprised', 'acomp', 'was'), ('at', 'prep', 'surprised'), ('her', 'poss', 'stillness'), ('stillness', 'pobj', 'at'), ('and', 'cc', 'was'), ('strained', 'conj', 'was'), ('his', 'poss', 'ear'), ('ear', 'dobj', 'strained'), ('to', 'aux', 'listen'), ('listen', 'advcl', 'strained'), ('also', 'advmod', 'listen'), ('.', 'punct', 'was')]
Her blue felt hat would show off the bronze of her hair against the darkness and the dark panels of her skirt would show off the light ones.
[('But', 'CC'), ('he', 'PRP'), ('could', 'MD'), ('hear', 'VB'), ('little', 'JJ'), ('save', 'VB'), ('the', 'DT'), ('noise', 'NN'), ('of', 'IN'), ('laughter', 'NN'), ('and', 'CC'), ('dispute', 'NN'), ('on', 'IN'), ('the', 'DT'), ('front', 'JJ'), ('steps', 'NNS'), (',', ','), ('a', 'DT'), ('few', 'JJ'), ('chords', 'NNS'), ('struck', 'VBN'), ('on', 'IN'), ('the', 'DT'), ('piano', 'NN'), ('and', 'CC'), ('a', 'DT'), ('few', 'JJ'), ('notes', 'NNS'), ('of', 'IN'), ('a', 'DT'), ('man', 'NN'), ('’', 'NN'), ('s', 'JJ'), ('voice', 'NN'), ('singing', 'NN'), ('.', '.')]
[('But', 'CCONJ'), ('he', 'PRON'), ('could', 'AUX'), ('hear', 'VERB'), ('little', 'ADJ'), ('save', 'VERB'), ('the', 'DET'), ('noise', 'NOUN'), ('of', 'ADP'), ('laughter', 'NOUN'), ('and', 'CCONJ'), ('dispute', 'NOUN'), ('on', 'ADP'), ('the', 'DET'), ('front', 'ADJ'), ('steps', 'NOUN'), (',', 'PUNCT'), ('a', 'DET'), ('few', 'ADJ'), ('chords', 'NOUN'), ('struck', 'VERB'), ('on', 'ADP'), ('the', 'DET'), ('piano', 'NOUN'), ('and', 'CCONJ'), ('a', 'DET'), ('few', 'ADJ'), ('notes', 'NOUN'), ('of', 'ADP'), ('a', 'DET'), ('man', 'NOUN'), ('’s', 'PART'), ('voice', 'NOUN'), ('singing', 'NOUN'), ('.', 'PUNCT')]
[]
[('But', 'cc', 'hear'), ('he', 'nsubj', 'hear'), ('could', 'aux', 'hear'), ('hear', 'ccomp', 'struck'), ('little', 'amod', 'save'), ('save', 'ccomp', 'hear'), ('the', 'det', 'noise'), ('noise', 'dobj', 'save'), ('of', 'prep', 'noise'), ('laughter', 'pobj', 'of'), ('and', 'cc', 'laughter'), ('dispute', 'conj', 'laughter'), ('on', 'prep', 'noise'), ('the', 'det', 'steps'), ('front', 'amod', 'steps'), ('steps', 'pobj', 'on'), (',', 'punct', 'struck'), ('a', 'det', 'chords'), ('few', 'amod', 'chords'), ('chords', 'nsubj', 'struck'), ('struck', 'ROOT', 'struck'), ('on', 'prep', 'struck'), ('the', 'det', 'piano'), ('piano', 'pobj', 'on'), ('and', 'cc', 'struck'), ('a', 'det', 'notes'), ('few', 'amod', 'notes'), ('notes', 'conj', 'struck'), ('of', 'prep', 'notes'), ('a', 'det', 'man'), ('man', 'poss', 'singing'), ('’s', 'case', 'man'), ('voice', 'compound', 'singing'), ('singing', 'pobj', 'of'), ('.', 'punct', 'struck')]
Distant Music he would call the picture if he were a painter.
[('He', 'PRP'), ('stood', 'VBD'), ('still', 'RB'), ('in', 'IN'), ('the', 'DT'), ('gloom', 'NN'), ('of', 'IN'), ('the', 'DT'), ('hall', 'NN'), (',', ','), ('trying', 'VBG'), ('to', 'TO'), ('catch', 'VB'), ('the', 'DT'), ('air', 'NN'), ('that', 'IN'), ('the', 'DT'), ('voice', 'NN'), ('was', 'VBD'), ('singing', 'VBG'), ('and', 'CC'), ('gazing', 'VBG'), ('up', 'RP'), ('at', 'IN'), ('his', 'PRP$'), ('wife', 'NN'), ('.', '.')]
[('He', 'PRON'), ('stood', 'VERB'), ('still', 'ADV'), ('in', 'ADP'), ('the', 'DET'), ('gloom', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('hall', 'NOUN'), (',', 'PUNCT'), ('trying', 'VERB'), ('to', 'PART'), ('catch', 'VERB'), ('the', 'DET'), ('air', 'NOUN'), ('that', 'SCONJ'), ('the', 'DET'), ('voice', 'NOUN'), ('was', 'AUX'), ('singing', 'VERB'), ('and', 'CCONJ'), ('gazing', 'VERB'), ('up', 'ADP'), ('at', 'ADP'), ('his', 'PRON'), ('wife', 'NOUN'), ('.', 'PUNCT')]
[]
[('He', 'nsubj', 'stood'), ('stood', 'ROOT', 'stood'), ('still', 'advmod', 'stood'), ('in', 'prep', 'stood'), ('the', 'det', 'gloom'), ('gloom', 'pobj', 'in'), ('of', 'prep', 'gloom'), ('the', 'det', 'hall'), ('hall', 'pobj', 'of'), (',', 'punct', 'stood'), ('trying', 'advcl', 'stood'), ('to', 'aux', 'catch'), ('catch', 'xcomp', 'trying'), ('the', 'det', 'air'), ('air', 'dobj', 'catch'), ('that', 'dobj', 'singing'), ('the', 'det', 'voice'), ('voice', 'nsubj', 'singing'), ('was', 'aux', 'singing'), ('singing', 'relcl', 'air'), ('and', 'cc', 'singing'), ('gazing', 'conj', 'singing'), ('up', 'prt', 'gazing'), ('at', 'prep', 'gazing'), ('his', 'poss', 'wife'), ('wife', 'pobj', 'at'), ('.', 'punct', 'stood')]
The hall-door was closed; and Aunt Kate, Aunt Julia and Mary Jane came down the hall, still laughing.
[('There', 'EX'), ('was', 'VBD'), ('grace', 'NN'), ('and', 'CC'), ('mystery', 'NN'), ('in', 'IN'), ('her', 'PRP$'), ('attitude', 'NN'), ('as', 'IN'), ('if', 'IN'), ('she', 'PRP'), ('were', 'VBD'), ('a', 'DT'), ('symbol', 'NN'), ('of', 'IN'), ('something', 'NN'), ('.', '.')]
[('There', 'PRON'), ('was', 'VERB'), ('grace', 'NOUN'), ('and', 'CCONJ'), ('mystery', 'NOUN'), ('in', 'ADP'), ('her', 'PRON'), ('attitude', 'NOUN'), ('as', 'SCONJ'), ('if', 'SCONJ'), ('she', 'PRON'), ('were', 'AUX'), ('a', 'DET'), ('symbol', 'NOUN'), ('of', 'ADP'), ('something', 'PRON'), ('.', 'PUNCT')]
[]
[('There', 'expl', 'was'), ('was', 'ROOT', 'was'), ('grace', 'attr', 'was'), ('and', 'cc', 'grace'), ('mystery', 'conj', 'grace'), ('in', 'prep', 'grace'), ('her', 'poss', 'attitude'), ('attitude', 'pobj', 'in'), ('as', 'mark', 'were'), ('if', 'mark', 'were'), ('she', 'nsubj', 'were'), ('were', 'advcl', 'was'), ('a', 'det', 'symbol'), ('symbol', 'attr', 'were'), ('of', 'prep', 'symbol'), ('something', 'pobj', 'of'), ('.', 'punct', 'was')]
“Well, isn’t Freddy terrible?” said Mary Jane.
[('He', 'PRP'), ('asked', 'VBD'), ('himself', 'PRP'), ('what', 'WP'), ('is', 'VBZ'), ('a', 'DT'), ('woman', 'NN'), ('standing', 'VBG'), ('on', 'IN'), ('the', 'DT'), ('stairs', 'NNS'), ('in', 'IN'), ('the', 'DT'), ('shadow', 'NN'), (',', ','), ('listening', 'VBG'), ('to', 'TO'), ('distant', 'VB'), ('music', 'NN'), (',', ','), ('a', 'DT'), ('symbol', 'NN'), ('of', 'IN'), ('.', '.')]
[('He', 'PRON'), ('asked', 'VERB'), ('himself', 'PRON'), ('what', 'PRON'), ('is', 'AUX'), ('a', 'DET'), ('woman', 'NOUN'), ('standing', 'VERB'), ('on', 'ADP'), ('the', 'DET'), ('stairs', 'NOUN'), ('in', 'ADP'), ('the', 'DET'), ('shadow', 'NOUN'), (',', 'PUNCT'), ('listening', 'VERB'), ('to', 'ADP'), ('distant', 'ADJ'), ('music', 'NOUN'), (',', 'PUNCT'), ('a', 'DET'), ('symbol', 'NOUN'), ('of', 'ADP'), ('.', 'PUNCT')]
[]
[('He', 'nsubj', 'asked'), ('asked', 'ROOT', 'asked'), ('himself', 'dobj', 'asked'), ('what', 'nsubj', 'is'), ('is', 'ccomp', 'asked'), ('a', 'det', 'woman'), ('woman', 'attr', 'is'), ('standing', 'acl', 'woman'), ('on', 'prep', 'standing'), ('the', 'det', 'stairs'), ('stairs', 'pobj', 'on'), ('in', 'prep', 'stairs'), ('the', 'det', 'shadow'), ('shadow', 'pobj', 'in'), (',', 'punct', 'is'), ('listening', 'advcl', 'is'), ('to', 'prep', 'listening'), ('distant', 'amod', 'music'), ('music', 'pobj', 'to'), (',', 'punct', 'music'), ('a', 'det', 'symbol'), ('symbol', 'appos', 'music'), ('of', 'prep', 'symbol'), ('.', 'punct', 'asked')]
“He’s really terrible.” Gabriel said nothing but pointed up the stairs towards where his wife was standing.
[('If', 'IN'), ('he', 'PRP'), ('were', 'VBD'), ('a', 'DT'), ('painter', 'NN'), ('he', 'PRP'), ('would', 'MD'), ('paint', 'VB'), ('her', 'PRP$'), ('in', 'IN'), ('that', 'DT'), ('attitude', 'NN'), ('.', '.')]
[('If', 'SCONJ'), ('he', 'PRON'), ('were', 'AUX'), ('a', 'DET'), ('painter', 'NOUN'), ('he', 'PRON'), ('would', 'AUX'), ('paint', 'VERB'), ('her', 'PRON'), ('in', 'ADP'), ('that', 'DET'), ('attitude', 'NOUN'), ('.', 'PUNCT')]
[]
[('If', 'mark', 'were'), ('he', 'nsubj', 'were'), ('were', 'ROOT', 'were'), ('a', 'det', 'painter'), ('painter', 'attr', 'were'), ('he', 'nsubj', 'paint'), ('would', 'aux', 'paint'), ('paint', 'relcl', 'painter'), ('her', 'dobj', 'paint'), ('in', 'prep', 'paint'), ('that', 'det', 'attitude'), ('attitude', 'pobj', 'in'), ('.', 'punct', 'were')]
Now that the hall-door was closed the voice and the piano could be heard more clearly.
[('Her', 'PRP$'), ('blue', 'JJ'), ('felt', 'NN'), ('hat', 'WP'), ('would', 'MD'), ('show', 'VB'), ('off', 'RP'), ('the', 'DT'), ('bronze', 'NN'), ('of', 'IN'), ('her', 'PRP$'), ('hair', 'NN'), ('against', 'IN'), ('the', 'DT'), ('darkness', 'NN'), ('and', 'CC'), ('the', 'DT'), ('dark', 'JJ'), ('panels', 'NNS'), ('of', 'IN'), ('her', 'PRP$'), ('skirt', 'NN'), ('would', 'MD'), ('show', 'VB'), ('off', 'RP'), ('the', 'DT'), ('light', 'JJ'), ('ones', 'NNS'), ('.', '.')]
[('Her', 'PRON'), ('blue', 'ADJ'), ('felt', 'VERB'), ('hat', 'NOUN'), ('would', 'AUX'), ('show', 'VERB'), ('off', 'ADP'), ('the', 'DET'), ('bronze', 'NOUN'), ('of', 'ADP'), ('her', 'PRON'), ('hair', 'NOUN'), ('against', 'ADP'), ('the', 'DET'), ('darkness', 'NOUN'), ('and', 'CCONJ'), ('the', 'DET'), ('dark', 'ADJ'), ('panels', 'NOUN'), ('of', 'ADP'), ('her', 'PRON'), ('skirt', 'NOUN'), ('would', 'AUX'), ('show', 'VERB'), ('off', 'ADP'), ('the', 'DET'), ('light', 'ADJ'), ('ones', 'NOUN'), ('.', 'PUNCT')]
[]
[('Her', 'poss', 'blue'), ('blue', 'nsubj', 'felt'), ('felt', 'nsubj', 'show'), ('hat', 'nsubj', 'show'), ('would', 'aux', 'show'), ('show', 'ccomp', 'felt'), ('off', 'prt', 'show'), ('the', 'det', 'bronze'), ('bronze', 'dobj', 'show'), ('of', 'prep', 'bronze'), ('her', 'poss', 'hair'), ('hair', 'pobj', 'of'), ('against', 'prep', 'bronze'), ('the', 'det', 'darkness'), ('darkness', 'pobj', 'against'), ('and', 'cc', 'darkness'), ('the', 'det', 'panels'), ('dark', 'amod', 'panels'), ('panels', 'conj', 'darkness'), ('of', 'prep', 'panels'), ('her', 'poss', 'skirt'), ('skirt', 'pobj', 'of'), ('would', 'aux', 'show'), ('show', 'ROOT', 'show'), ('off', 'prt', 'show'), ('the', 'det', 'ones'), ('light', 'amod', 'ones'), ('ones', 'dobj', 'show'), ('.', 'punct', 'show')]
Gabriel held up his hand for them to be silent.
[('Distant', 'JJ'), ('Music', 'NNP'), ('he', 'PRP'), ('would', 'MD'), ('call', 'VB'), ('the', 'DT'), ('picture', 'NN'), ('if', 'IN'), ('he', 'PRP'), ('were', 'VBD'), ('a', 'DT'), ('painter', 'NN'), ('.', '.')]
[('Distant', 'PROPN'), ('Music', 'PROPN'), ('he', 'PRON'), ('would', 'AUX'), ('call', 'VERB'), ('the', 'DET'), ('picture', 'NOUN'), ('if', 'SCONJ'), ('he', 'PRON'), ('were', 'AUX'), ('a', 'DET'), ('painter', 'NOUN'), ('.', 'PUNCT')]
[('Distant Music', 'ORG')]
[('Distant', 'compound', 'Music'), ('Music', 'npadvmod', 'call'), ('he', 'nsubj', 'call'), ('would', 'aux', 'call'), ('call', 'ROOT', 'call'), ('the', 'det', 'picture'), ('picture', 'dobj', 'call'), ('if', 'mark', 'were'), ('he', 'nsubj', 'were'), ('were', 'advcl', 'call'), ('a', 'det', 'painter'), ('painter', 'attr', 'were'), ('.', 'punct', 'call')]
The song seemed to be in the old Irish tonality and the singer seemed uncertain both of his words and of his voice.
[('The', 'DT'), ('hall-door', 'NN'), ('was', 'VBD'), ('closed', 'VBN'), (';', ':'), ('and', 'CC'), ('Aunt', 'NNP'), ('Kate', 'NNP'), (',', ','), ('Aunt', 'NNP'), ('Julia', 'NNP'), ('and', 'CC'), ('Mary', 'NNP'), ('Jane', 'NNP'), ('came', 'VBD'), ('down', 'RB'), ('the', 'DT'), ('hall', 'NN'), (',', ','), ('still', 'RB'), ('laughing', 'VBG'), ('.', '.')]
[('The', 'DET'), ('hall', 'NOUN'), ('-', 'PUNCT'), ('door', 'NOUN'), ('was', 'AUX'), ('closed', 'VERB'), (';', 'PUNCT'), ('and', 'CCONJ'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), (',', 'PUNCT'), ('Aunt', 'PROPN'), ('Julia', 'PROPN'), ('and', 'CCONJ'), ('Mary', 'PROPN'), ('Jane', 'PROPN'), ('came', 'VERB'), ('down', 'ADP'), ('the', 'DET'), ('hall', 'NOUN'), (',', 'PUNCT'), ('still', 'ADV'), ('laughing', 'VERB'), ('.', 'PUNCT')]
[('Aunt Kate', 'PERSON'), ('Aunt Julia', 'PERSON'), ('Mary Jane', 'PERSON')]
[('The', 'det', 'door'), ('hall', 'compound', 'door'), ('-', 'punct', 'door'), ('door', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('closed', 'acomp', 'was'), (';', 'punct', 'was'), ('and', 'cc', 'was'), ('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'came'), (',', 'punct', 'Kate'), ('Aunt', 'compound', 'Julia'), ('Julia', 'conj', 'Kate'), ('and', 'cc', 'Julia'), ('Mary', 'compound', 'Jane'), ('Jane', 'conj', 'Julia'), ('came', 'conj', 'was'), ('down', 'prep', 'came'), ('the', 'det', 'hall'), ('hall', 'pobj', 'down'), (',', 'punct', 'came'), ('still', 'advmod', 'laughing'), ('laughing', 'advcl', 'came'), ('.', 'punct', 'came')]
The voice, made plaintive by distance and by the singer’s hoarseness, faintly illuminated the cadence of the air with words expressing grief: O, the rain falls on my heavy locks And the dew wets my skin, My babe lies cold.... “O,” exclaimed Mary Jane.
[('“', 'RB'), ('Well', 'NNP'), (',', ','), ('isn', 'NN'), ('’', 'NNP'), ('t', 'NN'), ('Freddy', 'NNP'), ('terrible', 'JJ'), ('?', '.'), ('”', 'NN'), ('said', 'VBD'), ('Mary', 'NNP'), ('Jane', 'NNP'), ('.', '.')]
[('“', 'PUNCT'), ('Well', 'INTJ'), (',', 'PUNCT'), ('is', 'AUX'), ('n’t', 'PART'), ('Freddy', 'PROPN'), ('terrible', 'ADJ'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mary', 'PROPN'), ('Jane', 'PROPN'), ('.', 'PUNCT')]
[('n’t Freddy', 'ORG'), ('Mary Jane', 'PERSON')]
[('“', 'punct', 'said'), ('Well', 'intj', 'is'), (',', 'punct', 'is'), ('is', 'ccomp', 'said'), ('n’t', 'neg', 'is'), ('Freddy', 'npadvmod', 'terrible'), ('terrible', 'acomp', 'is'), ('?', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Mary', 'compound', 'Jane'), ('Jane', 'nsubj', 'said'), ('.', 'punct', 'said')]
“It’s Bartell D’Arcy singing and he wouldn’t sing all the night.
[('“', 'NN'), ('He', 'PRP'), ('’', 'VBZ'), ('s', 'JJ'), ('really', 'RB'), ('terrible.', 'JJ'), ('”', 'NNP'), ('Gabriel', 'NNP'), ('said', 'VBD'), ('nothing', 'NN'), ('but', 'CC'), ('pointed', 'VBD'), ('up', 'RP'), ('the', 'DT'), ('stairs', 'NN'), ('towards', 'NNS'), ('where', 'WRB'), ('his', 'PRP$'), ('wife', 'NN'), ('was', 'VBD'), ('standing', 'VBG'), ('.', '.')]
[('“', 'PUNCT'), ('He', 'PRON'), ('’s', 'VERB'), ('really', 'ADV'), ('terrible', 'ADJ'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('Gabriel', 'PROPN'), ('said', 'VERB'), ('nothing', 'PRON'), ('but', 'SCONJ'), ('pointed', 'VERB'), ('up', 'ADP'), ('the', 'DET'), ('stairs', 'NOUN'), ('towards', 'ADP'), ('where', 'SCONJ'), ('his', 'PRON'), ('wife', 'NOUN'), ('was', 'AUX'), ('standing', 'VERB'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON')]
[('“', 'punct', '’s'), ('He', 'nsubj', '’s'), ('’s', 'ROOT', '’s'), ('really', 'advmod', 'terrible'), ('terrible', 'acomp', '’s'), ('.', 'punct', '’s'), ('”', 'punct', '’s'), ('Gabriel', 'nsubj', 'said'), ('said', 'ROOT', 'said'), ('nothing', 'dobj', 'said'), ('but', 'cc', 'said'), ('pointed', 'conj', 'said'), ('up', 'prt', 'pointed'), ('the', 'det', 'stairs'), ('stairs', 'dobj', 'pointed'), ('towards', 'prep', 'stairs'), ('where', 'advmod', 'standing'), ('his', 'poss', 'wife'), ('wife', 'nsubj', 'standing'), ('was', 'aux', 'standing'), ('standing', 'pcomp', 'towards'), ('.', 'punct', 'said')]
O, I’ll get him to sing a song before he goes.” “O do, Mary Jane,” said Aunt Kate.
[('Now', 'RB'), ('that', 'IN'), ('the', 'DT'), ('hall-door', 'NN'), ('was', 'VBD'), ('closed', 'VBN'), ('the', 'DT'), ('voice', 'NN'), ('and', 'CC'), ('the', 'DT'), ('piano', 'NN'), ('could', 'MD'), ('be', 'VB'), ('heard', 'VBN'), ('more', 'JJR'), ('clearly', 'RB'), ('.', '.')]
[('Now', 'ADV'), ('that', 'SCONJ'), ('the', 'DET'), ('hall', 'NOUN'), ('-', 'PUNCT'), ('door', 'NOUN'), ('was', 'AUX'), ('closed', 'VERB'), ('the', 'DET'), ('voice', 'NOUN'), ('and', 'CCONJ'), ('the', 'DET'), ('piano', 'NOUN'), ('could', 'AUX'), ('be', 'AUX'), ('heard', 'VERB'), ('more', 'ADV'), ('clearly', 'ADV'), ('.', 'PUNCT')]
[]
[('Now', 'ROOT', 'Now'), ('that', 'mark', 'closed'), ('the', 'det', 'door'), ('hall', 'compound', 'door'), ('-', 'punct', 'door'), ('door', 'nsubjpass', 'closed'), ('was', 'auxpass', 'closed'), ('closed', 'ccomp', 'Now'), ('the', 'det', 'voice'), ('voice', 'dobj', 'closed'), ('and', 'cc', 'closed'), ('the', 'det', 'piano'), ('piano', 'nsubjpass', 'heard'), ('could', 'aux', 'heard'), ('be', 'auxpass', 'heard'), ('heard', 'conj', 'closed'), ('more', 'advmod', 'clearly'), ('clearly', 'advmod', 'heard'), ('.', 'punct', 'heard')]
Mary Jane brushed past the others and ran to the staircase, but before she reached it the singing stopped and the piano was closed abruptly.
[('Gabriel', 'NNP'), ('held', 'VBD'), ('up', 'RP'), ('his', 'PRP$'), ('hand', 'NN'), ('for', 'IN'), ('them', 'PRP'), ('to', 'TO'), ('be', 'VB'), ('silent', 'JJ'), ('.', '.')]
[('Gabriel', 'PROPN'), ('held', 'VERB'), ('up', 'ADP'), ('his', 'PRON'), ('hand', 'NOUN'), ('for', 'SCONJ'), ('them', 'PRON'), ('to', 'PART'), ('be', 'AUX'), ('silent', 'ADJ'), ('.', 'PUNCT')]
[]
[('Gabriel', 'nsubj', 'held'), ('held', 'ROOT', 'held'), ('up', 'prt', 'held'), ('his', 'poss', 'hand'), ('hand', 'dobj', 'held'), ('for', 'mark', 'be'), ('them', 'nsubj', 'be'), ('to', 'aux', 'be'), ('be', 'advcl', 'held'), ('silent', 'acomp', 'be'), ('.', 'punct', 'held')]
“O, what a pity!” she cried.
[('The', 'DT'), ('song', 'NN'), ('seemed', 'VBD'), ('to', 'TO'), ('be', 'VB'), ('in', 'IN'), ('the', 'DT'), ('old', 'JJ'), ('Irish', 'JJ'), ('tonality', 'NN'), ('and', 'CC'), ('the', 'DT'), ('singer', 'NN'), ('seemed', 'VBD'), ('uncertain', 'JJ'), ('both', 'DT'), ('of', 'IN'), ('his', 'PRP$'), ('words', 'NNS'), ('and', 'CC'), ('of', 'IN'), ('his', 'PRP$'), ('voice', 'NN'), ('.', '.')]
[('The', 'DET'), ('song', 'NOUN'), ('seemed', 'VERB'), ('to', 'PART'), ('be', 'AUX'), ('in', 'ADP'), ('the', 'DET'), ('old', 'ADJ'), ('Irish', 'ADJ'), ('tonality', 'NOUN'), ('and', 'CCONJ'), ('the', 'DET'), ('singer', 'NOUN'), ('seemed', 'VERB'), ('uncertain', 'ADJ'), ('both', 'PRON'), ('of', 'ADP'), ('his', 'PRON'), ('words', 'NOUN'), ('and', 'CCONJ'), ('of', 'ADP'), ('his', 'PRON'), ('voice', 'NOUN'), ('.', 'PUNCT')]
[('Irish', 'NORP')]
[('The', 'det', 'song'), ('song', 'nsubj', 'seemed'), ('seemed', 'ROOT', 'seemed'), ('to', 'aux', 'be'), ('be', 'xcomp', 'seemed'), ('in', 'prep', 'be'), ('the', 'det', 'tonality'), ('old', 'amod', 'tonality'), ('Irish', 'amod', 'tonality'), ('tonality', 'pobj', 'in'), ('and', 'cc', 'seemed'), ('the', 'det', 'singer'), ('singer', 'nsubj', 'seemed'), ('seemed', 'conj', 'seemed'), ('uncertain', 'oprd', 'seemed'), ('both', 'oprd', 'seemed'), ('of', 'prep', 'both'), ('his', 'poss', 'words'), ('words', 'pobj', 'of'), ('and', 'cc', 'both'), ('of', 'conj', 'both'), ('his', 'poss', 'voice'), ('voice', 'pobj', 'of'), ('.', 'punct', 'seemed')]
“Is he coming down, Gretta?” Gabriel heard his wife answer yes and saw her come down towards them.
[('The', 'DT'), ('voice', 'NN'), (',', ','), ('made', 'VBN'), ('plaintive', 'NN'), ('by', 'IN'), ('distance', 'NN'), ('and', 'CC'), ('by', 'IN'), ('the', 'DT'), ('singer', 'NN'), ('’', 'NNP'), ('s', 'NN'), ('hoarseness', 'NN'), (',', ','), ('faintly', 'RB'), ('illuminated', 'VBD'), ('the', 'DT'), ('cadence', 'NN'), ('of', 'IN'), ('the', 'DT'), ('air', 'NN'), ('with', 'IN'), ('words', 'NNS'), ('expressing', 'VBG'), ('grief', 'NN'), (':', ':'), ('O', 'NNP'), (',', ','), ('the', 'DT'), ('rain', 'NN'), ('falls', 'VBZ'), ('on', 'IN'), ('my', 'PRP$'), ('heavy', 'JJ'), ('locks', 'NNS'), ('And', 'CC'), ('the', 'DT'), ('dew', 'NN'), ('wets', 'NNS'), ('my', 'PRP$'), ('skin', 'NN'), (',', ','), ('My', 'NNP'), ('babe', 'NN'), ('lies', 'VBZ'), ('cold', 'JJ'), ('....', 'NNP'), ('“', 'NNP'), ('O', 'NNP'), (',', ','), ('”', 'NNP'), ('exclaimed', 'VBD'), ('Mary', 'NNP'), ('Jane', 'NNP'), ('.', '.')]
[('The', 'DET'), ('voice', 'NOUN'), (',', 'PUNCT'), ('made', 'VERB'), ('plaintive', 'ADJ'), ('by', 'ADP'), ('distance', 'NOUN'), ('and', 'CCONJ'), ('by', 'ADP'), ('the', 'DET'), ('singer', 'NOUN'), ('’s', 'PART'), ('hoarseness', 'NOUN'), (',', 'PUNCT'), ('faintly', 'ADV'), ('illuminated', 'VERB'), ('the', 'DET'), ('cadence', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('air', 'NOUN'), ('with', 'ADP'), ('words', 'NOUN'), ('expressing', 'VERB'), ('grief', 'NOUN'), (':', 'PUNCT'), ('O', 'INTJ'), (',', 'PUNCT'), ('the', 'DET'), ('rain', 'NOUN'), ('falls', 'VERB'), ('on', 'ADP'), ('my', 'PRON'), ('heavy', 'ADJ'), ('locks', 'NOUN'), ('And', 'CCONJ'), ('the', 'DET'), ('dew', 'NOUN'), ('wets', 'VERB'), ('my', 'PRON'), ('skin', 'NOUN'), (',', 'PUNCT'), ('My', 'PRON'), ('babe', 'NOUN'), ('lies', 'VERB'), ('cold', 'ADJ'), ('....', 'PUNCT'), ('“', 'PUNCT'), ('O', 'INTJ'), (',', 'PUNCT'), ('”', 'PUNCT'), ('exclaimed', 'VERB'), ('Mary', 'PROPN'), ('Jane', 'PROPN'), ('.', 'PUNCT')]
[('Mary Jane', 'PERSON')]
[('The', 'det', 'voice'), ('voice', 'nsubj', 'illuminated'), (',', 'punct', 'voice'), ('made', 'acl', 'voice'), ('plaintive', 'oprd', 'made'), ('by', 'agent', 'made'), ('distance', 'pobj', 'by'), ('and', 'cc', 'made'), ('by', 'conj', 'made'), ('the', 'det', 'singer'), ('singer', 'poss', 'hoarseness'), ('’s', 'case', 'singer'), ('hoarseness', 'pobj', 'by'), (',', 'punct', 'voice'), ('faintly', 'advmod', 'illuminated'), ('illuminated', 'ccomp', 'falls'), ('the', 'det', 'cadence'), ('cadence', 'dobj', 'illuminated'), ('of', 'prep', 'cadence'), ('the', 'det', 'air'), ('air', 'pobj', 'of'), ('with', 'prep', 'cadence'), ('words', 'pobj', 'with'), ('expressing', 'acl', 'words'), ('grief', 'dobj', 'expressing'), (':', 'punct', 'illuminated'), ('O', 'intj', 'illuminated'), (',', 'punct', 'falls'), ('the', 'det', 'rain'), ('rain', 'nsubj', 'falls'), ('falls', 'ccomp', 'lies'), ('on', 'prep', 'falls'), ('my', 'poss', 'locks'), ('heavy', 'amod', 'locks'), ('locks', 'pobj', 'on'), ('And', 'cc', 'falls'), ('the', 'det', 'dew'), ('dew', 'nsubj', 'wets'), ('wets', 'conj', 'falls'), ('my', 'poss', 'skin'), ('skin', 'dobj', 'wets'), (',', 'punct', 'lies'), ('My', 'poss', 'babe'), ('babe', 'nsubj', 'lies'), ('lies', 'ROOT', 'lies'), ('cold', 'acomp', 'lies'), ('....', 'punct', 'lies'), ('“', 'punct', 'exclaimed'), ('O', 'intj', 'exclaimed'), (',', 'punct', 'exclaimed'), ('”', 'punct', 'exclaimed'), ('exclaimed', 'ROOT', 'exclaimed'), ('Mary', 'compound', 'Jane'), ('Jane', 'nsubj', 'exclaimed'), ('.', 'punct', 'exclaimed')]
A few steps behind her were Mr Bartell D’Arcy and Miss O’Callaghan.
[('“', 'VB'), ('It', 'PRP'), ('’', 'NNP'), ('s', 'VBZ'), ('Bartell', 'NNP'), ('D', 'NNP'), ('’', 'NNP'), ('Arcy', 'NNP'), ('singing', 'NN'), ('and', 'CC'), ('he', 'PRP'), ('wouldn', 'VBD'), ('’', 'NNP'), ('t', 'NN'), ('sing', 'VBG'), ('all', 'PDT'), ('the', 'DT'), ('night', 'NN'), ('.', '.')]
[('“', 'PUNCT'), ('It', 'PRON'), ('’s', 'VERB'), ('Bartell', 'PROPN'), ('D’Arcy', 'NOUN'), ('singing', 'NOUN'), ('and', 'CCONJ'), ('he', 'PRON'), ('would', 'AUX'), ('n’t', 'PART'), ('sing', 'VERB'), ('all', 'DET'), ('the', 'DET'), ('night', 'NOUN'), ('.', 'PUNCT')]
[]
[('“', 'punct', '’s'), ('It', 'nsubj', '’s'), ('’s', 'ROOT', '’s'), ('Bartell', 'compound', 'D’Arcy'), ('D’Arcy', 'compound', 'singing'), ('singing', 'attr', '’s'), ('and', 'cc', '’s'), ('he', 'nsubj', 'sing'), ('would', 'aux', 'sing'), ('n’t', 'neg', 'sing'), ('sing', 'conj', '’s'), ('all', 'predet', 'night'), ('the', 'det', 'night'), ('night', 'npadvmod', 'sing'), ('.', 'punct', 'sing')]
“O, Mr D’Arcy,” cried Mary Jane, “it’s downright mean of you to break off like that when we were all in raptures listening to you.” “I have been at him all the evening,” said Miss O’Callaghan, “and Mrs Conroy too and he told us he had a dreadful cold and couldn’t sing.” “O, Mr D’Arcy,” said Aunt Kate, “now that was a great fib to tell.” “Can’t you see that I’m as hoarse as a crow?” said Mr D’Arcy roughly.
[('O', 'NNP'), (',', ','), ('I', 'PRP'), ('’', 'VBP'), ('ll', 'JJ'), ('get', 'VBP'), ('him', 'PRP'), ('to', 'TO'), ('sing', 'VBG'), ('a', 'DT'), ('song', 'NN'), ('before', 'IN'), ('he', 'PRP'), ('goes.', 'VBZ'), ('”', 'JJ'), ('“', 'NNP'), ('O', 'NNP'), ('do', 'VBP'), (',', ','), ('Mary', 'NNP'), ('Jane', 'NNP'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Aunt', 'NNP'), ('Kate', 'NNP'), ('.', '.')]
[('O', 'INTJ'), (',', 'PUNCT'), ('I', 'PRON'), ('’ll', 'AUX'), ('get', 'VERB'), ('him', 'PRON'), ('to', 'PART'), ('sing', 'VERB'), ('a', 'DET'), ('song', 'NOUN'), ('before', 'SCONJ'), ('he', 'PRON'), ('goes', 'VERB'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('O', 'INTJ'), ('do', 'AUX'), (',', 'PUNCT'), ('Mary', 'PROPN'), ('Jane', 'PROPN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), ('.', 'PUNCT')]
[('Mary Jane', 'PERSON'), ('Aunt Kate', 'PERSON')]
[('O', 'intj', 'get'), (',', 'punct', 'get'), ('I', 'nsubj', 'get'), ('’ll', 'aux', 'get'), ('get', 'ROOT', 'get'), ('him', 'nsubj', 'sing'), ('to', 'aux', 'sing'), ('sing', 'ccomp', 'get'), ('a', 'det', 'song'), ('song', 'dobj', 'sing'), ('before', 'mark', 'goes'), ('he', 'nsubj', 'goes'), ('goes', 'advcl', 'sing'), ('.', 'punct', 'get'), ('”', 'punct', 'get'), ('“', 'punct', 'said'), ('O', 'intj', 'do'), ('do', 'meta', '“'), (',', 'punct', 'do'), ('Mary', 'compound', 'Jane'), ('Jane', 'npadvmod', 'do'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'said'), ('.', 'punct', 'said')]
He went into the pantry hastily and put on his overcoat.
[('Mary', 'NNP'), ('Jane', 'NNP'), ('brushed', 'VBD'), ('past', 'IN'), ('the', 'DT'), ('others', 'NNS'), ('and', 'CC'), ('ran', 'VBD'), ('to', 'TO'), ('the', 'DT'), ('staircase', 'NN'), (',', ','), ('but', 'CC'), ('before', 'IN'), ('she', 'PRP'), ('reached', 'VBD'), ('it', 'PRP'), ('the', 'DT'), ('singing', 'NN'), ('stopped', 'VBD'), ('and', 'CC'), ('the', 'DT'), ('piano', 'NN'), ('was', 'VBD'), ('closed', 'VBN'), ('abruptly', 'RB'), ('.', '.')]
[('Mary', 'PROPN'), ('Jane', 'PROPN'), ('brushed', 'VERB'), ('past', 'ADP'), ('the', 'DET'), ('others', 'NOUN'), ('and', 'CCONJ'), ('ran', 'VERB'), ('to', 'ADP'), ('the', 'DET'), ('staircase', 'NOUN'), (',', 'PUNCT'), ('but', 'CCONJ'), ('before', 'SCONJ'), ('she', 'PRON'), ('reached', 'VERB'), ('it', 'PRON'), ('the', 'DET'), ('singing', 'NOUN'), ('stopped', 'VERB'), ('and', 'CCONJ'), ('the', 'DET'), ('piano', 'NOUN'), ('was', 'AUX'), ('closed', 'VERB'), ('abruptly', 'ADV'), ('.', 'PUNCT')]
[('Mary Jane', 'PERSON')]
[('Mary', 'compound', 'Jane'), ('Jane', 'nsubj', 'brushed'), ('brushed', 'ROOT', 'brushed'), ('past', 'prep', 'brushed'), ('the', 'det', 'others'), ('others', 'pobj', 'past'), ('and', 'cc', 'brushed'), ('ran', 'conj', 'brushed'), ('to', 'prep', 'ran'), ('the', 'det', 'staircase'), ('staircase', 'pobj', 'to'), (',', 'punct', 'brushed'), ('but', 'cc', 'brushed'), ('before', 'mark', 'reached'), ('she', 'nsubj', 'reached'), ('reached', 'advcl', 'stopped'), ('it', 'dobj', 'reached'), ('the', 'det', 'singing'), ('singing', 'nsubj', 'stopped'), ('stopped', 'conj', 'brushed'), ('and', 'cc', 'stopped'), ('the', 'det', 'piano'), ('piano', 'nsubjpass', 'closed'), ('was', 'auxpass', 'closed'), ('closed', 'conj', 'stopped'), ('abruptly', 'advmod', 'closed'), ('.', 'punct', 'stopped')]
The others, taken aback by his rude speech, could find nothing to say.
[('“', 'NN'), ('O', 'NNP'), (',', ','), ('what', 'WP'), ('a', 'DT'), ('pity', 'NN'), ('!', '.'), ('”', 'NN'), ('she', 'PRP'), ('cried', 'VBD'), ('.', '.')]
[('“', 'PUNCT'), ('O', 'INTJ'), (',', 'PUNCT'), ('what', 'PRON'), ('a', 'DET'), ('pity', 'NOUN'), ('!', 'PUNCT'), ('”', 'PUNCT'), ('she', 'PRON'), ('cried', 'VERB'), ('.', 'PUNCT')]
[]
[('“', 'punct', 'cried'), ('O', 'intj', 'pity'), (',', 'punct', 'pity'), ('what', 'det', 'pity'), ('a', 'det', 'pity'), ('pity', 'meta', '“'), ('!', 'punct', 'pity'), ('”', 'punct', 'pity'), ('she', 'nsubj', 'cried'), ('cried', 'ROOT', 'cried'), ('.', 'punct', 'cried')]
Aunt Kate wrinkled her brows and made signs to the others to drop the subject.
[('“', 'NN'), ('Is', 'VBZ'), ('he', 'PRP'), ('coming', 'VBG'), ('down', 'RP'), (',', ','), ('Gretta', 'NNP'), ('?', '.'), ('”', 'NNP'), ('Gabriel', 'NNP'), ('heard', 'VBD'), ('his', 'PRP$'), ('wife', 'NN'), ('answer', 'VB'), ('yes', 'NNS'), ('and', 'CC'), ('saw', 'VBD'), ('her', 'PRP$'), ('come', 'JJ'), ('down', 'JJ'), ('towards', 'NNS'), ('them', 'PRP'), ('.', '.')]
[('“', 'PUNCT'), ('Is', 'AUX'), ('he', 'PRON'), ('coming', 'VERB'), ('down', 'ADV'), (',', 'PUNCT'), ('Gretta', 'PROPN'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('Gabriel', 'PROPN'), ('heard', 'VERB'), ('his', 'PRON'), ('wife', 'NOUN'), ('answer', 'VERB'), ('yes', 'INTJ'), ('and', 'CCONJ'), ('saw', 'VERB'), ('her', 'PRON'), ('come', 'VERB'), ('down', 'ADP'), ('towards', 'ADP'), ('them', 'PRON'), ('.', 'PUNCT')]
[('Gretta', 'PERSON'), ('Gabriel', 'PERSON')]
[('“', 'punct', 'Gretta'), ('Is', 'aux', 'coming'), ('he', 'nsubj', 'coming'), ('coming', 'ccomp', 'Gretta'), ('down', 'advmod', 'coming'), (',', 'punct', 'Gretta'), ('Gretta', 'ROOT', 'Gretta'), ('?', 'punct', 'Gretta'), ('”', 'punct', 'Gretta'), ('Gabriel', 'nsubj', 'heard'), ('heard', 'ROOT', 'heard'), ('his', 'poss', 'wife'), ('wife', 'nsubj', 'answer'), ('answer', 'ccomp', 'heard'), ('yes', 'intj', 'heard'), ('and', 'cc', 'heard'), ('saw', 'conj', 'heard'), ('her', 'nsubj', 'come'), ('come', 'ccomp', 'saw'), ('down', 'prt', 'come'), ('towards', 'prep', 'come'), ('them', 'pobj', 'towards'), ('.', 'punct', 'heard')]
Mr D’Arcy stood swathing his neck carefully and frowning.
[('A', 'DT'), ('few', 'JJ'), ('steps', 'NNS'), ('behind', 'IN'), ('her', 'PRP$'), ('were', 'VBD'), ('Mr', 'NNP'), ('Bartell', 'NNP'), ('D', 'NNP'), ('’', 'NNP'), ('Arcy', 'NNP'), ('and', 'CC'), ('Miss', 'NNP'), ('O', 'NNP'), ('’', 'NNP'), ('Callaghan', 'NNP'), ('.', '.')]
[('A', 'DET'), ('few', 'ADJ'), ('steps', 'NOUN'), ('behind', 'ADP'), ('her', 'PRON'), ('were', 'AUX'), ('Mr', 'PROPN'), ('Bartell', 'PROPN'), ('D’Arcy', 'PROPN'), ('and', 'CCONJ'), ('Miss', 'PROPN'), ('O’Callaghan', 'NOUN'), ('.', 'PUNCT')]
[('Bartell D’Arcy', 'PERSON')]
[('A', 'det', 'steps'), ('few', 'amod', 'steps'), ('steps', 'nsubj', 'were'), ('behind', 'prep', 'steps'), ('her', 'pobj', 'behind'), ('were', 'ROOT', 'were'), ('Mr', 'compound', 'Bartell'), ('Bartell', 'compound', 'D’Arcy'), ('D’Arcy', 'attr', 'were'), ('and', 'cc', 'D’Arcy'), ('Miss', 'conj', 'D’Arcy'), ('O’Callaghan', 'attr', 'were'), ('.', 'punct', 'were')]