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
“Where on earth is Gabriel?
[('Gabriel', 'NNP'), ('asked', 'VBD'), ('himself', 'PRP'), ('was', 'VBD'), ('he', 'PRP'), ('the', 'DT'), ('cause', 'NN'), ('of', 'IN'), ('her', 'PRP$'), ('abrupt', 'JJ'), ('departure', 'NN'), ('.', '.')]
[('Gabriel', 'PROPN'), ('asked', 'VERB'), ('himself', 'PRON'), ('was', 'AUX'), ('he', 'PRON'), ('the', 'DET'), ('cause', 'NOUN'), ('of', 'ADP'), ('her', 'PRON'), ('abrupt', 'ADJ'), ('departure', 'NOUN'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON')]
[('Gabriel', 'nsubj', 'asked'), ('asked', 'ROOT', 'asked'), ('himself', 'dobj', 'asked'), ('was', 'ccomp', 'asked'), ('he', 'nsubj', 'was'), ('the', 'det', 'cause'), ('cause', 'attr', 'was'), ('of', 'prep', 'cause'), ('her', 'poss', 'departure'), ('abrupt', 'amod', 'departure'), ('departure', 'pobj', 'of'), ('.', 'punct', 'asked')]
There’s everyone waiting in there, stage to let, and nobody to carve the goose!” “Here I am, Aunt Kate!” cried Gabriel, with sudden animation, “ready to carve a flock of geese, if necessary.” A fat brown goose lay at one end of the table and at the other end, on a bed of creased paper strewn with sprigs of parsley, lay a great ham, stripped of its outer skin and peppered over with crust crumbs, a neat paper frill round its shin and beside this was a round of spiced beef.
[('But', 'CC'), ('she', 'PRP'), ('did', 'VBD'), ('not', 'RB'), ('seem', 'VB'), ('to', 'TO'), ('be', 'VB'), ('in', 'IN'), ('ill', 'JJ'), ('humour', 'NN'), (':', ':'), ('she', 'PRP'), ('had', 'VBD'), ('gone', 'VBN'), ('away', 'RB'), ('laughing', 'VBG'), ('.', '.')]
[('But', 'CCONJ'), ('she', 'PRON'), ('did', 'AUX'), ('not', 'PART'), ('seem', 'VERB'), ('to', 'PART'), ('be', 'AUX'), ('in', 'ADP'), ('ill', 'ADJ'), ('humour', 'NOUN'), (':', 'PUNCT'), ('she', 'PRON'), ('had', 'AUX'), ('gone', 'VERB'), ('away', 'ADV'), ('laughing', 'VERB'), ('.', 'PUNCT')]
[]
[('But', 'cc', 'seem'), ('she', 'nsubj', 'seem'), ('did', 'aux', 'seem'), ('not', 'neg', 'seem'), ('seem', 'ccomp', 'gone'), ('to', 'aux', 'be'), ('be', 'xcomp', 'seem'), ('in', 'prep', 'be'), ('ill', 'amod', 'humour'), ('humour', 'pobj', 'in'), (':', 'punct', 'gone'), ('she', 'nsubj', 'gone'), ('had', 'aux', 'gone'), ('gone', 'ROOT', 'gone'), ('away', 'advmod', 'gone'), ('laughing', 'advcl', 'gone'), ('.', 'punct', 'gone')]
Between these rival ends ran parallel lines of side-dishes: two little minsters of jelly, red and yellow; a shallow dish full of blocks of blancmange and red jam, a large green leaf-shaped dish with a stalk-shaped handle, on which lay bunches of purple raisins and peeled almonds, a companion dish on which lay a solid rectangle of Smyrna figs, a dish of custard topped with grated nutmeg, a small bowl full of chocolates and sweets wrapped in gold and silver papers and a glass vase in which stood some tall celery stalks.
[('He', 'PRP'), ('stared', 'VBD'), ('blankly', 'RB'), ('down', 'RP'), ('the', 'DT'), ('staircase', 'NN'), ('.', '.')]
[('He', 'PRON'), ('stared', 'VERB'), ('blankly', 'ADV'), ('down', 'ADP'), ('the', 'DET'), ('staircase', 'NOUN'), ('.', 'PUNCT')]
[]
[('He', 'nsubj', 'stared'), ('stared', 'ROOT', 'stared'), ('blankly', 'advmod', 'stared'), ('down', 'prep', 'stared'), ('the', 'det', 'staircase'), ('staircase', 'pobj', 'down'), ('.', 'punct', 'stared')]
In the centre of the table there stood, as sentries to a fruit-stand which upheld a pyramid of oranges and American apples, two squat old-fashioned decanters of cut glass, one containing port and the other dark sherry.
[('At', 'IN'), ('the', 'DT'), ('moment', 'NN'), ('Aunt', 'NNP'), ('Kate', 'NNP'), ('came', 'VBD'), ('toddling', 'VBG'), ('out', 'IN'), ('of', 'IN'), ('the', 'DT'), ('supper-room', 'NN'), (',', ','), ('almost', 'RB'), ('wringing', 'VBG'), ('her', 'PRP$'), ('hands', 'NNS'), ('in', 'IN'), ('despair', 'NN'), ('.', '.')]
[('At', 'ADP'), ('the', 'DET'), ('moment', 'NOUN'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), ('came', 'AUX'), ('toddling', 'VERB'), ('out', 'ADP'), ('of', 'ADP'), ('the', 'DET'), ('supper', 'NOUN'), ('-', 'PUNCT'), ('room', 'NOUN'), (',', 'PUNCT'), ('almost', 'ADV'), ('wringing', 'VERB'), ('her', 'PRON'), ('hands', 'NOUN'), ('in', 'ADP'), ('despair', 'NOUN'), ('.', 'PUNCT')]
[('Aunt Kate', 'PERSON')]
[('At', 'prep', 'came'), ('the', 'det', 'moment'), ('moment', 'pobj', 'At'), ('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'came'), ('came', 'aux', 'toddling'), ('toddling', 'ROOT', 'toddling'), ('out', 'prep', 'toddling'), ('of', 'prep', 'out'), ('the', 'det', 'room'), ('supper', 'compound', 'room'), ('-', 'punct', 'room'), ('room', 'pobj', 'of'), (',', 'punct', 'toddling'), ('almost', 'advmod', 'wringing'), ('wringing', 'advcl', 'toddling'), ('her', 'poss', 'hands'), ('hands', 'dobj', 'wringing'), ('in', 'prep', 'wringing'), ('despair', 'pobj', 'in'), ('.', 'punct', 'toddling')]
On the closed square piano a pudding in a huge yellow dish lay in waiting and behind it were three squads of bottles of stout and ale and minerals, drawn up according to the colours of their uniforms, the first two black, with brown and red labels, the third and smallest squad white, with transverse green sashes.
[('“', 'NN'), ('Where', 'WRB'), ('is', 'VBZ'), ('Gabriel', 'NNP'), ('?', '.'), ('”', 'NN'), ('she', 'PRP'), ('cried', 'VBD'), ('.', '.')]
[('“', 'PUNCT'), ('Where', 'SCONJ'), ('is', 'AUX'), ('Gabriel', 'PROPN'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('she', 'PRON'), ('cried', 'VERB'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON')]
[('“', 'punct', 'cried'), ('Where', 'advmod', 'is'), ('is', 'parataxis', 'cried'), ('Gabriel', 'nsubj', 'is'), ('?', 'punct', 'is'), ('”', 'punct', 'cried'), ('she', 'nsubj', 'cried'), ('cried', 'ROOT', 'cried'), ('.', 'punct', 'cried')]
Gabriel took his seat boldly at the head of the table and, having looked to the edge of the carver, plunged his fork firmly into the goose.
[('“', 'NN'), ('Where', 'WRB'), ('on', 'IN'), ('earth', 'NN'), ('is', 'VBZ'), ('Gabriel', 'NNP'), ('?', '.')]
[('“', 'PUNCT'), ('Where', 'SCONJ'), ('on', 'ADP'), ('earth', 'NOUN'), ('is', 'AUX'), ('Gabriel', 'PROPN'), ('?', 'PUNCT')]
[('Gabriel', 'PERSON')]
[('“', 'punct', 'is'), ('Where', 'advmod', 'is'), ('on', 'prep', 'Where'), ('earth', 'pobj', 'on'), ('is', 'ROOT', 'is'), ('Gabriel', 'attr', 'is'), ('?', 'punct', 'is')]
He felt quite at ease now for he was an expert carver and liked nothing better than to find himself at the head of a well-laden table.
[('There', 'EX'), ('’', 'JJ'), ('s', 'NN'), ('everyone', 'NN'), ('waiting', 'VBG'), ('in', 'IN'), ('there', 'RB'), (',', ','), ('stage', 'NN'), ('to', 'TO'), ('let', 'VB'), (',', ','), ('and', 'CC'), ('nobody', 'NN'), ('to', 'TO'), ('carve', 'VB'), ('the', 'DT'), ('goose', 'NN'), ('!', '.'), ('”', 'NN'), ('“', 'IN'), ('Here', 'RB'), ('I', 'PRP'), ('am', 'VBP'), (',', ','), ('Aunt', 'NNP'), ('Kate', 'NNP'), ('!', '.'), ('”', 'NNP'), ('cried', 'VBD'), ('Gabriel', 'NNP'), (',', ','), ('with', 'IN'), ('sudden', 'JJ'), ('animation', 'NN'), (',', ','), ('“', 'NNP'), ('ready', 'NN'), ('to', 'TO'), ('carve', 'VB'), ('a', 'DT'), ('flock', 'NN'), ('of', 'IN'), ('geese', 'JJ'), (',', ','), ('if', 'IN'), ('necessary.', 'JJ'), ('”', 'VBP'), ('A', 'DT'), ('fat', 'JJ'), ('brown', 'NN'), ('goose', 'JJ'), ('lay', 'NN'), ('at', 'IN'), ('one', 'CD'), ('end', 'NN'), ('of', 'IN'), ('the', 'DT'), ('table', 'NN'), ('and', 'CC'), ('at', 'IN'), ('the', 'DT'), ('other', 'JJ'), ('end', 'NN'), (',', ','), ('on', 'IN'), ('a', 'DT'), ('bed', 'NN'), ('of', 'IN'), ('creased', 'JJ'), ('paper', 'NN'), ('strewn', 'NN'), ('with', 'IN'), ('sprigs', 'NNS'), ('of', 'IN'), ('parsley', 'NN'), (',', ','), ('lay', 'VBD'), ('a', 'DT'), ('great', 'JJ'), ('ham', 'NN'), (',', ','), ('stripped', 'VBD'), ('of', 'IN'), ('its', 'PRP$'), ('outer', 'NN'), ('skin', 'NN'), ('and', 'CC'), ('peppered', 'VBD'), ('over', 'IN'), ('with', 'IN'), ('crust', 'JJ'), ('crumbs', 'NNS'), (',', ','), ('a', 'DT'), ('neat', 'JJ'), ('paper', 'NN'), ('frill', 'NN'), ('round', 'VBD'), ('its', 'PRP$'), ('shin', 'NN'), ('and', 'CC'), ('beside', 'VB'), ('this', 'DT'), ('was', 'VBD'), ('a', 'DT'), ('round', 'NN'), ('of', 'IN'), ('spiced', 'JJ'), ('beef', 'NN'), ('.', '.')]
[('There', 'PRON'), ('’s', 'VERB'), ('everyone', 'PRON'), ('waiting', 'VERB'), ('in', 'ADV'), ('there', 'ADV'), (',', 'PUNCT'), ('stage', 'NOUN'), ('to', 'PART'), ('let', 'VERB'), (',', 'PUNCT'), ('and', 'CCONJ'), ('nobody', 'PRON'), ('to', 'PART'), ('carve', 'VERB'), ('the', 'DET'), ('goose', 'NOUN'), ('!', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('Here', 'ADV'), ('I', 'PRON'), ('am', 'AUX'), (',', 'PUNCT'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), ('!', 'PUNCT'), ('”', 'PUNCT'), ('cried', 'VERB'), ('Gabriel', 'PROPN'), (',', 'PUNCT'), ('with', 'ADP'), ('sudden', 'ADJ'), ('animation', 'NOUN'), (',', 'PUNCT'), ('“', 'PUNCT'), ('ready', 'ADJ'), ('to', 'PART'), ('carve', 'VERB'), ('a', 'DET'), ('flock', 'NOUN'), ('of', 'ADP'), ('geese', 'ADJ'), (',', 'PUNCT'), ('if', 'SCONJ'), ('necessary', 'ADJ'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('A', 'DET'), ('fat', 'ADJ'), ('brown', 'ADJ'), ('goose', 'NOUN'), ('lay', 'VERB'), ('at', 'ADP'), ('one', 'NUM'), ('end', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('table', 'NOUN'), ('and', 'CCONJ'), ('at', 'ADP'), ('the', 'DET'), ('other', 'ADJ'), ('end', 'NOUN'), (',', 'PUNCT'), ('on', 'ADP'), ('a', 'DET'), ('bed', 'NOUN'), ('of', 'ADP'), ('creased', 'ADJ'), ('paper', 'NOUN'), ('strewn', 'VERB'), ('with', 'ADP'), ('sprigs', 'NOUN'), ('of', 'ADP'), ('parsley', 'NOUN'), (',', 'PUNCT'), ('lay', 'VERB'), ('a', 'DET'), ('great', 'ADJ'), ('ham', 'NOUN'), (',', 'PUNCT'), ('stripped', 'VERB'), ('of', 'ADP'), ('its', 'PRON'), ('outer', 'ADJ'), ('skin', 'NOUN'), ('and', 'CCONJ'), ('peppered', 'VERB'), ('over', 'ADP'), ('with', 'ADP'), ('crust', 'NOUN'), ('crumbs', 'NOUN'), (',', 'PUNCT'), ('a', 'DET'), ('neat', 'ADJ'), ('paper', 'NOUN'), ('frill', 'NOUN'), ('round', 'VERB'), ('its', 'PRON'), ('shin', 'NOUN'), ('and', 'CCONJ'), ('beside', 'ADP'), ('this', 'PRON'), ('was', 'AUX'), ('a', 'DET'), ('round', 'NOUN'), ('of', 'ADP'), ('spiced', 'ADJ'), ('beef', 'NOUN'), ('.', 'PUNCT')]
[('Kate', 'PERSON'), ('Gabriel', 'PERSON'), ('geese', 'NORP'), ('one', 'CARDINAL')]
[('There', 'expl', '’s'), ('’s', 'ROOT', '’s'), ('everyone', 'attr', '’s'), ('waiting', 'acl', 'everyone'), ('in', 'advmod', 'there'), ('there', 'advmod', 'waiting'), (',', 'punct', 'stage'), ('stage', 'attr', '’s'), ('to', 'aux', 'let'), ('let', 'relcl', 'stage'), (',', 'punct', 'stage'), ('and', 'cc', 'stage'), ('nobody', 'conj', 'stage'), ('to', 'aux', 'carve'), ('carve', 'relcl', 'nobody'), ('the', 'det', 'goose'), ('goose', 'dobj', 'carve'), ('!', 'punct', '’s'), ('”', 'punct', '’s'), ('“', 'punct', 'cried'), ('Here', 'advmod', 'am'), ('I', 'nsubj', 'am'), ('am', 'meta', '“'), (',', 'punct', 'am'), ('Aunt', 'compound', 'Kate'), ('Kate', 'npadvmod', 'am'), ('!', 'punct', 'am'), ('”', 'punct', 'am'), ('cried', 'ROOT', 'cried'), ('Gabriel', 'nsubj', 'cried'), (',', 'punct', 'cried'), ('with', 'prep', 'cried'), ('sudden', 'amod', 'animation'), ('animation', 'pobj', 'with'), (',', 'punct', 'animation'), ('“', 'punct', 'ready'), ('ready', 'advcl', 'cried'), ('to', 'aux', 'carve'), ('carve', 'xcomp', 'ready'), ('a', 'det', 'flock'), ('flock', 'dobj', 'carve'), ('of', 'prep', 'flock'), ('geese', 'pobj', 'of'), (',', 'punct', 'carve'), ('if', 'mark', 'necessary'), ('necessary', 'advcl', 'carve'), ('.', 'punct', 'cried'), ('”', 'punct', 'cried'), ('A', 'det', 'goose'), ('fat', 'amod', 'goose'), ('brown', 'amod', 'goose'), ('goose', 'nsubj', 'lay'), ('lay', 'ROOT', 'lay'), ('at', 'prep', 'lay'), ('one', 'nummod', 'end'), ('end', 'pobj', 'at'), ('of', 'prep', 'end'), ('the', 'det', 'table'), ('table', 'pobj', 'of'), ('and', 'cc', 'lay'), ('at', 'prep', 'lay'), ('the', 'det', 'end'), ('other', 'amod', 'end'), ('end', 'pobj', 'at'), (',', 'punct', 'lay'), ('on', 'prep', 'lay'), ('a', 'det', 'bed'), ('bed', 'pobj', 'on'), ('of', 'prep', 'bed'), ('creased', 'amod', 'paper'), ('paper', 'pobj', 'of'), ('strewn', 'acl', 'paper'), ('with', 'prep', 'strewn'), ('sprigs', 'pobj', 'with'), ('of', 'prep', 'sprigs'), ('parsley', 'pobj', 'of'), (',', 'punct', 'lay'), ('lay', 'conj', 'lay'), ('a', 'det', 'ham'), ('great', 'amod', 'ham'), ('ham', 'dobj', 'lay'), (',', 'punct', 'ham'), ('stripped', 'acl', 'ham'), ('of', 'prep', 'stripped'), ('its', 'poss', 'skin'), ('outer', 'amod', 'skin'), ('skin', 'pobj', 'of'), ('and', 'cc', 'stripped'), ('peppered', 'conj', 'stripped'), ('over', 'prt', 'peppered'), ('with', 'prep', 'peppered'), ('crust', 'compound', 'crumbs'), ('crumbs', 'pobj', 'with'), (',', 'punct', 'ham'), ('a', 'det', 'frill'), ('neat', 'amod', 'frill'), ('paper', 'compound', 'frill'), ('frill', 'nsubj', 'round'), ('round', 'ccomp', 'lay'), ('its', 'poss', 'shin'), ('shin', 'dobj', 'round'), ('and', 'cc', 'round'), ('beside', 'conj', 'round'), ('this', 'pobj', 'beside'), ('was', 'advcl', 'lay'), ('a', 'det', 'round'), ('round', 'attr', 'was'), ('of', 'prep', 'round'), ('spiced', 'amod', 'beef'), ('beef', 'pobj', 'of'), ('.', 'punct', 'lay')]
“Miss Furlong, what shall I send you?” he asked.
[('Between', 'IN'), ('these', 'DT'), ('rival', 'JJ'), ('ends', 'NNS'), ('ran', 'VBD'), ('parallel', 'JJ'), ('lines', 'NNS'), ('of', 'IN'), ('side-dishes', 'NNS'), (':', ':'), ('two', 'CD'), ('little', 'JJ'), ('minsters', 'NNS'), ('of', 'IN'), ('jelly', 'RB'), (',', ','), ('red', 'JJ'), ('and', 'CC'), ('yellow', 'JJ'), (';', ':'), ('a', 'DT'), ('shallow', 'JJ'), ('dish', 'JJ'), ('full', 'JJ'), ('of', 'IN'), ('blocks', 'NNS'), ('of', 'IN'), ('blancmange', 'NN'), ('and', 'CC'), ('red', 'JJ'), ('jam', 'NN'), (',', ','), ('a', 'DT'), ('large', 'JJ'), ('green', 'JJ'), ('leaf-shaped', 'JJ'), ('dish', 'NN'), ('with', 'IN'), ('a', 'DT'), ('stalk-shaped', 'JJ'), ('handle', 'NN'), (',', ','), ('on', 'IN'), ('which', 'WDT'), ('lay', 'VBD'), ('bunches', 'NNS'), ('of', 'IN'), ('purple', 'NN'), ('raisins', 'NNS'), ('and', 'CC'), ('peeled', 'JJ'), ('almonds', 'NNS'), (',', ','), ('a', 'DT'), ('companion', 'NN'), ('dish', 'NN'), ('on', 'IN'), ('which', 'WDT'), ('lay', 'VBD'), ('a', 'DT'), ('solid', 'JJ'), ('rectangle', 'NN'), ('of', 'IN'), ('Smyrna', 'NNP'), ('figs', 'NNS'), (',', ','), ('a', 'DT'), ('dish', 'NN'), ('of', 'IN'), ('custard', 'NN'), ('topped', 'VBN'), ('with', 'IN'), ('grated', 'JJ'), ('nutmeg', 'NN'), (',', ','), ('a', 'DT'), ('small', 'JJ'), ('bowl', 'NN'), ('full', 'JJ'), ('of', 'IN'), ('chocolates', 'NNS'), ('and', 'CC'), ('sweets', 'NNS'), ('wrapped', 'VBD'), ('in', 'IN'), ('gold', 'NN'), ('and', 'CC'), ('silver', 'NN'), ('papers', 'NNS'), ('and', 'CC'), ('a', 'DT'), ('glass', 'NN'), ('vase', 'NN'), ('in', 'IN'), ('which', 'WDT'), ('stood', 'VBD'), ('some', 'DT'), ('tall', 'JJ'), ('celery', 'NN'), ('stalks', 'NNS'), ('.', '.')]
[('Between', 'ADP'), ('these', 'DET'), ('rival', 'ADJ'), ('ends', 'NOUN'), ('ran', 'VERB'), ('parallel', 'ADJ'), ('lines', 'NOUN'), ('of', 'ADP'), ('side', 'NOUN'), ('-', 'PUNCT'), ('dishes', 'NOUN'), (':', 'PUNCT'), ('two', 'NUM'), ('little', 'ADJ'), ('minsters', 'NOUN'), ('of', 'ADP'), ('jelly', 'PROPN'), (',', 'PUNCT'), ('red', 'ADJ'), ('and', 'CCONJ'), ('yellow', 'ADJ'), (';', 'PUNCT'), ('a', 'DET'), ('shallow', 'ADJ'), ('dish', 'NOUN'), ('full', 'ADJ'), ('of', 'ADP'), ('blocks', 'NOUN'), ('of', 'ADP'), ('blancmange', 'NOUN'), ('and', 'CCONJ'), ('red', 'ADJ'), ('jam', 'PROPN'), (',', 'PUNCT'), ('a', 'DET'), ('large', 'ADJ'), ('green', 'ADJ'), ('leaf', 'NOUN'), ('-', 'PUNCT'), ('shaped', 'VERB'), ('dish', 'NOUN'), ('with', 'ADP'), ('a', 'DET'), ('stalk', 'NOUN'), ('-', 'PUNCT'), ('shaped', 'VERB'), ('handle', 'NOUN'), (',', 'PUNCT'), ('on', 'ADP'), ('which', 'PRON'), ('lay', 'VERB'), ('bunches', 'NOUN'), ('of', 'ADP'), ('purple', 'ADJ'), ('raisins', 'NOUN'), ('and', 'CCONJ'), ('peeled', 'ADJ'), ('almonds', 'NOUN'), (',', 'PUNCT'), ('a', 'DET'), ('companion', 'NOUN'), ('dish', 'NOUN'), ('on', 'ADP'), ('which', 'PRON'), ('lay', 'VERB'), ('a', 'DET'), ('solid', 'ADJ'), ('rectangle', 'NOUN'), ('of', 'ADP'), ('Smyrna', 'PROPN'), ('figs', 'NOUN'), (',', 'PUNCT'), ('a', 'DET'), ('dish', 'NOUN'), ('of', 'ADP'), ('custard', 'NOUN'), ('topped', 'VERB'), ('with', 'ADP'), ('grated', 'ADJ'), ('nutmeg', 'PROPN'), (',', 'PUNCT'), ('a', 'DET'), ('small', 'ADJ'), ('bowl', 'NOUN'), ('full', 'ADJ'), ('of', 'ADP'), ('chocolates', 'NOUN'), ('and', 'CCONJ'), ('sweets', 'NOUN'), ('wrapped', 'VERB'), ('in', 'ADP'), ('gold', 'NOUN'), ('and', 'CCONJ'), ('silver', 'ADJ'), ('papers', 'NOUN'), ('and', 'CCONJ'), ('a', 'DET'), ('glass', 'NOUN'), ('vase', 'NOUN'), ('in', 'ADP'), ('which', 'PRON'), ('stood', 'VERB'), ('some', 'DET'), ('tall', 'ADJ'), ('celery', 'NOUN'), ('stalks', 'NOUN'), ('.', 'PUNCT')]
[('two', 'CARDINAL'), ('Smyrna', 'GPE')]
[('Between', 'prep', 'ran'), ('these', 'det', 'ends'), ('rival', 'amod', 'ends'), ('ends', 'pobj', 'Between'), ('ran', 'ROOT', 'ran'), ('parallel', 'amod', 'lines'), ('lines', 'dobj', 'ran'), ('of', 'prep', 'lines'), ('side', 'compound', 'dishes'), ('-', 'punct', 'dishes'), ('dishes', 'pobj', 'of'), (':', 'punct', 'lines'), ('two', 'nummod', 'minsters'), ('little', 'amod', 'minsters'), ('minsters', 'npadvmod', 'ran'), ('of', 'prep', 'minsters'), ('jelly', 'pobj', 'of'), (',', 'punct', 'jelly'), ('red', 'conj', 'jelly'), ('and', 'cc', 'red'), ('yellow', 'conj', 'red'), (';', 'punct', 'minsters'), ('a', 'det', 'dish'), ('shallow', 'amod', 'dish'), ('dish', 'conj', 'minsters'), ('full', 'amod', 'dish'), ('of', 'prep', 'full'), ('blocks', 'pobj', 'of'), ('of', 'prep', 'blocks'), ('blancmange', 'pobj', 'of'), ('and', 'cc', 'blancmange'), ('red', 'amod', 'jam'), ('jam', 'conj', 'blancmange'), (',', 'punct', 'blocks'), ('a', 'det', 'dish'), ('large', 'amod', 'dish'), ('green', 'amod', 'dish'), ('leaf', 'npadvmod', 'shaped'), ('-', 'punct', 'shaped'), ('shaped', 'amod', 'dish'), ('dish', 'appos', 'dish'), ('with', 'prep', 'dish'), ('a', 'det', 'handle'), ('stalk', 'npadvmod', 'shaped'), ('-', 'punct', 'shaped'), ('shaped', 'amod', 'handle'), ('handle', 'pobj', 'with'), (',', 'punct', 'handle'), ('on', 'prep', 'dish'), ('which', 'nsubj', 'lay'), ('lay', 'pcomp', 'on'), ('bunches', 'dobj', 'lay'), ('of', 'prep', 'bunches'), ('purple', 'amod', 'raisins'), ('raisins', 'pobj', 'of'), ('and', 'cc', 'raisins'), ('peeled', 'amod', 'almonds'), ('almonds', 'conj', 'raisins'), (',', 'punct', 'dish'), ('a', 'det', 'dish'), ('companion', 'compound', 'dish'), ('dish', 'relcl', 'handle'), ('on', 'prep', 'lay'), ('which', 'pobj', 'on'), ('lay', 'relcl', 'dish'), ('a', 'det', 'rectangle'), ('solid', 'amod', 'rectangle'), ('rectangle', 'dobj', 'lay'), ('of', 'prep', 'rectangle'), ('Smyrna', 'compound', 'figs'), ('figs', 'pobj', 'of'), (',', 'punct', 'figs'), ('a', 'det', 'dish'), ('dish', 'appos', 'figs'), ('of', 'prep', 'dish'), ('custard', 'pobj', 'of'), ('topped', 'acl', 'dish'), ('with', 'prep', 'topped'), ('grated', 'amod', 'nutmeg'), ('nutmeg', 'pobj', 'with'), (',', 'punct', 'nutmeg'), ('a', 'det', 'bowl'), ('small', 'amod', 'bowl'), ('bowl', 'appos', 'nutmeg'), ('full', 'amod', 'bowl'), ('of', 'prep', 'full'), ('chocolates', 'pobj', 'of'), ('and', 'cc', 'chocolates'), ('sweets', 'conj', 'chocolates'), ('wrapped', 'acl', 'chocolates'), ('in', 'prep', 'wrapped'), ('gold', 'nmod', 'papers'), ('and', 'cc', 'gold'), ('silver', 'conj', 'gold'), ('papers', 'pobj', 'in'), ('and', 'cc', 'bowl'), ('a', 'det', 'vase'), ('glass', 'compound', 'vase'), ('vase', 'conj', 'bowl'), ('in', 'prep', 'stood'), ('which', 'pobj', 'in'), ('stood', 'relcl', 'vase'), ('some', 'det', 'stalks'), ('tall', 'amod', 'stalks'), ('celery', 'compound', 'stalks'), ('stalks', 'dobj', 'stood'), ('.', 'punct', 'ran')]
“A wing or a slice of the breast?” “Just a small slice of the breast.” “Miss Higgins, what for you?” “O, anything at all, Mr Conroy.” While Gabriel and Miss Daly exchanged plates of goose and plates of ham and spiced beef Lily went from guest to guest with a dish of hot floury potatoes wrapped in a white napkin.
[('In', 'IN'), ('the', 'DT'), ('centre', 'NN'), ('of', 'IN'), ('the', 'DT'), ('table', 'NN'), ('there', 'RB'), ('stood', 'RB'), (',', ','), ('as', 'IN'), ('sentries', 'NNS'), ('to', 'TO'), ('a', 'DT'), ('fruit-stand', 'NN'), ('which', 'WDT'), ('upheld', 'VBD'), ('a', 'DT'), ('pyramid', 'NN'), ('of', 'IN'), ('oranges', 'NNS'), ('and', 'CC'), ('American', 'JJ'), ('apples', 'NNS'), (',', ','), ('two', 'CD'), ('squat', 'JJ'), ('old-fashioned', 'JJ'), ('decanters', 'NNS'), ('of', 'IN'), ('cut', 'NN'), ('glass', 'NN'), (',', ','), ('one', 'CD'), ('containing', 'VBG'), ('port', 'NN'), ('and', 'CC'), ('the', 'DT'), ('other', 'JJ'), ('dark', 'NN'), ('sherry', 'NN'), ('.', '.')]
[('In', 'ADP'), ('the', 'DET'), ('centre', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('table', 'NOUN'), ('there', 'ADV'), ('stood', 'VERB'), (',', 'PUNCT'), ('as', 'ADP'), ('sentries', 'NOUN'), ('to', 'ADP'), ('a', 'DET'), ('fruit', 'NOUN'), ('-', 'PUNCT'), ('stand', 'NOUN'), ('which', 'PRON'), ('upheld', 'VERB'), ('a', 'DET'), ('pyramid', 'NOUN'), ('of', 'ADP'), ('oranges', 'NOUN'), ('and', 'CCONJ'), ('American', 'ADJ'), ('apples', 'NOUN'), (',', 'PUNCT'), ('two', 'NUM'), ('squat', 'ADJ'), ('old', 'ADJ'), ('-', 'PUNCT'), ('fashioned', 'ADJ'), ('decanters', 'NOUN'), ('of', 'ADP'), ('cut', 'ADJ'), ('glass', 'NOUN'), (',', 'PUNCT'), ('one', 'NUM'), ('containing', 'VERB'), ('port', 'NOUN'), ('and', 'CCONJ'), ('the', 'DET'), ('other', 'ADJ'), ('dark', 'PROPN'), ('sherry', 'NOUN'), ('.', 'PUNCT')]
[('American', 'NORP'), ('two', 'CARDINAL')]
[('In', 'prep', 'stood'), ('the', 'det', 'centre'), ('centre', 'pobj', 'In'), ('of', 'prep', 'centre'), ('the', 'det', 'table'), ('table', 'pobj', 'of'), ('there', 'advmod', 'table'), ('stood', 'ROOT', 'stood'), (',', 'punct', 'stood'), ('as', 'prep', 'stood'), ('sentries', 'pobj', 'as'), ('to', 'prep', 'sentries'), ('a', 'det', 'stand'), ('fruit', 'compound', 'stand'), ('-', 'punct', 'stand'), ('stand', 'pobj', 'to'), ('which', 'nsubj', 'upheld'), ('upheld', 'relcl', 'stand'), ('a', 'det', 'pyramid'), ('pyramid', 'dobj', 'upheld'), ('of', 'prep', 'pyramid'), ('oranges', 'pobj', 'of'), ('and', 'cc', 'oranges'), ('American', 'amod', 'apples'), ('apples', 'conj', 'oranges'), (',', 'punct', 'sentries'), ('two', 'nummod', 'decanters'), ('squat', 'amod', 'decanters'), ('old', 'amod', 'fashioned'), ('-', 'punct', 'fashioned'), ('fashioned', 'amod', 'decanters'), ('decanters', 'appos', 'sentries'), ('of', 'prep', 'decanters'), ('cut', 'compound', 'glass'), ('glass', 'pobj', 'of'), (',', 'punct', 'decanters'), ('one', 'appos', 'decanters'), ('containing', 'acl', 'one'), ('port', 'dobj', 'containing'), ('and', 'cc', 'port'), ('the', 'det', 'sherry'), ('other', 'amod', 'sherry'), ('dark', 'compound', 'sherry'), ('sherry', 'conj', 'port'), ('.', 'punct', 'stood')]
This was Mary Jane’s idea and she had also suggested apple sauce for the goose but Aunt Kate had said that plain roast goose without any apple sauce had always been good enough for her and she hoped she might never eat worse.
[('On', 'IN'), ('the', 'DT'), ('closed', 'JJ'), ('square', 'NN'), ('piano', 'NN'), ('a', 'DT'), ('pudding', 'NN'), ('in', 'IN'), ('a', 'DT'), ('huge', 'JJ'), ('yellow', 'JJ'), ('dish', 'NN'), ('lay', 'NN'), ('in', 'IN'), ('waiting', 'VBG'), ('and', 'CC'), ('behind', 'IN'), ('it', 'PRP'), ('were', 'VBD'), ('three', 'CD'), ('squads', 'NNS'), ('of', 'IN'), ('bottles', 'NNS'), ('of', 'IN'), ('stout', 'NN'), ('and', 'CC'), ('ale', 'NN'), ('and', 'CC'), ('minerals', 'NNS'), (',', ','), ('drawn', 'VBN'), ('up', 'RP'), ('according', 'VBG'), ('to', 'TO'), ('the', 'DT'), ('colours', 'NNS'), ('of', 'IN'), ('their', 'PRP$'), ('uniforms', 'NNS'), (',', ','), ('the', 'DT'), ('first', 'JJ'), ('two', 'CD'), ('black', 'JJ'), (',', ','), ('with', 'IN'), ('brown', 'JJ'), ('and', 'CC'), ('red', 'JJ'), ('labels', 'NNS'), (',', ','), ('the', 'DT'), ('third', 'JJ'), ('and', 'CC'), ('smallest', 'JJS'), ('squad', 'JJ'), ('white', 'JJ'), (',', ','), ('with', 'IN'), ('transverse', 'NN'), ('green', 'JJ'), ('sashes', 'NNS'), ('.', '.')]
[('On', 'ADP'), ('the', 'DET'), ('closed', 'ADJ'), ('square', 'ADJ'), ('piano', 'NOUN'), ('a', 'DET'), ('pudding', 'NOUN'), ('in', 'ADP'), ('a', 'DET'), ('huge', 'ADJ'), ('yellow', 'ADJ'), ('dish', 'NOUN'), ('lay', 'VERB'), ('in', 'ADP'), ('waiting', 'VERB'), ('and', 'CCONJ'), ('behind', 'ADP'), ('it', 'PRON'), ('were', 'AUX'), ('three', 'NUM'), ('squads', 'NOUN'), ('of', 'ADP'), ('bottles', 'NOUN'), ('of', 'ADP'), ('stout', 'NOUN'), ('and', 'CCONJ'), ('ale', 'NOUN'), ('and', 'CCONJ'), ('minerals', 'NOUN'), (',', 'PUNCT'), ('drawn', 'VERB'), ('up', 'ADP'), ('according', 'VERB'), ('to', 'ADP'), ('the', 'DET'), ('colours', 'NOUN'), ('of', 'ADP'), ('their', 'PRON'), ('uniforms', 'NOUN'), (',', 'PUNCT'), ('the', 'DET'), ('first', 'ADJ'), ('two', 'NUM'), ('black', 'ADJ'), (',', 'PUNCT'), ('with', 'ADP'), ('brown', 'ADJ'), ('and', 'CCONJ'), ('red', 'ADJ'), ('labels', 'NOUN'), (',', 'PUNCT'), ('the', 'DET'), ('third', 'ADJ'), ('and', 'CCONJ'), ('smallest', 'ADJ'), ('squad', 'PROPN'), ('white', 'PROPN'), (',', 'PUNCT'), ('with', 'ADP'), ('transverse', 'ADJ'), ('green', 'ADJ'), ('sashes', 'NOUN'), ('.', 'PUNCT')]
[('three', 'CARDINAL'), ('first', 'ORDINAL'), ('two', 'CARDINAL'), ('third', 'ORDINAL')]
[('On', 'prep', 'lay'), ('the', 'det', 'piano'), ('closed', 'amod', 'piano'), ('square', 'amod', 'piano'), ('piano', 'pobj', 'On'), ('a', 'det', 'pudding'), ('pudding', 'nsubj', 'lay'), ('in', 'prep', 'pudding'), ('a', 'det', 'dish'), ('huge', 'amod', 'dish'), ('yellow', 'amod', 'dish'), ('dish', 'pobj', 'in'), ('lay', 'ROOT', 'lay'), ('in', 'prep', 'lay'), ('waiting', 'pobj', 'in'), ('and', 'cc', 'lay'), ('behind', 'prep', 'were'), ('it', 'nsubj', 'were'), ('were', 'conj', 'lay'), ('three', 'nummod', 'squads'), ('squads', 'attr', 'were'), ('of', 'prep', 'squads'), ('bottles', 'pobj', 'of'), ('of', 'prep', 'bottles'), ('stout', 'pobj', 'of'), ('and', 'cc', 'stout'), ('ale', 'conj', 'stout'), ('and', 'cc', 'ale'), ('minerals', 'conj', 'ale'), (',', 'punct', 'squads'), ('drawn', 'acl', 'squads'), ('up', 'prt', 'drawn'), ('according', 'prep', 'drawn'), ('to', 'prep', 'according'), ('the', 'det', 'colours'), ('colours', 'pobj', 'to'), ('of', 'prep', 'colours'), ('their', 'poss', 'uniforms'), ('uniforms', 'pobj', 'of'), (',', 'punct', 'squads'), ('the', 'det', 'black'), ('first', 'amod', 'black'), ('two', 'nummod', 'black'), ('black', 'appos', 'squads'), (',', 'punct', 'black'), ('with', 'prep', 'black'), ('brown', 'amod', 'labels'), ('and', 'cc', 'brown'), ('red', 'conj', 'brown'), ('labels', 'pobj', 'with'), (',', 'punct', 'black'), ('the', 'det', 'squad'), ('third', 'amod', 'squad'), ('and', 'cc', 'third'), ('smallest', 'conj', 'third'), ('squad', 'compound', 'white'), ('white', 'conj', 'black'), (',', 'punct', 'white'), ('with', 'prep', 'black'), ('transverse', 'amod', 'sashes'), ('green', 'amod', 'sashes'), ('sashes', 'pobj', 'with'), ('.', 'punct', 'were')]
Mary Jane waited on her pupils and saw that they got the best slices and Aunt Kate and Aunt Julia opened and carried across from the piano bottles of stout and ale for the gentlemen and bottles of minerals for the ladies.
[('Gabriel', 'NNP'), ('took', 'VBD'), ('his', 'PRP$'), ('seat', 'NN'), ('boldly', 'RB'), ('at', 'IN'), ('the', 'DT'), ('head', 'NN'), ('of', 'IN'), ('the', 'DT'), ('table', 'NN'), ('and', 'CC'), (',', ','), ('having', 'VBG'), ('looked', 'VBN'), ('to', 'TO'), ('the', 'DT'), ('edge', 'NN'), ('of', 'IN'), ('the', 'DT'), ('carver', 'NN'), (',', ','), ('plunged', 'VBD'), ('his', 'PRP$'), ('fork', 'NN'), ('firmly', 'RB'), ('into', 'IN'), ('the', 'DT'), ('goose', 'NN'), ('.', '.')]
[('Gabriel', 'PROPN'), ('took', 'VERB'), ('his', 'PRON'), ('seat', 'NOUN'), ('boldly', 'ADV'), ('at', 'ADP'), ('the', 'DET'), ('head', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('table', 'NOUN'), ('and', 'CCONJ'), (',', 'PUNCT'), ('having', 'AUX'), ('looked', 'VERB'), ('to', 'ADP'), ('the', 'DET'), ('edge', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('carver', 'NOUN'), (',', 'PUNCT'), ('plunged', 'VERB'), ('his', 'PRON'), ('fork', 'NOUN'), ('firmly', 'ADV'), ('into', 'ADP'), ('the', 'DET'), ('goose', 'NOUN'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON')]
[('Gabriel', 'nsubj', 'took'), ('took', 'ROOT', 'took'), ('his', 'poss', 'seat'), ('seat', 'dobj', 'took'), ('boldly', 'advmod', 'took'), ('at', 'prep', 'took'), ('the', 'det', 'head'), ('head', 'pobj', 'at'), ('of', 'prep', 'head'), ('the', 'det', 'table'), ('table', 'pobj', 'of'), ('and', 'cc', 'took'), (',', 'punct', 'took'), ('having', 'aux', 'looked'), ('looked', 'advcl', 'took'), ('to', 'prep', 'looked'), ('the', 'det', 'edge'), ('edge', 'pobj', 'to'), ('of', 'prep', 'edge'), ('the', 'det', 'carver'), ('carver', 'pobj', 'of'), (',', 'punct', 'took'), ('plunged', 'conj', 'took'), ('his', 'poss', 'fork'), ('fork', 'dobj', 'plunged'), ('firmly', 'advmod', 'into'), ('into', 'prep', 'plunged'), ('the', 'det', 'goose'), ('goose', 'pobj', 'into'), ('.', 'punct', 'took')]
There was a great deal of confusion and laughter and noise, the noise of orders and counter-orders, of knives and forks, of corks and glass-stoppers.
[('He', 'PRP'), ('felt', 'VBD'), ('quite', 'RB'), ('at', 'IN'), ('ease', 'NN'), ('now', 'RB'), ('for', 'IN'), ('he', 'PRP'), ('was', 'VBD'), ('an', 'DT'), ('expert', 'JJ'), ('carver', 'NN'), ('and', 'CC'), ('liked', 'VBD'), ('nothing', 'NN'), ('better', 'RBR'), ('than', 'IN'), ('to', 'TO'), ('find', 'VB'), ('himself', 'PRP'), ('at', 'IN'), ('the', 'DT'), ('head', 'NN'), ('of', 'IN'), ('a', 'DT'), ('well-laden', 'JJ'), ('table', 'NN'), ('.', '.')]
[('He', 'PRON'), ('felt', 'VERB'), ('quite', 'ADV'), ('at', 'ADP'), ('ease', 'NOUN'), ('now', 'ADV'), ('for', 'SCONJ'), ('he', 'PRON'), ('was', 'AUX'), ('an', 'DET'), ('expert', 'NOUN'), ('carver', 'NOUN'), ('and', 'CCONJ'), ('liked', 'VERB'), ('nothing', 'PRON'), ('better', 'ADJ'), ('than', 'SCONJ'), ('to', 'PART'), ('find', 'VERB'), ('himself', 'PRON'), ('at', 'ADP'), ('the', 'DET'), ('head', 'NOUN'), ('of', 'ADP'), ('a', 'DET'), ('well', 'ADV'), ('-', 'PUNCT'), ('laden', 'NOUN'), ('table', 'NOUN'), ('.', 'PUNCT')]
[]
[('He', 'nsubj', 'felt'), ('felt', 'ROOT', 'felt'), ('quite', 'advmod', 'at'), ('at', 'prep', 'felt'), ('ease', 'pobj', 'at'), ('now', 'advmod', 'felt'), ('for', 'mark', 'was'), ('he', 'nsubj', 'was'), ('was', 'advcl', 'felt'), ('an', 'det', 'carver'), ('expert', 'compound', 'carver'), ('carver', 'attr', 'was'), ('and', 'cc', 'was'), ('liked', 'conj', 'was'), ('nothing', 'dobj', 'liked'), ('better', 'amod', 'nothing'), ('than', 'mark', 'find'), ('to', 'aux', 'find'), ('find', 'advcl', 'liked'), ('himself', 'dobj', 'find'), ('at', 'prep', 'find'), ('the', 'det', 'head'), ('head', 'pobj', 'at'), ('of', 'prep', 'head'), ('a', 'det', 'table'), ('well', 'advmod', 'laden'), ('-', 'punct', 'laden'), ('laden', 'compound', 'table'), ('table', 'pobj', 'of'), ('.', 'punct', 'felt')]
Gabriel began to carve second helpings as soon as he had finished the first round without serving himself.
[('“', 'JJ'), ('Miss', 'NNP'), ('Furlong', 'NNP'), (',', ','), ('what', 'WP'), ('shall', 'MD'), ('I', 'PRP'), ('send', 'VB'), ('you', 'PRP'), ('?', '.'), ('”', 'VB'), ('he', 'PRP'), ('asked', 'VBD'), ('.', '.')]
[('“', 'PUNCT'), ('Miss', 'PROPN'), ('Furlong', 'PROPN'), (',', 'PUNCT'), ('what', 'PRON'), ('shall', 'AUX'), ('I', 'PRON'), ('send', 'VERB'), ('you', 'PRON'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('he', 'PRON'), ('asked', 'VERB'), ('.', 'PUNCT')]
[('Furlong', 'PERSON')]
[('“', 'punct', 'send'), ('Miss', 'compound', 'Furlong'), ('Furlong', 'npadvmod', 'send'), (',', 'punct', 'send'), ('what', 'dative', 'send'), ('shall', 'aux', 'send'), ('I', 'nsubj', 'send'), ('send', 'ROOT', 'send'), ('you', 'dobj', 'send'), ('?', 'punct', 'send'), ('”', 'punct', 'send'), ('he', 'nsubj', 'asked'), ('asked', 'ROOT', 'asked'), ('.', 'punct', 'asked')]
Everyone protested loudly so that he compromised by taking a long draught of stout for he had found the carving hot work.
[('“', 'VB'), ('A', 'DT'), ('wing', 'NN'), ('or', 'CC'), ('a', 'DT'), ('slice', 'NN'), ('of', 'IN'), ('the', 'DT'), ('breast', 'NN'), ('?', '.'), ('”', 'JJ'), ('“', 'NN'), ('Just', 'NNP'), ('a', 'DT'), ('small', 'JJ'), ('slice', 'NN'), ('of', 'IN'), ('the', 'DT'), ('breast.', 'NN'), ('”', 'NNP'), ('“', 'NNP'), ('Miss', 'NNP'), ('Higgins', 'NNP'), (',', ','), ('what', 'WP'), ('for', 'IN'), ('you', 'PRP'), ('?', '.'), ('”', "''"), ('“', 'JJ'), ('O', 'NNP'), (',', ','), ('anything', 'NN'), ('at', 'IN'), ('all', 'DT'), (',', ','), ('Mr', 'NNP'), ('Conroy.', 'NNP'), ('”', 'NNP'), ('While', 'IN'), ('Gabriel', 'NNP'), ('and', 'CC'), ('Miss', 'NNP'), ('Daly', 'NNP'), ('exchanged', 'VBD'), ('plates', 'NNS'), ('of', 'IN'), ('goose', 'NN'), ('and', 'CC'), ('plates', 'NNS'), ('of', 'IN'), ('ham', 'NN'), ('and', 'CC'), ('spiced', 'VBD'), ('beef', 'NN'), ('Lily', 'NNP'), ('went', 'VBD'), ('from', 'IN'), ('guest', 'NN'), ('to', 'TO'), ('guest', 'VB'), ('with', 'IN'), ('a', 'DT'), ('dish', 'NN'), ('of', 'IN'), ('hot', 'JJ'), ('floury', 'NN'), ('potatoes', 'NNS'), ('wrapped', 'VBD'), ('in', 'IN'), ('a', 'DT'), ('white', 'JJ'), ('napkin', 'NN'), ('.', '.')]
[('“', 'PUNCT'), ('A', 'DET'), ('wing', 'NOUN'), ('or', 'CCONJ'), ('a', 'DET'), ('slice', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('breast', 'NOUN'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('Just', 'ADV'), ('a', 'DET'), ('small', 'ADJ'), ('slice', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('breast', 'NOUN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('Miss', 'PROPN'), ('Higgins', 'PROPN'), (',', 'PUNCT'), ('what', 'PRON'), ('for', 'ADP'), ('you', 'PRON'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('O', 'INTJ'), (',', 'PUNCT'), ('anything', 'PRON'), ('at', 'ADV'), ('all', 'ADV'), (',', 'PUNCT'), ('Mr', 'PROPN'), ('Conroy', 'PROPN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('While', 'SCONJ'), ('Gabriel', 'PROPN'), ('and', 'CCONJ'), ('Miss', 'PROPN'), ('Daly', 'PROPN'), ('exchanged', 'VERB'), ('plates', 'NOUN'), ('of', 'ADP'), ('goose', 'NOUN'), ('and', 'CCONJ'), ('plates', 'NOUN'), ('of', 'ADP'), ('ham', 'PROPN'), ('and', 'CCONJ'), ('spiced', 'ADJ'), ('beef', 'NOUN'), ('Lily', 'PROPN'), ('went', 'VERB'), ('from', 'ADP'), ('guest', 'NOUN'), ('to', 'AUX'), ('guest', 'VERB'), ('with', 'ADP'), ('a', 'DET'), ('dish', 'NOUN'), ('of', 'ADP'), ('hot', 'ADJ'), ('floury', 'NOUN'), ('potatoes', 'NOUN'), ('wrapped', 'VERB'), ('in', 'ADP'), ('a', 'DET'), ('white', 'ADJ'), ('napkin', 'NOUN'), ('.', 'PUNCT')]
[('Miss Higgins', 'PERSON'), ('Gabriel', 'PERSON'), ('Daly', 'PERSON'), ('Lily', 'PERSON')]
[('“', 'punct', 'wing'), ('A', 'det', 'wing'), ('wing', 'ROOT', 'wing'), ('or', 'cc', 'wing'), ('a', 'det', 'slice'), ('slice', 'conj', 'wing'), ('of', 'prep', 'slice'), ('the', 'det', 'breast'), ('breast', 'pobj', 'of'), ('?', 'punct', 'wing'), ('”', 'punct', 'wing'), ('“', 'punct', 'slice'), ('Just', 'advmod', 'slice'), ('a', 'det', 'slice'), ('small', 'amod', 'slice'), ('slice', 'ROOT', 'slice'), ('of', 'prep', 'slice'), ('the', 'det', 'breast'), ('breast', 'pobj', 'of'), ('.', 'punct', 'slice'), ('”', 'punct', 'slice'), ('“', 'punct', 'Higgins'), ('Miss', 'compound', 'Higgins'), ('Higgins', 'ROOT', 'Higgins'), (',', 'punct', 'Higgins'), ('what', 'relcl', 'Higgins'), ('for', 'prep', 'what'), ('you', 'pobj', 'for'), ('?', 'punct', 'Higgins'), ('”', 'punct', 'Higgins'), ('“', 'punct', 'O'), ('O', 'ROOT', 'O'), (',', 'punct', 'O'), ('anything', 'appos', 'O'), ('at', 'advmod', 'all'), ('all', 'advmod', 'anything'), (',', 'punct', 'O'), ('Mr', 'compound', 'Conroy'), ('Conroy', 'appos', 'O'), ('.', 'punct', 'O'), ('”', 'punct', 'O'), ('While', 'mark', 'exchanged'), ('Gabriel', 'nsubj', 'exchanged'), ('and', 'cc', 'Gabriel'), ('Miss', 'compound', 'Daly'), ('Daly', 'conj', 'Gabriel'), ('exchanged', 'ROOT', 'exchanged'), ('plates', 'dobj', 'exchanged'), ('of', 'prep', 'plates'), ('goose', 'pobj', 'of'), ('and', 'cc', 'goose'), ('plates', 'conj', 'goose'), ('of', 'prep', 'goose'), ('ham', 'pobj', 'of'), ('and', 'cc', 'exchanged'), ('spiced', 'amod', 'Lily'), ('beef', 'compound', 'Lily'), ('Lily', 'nsubj', 'went'), ('went', 'conj', 'exchanged'), ('from', 'prep', 'went'), ('guest', 'pobj', 'from'), ('to', 'aux', 'guest'), ('guest', 'advcl', 'went'), ('with', 'prep', 'guest'), ('a', 'det', 'dish'), ('dish', 'pobj', 'with'), ('of', 'prep', 'dish'), ('hot', 'amod', 'floury'), ('floury', 'compound', 'potatoes'), ('potatoes', 'pobj', 'of'), ('wrapped', 'acl', 'potatoes'), ('in', 'prep', 'wrapped'), ('a', 'det', 'napkin'), ('white', 'amod', 'napkin'), ('napkin', 'pobj', 'in'), ('.', 'punct', 'went')]
Mary Jane settled down quietly to her supper but Aunt Kate and Aunt Julia were still toddling round the table, walking on each other’s heels, getting in each other’s way and giving each other unheeded orders.
[('This', 'DT'), ('was', 'VBD'), ('Mary', 'NNP'), ('Jane', 'NNP'), ('’', 'NNP'), ('s', 'NN'), ('idea', 'NN'), ('and', 'CC'), ('she', 'PRP'), ('had', 'VBD'), ('also', 'RB'), ('suggested', 'VBN'), ('apple', 'NN'), ('sauce', 'NN'), ('for', 'IN'), ('the', 'DT'), ('goose', 'NN'), ('but', 'CC'), ('Aunt', 'NNP'), ('Kate', 'NNP'), ('had', 'VBD'), ('said', 'VBD'), ('that', 'IN'), ('plain', 'NN'), ('roast', 'NN'), ('goose', 'NN'), ('without', 'IN'), ('any', 'DT'), ('apple', 'NN'), ('sauce', 'NN'), ('had', 'VBD'), ('always', 'RB'), ('been', 'VBN'), ('good', 'JJ'), ('enough', 'RB'), ('for', 'IN'), ('her', 'PRP$'), ('and', 'CC'), ('she', 'PRP'), ('hoped', 'VBD'), ('she', 'PRP'), ('might', 'MD'), ('never', 'RB'), ('eat', 'VB'), ('worse', 'JJR'), ('.', '.')]
[('This', 'PRON'), ('was', 'AUX'), ('Mary', 'PROPN'), ('Jane', 'PROPN'), ('’s', 'PART'), ('idea', 'NOUN'), ('and', 'CCONJ'), ('she', 'PRON'), ('had', 'AUX'), ('also', 'ADV'), ('suggested', 'VERB'), ('apple', 'NOUN'), ('sauce', 'NOUN'), ('for', 'ADP'), ('the', 'DET'), ('goose', 'NOUN'), ('but', 'CCONJ'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), ('had', 'AUX'), ('said', 'VERB'), ('that', 'SCONJ'), ('plain', 'ADJ'), ('roast', 'NOUN'), ('goose', 'NOUN'), ('without', 'ADP'), ('any', 'DET'), ('apple', 'NOUN'), ('sauce', 'NOUN'), ('had', 'AUX'), ('always', 'ADV'), ('been', 'AUX'), ('good', 'ADJ'), ('enough', 'ADV'), ('for', 'ADP'), ('her', 'PRON'), ('and', 'CCONJ'), ('she', 'PRON'), ('hoped', 'VERB'), ('she', 'PRON'), ('might', 'AUX'), ('never', 'ADV'), ('eat', 'VERB'), ('worse', 'ADJ'), ('.', 'PUNCT')]
[('Mary Jane’s', 'PERSON'), ('Aunt Kate', 'PERSON')]
[('This', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('Mary', 'compound', 'Jane'), ('Jane', 'poss', 'idea'), ('’s', 'case', 'Jane'), ('idea', 'attr', 'was'), ('and', 'cc', 'was'), ('she', 'nsubj', 'suggested'), ('had', 'aux', 'suggested'), ('also', 'advmod', 'suggested'), ('suggested', 'conj', 'was'), ('apple', 'compound', 'sauce'), ('sauce', 'dobj', 'suggested'), ('for', 'prep', 'sauce'), ('the', 'det', 'goose'), ('goose', 'pobj', 'for'), ('but', 'cc', 'suggested'), ('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'said'), ('had', 'aux', 'said'), ('said', 'conj', 'suggested'), ('that', 'mark', 'been'), ('plain', 'amod', 'goose'), ('roast', 'compound', 'goose'), ('goose', 'nsubj', 'been'), ('without', 'prep', 'goose'), ('any', 'det', 'sauce'), ('apple', 'compound', 'sauce'), ('sauce', 'pobj', 'without'), ('had', 'aux', 'been'), ('always', 'advmod', 'been'), ('been', 'ccomp', 'said'), ('good', 'acomp', 'been'), ('enough', 'advmod', 'good'), ('for', 'prep', 'been'), ('her', 'pobj', 'for'), ('and', 'cc', 'hoped'), ('she', 'nsubj', 'hoped'), ('hoped', 'conj', 'was'), ('she', 'nsubj', 'eat'), ('might', 'aux', 'eat'), ('never', 'neg', 'eat'), ('eat', 'ccomp', 'hoped'), ('worse', 'acomp', 'eat'), ('.', 'punct', 'hoped')]
Mr Browne begged of them to sit down and eat their suppers and so did Gabriel but they said they were time enough so that, at last, Freddy Malins stood up and, capturing Aunt Kate, plumped her down on her chair amid general laughter.
[('Mary', 'NNP'), ('Jane', 'NNP'), ('waited', 'VBD'), ('on', 'IN'), ('her', 'PRP$'), ('pupils', 'NNS'), ('and', 'CC'), ('saw', 'VBD'), ('that', 'IN'), ('they', 'PRP'), ('got', 'VBD'), ('the', 'DT'), ('best', 'JJS'), ('slices', 'NNS'), ('and', 'CC'), ('Aunt', 'NNP'), ('Kate', 'NNP'), ('and', 'CC'), ('Aunt', 'NNP'), ('Julia', 'NNP'), ('opened', 'VBD'), ('and', 'CC'), ('carried', 'VBD'), ('across', 'IN'), ('from', 'IN'), ('the', 'DT'), ('piano', 'NN'), ('bottles', 'NNS'), ('of', 'IN'), ('stout', 'NN'), ('and', 'CC'), ('ale', 'NN'), ('for', 'IN'), ('the', 'DT'), ('gentlemen', 'NNS'), ('and', 'CC'), ('bottles', 'NNS'), ('of', 'IN'), ('minerals', 'NNS'), ('for', 'IN'), ('the', 'DT'), ('ladies', 'NNS'), ('.', '.')]
[('Mary', 'PROPN'), ('Jane', 'PROPN'), ('waited', 'VERB'), ('on', 'ADP'), ('her', 'PRON'), ('pupils', 'NOUN'), ('and', 'CCONJ'), ('saw', 'VERB'), ('that', 'SCONJ'), ('they', 'PRON'), ('got', 'VERB'), ('the', 'DET'), ('best', 'ADJ'), ('slices', 'NOUN'), ('and', 'CCONJ'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), ('and', 'CCONJ'), ('Aunt', 'PROPN'), ('Julia', 'PROPN'), ('opened', 'VERB'), ('and', 'CCONJ'), ('carried', 'VERB'), ('across', 'ADP'), ('from', 'ADP'), ('the', 'DET'), ('piano', 'NOUN'), ('bottles', 'NOUN'), ('of', 'ADP'), ('stout', 'NOUN'), ('and', 'CCONJ'), ('ale', 'NOUN'), ('for', 'ADP'), ('the', 'DET'), ('gentlemen', 'NOUN'), ('and', 'CCONJ'), ('bottles', 'NOUN'), ('of', 'ADP'), ('minerals', 'NOUN'), ('for', 'ADP'), ('the', 'DET'), ('ladies', 'NOUN'), ('.', 'PUNCT')]
[('Mary Jane', 'PERSON'), ('Aunt Kate', 'WORK_OF_ART'), ('Aunt Julia', 'PERSON')]
[('Mary', 'compound', 'Jane'), ('Jane', 'nsubj', 'waited'), ('waited', 'ROOT', 'waited'), ('on', 'prep', 'waited'), ('her', 'poss', 'pupils'), ('pupils', 'pobj', 'on'), ('and', 'cc', 'waited'), ('saw', 'conj', 'waited'), ('that', 'mark', 'got'), ('they', 'nsubj', 'got'), ('got', 'ccomp', 'saw'), ('the', 'det', 'slices'), ('best', 'amod', 'slices'), ('slices', 'dobj', 'got'), ('and', 'cc', 'slices'), ('Aunt', 'compound', 'Kate'), ('Kate', 'conj', 'slices'), ('and', 'cc', 'Kate'), ('Aunt', 'compound', 'Julia'), ('Julia', 'conj', 'Kate'), ('opened', 'conj', 'got'), ('and', 'cc', 'opened'), ('carried', 'conj', 'opened'), ('across', 'prt', 'carried'), ('from', 'prep', 'carried'), ('the', 'det', 'bottles'), ('piano', 'compound', 'bottles'), ('bottles', 'pobj', 'from'), ('of', 'prep', 'bottles'), ('stout', 'pobj', 'of'), ('and', 'cc', 'stout'), ('ale', 'conj', 'stout'), ('for', 'prep', 'carried'), ('the', 'det', 'gentlemen'), ('gentlemen', 'pobj', 'for'), ('and', 'cc', 'gentlemen'), ('bottles', 'conj', 'gentlemen'), ('of', 'prep', 'bottles'), ('minerals', 'pobj', 'of'), ('for', 'prep', 'carried'), ('the', 'det', 'ladies'), ('ladies', 'pobj', 'for'), ('.', 'punct', 'waited')]
When everyone had been well served Gabriel said, smiling: “Now, if anyone wants a little more of what vulgar people call stuffing let him or her speak.” A chorus of voices invited him to begin his own supper and Lily came forward with three potatoes which she had reserved for him.
[('There', 'EX'), ('was', 'VBD'), ('a', 'DT'), ('great', 'JJ'), ('deal', 'NN'), ('of', 'IN'), ('confusion', 'NN'), ('and', 'CC'), ('laughter', 'NN'), ('and', 'CC'), ('noise', 'NN'), (',', ','), ('the', 'DT'), ('noise', 'NN'), ('of', 'IN'), ('orders', 'NNS'), ('and', 'CC'), ('counter-orders', 'NNS'), (',', ','), ('of', 'IN'), ('knives', 'NNS'), ('and', 'CC'), ('forks', 'NNS'), (',', ','), ('of', 'IN'), ('corks', 'NNS'), ('and', 'CC'), ('glass-stoppers', 'NNS'), ('.', '.')]
[('There', 'PRON'), ('was', 'VERB'), ('a', 'DET'), ('great', 'ADJ'), ('deal', 'NOUN'), ('of', 'ADP'), ('confusion', 'NOUN'), ('and', 'CCONJ'), ('laughter', 'NOUN'), ('and', 'CCONJ'), ('noise', 'NOUN'), (',', 'PUNCT'), ('the', 'DET'), ('noise', 'NOUN'), ('of', 'ADP'), ('orders', 'NOUN'), ('and', 'CCONJ'), ('counter', 'NOUN'), ('-', 'NOUN'), ('orders', 'NOUN'), (',', 'PUNCT'), ('of', 'ADP'), ('knives', 'NOUN'), ('and', 'CCONJ'), ('forks', 'NOUN'), (',', 'PUNCT'), ('of', 'ADP'), ('corks', 'NOUN'), ('and', 'CCONJ'), ('glass', 'NOUN'), ('-', 'PUNCT'), ('stoppers', 'NOUN'), ('.', 'PUNCT')]
[]
[('There', 'expl', 'was'), ('was', 'ROOT', 'was'), ('a', 'det', 'deal'), ('great', 'amod', 'deal'), ('deal', 'attr', 'was'), ('of', 'prep', 'deal'), ('confusion', 'pobj', 'of'), ('and', 'cc', 'confusion'), ('laughter', 'conj', 'confusion'), ('and', 'cc', 'laughter'), ('noise', 'conj', 'laughter'), (',', 'punct', 'was'), ('the', 'det', 'noise'), ('noise', 'attr', 'was'), ('of', 'prep', 'noise'), ('orders', 'pobj', 'of'), ('and', 'cc', 'orders'), ('counter', 'conj', 'orders'), ('-', 'conj', 'orders'), ('orders', 'conj', 'orders'), (',', 'punct', 'orders'), ('of', 'prep', 'orders'), ('knives', 'pobj', 'of'), ('and', 'cc', 'knives'), ('forks', 'conj', 'knives'), (',', 'punct', 'knives'), ('of', 'prep', 'knives'), ('corks', 'pobj', 'of'), ('and', 'cc', 'corks'), ('glass', 'compound', 'stoppers'), ('-', 'punct', 'stoppers'), ('stoppers', 'conj', 'corks'), ('.', 'punct', 'was')]
“Very well,” said Gabriel amiably, as he took another preparatory draught, “kindly forget my existence, ladies and gentlemen, for a few minutes.” He set to his supper and took no part in the conversation with which the table covered Lily’s removal of the plates.
[('Gabriel', 'NNP'), ('began', 'VBD'), ('to', 'TO'), ('carve', 'VB'), ('second', 'JJ'), ('helpings', 'NNS'), ('as', 'RB'), ('soon', 'RB'), ('as', 'IN'), ('he', 'PRP'), ('had', 'VBD'), ('finished', 'VBN'), ('the', 'DT'), ('first', 'JJ'), ('round', 'NN'), ('without', 'IN'), ('serving', 'VBG'), ('himself', 'PRP'), ('.', '.')]
[('Gabriel', 'PROPN'), ('began', 'VERB'), ('to', 'PART'), ('carve', 'VERB'), ('second', 'ADJ'), ('helpings', 'NOUN'), ('as', 'ADV'), ('soon', 'ADV'), ('as', 'SCONJ'), ('he', 'PRON'), ('had', 'AUX'), ('finished', 'VERB'), ('the', 'DET'), ('first', 'ADJ'), ('round', 'NOUN'), ('without', 'ADP'), ('serving', 'VERB'), ('himself', 'PRON'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON'), ('second', 'ORDINAL'), ('first', 'ORDINAL')]
[('Gabriel', 'nsubj', 'began'), ('began', 'ROOT', 'began'), ('to', 'aux', 'carve'), ('carve', 'xcomp', 'began'), ('second', 'amod', 'helpings'), ('helpings', 'dobj', 'carve'), ('as', 'advmod', 'soon'), ('soon', 'advmod', 'carve'), ('as', 'mark', 'finished'), ('he', 'nsubj', 'finished'), ('had', 'aux', 'finished'), ('finished', 'advcl', 'soon'), ('the', 'det', 'round'), ('first', 'amod', 'round'), ('round', 'dobj', 'finished'), ('without', 'prep', 'finished'), ('serving', 'pcomp', 'without'), ('himself', 'dobj', 'serving'), ('.', 'punct', 'began')]
The subject of talk was the opera company which was then at the Theatre Royal.
[('Everyone', 'NN'), ('protested', 'VBD'), ('loudly', 'RB'), ('so', 'RB'), ('that', 'IN'), ('he', 'PRP'), ('compromised', 'VBD'), ('by', 'IN'), ('taking', 'VBG'), ('a', 'DT'), ('long', 'JJ'), ('draught', 'NN'), ('of', 'IN'), ('stout', 'NN'), ('for', 'IN'), ('he', 'PRP'), ('had', 'VBD'), ('found', 'VBN'), ('the', 'DT'), ('carving', 'VBG'), ('hot', 'JJ'), ('work', 'NN'), ('.', '.')]
[('Everyone', 'PRON'), ('protested', 'VERB'), ('loudly', 'ADV'), ('so', 'SCONJ'), ('that', 'SCONJ'), ('he', 'PRON'), ('compromised', 'VERB'), ('by', 'ADP'), ('taking', 'VERB'), ('a', 'DET'), ('long', 'ADJ'), ('draught', 'NOUN'), ('of', 'ADP'), ('stout', 'NOUN'), ('for', 'SCONJ'), ('he', 'PRON'), ('had', 'AUX'), ('found', 'VERB'), ('the', 'DET'), ('carving', 'VERB'), ('hot', 'ADJ'), ('work', 'NOUN'), ('.', 'PUNCT')]
[]
[('Everyone', 'nsubj', 'protested'), ('protested', 'ROOT', 'protested'), ('loudly', 'advmod', 'protested'), ('so', 'mark', 'compromised'), ('that', 'mark', 'compromised'), ('he', 'nsubj', 'compromised'), ('compromised', 'advcl', 'protested'), ('by', 'prep', 'compromised'), ('taking', 'pcomp', 'by'), ('a', 'det', 'draught'), ('long', 'amod', 'draught'), ('draught', 'dobj', 'taking'), ('of', 'prep', 'draught'), ('stout', 'pobj', 'of'), ('for', 'mark', 'found'), ('he', 'nsubj', 'found'), ('had', 'aux', 'found'), ('found', 'advcl', 'taking'), ('the', 'det', 'work'), ('carving', 'amod', 'work'), ('hot', 'amod', 'work'), ('work', 'dobj', 'found'), ('.', 'punct', 'protested')]
Mr Bartell D’Arcy, the tenor, a dark-complexioned young man with a smart moustache, praised very highly the leading contralto of the company but Miss Furlong thought she had a rather vulgar style of production.
[('Mary', 'NNP'), ('Jane', 'NNP'), ('settled', 'VBD'), ('down', 'RB'), ('quietly', 'RB'), ('to', 'TO'), ('her', 'PRP$'), ('supper', 'NN'), ('but', 'CC'), ('Aunt', 'NNP'), ('Kate', 'NNP'), ('and', 'CC'), ('Aunt', 'NNP'), ('Julia', 'NNP'), ('were', 'VBD'), ('still', 'RB'), ('toddling', 'VBG'), ('round', 'IN'), ('the', 'DT'), ('table', 'NN'), (',', ','), ('walking', 'VBG'), ('on', 'IN'), ('each', 'DT'), ('other', 'JJ'), ('’', 'JJ'), ('s', 'NN'), ('heels', 'NNS'), (',', ','), ('getting', 'VBG'), ('in', 'IN'), ('each', 'DT'), ('other', 'JJ'), ('’', 'JJ'), ('s', 'JJ'), ('way', 'NN'), ('and', 'CC'), ('giving', 'VBG'), ('each', 'DT'), ('other', 'JJ'), ('unheeded', 'JJ'), ('orders', 'NNS'), ('.', '.')]
[('Mary', 'PROPN'), ('Jane', 'PROPN'), ('settled', 'VERB'), ('down', 'ADP'), ('quietly', 'ADV'), ('to', 'ADP'), ('her', 'PRON'), ('supper', 'NOUN'), ('but', 'CCONJ'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), ('and', 'CCONJ'), ('Aunt', 'PROPN'), ('Julia', 'PROPN'), ('were', 'AUX'), ('still', 'ADV'), ('toddling', 'VERB'), ('round', 'ADV'), ('the', 'DET'), ('table', 'NOUN'), (',', 'PUNCT'), ('walking', 'VERB'), ('on', 'ADP'), ('each', 'DET'), ('other', 'ADJ'), ('’s', 'PART'), ('heels', 'NOUN'), (',', 'PUNCT'), ('getting', 'VERB'), ('in', 'ADP'), ('each', 'DET'), ('other', 'ADJ'), ('’s', 'PART'), ('way', 'NOUN'), ('and', 'CCONJ'), ('giving', 'VERB'), ('each', 'DET'), ('other', 'ADJ'), ('unheeded', 'ADJ'), ('orders', 'NOUN'), ('.', 'PUNCT')]
[('Mary Jane', 'PERSON'), ('Aunt Kate', 'WORK_OF_ART'), ('Aunt Julia', 'PERSON')]
[('Mary', 'compound', 'Jane'), ('Jane', 'nsubj', 'settled'), ('settled', 'ROOT', 'settled'), ('down', 'prt', 'settled'), ('quietly', 'advmod', 'settled'), ('to', 'prep', 'settled'), ('her', 'poss', 'supper'), ('supper', 'pobj', 'to'), ('but', 'cc', 'settled'), ('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'toddling'), ('and', 'cc', 'Kate'), ('Aunt', 'compound', 'Julia'), ('Julia', 'conj', 'Kate'), ('were', 'aux', 'toddling'), ('still', 'advmod', 'toddling'), ('toddling', 'conj', 'settled'), ('round', 'advmod', 'toddling'), ('the', 'det', 'table'), ('table', 'dobj', 'toddling'), (',', 'punct', 'toddling'), ('walking', 'advcl', 'toddling'), ('on', 'prep', 'walking'), ('each', 'det', 'other'), ('other', 'poss', 'heels'), ('’s', 'case', 'other'), ('heels', 'pobj', 'on'), (',', 'punct', 'walking'), ('getting', 'conj', 'walking'), ('in', 'prep', 'getting'), ('each', 'det', 'other'), ('other', 'poss', 'way'), ('’s', 'case', 'other'), ('way', 'pobj', 'in'), ('and', 'cc', 'getting'), ('giving', 'conj', 'getting'), ('each', 'det', 'orders'), ('other', 'amod', 'orders'), ('unheeded', 'amod', 'orders'), ('orders', 'dobj', 'giving'), ('.', 'punct', 'toddling')]
Freddy Malins said there was a negro chieftain singing in the second part of the Gaiety pantomime who had one of the finest tenor voices he had ever heard.
[('Mr', 'NNP'), ('Browne', 'NNP'), ('begged', 'VBD'), ('of', 'IN'), ('them', 'PRP'), ('to', 'TO'), ('sit', 'VB'), ('down', 'RP'), ('and', 'CC'), ('eat', 'VB'), ('their', 'PRP$'), ('suppers', 'NNS'), ('and', 'CC'), ('so', 'RB'), ('did', 'VBD'), ('Gabriel', 'NNP'), ('but', 'CC'), ('they', 'PRP'), ('said', 'VBD'), ('they', 'PRP'), ('were', 'VBD'), ('time', 'NN'), ('enough', 'JJ'), ('so', 'RB'), ('that', 'IN'), (',', ','), ('at', 'IN'), ('last', 'JJ'), (',', ','), ('Freddy', 'NNP'), ('Malins', 'NNP'), ('stood', 'VBD'), ('up', 'RB'), ('and', 'CC'), (',', ','), ('capturing', 'VBG'), ('Aunt', 'NNP'), ('Kate', 'NNP'), (',', ','), ('plumped', 'VBD'), ('her', 'PRP'), ('down', 'RP'), ('on', 'IN'), ('her', 'PRP$'), ('chair', 'NN'), ('amid', 'IN'), ('general', 'JJ'), ('laughter', 'NN'), ('.', '.')]
[('Mr', 'PROPN'), ('Browne', 'PROPN'), ('begged', 'VERB'), ('of', 'ADP'), ('them', 'PRON'), ('to', 'PART'), ('sit', 'VERB'), ('down', 'ADP'), ('and', 'CCONJ'), ('eat', 'VERB'), ('their', 'PRON'), ('suppers', 'NOUN'), ('and', 'CCONJ'), ('so', 'ADV'), ('did', 'VERB'), ('Gabriel', 'PROPN'), ('but', 'CCONJ'), ('they', 'PRON'), ('said', 'VERB'), ('they', 'PRON'), ('were', 'AUX'), ('time', 'NOUN'), ('enough', 'ADV'), ('so', 'SCONJ'), ('that', 'SCONJ'), (',', 'PUNCT'), ('at', 'ADP'), ('last', 'ADJ'), (',', 'PUNCT'), ('Freddy', 'PROPN'), ('Malins', 'PROPN'), ('stood', 'VERB'), ('up', 'ADP'), ('and', 'CCONJ'), (',', 'PUNCT'), ('capturing', 'VERB'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), (',', 'PUNCT'), ('plumped', 'VERB'), ('her', 'PRON'), ('down', 'ADP'), ('on', 'ADP'), ('her', 'PRON'), ('chair', 'NOUN'), ('amid', 'ADP'), ('general', 'ADJ'), ('laughter', 'NOUN'), ('.', 'PUNCT')]
[('Browne', 'PERSON'), ('Gabriel', 'PERSON'), ('Freddy Malins', 'PERSON'), ('Aunt Kate', 'PERSON')]
[('Mr', 'compound', 'Browne'), ('Browne', 'nsubj', 'begged'), ('begged', 'ROOT', 'begged'), ('of', 'prep', 'begged'), ('them', 'pobj', 'of'), ('to', 'aux', 'sit'), ('sit', 'xcomp', 'begged'), ('down', 'prt', 'sit'), ('and', 'cc', 'sit'), ('eat', 'conj', 'sit'), ('their', 'poss', 'suppers'), ('suppers', 'dobj', 'eat'), ('and', 'cc', 'sit'), ('so', 'advmod', 'did'), ('did', 'conj', 'sit'), ('Gabriel', 'nsubj', 'did'), ('but', 'cc', 'begged'), ('they', 'nsubj', 'said'), ('said', 'conj', 'begged'), ('they', 'nsubj', 'were'), ('were', 'ccomp', 'said'), ('time', 'attr', 'were'), ('enough', 'advmod', 'time'), ('so', 'mark', 'stood'), ('that', 'mark', 'stood'), (',', 'punct', 'stood'), ('at', 'prep', 'stood'), ('last', 'pobj', 'at'), (',', 'punct', 'stood'), ('Freddy', 'compound', 'Malins'), ('Malins', 'nsubj', 'stood'), ('stood', 'advcl', 'were'), ('up', 'prt', 'stood'), ('and', 'cc', 'stood'), (',', 'punct', 'stood'), ('capturing', 'advcl', 'stood'), ('Aunt', 'compound', 'Kate'), ('Kate', 'dobj', 'capturing'), (',', 'punct', 'capturing'), ('plumped', 'conj', 'stood'), ('her', 'dobj', 'plumped'), ('down', 'prt', 'plumped'), ('on', 'prep', 'plumped'), ('her', 'poss', 'chair'), ('chair', 'pobj', 'on'), ('amid', 'prep', 'plumped'), ('general', 'amod', 'laughter'), ('laughter', 'pobj', 'amid'), ('.', 'punct', 'said')]
“Have you heard him?” he asked Mr Bartell D’Arcy across the table.
[('When', 'WRB'), ('everyone', 'NN'), ('had', 'VBD'), ('been', 'VBN'), ('well', 'RB'), ('served', 'VBN'), ('Gabriel', 'NNP'), ('said', 'VBD'), (',', ','), ('smiling', 'VBG'), (':', ':'), ('“', 'NN'), ('Now', 'RB'), (',', ','), ('if', 'IN'), ('anyone', 'NN'), ('wants', 'VBZ'), ('a', 'DT'), ('little', 'RB'), ('more', 'JJR'), ('of', 'IN'), ('what', 'WP'), ('vulgar', 'NN'), ('people', 'NNS'), ('call', 'VBP'), ('stuffing', 'VBG'), ('let', 'NN'), ('him', 'PRP'), ('or', 'CC'), ('her', 'PRP$'), ('speak.', 'JJ'), ('”', 'NN'), ('A', 'NNP'), ('chorus', 'NN'), ('of', 'IN'), ('voices', 'NNS'), ('invited', 'VBD'), ('him', 'PRP'), ('to', 'TO'), ('begin', 'VB'), ('his', 'PRP$'), ('own', 'JJ'), ('supper', 'NN'), ('and', 'CC'), ('Lily', 'NNP'), ('came', 'VBD'), ('forward', 'RB'), ('with', 'IN'), ('three', 'CD'), ('potatoes', 'NNS'), ('which', 'WDT'), ('she', 'PRP'), ('had', 'VBD'), ('reserved', 'VBN'), ('for', 'IN'), ('him', 'PRP'), ('.', '.')]
[('When', 'SCONJ'), ('everyone', 'PRON'), ('had', 'AUX'), ('been', 'AUX'), ('well', 'ADV'), ('served', 'VERB'), ('Gabriel', 'PROPN'), ('said', 'VERB'), (',', 'PUNCT'), ('smiling', 'VERB'), (':', 'PUNCT'), ('“', 'PUNCT'), ('Now', 'ADV'), (',', 'PUNCT'), ('if', 'SCONJ'), ('anyone', 'PRON'), ('wants', 'VERB'), ('a', 'DET'), ('little', 'ADJ'), ('more', 'ADJ'), ('of', 'ADP'), ('what', 'PRON'), ('vulgar', 'ADJ'), ('people', 'NOUN'), ('call', 'VERB'), ('stuffing', 'NOUN'), ('let', 'VERB'), ('him', 'PRON'), ('or', 'CCONJ'), ('her', 'PRON'), ('speak', 'NOUN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('A', 'DET'), ('chorus', 'NOUN'), ('of', 'ADP'), ('voices', 'NOUN'), ('invited', 'VERB'), ('him', 'PRON'), ('to', 'PART'), ('begin', 'VERB'), ('his', 'PRON'), ('own', 'ADJ'), ('supper', 'NOUN'), ('and', 'CCONJ'), ('Lily', 'PROPN'), ('came', 'VERB'), ('forward', 'ADV'), ('with', 'ADP'), ('three', 'NUM'), ('potatoes', 'NOUN'), ('which', 'PRON'), ('she', 'PRON'), ('had', 'AUX'), ('reserved', 'VERB'), ('for', 'ADP'), ('him', 'PRON'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON'), ('Lily', 'PERSON'), ('three', 'CARDINAL')]
[('When', 'advmod', 'served'), ('everyone', 'nsubjpass', 'served'), ('had', 'aux', 'served'), ('been', 'auxpass', 'served'), ('well', 'advmod', 'served'), ('served', 'ROOT', 'served'), ('Gabriel', 'nsubj', 'said'), ('said', 'ccomp', 'served'), (',', 'punct', 'said'), ('smiling', 'advcl', 'served'), (':', 'punct', 'smiling'), ('“', 'punct', 'smiling'), ('Now', 'advmod', 'let'), (',', 'punct', 'let'), ('if', 'mark', 'wants'), ('anyone', 'nsubj', 'wants'), ('wants', 'advcl', 'let'), ('a', 'det', 'little'), ('little', 'amod', 'more'), ('more', 'dobj', 'wants'), ('of', 'prep', 'more'), ('what', 'dobj', 'call'), ('vulgar', 'amod', 'people'), ('people', 'nsubj', 'call'), ('call', 'pcomp', 'of'), ('stuffing', 'oprd', 'call'), ('let', 'ccomp', 'smiling'), ('him', 'dobj', 'let'), ('or', 'cc', 'him'), ('her', 'poss', 'speak'), ('speak', 'conj', 'him'), ('.', 'punct', 'served'), ('”', 'punct', 'served'), ('A', 'det', 'chorus'), ('chorus', 'nsubj', 'invited'), ('of', 'prep', 'chorus'), ('voices', 'pobj', 'of'), ('invited', 'ROOT', 'invited'), ('him', 'dobj', 'invited'), ('to', 'aux', 'begin'), ('begin', 'xcomp', 'invited'), ('his', 'poss', 'supper'), ('own', 'amod', 'supper'), ('supper', 'dobj', 'begin'), ('and', 'cc', 'begin'), ('Lily', 'nsubj', 'came'), ('came', 'conj', 'begin'), ('forward', 'advmod', 'came'), ('with', 'prep', 'came'), ('three', 'nummod', 'potatoes'), ('potatoes', 'pobj', 'with'), ('which', 'dobj', 'reserved'), ('she', 'nsubj', 'reserved'), ('had', 'aux', 'reserved'), ('reserved', 'relcl', 'potatoes'), ('for', 'prep', 'reserved'), ('him', 'pobj', 'for'), ('.', 'punct', 'invited')]
“No,” answered Mr Bartell D’Arcy carelessly.
[('“', 'JJ'), ('Very', 'NNP'), ('well', 'RB'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Gabriel', 'NNP'), ('amiably', 'RB'), (',', ','), ('as', 'IN'), ('he', 'PRP'), ('took', 'VBD'), ('another', 'DT'), ('preparatory', 'NN'), ('draught', 'NN'), (',', ','), ('“', 'VBP'), ('kindly', 'RB'), ('forget', 'VB'), ('my', 'PRP$'), ('existence', 'NN'), (',', ','), ('ladies', 'NNS'), ('and', 'CC'), ('gentlemen', 'NNS'), (',', ','), ('for', 'IN'), ('a', 'DT'), ('few', 'JJ'), ('minutes.', 'NN'), ('”', 'IN'), ('He', 'PRP'), ('set', 'VBD'), ('to', 'TO'), ('his', 'PRP$'), ('supper', 'NN'), ('and', 'CC'), ('took', 'VBD'), ('no', 'DT'), ('part', 'NN'), ('in', 'IN'), ('the', 'DT'), ('conversation', 'NN'), ('with', 'IN'), ('which', 'WDT'), ('the', 'DT'), ('table', 'NN'), ('covered', 'VBD'), ('Lily', 'NNP'), ('’', 'NNP'), ('s', 'VBD'), ('removal', 'NN'), ('of', 'IN'), ('the', 'DT'), ('plates', 'NNS'), ('.', '.')]
[('“', 'PUNCT'), ('Very', 'ADV'), ('well', 'ADV'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Gabriel', 'PROPN'), ('amiably', 'ADV'), (',', 'PUNCT'), ('as', 'SCONJ'), ('he', 'PRON'), ('took', 'VERB'), ('another', 'DET'), ('preparatory', 'ADJ'), ('draught', 'NOUN'), (',', 'PUNCT'), ('“', 'PUNCT'), ('kindly', 'ADV'), ('forget', 'VERB'), ('my', 'PRON'), ('existence', 'NOUN'), (',', 'PUNCT'), ('ladies', 'NOUN'), ('and', 'CCONJ'), ('gentlemen', 'NOUN'), (',', 'PUNCT'), ('for', 'ADP'), ('a', 'DET'), ('few', 'ADJ'), ('minutes', 'NOUN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('He', 'PRON'), ('set', 'VERB'), ('to', 'ADP'), ('his', 'PRON'), ('supper', 'NOUN'), ('and', 'CCONJ'), ('took', 'VERB'), ('no', 'DET'), ('part', 'NOUN'), ('in', 'ADP'), ('the', 'DET'), ('conversation', 'NOUN'), ('with', 'ADP'), ('which', 'PRON'), ('the', 'DET'), ('table', 'NOUN'), ('covered', 'VERB'), ('Lily', 'PROPN'), ('’s', 'PART'), ('removal', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('plates', 'NOUN'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON'), ('a few minutes', 'TIME'), ('Lily', 'PERSON')]
[('“', 'punct', 'said'), ('Very', 'advmod', 'well'), ('well', 'advmod', 'said'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Gabriel', 'nsubj', 'said'), ('amiably', 'advmod', 'said'), (',', 'punct', 'said'), ('as', 'mark', 'took'), ('he', 'nsubj', 'took'), ('took', 'advcl', 'forget'), ('another', 'det', 'draught'), ('preparatory', 'amod', 'draught'), ('draught', 'dobj', 'took'), (',', 'punct', 'forget'), ('“', 'punct', 'forget'), ('kindly', 'advmod', 'forget'), ('forget', 'ccomp', 'said'), ('my', 'poss', 'existence'), ('existence', 'dobj', 'forget'), (',', 'punct', 'existence'), ('ladies', 'conj', 'existence'), ('and', 'cc', 'ladies'), ('gentlemen', 'conj', 'ladies'), (',', 'punct', 'forget'), ('for', 'prep', 'forget'), ('a', 'det', 'minutes'), ('few', 'amod', 'minutes'), ('minutes', 'pobj', 'for'), ('.', 'punct', 'said'), ('”', 'punct', 'said'), ('He', 'nsubj', 'set'), ('set', 'ROOT', 'set'), ('to', 'prep', 'set'), ('his', 'poss', 'supper'), ('supper', 'pobj', 'to'), ('and', 'cc', 'set'), ('took', 'conj', 'set'), ('no', 'det', 'part'), ('part', 'dobj', 'took'), ('in', 'prep', 'took'), ('the', 'det', 'conversation'), ('conversation', 'pobj', 'in'), ('with', 'prep', 'covered'), ('which', 'pobj', 'with'), ('the', 'det', 'table'), ('table', 'nsubj', 'covered'), ('covered', 'relcl', 'conversation'), ('Lily', 'poss', 'removal'), ('’s', 'case', 'Lily'), ('removal', 'dobj', 'covered'), ('of', 'prep', 'removal'), ('the', 'det', 'plates'), ('plates', 'pobj', 'of'), ('.', 'punct', 'set')]
“Because,” Freddy Malins explained, “now I’d be curious to hear your opinion of him.
[('The', 'DT'), ('subject', 'NN'), ('of', 'IN'), ('talk', 'NN'), ('was', 'VBD'), ('the', 'DT'), ('opera', 'NN'), ('company', 'NN'), ('which', 'WDT'), ('was', 'VBD'), ('then', 'RB'), ('at', 'IN'), ('the', 'DT'), ('Theatre', 'NNP'), ('Royal', 'NNP'), ('.', '.')]
[('The', 'DET'), ('subject', 'NOUN'), ('of', 'ADP'), ('talk', 'NOUN'), ('was', 'AUX'), ('the', 'DET'), ('opera', 'NOUN'), ('company', 'NOUN'), ('which', 'PRON'), ('was', 'AUX'), ('then', 'ADV'), ('at', 'ADP'), ('the', 'DET'), ('Theatre', 'PROPN'), ('Royal', 'PROPN'), ('.', 'PUNCT')]
[('the Theatre Royal', 'FAC')]
[('The', 'det', 'subject'), ('subject', 'nsubj', 'was'), ('of', 'prep', 'subject'), ('talk', 'pobj', 'of'), ('was', 'ROOT', 'was'), ('the', 'det', 'company'), ('opera', 'compound', 'company'), ('company', 'attr', 'was'), ('which', 'nsubj', 'was'), ('was', 'relcl', 'company'), ('then', 'advmod', 'was'), ('at', 'prep', 'was'), ('the', 'det', 'Royal'), ('Theatre', 'compound', 'Royal'), ('Royal', 'pobj', 'at'), ('.', 'punct', 'was')]
I think he has a grand voice.” “It takes Teddy to find out the really good things,” said Mr Browne familiarly to the table.
[('Mr', 'NNP'), ('Bartell', 'NNP'), ('D', 'NNP'), ('’', 'NNP'), ('Arcy', 'NNP'), (',', ','), ('the', 'DT'), ('tenor', 'NN'), (',', ','), ('a', 'DT'), ('dark-complexioned', 'JJ'), ('young', 'JJ'), ('man', 'NN'), ('with', 'IN'), ('a', 'DT'), ('smart', 'JJ'), ('moustache', 'NN'), (',', ','), ('praised', 'VBD'), ('very', 'RB'), ('highly', 'RB'), ('the', 'DT'), ('leading', 'VBG'), ('contralto', 'NN'), ('of', 'IN'), ('the', 'DT'), ('company', 'NN'), ('but', 'CC'), ('Miss', 'NNP'), ('Furlong', 'NNP'), ('thought', 'VBD'), ('she', 'PRP'), ('had', 'VBD'), ('a', 'DT'), ('rather', 'RB'), ('vulgar', 'JJ'), ('style', 'NN'), ('of', 'IN'), ('production', 'NN'), ('.', '.')]
[('Mr', 'PROPN'), ('Bartell', 'PROPN'), ('D’Arcy', 'PROPN'), (',', 'PUNCT'), ('the', 'DET'), ('tenor', 'NOUN'), (',', 'PUNCT'), ('a', 'DET'), ('dark', 'ADV'), ('-', 'PUNCT'), ('complexioned', 'VERB'), ('young', 'ADJ'), ('man', 'NOUN'), ('with', 'ADP'), ('a', 'DET'), ('smart', 'ADJ'), ('moustache', 'NOUN'), (',', 'PUNCT'), ('praised', 'VERB'), ('very', 'ADV'), ('highly', 'ADV'), ('the', 'DET'), ('leading', 'VERB'), ('contralto', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('company', 'NOUN'), ('but', 'CCONJ'), ('Miss', 'PROPN'), ('Furlong', 'PROPN'), ('thought', 'VERB'), ('she', 'PRON'), ('had', 'VERB'), ('a', 'DET'), ('rather', 'ADV'), ('vulgar', 'ADJ'), ('style', 'NOUN'), ('of', 'ADP'), ('production', 'NOUN'), ('.', 'PUNCT')]
[('Bartell D’Arcy', 'PERSON'), ('Furlong', 'PERSON')]
[('Mr', 'compound', 'D’Arcy'), ('Bartell', 'compound', 'D’Arcy'), ('D’Arcy', 'nsubj', 'praised'), (',', 'punct', 'D’Arcy'), ('the', 'det', 'tenor'), ('tenor', 'appos', 'D’Arcy'), (',', 'punct', 'tenor'), ('a', 'det', 'man'), ('dark', 'advmod', 'complexioned'), ('-', 'punct', 'complexioned'), ('complexioned', 'amod', 'man'), ('young', 'amod', 'man'), ('man', 'appos', 'tenor'), ('with', 'prep', 'man'), ('a', 'det', 'moustache'), ('smart', 'amod', 'moustache'), ('moustache', 'pobj', 'with'), (',', 'punct', 'D’Arcy'), ('praised', 'ROOT', 'praised'), ('very', 'advmod', 'highly'), ('highly', 'advmod', 'praised'), ('the', 'det', 'contralto'), ('leading', 'amod', 'contralto'), ('contralto', 'dobj', 'praised'), ('of', 'prep', 'contralto'), ('the', 'det', 'company'), ('company', 'pobj', 'of'), ('but', 'cc', 'praised'), ('Miss', 'compound', 'Furlong'), ('Furlong', 'nsubj', 'thought'), ('thought', 'conj', 'praised'), ('she', 'nsubj', 'had'), ('had', 'ccomp', 'thought'), ('a', 'det', 'style'), ('rather', 'advmod', 'vulgar'), ('vulgar', 'amod', 'style'), ('style', 'dobj', 'had'), ('of', 'prep', 'style'), ('production', 'pobj', 'of'), ('.', 'punct', 'thought')]
“And why couldn’t he have a voice too?” asked Freddy Malins sharply.
[('Freddy', 'NNP'), ('Malins', 'NNP'), ('said', 'VBD'), ('there', 'EX'), ('was', 'VBD'), ('a', 'DT'), ('negro', 'JJ'), ('chieftain', 'NN'), ('singing', 'NN'), ('in', 'IN'), ('the', 'DT'), ('second', 'JJ'), ('part', 'NN'), ('of', 'IN'), ('the', 'DT'), ('Gaiety', 'NNP'), ('pantomime', 'NN'), ('who', 'WP'), ('had', 'VBD'), ('one', 'CD'), ('of', 'IN'), ('the', 'DT'), ('finest', 'JJS'), ('tenor', 'NN'), ('voices', 'NNS'), ('he', 'PRP'), ('had', 'VBD'), ('ever', 'RB'), ('heard', 'VBN'), ('.', '.')]
[('Freddy', 'PROPN'), ('Malins', 'PROPN'), ('said', 'VERB'), ('there', 'PRON'), ('was', 'VERB'), ('a', 'DET'), ('negro', 'ADJ'), ('chieftain', 'NOUN'), ('singing', 'NOUN'), ('in', 'ADP'), ('the', 'DET'), ('second', 'ADJ'), ('part', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('Gaiety', 'PROPN'), ('pantomime', 'NOUN'), ('who', 'PRON'), ('had', 'VERB'), ('one', 'NUM'), ('of', 'ADP'), ('the', 'DET'), ('finest', 'ADJ'), ('tenor', 'NOUN'), ('voices', 'NOUN'), ('he', 'PRON'), ('had', 'AUX'), ('ever', 'ADV'), ('heard', 'VERB'), ('.', 'PUNCT')]
[('Freddy Malins', 'PERSON'), ('second', 'ORDINAL'), ('Gaiety', 'ORG'), ('one', 'CARDINAL')]
[('Freddy', 'compound', 'Malins'), ('Malins', 'nsubj', 'said'), ('said', 'ROOT', 'said'), ('there', 'expl', 'was'), ('was', 'ccomp', 'said'), ('a', 'det', 'singing'), ('negro', 'amod', 'singing'), ('chieftain', 'compound', 'singing'), ('singing', 'attr', 'was'), ('in', 'prep', 'was'), ('the', 'det', 'part'), ('second', 'amod', 'part'), ('part', 'pobj', 'in'), ('of', 'prep', 'part'), ('the', 'det', 'pantomime'), ('Gaiety', 'compound', 'pantomime'), ('pantomime', 'pobj', 'of'), ('who', 'nsubj', 'had'), ('had', 'relcl', 'pantomime'), ('one', 'dobj', 'had'), ('of', 'prep', 'one'), ('the', 'det', 'voices'), ('finest', 'amod', 'voices'), ('tenor', 'compound', 'voices'), ('voices', 'pobj', 'of'), ('he', 'nsubj', 'heard'), ('had', 'aux', 'heard'), ('ever', 'advmod', 'heard'), ('heard', 'relcl', 'voices'), ('.', 'punct', 'said')]
“Is it because he’s only a black?” Nobody answered this question and Mary Jane led the table back to the legitimate opera.
[('“', 'NNS'), ('Have', 'VBP'), ('you', 'PRP'), ('heard', 'VBP'), ('him', 'PRP'), ('?', '.'), ('”', 'NN'), ('he', 'PRP'), ('asked', 'VBD'), ('Mr', 'NNP'), ('Bartell', 'NNP'), ('D', 'NNP'), ('’', 'NNP'), ('Arcy', 'NNP'), ('across', 'IN'), ('the', 'DT'), ('table', 'NN'), ('.', '.')]
[('“', 'PUNCT'), ('Have', 'AUX'), ('you', 'PRON'), ('heard', 'VERB'), ('him', 'PRON'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('he', 'PRON'), ('asked', 'VERB'), ('Mr', 'PROPN'), ('Bartell', 'PROPN'), ('D’Arcy', 'PROPN'), ('across', 'ADP'), ('the', 'DET'), ('table', 'NOUN'), ('.', 'PUNCT')]
[('Bartell', 'PERSON')]
[('“', 'punct', 'heard'), ('Have', 'aux', 'heard'), ('you', 'nsubj', 'heard'), ('heard', 'ROOT', 'heard'), ('him', 'dobj', 'heard'), ('?', 'punct', 'heard'), ('”', 'punct', 'heard'), ('he', 'nsubj', 'asked'), ('asked', 'ROOT', 'asked'), ('Mr', 'compound', 'Bartell'), ('Bartell', 'dobj', 'asked'), ('D’Arcy', 'dobj', 'asked'), ('across', 'prep', 'asked'), ('the', 'det', 'table'), ('table', 'pobj', 'across'), ('.', 'punct', 'asked')]
One of her pupils had given her a pass for Mignon.
[('“', 'NN'), ('No', 'NNP'), (',', ','), ('”', 'RB'), ('answered', 'VBD'), ('Mr', 'NNP'), ('Bartell', 'NNP'), ('D', 'NNP'), ('’', 'NNP'), ('Arcy', 'NNP'), ('carelessly', 'RB'), ('.', '.')]
[('“', 'PUNCT'), ('No', 'INTJ'), (',', 'PUNCT'), ('”', 'PUNCT'), ('answered', 'VERB'), ('Mr', 'PROPN'), ('Bartell', 'PROPN'), ('D’Arcy', 'VERB'), ('carelessly', 'ADV'), ('.', 'PUNCT')]
[('Bartell', 'PERSON')]
[('“', 'punct', 'answered'), ('No', 'intj', 'answered'), (',', 'punct', 'answered'), ('”', 'punct', 'answered'), ('answered', 'ROOT', 'answered'), ('Mr', 'compound', 'Bartell'), ('Bartell', 'nsubj', 'answered'), ('D’Arcy', 'ccomp', 'answered'), ('carelessly', 'advmod', 'D’Arcy'), ('.', 'punct', 'answered')]
Of course it was very fine, she said, but it made her think of poor Georgina Burns.
[('“', 'NN'), ('Because', 'IN'), (',', ','), ('”', 'NNP'), ('Freddy', 'NNP'), ('Malins', 'NNP'), ('explained', 'VBD'), (',', ','), ('“', 'NNPS'), ('now', 'RB'), ('I', 'PRP'), ('’', 'VBP'), ('d', 'RB'), ('be', 'VB'), ('curious', 'JJ'), ('to', 'TO'), ('hear', 'VB'), ('your', 'PRP$'), ('opinion', 'NN'), ('of', 'IN'), ('him', 'PRP'), ('.', '.')]
[('“', 'PUNCT'), ('Because', 'SCONJ'), (',', 'PUNCT'), ('”', 'PUNCT'), ('Freddy', 'PROPN'), ('Malins', 'PROPN'), ('explained', 'VERB'), (',', 'PUNCT'), ('“', 'PUNCT'), ('now', 'ADV'), ('I', 'PRON'), ('’d', 'AUX'), ('be', 'AUX'), ('curious', 'ADJ'), ('to', 'PART'), ('hear', 'VERB'), ('your', 'PRON'), ('opinion', 'NOUN'), ('of', 'ADP'), ('him', 'PRON'), ('.', 'PUNCT')]
[('Freddy Malins', 'PERSON')]
[('“', 'punct', 'be'), ('Because', 'mark', 'explained'), (',', 'punct', 'explained'), ('”', 'punct', 'explained'), ('Freddy', 'compound', 'Malins'), ('Malins', 'nsubj', 'explained'), ('explained', 'parataxis', 'be'), (',', 'punct', 'explained'), ('“', 'punct', 'be'), ('now', 'advmod', 'be'), ('I', 'nsubj', 'be'), ('’d', 'aux', 'be'), ('be', 'ROOT', 'be'), ('curious', 'acomp', 'be'), ('to', 'aux', 'hear'), ('hear', 'xcomp', 'curious'), ('your', 'poss', 'opinion'), ('opinion', 'dobj', 'hear'), ('of', 'prep', 'opinion'), ('him', 'pobj', 'of'), ('.', 'punct', 'be')]
Mr Browne could go back farther still, to the old Italian companies that used to come to Dublin—Tietjens, Ilma de Murzka, Campanini, the great Trebelli, Giuglini, Ravelli, Aramburo.
[('I', 'PRP'), ('think', 'VBP'), ('he', 'PRP'), ('has', 'VBZ'), ('a', 'DT'), ('grand', 'JJ'), ('voice.', 'NN'), ('”', 'NNP'), ('“', 'VBZ'), ('It', 'PRP'), ('takes', 'VBZ'), ('Teddy', 'NNP'), ('to', 'TO'), ('find', 'VB'), ('out', 'RP'), ('the', 'DT'), ('really', 'RB'), ('good', 'JJ'), ('things', 'NNS'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('familiarly', 'RB'), ('to', 'TO'), ('the', 'DT'), ('table', 'NN'), ('.', '.')]
[('I', 'PRON'), ('think', 'VERB'), ('he', 'PRON'), ('has', 'VERB'), ('a', 'DET'), ('grand', 'ADJ'), ('voice', 'NOUN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('It', 'PRON'), ('takes', 'VERB'), ('Teddy', 'PROPN'), ('to', 'PART'), ('find', 'VERB'), ('out', 'ADP'), ('the', 'DET'), ('really', 'ADV'), ('good', 'ADJ'), ('things', 'NOUN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('familiarly', 'ADV'), ('to', 'ADP'), ('the', 'DET'), ('table', 'NOUN'), ('.', 'PUNCT')]
[('Browne', 'PERSON')]
[('I', 'nsubj', 'think'), ('think', 'ROOT', 'think'), ('he', 'nsubj', 'has'), ('has', 'ccomp', 'think'), ('a', 'det', 'voice'), ('grand', 'amod', 'voice'), ('voice', 'dobj', 'has'), ('.', 'punct', 'think'), ('”', 'punct', 'think'), ('“', 'punct', 'takes'), ('It', 'nsubj', 'takes'), ('takes', 'ccomp', 'said'), ('Teddy', 'dobj', 'takes'), ('to', 'aux', 'find'), ('find', 'xcomp', 'takes'), ('out', 'prt', 'find'), ('the', 'det', 'things'), ('really', 'advmod', 'good'), ('good', 'amod', 'things'), ('things', 'dobj', 'find'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Mr', 'compound', 'Browne'), ('Browne', 'nsubj', 'said'), ('familiarly', 'advmod', 'said'), ('to', 'prep', 'familiarly'), ('the', 'det', 'table'), ('table', 'pobj', 'to'), ('.', 'punct', 'said')]
Those were the days, he said, when there was something like singing to be heard in Dublin.
[('“', 'NN'), ('And', 'CC'), ('why', 'WRB'), ('couldn', 'JJ'), ('’', 'NN'), ('t', 'NN'), ('he', 'PRP'), ('have', 'VBP'), ('a', 'DT'), ('voice', 'NN'), ('too', 'RB'), ('?', '.'), ('”', 'JJ'), ('asked', 'VBD'), ('Freddy', 'NNP'), ('Malins', 'NNP'), ('sharply', 'RB'), ('.', '.')]
[('“', 'PUNCT'), ('And', 'CCONJ'), ('why', 'SCONJ'), ('could', 'AUX'), ('n’t', 'PART'), ('he', 'PRON'), ('have', 'VERB'), ('a', 'DET'), ('voice', 'NOUN'), ('too', 'ADV'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('asked', 'VERB'), ('Freddy', 'PROPN'), ('Malins', 'PROPN'), ('sharply', 'ADV'), ('.', 'PUNCT')]
[('Freddy Malins', 'PERSON')]
[('“', 'punct', 'have'), ('And', 'cc', 'have'), ('why', 'advmod', 'have'), ('could', 'aux', 'have'), ('n’t', 'intj', 'have'), ('he', 'nsubj', 'have'), ('have', 'ccomp', 'asked'), ('a', 'det', 'voice'), ('voice', 'dobj', 'have'), ('too', 'advmod', 'have'), ('?', 'punct', 'have'), ('”', 'punct', 'asked'), ('asked', 'ROOT', 'asked'), ('Freddy', 'compound', 'Malins'), ('Malins', 'dobj', 'asked'), ('sharply', 'advmod', 'asked'), ('.', 'punct', 'asked')]
He told too of how the top gallery of the old Royal used to be packed night after night, of how one night an Italian tenor had sung five encores to Let me like a Soldier fall, introducing a high C every time, and of how the gallery boys would sometimes in their enthusiasm unyoke the horses from the carriage of some great prima donna and pull her themselves through the streets to her hotel.
[('“', 'NN'), ('Is', 'VBZ'), ('it', 'PRP'), ('because', 'IN'), ('he', 'PRP'), ('’', 'VBZ'), ('s', 'VBZ'), ('only', 'RB'), ('a', 'DT'), ('black', 'JJ'), ('?', '.'), ('”', 'JJ'), ('Nobody', 'NN'), ('answered', 'VBD'), ('this', 'DT'), ('question', 'NN'), ('and', 'CC'), ('Mary', 'NNP'), ('Jane', 'NNP'), ('led', 'VBD'), ('the', 'DT'), ('table', 'NN'), ('back', 'RB'), ('to', 'TO'), ('the', 'DT'), ('legitimate', 'JJ'), ('opera', 'NN'), ('.', '.')]
[('“', 'PUNCT'), ('Is', 'AUX'), ('it', 'PRON'), ('because', 'SCONJ'), ('he', 'PRON'), ('’s', 'VERB'), ('only', 'ADV'), ('a', 'DET'), ('black', 'NOUN'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('Nobody', 'PRON'), ('answered', 'VERB'), ('this', 'DET'), ('question', 'NOUN'), ('and', 'CCONJ'), ('Mary', 'PROPN'), ('Jane', 'PROPN'), ('led', 'VERB'), ('the', 'DET'), ('table', 'NOUN'), ('back', 'ADV'), ('to', 'ADP'), ('the', 'DET'), ('legitimate', 'ADJ'), ('opera', 'NOUN'), ('.', 'PUNCT')]
[('Mary Jane', 'PERSON')]
[('“', 'punct', 'Is'), ('Is', 'ROOT', 'Is'), ('it', 'nsubj', 'Is'), ('because', 'mark', '’s'), ('he', 'nsubj', '’s'), ('’s', 'advcl', 'Is'), ('only', 'advmod', 'black'), ('a', 'det', 'black'), ('black', 'acomp', '’s'), ('?', 'punct', 'Is'), ('”', 'punct', 'Is'), ('Nobody', 'nsubj', 'answered'), ('answered', 'ROOT', 'answered'), ('this', 'det', 'question'), ('question', 'dobj', 'answered'), ('and', 'cc', 'answered'), ('Mary', 'compound', 'Jane'), ('Jane', 'nsubj', 'led'), ('led', 'conj', 'answered'), ('the', 'det', 'table'), ('table', 'dobj', 'led'), ('back', 'advmod', 'led'), ('to', 'prep', 'back'), ('the', 'det', 'opera'), ('legitimate', 'amod', 'opera'), ('opera', 'pobj', 'to'), ('.', 'punct', 'led')]
Why did they never play the grand old operas now, he asked, Dinorah, Lucrezia Borgia?
[('One', 'CD'), ('of', 'IN'), ('her', 'PRP$'), ('pupils', 'NNS'), ('had', 'VBD'), ('given', 'VBN'), ('her', 'PRP$'), ('a', 'DT'), ('pass', 'NN'), ('for', 'IN'), ('Mignon', 'NNP'), ('.', '.')]
[('One', 'NUM'), ('of', 'ADP'), ('her', 'PRON'), ('pupils', 'NOUN'), ('had', 'AUX'), ('given', 'VERB'), ('her', 'PRON'), ('a', 'DET'), ('pass', 'NOUN'), ('for', 'ADP'), ('Mignon', 'PROPN'), ('.', 'PUNCT')]
[('One', 'CARDINAL'), ('Mignon', 'GPE')]
[('One', 'nsubj', 'given'), ('of', 'prep', 'One'), ('her', 'poss', 'pupils'), ('pupils', 'pobj', 'of'), ('had', 'aux', 'given'), ('given', 'ROOT', 'given'), ('her', 'dative', 'given'), ('a', 'det', 'pass'), ('pass', 'dobj', 'given'), ('for', 'prep', 'pass'), ('Mignon', 'pobj', 'for'), ('.', 'punct', 'given')]
Because they could not get the voices to sing them: that was why.
[('Of', 'IN'), ('course', 'NN'), ('it', 'PRP'), ('was', 'VBD'), ('very', 'RB'), ('fine', 'JJ'), (',', ','), ('she', 'PRP'), ('said', 'VBD'), (',', ','), ('but', 'CC'), ('it', 'PRP'), ('made', 'VBD'), ('her', 'PRP'), ('think', 'NN'), ('of', 'IN'), ('poor', 'JJ'), ('Georgina', 'NNP'), ('Burns', 'NNP'), ('.', '.')]
[('Of', 'ADV'), ('course', 'ADV'), ('it', 'PRON'), ('was', 'AUX'), ('very', 'ADV'), ('fine', 'ADJ'), (',', 'PUNCT'), ('she', 'PRON'), ('said', 'VERB'), (',', 'PUNCT'), ('but', 'CCONJ'), ('it', 'PRON'), ('made', 'VERB'), ('her', 'PRON'), ('think', 'NOUN'), ('of', 'ADP'), ('poor', 'ADJ'), ('Georgina', 'PROPN'), ('Burns', 'PROPN'), ('.', 'PUNCT')]
[('Georgina Burns', 'PERSON')]
[('Of', 'advmod', 'course'), ('course', 'advmod', 'was'), ('it', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('very', 'advmod', 'fine'), ('fine', 'acomp', 'was'), (',', 'punct', 'said'), ('she', 'nsubj', 'said'), ('said', 'parataxis', 'was'), (',', 'punct', 'said'), ('but', 'cc', 'was'), ('it', 'nsubj', 'made'), ('made', 'conj', 'was'), ('her', 'nsubj', 'think'), ('think', 'ccomp', 'made'), ('of', 'prep', 'think'), ('poor', 'amod', 'Burns'), ('Georgina', 'compound', 'Burns'), ('Burns', 'pobj', 'of'), ('.', 'punct', 'made')]
“Oh, well,” said Mr Bartell D’Arcy, “I presume there are as good singers today as there were then.” “Where are they?” asked Mr Browne defiantly.
[('Mr', 'NNP'), ('Browne', 'NNP'), ('could', 'MD'), ('go', 'VB'), ('back', 'RB'), ('farther', 'RB'), ('still', 'RB'), (',', ','), ('to', 'TO'), ('the', 'DT'), ('old', 'JJ'), ('Italian', 'JJ'), ('companies', 'NNS'), ('that', 'WDT'), ('used', 'VBD'), ('to', 'TO'), ('come', 'VB'), ('to', 'TO'), ('Dublin—Tietjens', 'NNP'), (',', ','), ('Ilma', 'NNP'), ('de', 'FW'), ('Murzka', 'NNP'), (',', ','), ('Campanini', 'NNP'), (',', ','), ('the', 'DT'), ('great', 'JJ'), ('Trebelli', 'NNP'), (',', ','), ('Giuglini', 'NNP'), (',', ','), ('Ravelli', 'NNP'), (',', ','), ('Aramburo', 'NNP'), ('.', '.')]
[('Mr', 'PROPN'), ('Browne', 'PROPN'), ('could', 'AUX'), ('go', 'VERB'), ('back', 'ADV'), ('farther', 'ADV'), ('still', 'ADV'), (',', 'PUNCT'), ('to', 'ADP'), ('the', 'DET'), ('old', 'ADJ'), ('Italian', 'ADJ'), ('companies', 'NOUN'), ('that', 'PRON'), ('used', 'VERB'), ('to', 'PART'), ('come', 'VERB'), ('to', 'ADP'), ('Dublin', 'PROPN'), ('—', 'PUNCT'), ('Tietjens', 'PROPN'), (',', 'PUNCT'), ('Ilma', 'PROPN'), ('de', 'PROPN'), ('Murzka', 'PROPN'), (',', 'PUNCT'), ('Campanini', 'PROPN'), (',', 'PUNCT'), ('the', 'DET'), ('great', 'ADJ'), ('Trebelli', 'PROPN'), (',', 'PUNCT'), ('Giuglini', 'PROPN'), (',', 'PUNCT'), ('Ravelli', 'PROPN'), (',', 'PUNCT'), ('Aramburo', 'PROPN'), ('.', 'PUNCT')]
[('Browne', 'PERSON'), ('Italian', 'NORP'), ('Dublin', 'GPE'), ('Tietjens', 'GPE'), ('Ilma de Murzka', 'PERSON'), ('Trebelli', 'PERSON'), ('Giuglini', 'PERSON'), ('Ravelli', 'PERSON'), ('Aramburo', 'ORG')]
[('Mr', 'compound', 'Browne'), ('Browne', 'nsubj', 'go'), ('could', 'aux', 'go'), ('go', 'ROOT', 'go'), ('back', 'advmod', 'go'), ('farther', 'advmod', 'still'), ('still', 'advmod', 'go'), (',', 'punct', 'go'), ('to', 'prep', 'go'), ('the', 'det', 'companies'), ('old', 'amod', 'companies'), ('Italian', 'amod', 'companies'), ('companies', 'pobj', 'to'), ('that', 'nsubj', 'used'), ('used', 'relcl', 'companies'), ('to', 'aux', 'come'), ('come', 'xcomp', 'used'), ('to', 'prep', 'come'), ('Dublin', 'nmod', 'Tietjens'), ('—', 'punct', 'Tietjens'), ('Tietjens', 'pobj', 'to'), (',', 'punct', 'Tietjens'), ('Ilma', 'compound', 'Murzka'), ('de', 'nmod', 'Murzka'), ('Murzka', 'conj', 'Tietjens'), (',', 'punct', 'Murzka'), ('Campanini', 'conj', 'Murzka'), (',', 'punct', 'Campanini'), ('the', 'det', 'Trebelli'), ('great', 'amod', 'Trebelli'), ('Trebelli', 'conj', 'Campanini'), (',', 'punct', 'Trebelli'), ('Giuglini', 'conj', 'Trebelli'), (',', 'punct', 'Giuglini'), ('Ravelli', 'nmod', 'Aramburo'), (',', 'punct', 'Ravelli'), ('Aramburo', 'conj', 'Giuglini'), ('.', 'punct', 'go')]
“In London, Paris, Milan,” said Mr Bartell D’Arcy warmly.
[('Those', 'DT'), ('were', 'VBD'), ('the', 'DT'), ('days', 'NNS'), (',', ','), ('he', 'PRP'), ('said', 'VBD'), (',', ','), ('when', 'WRB'), ('there', 'EX'), ('was', 'VBD'), ('something', 'NN'), ('like', 'IN'), ('singing', 'VBG'), ('to', 'TO'), ('be', 'VB'), ('heard', 'VBN'), ('in', 'IN'), ('Dublin', 'NNP'), ('.', '.')]
[('Those', 'PRON'), ('were', 'AUX'), ('the', 'DET'), ('days', 'NOUN'), (',', 'PUNCT'), ('he', 'PRON'), ('said', 'VERB'), (',', 'PUNCT'), ('when', 'SCONJ'), ('there', 'PRON'), ('was', 'VERB'), ('something', 'PRON'), ('like', 'ADP'), ('singing', 'NOUN'), ('to', 'PART'), ('be', 'AUX'), ('heard', 'VERB'), ('in', 'ADP'), ('Dublin', 'PROPN'), ('.', 'PUNCT')]
[('the days', 'DATE'), ('Dublin', 'GPE')]
[('Those', 'nsubj', 'were'), ('were', 'ROOT', 'were'), ('the', 'det', 'days'), ('days', 'attr', 'were'), (',', 'punct', 'said'), ('he', 'nsubj', 'said'), ('said', 'parataxis', 'were'), (',', 'punct', 'said'), ('when', 'advmod', 'was'), ('there', 'expl', 'was'), ('was', 'advcl', 'said'), ('something', 'attr', 'was'), ('like', 'prep', 'something'), ('singing', 'pobj', 'like'), ('to', 'aux', 'heard'), ('be', 'auxpass', 'heard'), ('heard', 'relcl', 'singing'), ('in', 'prep', 'heard'), ('Dublin', 'pobj', 'in'), ('.', 'punct', 'were')]
“I suppose Caruso, for example, is quite as good, if not better than any of the men you have mentioned.” “Maybe so,” said Mr Browne.
[('He', 'PRP'), ('told', 'VBD'), ('too', 'RB'), ('of', 'IN'), ('how', 'WRB'), ('the', 'DT'), ('top', 'JJ'), ('gallery', 'NN'), ('of', 'IN'), ('the', 'DT'), ('old', 'JJ'), ('Royal', 'NNP'), ('used', 'VBD'), ('to', 'TO'), ('be', 'VB'), ('packed', 'VBN'), ('night', 'NN'), ('after', 'IN'), ('night', 'NN'), (',', ','), ('of', 'IN'), ('how', 'WRB'), ('one', 'CD'), ('night', 'NN'), ('an', 'DT'), ('Italian', 'JJ'), ('tenor', 'NN'), ('had', 'VBD'), ('sung', 'VBN'), ('five', 'CD'), ('encores', 'NNS'), ('to', 'TO'), ('Let', 'VB'), ('me', 'PRP'), ('like', 'IN'), ('a', 'DT'), ('Soldier', 'NNP'), ('fall', 'NN'), (',', ','), ('introducing', 'VBG'), ('a', 'DT'), ('high', 'JJ'), ('C', 'NNP'), ('every', 'DT'), ('time', 'NN'), (',', ','), ('and', 'CC'), ('of', 'IN'), ('how', 'WRB'), ('the', 'DT'), ('gallery', 'NN'), ('boys', 'NN'), ('would', 'MD'), ('sometimes', 'RB'), ('in', 'IN'), ('their', 'PRP$'), ('enthusiasm', 'NN'), ('unyoke', 'VBD'), ('the', 'DT'), ('horses', 'NNS'), ('from', 'IN'), ('the', 'DT'), ('carriage', 'NN'), ('of', 'IN'), ('some', 'DT'), ('great', 'JJ'), ('prima', 'JJ'), ('donna', 'NN'), ('and', 'CC'), ('pull', 'VB'), ('her', 'PRP$'), ('themselves', 'PRP'), ('through', 'IN'), ('the', 'DT'), ('streets', 'NNS'), ('to', 'TO'), ('her', 'PRP$'), ('hotel', 'NN'), ('.', '.')]
[('He', 'PRON'), ('told', 'VERB'), ('too', 'ADV'), ('of', 'ADP'), ('how', 'SCONJ'), ('the', 'DET'), ('top', 'ADJ'), ('gallery', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('old', 'ADJ'), ('Royal', 'PROPN'), ('used', 'VERB'), ('to', 'PART'), ('be', 'AUX'), ('packed', 'VERB'), ('night', 'NOUN'), ('after', 'ADP'), ('night', 'NOUN'), (',', 'PUNCT'), ('of', 'ADP'), ('how', 'SCONJ'), ('one', 'NUM'), ('night', 'NOUN'), ('an', 'DET'), ('Italian', 'ADJ'), ('tenor', 'NOUN'), ('had', 'AUX'), ('sung', 'VERB'), ('five', 'NUM'), ('encores', 'NOUN'), ('to', 'PART'), ('Let', 'VERB'), ('me', 'PRON'), ('like', 'ADP'), ('a', 'DET'), ('Soldier', 'NOUN'), ('fall', 'NOUN'), (',', 'PUNCT'), ('introducing', 'VERB'), ('a', 'DET'), ('high', 'ADJ'), ('C', 'NOUN'), ('every', 'DET'), ('time', 'NOUN'), (',', 'PUNCT'), ('and', 'CCONJ'), ('of', 'ADP'), ('how', 'SCONJ'), ('the', 'DET'), ('gallery', 'NOUN'), ('boys', 'NOUN'), ('would', 'AUX'), ('sometimes', 'ADV'), ('in', 'ADP'), ('their', 'PRON'), ('enthusiasm', 'NOUN'), ('unyoke', 'VERB'), ('the', 'DET'), ('horses', 'NOUN'), ('from', 'ADP'), ('the', 'DET'), ('carriage', 'NOUN'), ('of', 'ADP'), ('some', 'DET'), ('great', 'ADJ'), ('prima', 'NOUN'), ('donna', 'NOUN'), ('and', 'CCONJ'), ('pull', 'VERB'), ('her', 'PRON'), ('themselves', 'PRON'), ('through', 'ADP'), ('the', 'DET'), ('streets', 'NOUN'), ('to', 'ADP'), ('her', 'PRON'), ('hotel', 'NOUN'), ('.', 'PUNCT')]
[('Royal', 'ORG'), ('night after night', 'TIME'), ('one night', 'TIME'), ('Italian', 'NORP'), ('five', 'CARDINAL'), ('donna', 'PERSON')]
[('He', 'nsubj', 'told'), ('told', 'ROOT', 'told'), ('too', 'advmod', 'told'), ('of', 'prep', 'too'), ('how', 'advmod', 'used'), ('the', 'det', 'gallery'), ('top', 'amod', 'gallery'), ('gallery', 'nsubj', 'used'), ('of', 'prep', 'gallery'), ('the', 'det', 'Royal'), ('old', 'amod', 'Royal'), ('Royal', 'pobj', 'of'), ('used', 'pcomp', 'of'), ('to', 'aux', 'packed'), ('be', 'auxpass', 'packed'), ('packed', 'xcomp', 'used'), ('night', 'npadvmod', 'used'), ('after', 'prep', 'night'), ('night', 'pobj', 'after'), (',', 'punct', 'told'), ('of', 'prep', 'told'), ('how', 'advmod', 'sung'), ('one', 'nummod', 'night'), ('night', 'npadvmod', 'sung'), ('an', 'det', 'tenor'), ('Italian', 'amod', 'tenor'), ('tenor', 'nsubj', 'sung'), ('had', 'aux', 'sung'), ('sung', 'pcomp', 'of'), ('five', 'nummod', 'encores'), ('encores', 'dobj', 'sung'), ('to', 'aux', 'Let'), ('Let', 'advcl', 'sung'), ('me', 'nsubj', 'like'), ('like', 'ccomp', 'Let'), ('a', 'det', 'Soldier'), ('Soldier', 'compound', 'fall'), ('fall', 'dobj', 'like'), (',', 'punct', 'Let'), ('introducing', 'advcl', 'sung'), ('a', 'det', 'C'), ('high', 'amod', 'C'), ('C', 'dobj', 'introducing'), ('every', 'det', 'time'), ('time', 'npadvmod', 'introducing'), (',', 'punct', 'introducing'), ('and', 'cc', 'introducing'), ('of', 'conj', 'introducing'), ('how', 'advmod', 'unyoke'), ('the', 'det', 'boys'), ('gallery', 'compound', 'boys'), ('boys', 'nsubj', 'unyoke'), ('would', 'aux', 'unyoke'), ('sometimes', 'advmod', 'in'), ('in', 'prep', 'unyoke'), ('their', 'poss', 'enthusiasm'), ('enthusiasm', 'pobj', 'in'), ('unyoke', 'pcomp', 'of'), ('the', 'det', 'horses'), ('horses', 'dobj', 'unyoke'), ('from', 'prep', 'unyoke'), ('the', 'det', 'carriage'), ('carriage', 'pobj', 'from'), ('of', 'prep', 'carriage'), ('some', 'det', 'donna'), ('great', 'amod', 'donna'), ('prima', 'compound', 'donna'), ('donna', 'pobj', 'of'), ('and', 'cc', 'unyoke'), ('pull', 'conj', 'unyoke'), ('her', 'dobj', 'pull'), ('themselves', 'appos', 'her'), ('through', 'prep', 'pull'), ('the', 'det', 'streets'), ('streets', 'pobj', 'through'), ('to', 'prep', 'pull'), ('her', 'poss', 'hotel'), ('hotel', 'pobj', 'to'), ('.', 'punct', 'told')]
“But I may tell you I doubt it strongly.” “O, I’d give anything to hear Caruso sing,” said Mary Jane.
[('Why', 'WRB'), ('did', 'VBD'), ('they', 'PRP'), ('never', 'RB'), ('play', 'VBP'), ('the', 'DT'), ('grand', 'JJ'), ('old', 'JJ'), ('operas', 'NN'), ('now', 'RB'), (',', ','), ('he', 'PRP'), ('asked', 'VBD'), (',', ','), ('Dinorah', 'NNP'), (',', ','), ('Lucrezia', 'NNP'), ('Borgia', 'NNP'), ('?', '.')]
[('Why', 'SCONJ'), ('did', 'AUX'), ('they', 'PRON'), ('never', 'ADV'), ('play', 'VERB'), ('the', 'DET'), ('grand', 'ADJ'), ('old', 'ADJ'), ('operas', 'NOUN'), ('now', 'ADV'), (',', 'PUNCT'), ('he', 'PRON'), ('asked', 'VERB'), (',', 'PUNCT'), ('Dinorah', 'PROPN'), (',', 'PUNCT'), ('Lucrezia', 'PROPN'), ('Borgia', 'PROPN'), ('?', 'PUNCT')]
[('Dinorah', 'GPE')]
[('Why', 'advmod', 'play'), ('did', 'aux', 'play'), ('they', 'nsubj', 'play'), ('never', 'neg', 'play'), ('play', 'ccomp', 'asked'), ('the', 'det', 'operas'), ('grand', 'amod', 'operas'), ('old', 'amod', 'operas'), ('operas', 'dobj', 'play'), ('now', 'advmod', 'play'), (',', 'punct', 'asked'), ('he', 'nsubj', 'asked'), ('asked', 'ROOT', 'asked'), (',', 'punct', 'asked'), ('Dinorah', 'npadvmod', 'asked'), (',', 'punct', 'Dinorah'), ('Lucrezia', 'compound', 'Borgia'), ('Borgia', 'conj', 'Dinorah'), ('?', 'punct', 'asked')]
“For me,” said Aunt Kate, who had been picking a bone, “there was only one tenor.
[('Because', 'IN'), ('they', 'PRP'), ('could', 'MD'), ('not', 'RB'), ('get', 'VB'), ('the', 'DT'), ('voices', 'NNS'), ('to', 'TO'), ('sing', 'VBG'), ('them', 'PRP'), (':', ':'), ('that', 'DT'), ('was', 'VBD'), ('why', 'WRB'), ('.', '.')]
[('Because', 'SCONJ'), ('they', 'PRON'), ('could', 'AUX'), ('not', 'PART'), ('get', 'VERB'), ('the', 'DET'), ('voices', 'NOUN'), ('to', 'PART'), ('sing', 'VERB'), ('them', 'PRON'), (':', 'PUNCT'), ('that', 'PRON'), ('was', 'AUX'), ('why', 'SCONJ'), ('.', 'PUNCT')]
[]
[('Because', 'mark', 'get'), ('they', 'nsubj', 'get'), ('could', 'aux', 'get'), ('not', 'neg', 'get'), ('get', 'advcl', 'was'), ('the', 'det', 'voices'), ('voices', 'nsubj', 'sing'), ('to', 'aux', 'sing'), ('sing', 'ccomp', 'get'), ('them', 'dobj', 'sing'), (':', 'punct', 'was'), ('that', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('why', 'acomp', 'was'), ('.', 'punct', 'was')]
To please me, I mean.
[('“', 'NN'), ('Oh', 'NNP'), (',', ','), ('well', 'RB'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Mr', 'NNP'), ('Bartell', 'NNP'), ('D', 'NNP'), ('’', 'NNP'), ('Arcy', 'NNP'), (',', ','), ('“', 'NNP'), ('I', 'PRP'), ('presume', 'VBP'), ('there', 'EX'), ('are', 'VBP'), ('as', 'IN'), ('good', 'JJ'), ('singers', 'NNS'), ('today', 'NN'), ('as', 'IN'), ('there', 'EX'), ('were', 'VBD'), ('then.', 'JJ'), ('”', 'NNP'), ('“', 'NN'), ('Where', 'WRB'), ('are', 'VBP'), ('they', 'PRP'), ('?', '.'), ('”', "''"), ('asked', 'VBD'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('defiantly', 'RB'), ('.', '.')]
[('“', 'PUNCT'), ('Oh', 'INTJ'), (',', 'PUNCT'), ('well', 'INTJ'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mr', 'PROPN'), ('Bartell', 'PROPN'), ('D’Arcy', 'PROPN'), (',', 'PUNCT'), ('“', 'PUNCT'), ('I', 'PRON'), ('presume', 'VERB'), ('there', 'PRON'), ('are', 'VERB'), ('as', 'ADV'), ('good', 'ADJ'), ('singers', 'NOUN'), ('today', 'NOUN'), ('as', 'SCONJ'), ('there', 'PRON'), ('were', 'VERB'), ('then', 'ADV'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('Where', 'SCONJ'), ('are', 'AUX'), ('they', 'PRON'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('asked', 'VERB'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('defiantly', 'ADV'), ('.', 'PUNCT')]
[('Bartell D’Arcy', 'PERSON'), ('today', 'DATE'), ('Browne', 'PERSON')]
[('“', 'punct', 'said'), ('Oh', 'intj', 'said'), (',', 'punct', 'said'), ('well', 'intj', 'said'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Mr', 'compound', 'D’Arcy'), ('Bartell', 'compound', 'D’Arcy'), ('D’Arcy', 'nsubj', 'said'), (',', 'punct', 'said'), ('“', 'punct', 'said'), ('I', 'nsubj', 'presume'), ('presume', 'ccomp', 'said'), ('there', 'expl', 'are'), ('are', 'ccomp', 'presume'), ('as', 'prep', 'are'), ('good', 'amod', 'singers'), ('singers', 'pobj', 'as'), ('today', 'npadvmod', 'are'), ('as', 'mark', 'were'), ('there', 'expl', 'were'), ('were', 'advcl', 'are'), ('then', 'advmod', 'were'), ('.', 'punct', 'said'), ('”', 'punct', 'said'), ('“', 'punct', 'are'), ('Where', 'advmod', 'are'), ('are', 'ccomp', 'asked'), ('they', 'nsubj', 'are'), ('?', 'punct', 'are'), ('”', 'punct', 'asked'), ('asked', 'ROOT', 'asked'), ('Mr', 'compound', 'Browne'), ('Browne', 'dobj', 'asked'), ('defiantly', 'advmod', 'asked'), ('.', 'punct', 'asked')]
But I suppose none of you ever heard of him.” “Who was he, Miss Morkan?” asked Mr Bartell D’Arcy politely.
[('“', 'NN'), ('In', 'IN'), ('London', 'NNP'), (',', ','), ('Paris', 'NNP'), (',', ','), ('Milan', 'NNP'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Mr', 'NNP'), ('Bartell', 'NNP'), ('D', 'NNP'), ('’', 'NNP'), ('Arcy', 'NNP'), ('warmly', 'RB'), ('.', '.')]
[('“', 'PUNCT'), ('In', 'ADP'), ('London', 'PROPN'), (',', 'PUNCT'), ('Paris', 'PROPN'), (',', 'PUNCT'), ('Milan', 'PROPN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mr', 'PROPN'), ('Bartell', 'PROPN'), ('D’Arcy', 'NOUN'), ('warmly', 'ADV'), ('.', 'PUNCT')]
[('London', 'GPE'), ('Paris', 'GPE'), ('Milan', 'GPE'), ('Bartell', 'PERSON')]
[('“', 'punct', 'said'), ('In', 'prep', 'said'), ('London', 'pobj', 'In'), (',', 'punct', 'London'), ('Paris', 'conj', 'London'), (',', 'punct', 'Paris'), ('Milan', 'appos', 'Paris'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Mr', 'compound', 'Bartell'), ('Bartell', 'nsubj', 'D’Arcy'), ('D’Arcy', 'ccomp', 'said'), ('warmly', 'advmod', 'D’Arcy'), ('.', 'punct', 'said')]
“His name,” said Aunt Kate, “was Parkinson.
[('“', 'NN'), ('I', 'PRP'), ('suppose', 'VBP'), ('Caruso', 'NNP'), (',', ','), ('for', 'IN'), ('example', 'NN'), (',', ','), ('is', 'VBZ'), ('quite', 'RB'), ('as', 'RB'), ('good', 'JJ'), (',', ','), ('if', 'IN'), ('not', 'RB'), ('better', 'RBR'), ('than', 'IN'), ('any', 'DT'), ('of', 'IN'), ('the', 'DT'), ('men', 'NNS'), ('you', 'PRP'), ('have', 'VBP'), ('mentioned.', 'VBN'), ('”', 'NNP'), ('“', 'NNP'), ('Maybe', 'NNP'), ('so', 'RB'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('.', '.')]
[('“', 'PUNCT'), ('I', 'PRON'), ('suppose', 'VERB'), ('Caruso', 'PROPN'), (',', 'PUNCT'), ('for', 'ADP'), ('example', 'NOUN'), (',', 'PUNCT'), ('is', 'AUX'), ('quite', 'ADV'), ('as', 'ADV'), ('good', 'ADJ'), (',', 'PUNCT'), ('if', 'SCONJ'), ('not', 'PART'), ('better', 'ADJ'), ('than', 'ADP'), ('any', 'PRON'), ('of', 'ADP'), ('the', 'DET'), ('men', 'NOUN'), ('you', 'PRON'), ('have', 'AUX'), ('mentioned', 'VERB'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('Maybe', 'ADV'), ('so', 'ADV'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('.', 'PUNCT')]
[('Caruso', 'PERSON'), ('Mr Browne', 'PERSON')]
[('“', 'punct', 'suppose'), ('I', 'nsubj', 'suppose'), ('suppose', 'ROOT', 'suppose'), ('Caruso', 'nsubj', 'is'), (',', 'punct', 'is'), ('for', 'prep', 'is'), ('example', 'pobj', 'for'), (',', 'punct', 'is'), ('is', 'ccomp', 'suppose'), ('quite', 'advmod', 'as'), ('as', 'advmod', 'good'), ('good', 'acomp', 'is'), (',', 'punct', 'good'), ('if', 'mark', 'better'), ('not', 'neg', 'better'), ('better', 'advcl', 'is'), ('than', 'prep', 'better'), ('any', 'pobj', 'than'), ('of', 'prep', 'any'), ('the', 'det', 'men'), ('men', 'pobj', 'of'), ('you', 'nsubj', 'mentioned'), ('have', 'aux', 'mentioned'), ('mentioned', 'relcl', 'men'), ('.', 'punct', 'suppose'), ('”', 'punct', 'suppose'), ('“', 'punct', 'said'), ('Maybe', 'advmod', 'so'), ('so', 'advmod', 'said'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Mr', 'compound', 'Browne'), ('Browne', 'nsubj', 'said'), ('.', 'punct', 'said')]
I heard him when he was in his prime and I think he had then the purest tenor voice that was ever put into a man’s throat.” “Strange,” said Mr Bartell D’Arcy.
[('“', 'NN'), ('But', 'CC'), ('I', 'PRP'), ('may', 'MD'), ('tell', 'VB'), ('you', 'PRP'), ('I', 'PRP'), ('doubt', 'VBP'), ('it', 'PRP'), ('strongly.', 'VBZ'), ('”', 'JJ'), ('“', 'NNP'), ('O', 'NNP'), (',', ','), ('I', 'PRP'), ('’', 'VBP'), ('d', 'JJ'), ('give', 'VBP'), ('anything', 'NN'), ('to', 'TO'), ('hear', 'VB'), ('Caruso', 'NNP'), ('sing', 'NN'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Mary', 'NNP'), ('Jane', 'NNP'), ('.', '.')]
[('“', 'PUNCT'), ('But', 'CCONJ'), ('I', 'PRON'), ('may', 'AUX'), ('tell', 'VERB'), ('you', 'PRON'), ('I', 'PRON'), ('doubt', 'VERB'), ('it', 'PRON'), ('strongly', 'ADV'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('O', 'INTJ'), (',', 'PUNCT'), ('I', 'PRON'), ('’d', 'AUX'), ('give', 'VERB'), ('anything', 'PRON'), ('to', 'PART'), ('hear', 'VERB'), ('Caruso', 'PROPN'), ('sing', 'NOUN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mary', 'PROPN'), ('Jane', 'PROPN'), ('.', 'PUNCT')]
[('Caruso', 'PERSON'), ('Mary Jane', 'PERSON')]
[('“', 'punct', 'tell'), ('But', 'cc', 'tell'), ('I', 'nsubj', 'tell'), ('may', 'aux', 'tell'), ('tell', 'ROOT', 'tell'), ('you', 'dobj', 'tell'), ('I', 'nsubj', 'doubt'), ('doubt', 'ccomp', 'tell'), ('it', 'dobj', 'doubt'), ('strongly', 'advmod', 'doubt'), ('.', 'punct', 'tell'), ('”', 'punct', 'tell'), ('“', 'punct', 'said'), ('O', 'intj', 'give'), (',', 'punct', 'give'), ('I', 'nsubj', 'give'), ('’d', 'aux', 'give'), ('give', 'ccomp', 'said'), ('anything', 'dobj', 'give'), ('to', 'aux', 'hear'), ('hear', 'advcl', 'give'), ('Caruso', 'compound', 'sing'), ('sing', 'dobj', 'hear'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Mary', 'compound', 'Jane'), ('Jane', 'nsubj', 'said'), ('.', 'punct', 'said')]
“I never even heard of him.” “Yes, yes, Miss Morkan is right,” said Mr Browne.
[('“', 'NN'), ('For', 'IN'), ('me', 'PRP'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Aunt', 'NNP'), ('Kate', 'NNP'), (',', ','), ('who', 'WP'), ('had', 'VBD'), ('been', 'VBN'), ('picking', 'VBG'), ('a', 'DT'), ('bone', 'NN'), (',', ','), ('“', 'VBP'), ('there', 'EX'), ('was', 'VBD'), ('only', 'RB'), ('one', 'CD'), ('tenor', 'NN'), ('.', '.')]
[('“', 'PUNCT'), ('For', 'ADP'), ('me', 'PRON'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), (',', 'PUNCT'), ('who', 'PRON'), ('had', 'AUX'), ('been', 'AUX'), ('picking', 'VERB'), ('a', 'DET'), ('bone', 'NOUN'), (',', 'PUNCT'), ('“', 'PUNCT'), ('there', 'PRON'), ('was', 'VERB'), ('only', 'ADV'), ('one', 'NUM'), ('tenor', 'NOUN'), ('.', 'PUNCT')]
[('Aunt Kate', 'PERSON')]
[('“', 'punct', 'said'), ('For', 'prep', 'said'), ('me', 'pobj', 'For'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'said'), (',', 'punct', 'Kate'), ('who', 'nsubj', 'picking'), ('had', 'aux', 'picking'), ('been', 'aux', 'picking'), ('picking', 'relcl', 'Kate'), ('a', 'det', 'bone'), ('bone', 'dobj', 'picking'), (',', 'punct', 'said'), ('“', 'punct', 'said'), ('there', 'expl', 'was'), ('was', 'ccomp', 'said'), ('only', 'advmod', 'one'), ('one', 'nummod', 'tenor'), ('tenor', 'attr', 'was'), ('.', 'punct', 'said')]
“I remember hearing of old Parkinson but he’s too far back for me.” “A beautiful pure sweet mellow English tenor,” said Aunt Kate with enthusiasm.
[('To', 'TO'), ('please', 'VB'), ('me', 'PRP'), (',', ','), ('I', 'PRP'), ('mean', 'VBP'), ('.', '.')]
[('To', 'PART'), ('please', 'VERB'), ('me', 'PRON'), (',', 'PUNCT'), ('I', 'PRON'), ('mean', 'VERB'), ('.', 'PUNCT')]
[]
[('To', 'aux', 'please'), ('please', 'advcl', 'mean'), ('me', 'dobj', 'please'), (',', 'punct', 'mean'), ('I', 'nsubj', 'mean'), ('mean', 'ROOT', 'mean'), ('.', 'punct', 'mean')]
Gabriel having finished, the huge pudding was transferred to the table.
[('But', 'CC'), ('I', 'PRP'), ('suppose', 'VBP'), ('none', 'NN'), ('of', 'IN'), ('you', 'PRP'), ('ever', 'RB'), ('heard', 'JJR'), ('of', 'IN'), ('him.', 'NN'), ('”', 'NNP'), ('“', 'NNP'), ('Who', 'NNP'), ('was', 'VBD'), ('he', 'PRP'), (',', ','), ('Miss', 'NNP'), ('Morkan', 'NNP'), ('?', '.'), ('”', 'NN'), ('asked', 'VBD'), ('Mr', 'NNP'), ('Bartell', 'NNP'), ('D', 'NNP'), ('’', 'NNP'), ('Arcy', 'NNP'), ('politely', 'RB'), ('.', '.')]
[('But', 'CCONJ'), ('I', 'PRON'), ('suppose', 'VERB'), ('none', 'NOUN'), ('of', 'ADP'), ('you', 'PRON'), ('ever', 'ADV'), ('heard', 'VERB'), ('of', 'ADP'), ('him', 'PRON'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('Who', 'PRON'), ('was', 'AUX'), ('he', 'PRON'), (',', 'PUNCT'), ('Miss', 'PROPN'), ('Morkan', 'PROPN'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('asked', 'VERB'), ('Mr', 'PROPN'), ('Bartell', 'PROPN'), ('D’Arcy', 'VERB'), ('politely', 'ADV'), ('.', 'PUNCT')]
[('Morkan', 'PERSON'), ('Bartell D’Arcy', 'PERSON')]
[('But', 'cc', 'suppose'), ('I', 'nsubj', 'suppose'), ('suppose', 'ROOT', 'suppose'), ('none', 'nsubj', 'heard'), ('of', 'prep', 'none'), ('you', 'pobj', 'of'), ('ever', 'advmod', 'heard'), ('heard', 'ccomp', 'suppose'), ('of', 'prep', 'heard'), ('him', 'pobj', 'of'), ('.', 'punct', 'suppose'), ('”', 'punct', 'suppose'), ('“', 'punct', 'was'), ('Who', 'attr', 'was'), ('was', 'ROOT', 'was'), ('he', 'nsubj', 'was'), (',', 'punct', 'was'), ('Miss', 'compound', 'Morkan'), ('Morkan', 'nsubj', 'was'), ('?', 'punct', 'was'), ('”', 'punct', 'was'), ('asked', 'ROOT', 'asked'), ('Mr', 'compound', 'Bartell'), ('Bartell', 'dobj', 'asked'), ('D’Arcy', 'ccomp', 'asked'), ('politely', 'advmod', 'D’Arcy'), ('.', 'punct', 'asked')]
The clatter of forks and spoons began again.
[('“', 'VB'), ('His', 'PRP$'), ('name', 'NN'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Aunt', 'NNP'), ('Kate', 'NNP'), (',', ','), ('“', 'NNP'), ('was', 'VBD'), ('Parkinson', 'NNP'), ('.', '.')]
[('“', 'PUNCT'), ('His', 'PRON'), ('name', 'NOUN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), (',', 'PUNCT'), ('“', 'PUNCT'), ('was', 'AUX'), ('Parkinson', 'PROPN'), ('.', 'PUNCT')]
[('Aunt Kate', 'PERSON')]
[('“', 'punct', 'said'), ('His', 'poss', 'name'), ('name', 'nsubj', 'said'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'parataxis', 'was'), ('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'said'), (',', 'punct', 'said'), ('“', 'punct', 'was'), ('was', 'ROOT', 'was'), ('Parkinson', 'attr', 'was'), ('.', 'punct', 'was')]
Gabriel’s wife served out spoonfuls of the pudding and passed the plates down the table.
[('I', 'PRP'), ('heard', 'VBD'), ('him', 'PRP'), ('when', 'WRB'), ('he', 'PRP'), ('was', 'VBD'), ('in', 'IN'), ('his', 'PRP$'), ('prime', 'JJ'), ('and', 'CC'), ('I', 'PRP'), ('think', 'VBP'), ('he', 'PRP'), ('had', 'VBD'), ('then', 'RB'), ('the', 'DT'), ('purest', 'JJS'), ('tenor', 'JJ'), ('voice', 'NN'), ('that', 'WDT'), ('was', 'VBD'), ('ever', 'RB'), ('put', 'VBN'), ('into', 'IN'), ('a', 'DT'), ('man', 'NN'), ('’', 'NN'), ('s', 'JJ'), ('throat.', 'NN'), ('”', 'NNP'), ('“', 'NNP'), ('Strange', 'NNP'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Mr', 'NNP'), ('Bartell', 'NNP'), ('D', 'NNP'), ('’', 'NNP'), ('Arcy', 'NNP'), ('.', '.')]
[('I', 'PRON'), ('heard', 'VERB'), ('him', 'PRON'), ('when', 'SCONJ'), ('he', 'PRON'), ('was', 'AUX'), ('in', 'ADP'), ('his', 'PRON'), ('prime', 'NOUN'), ('and', 'CCONJ'), ('I', 'PRON'), ('think', 'VERB'), ('he', 'PRON'), ('had', 'VERB'), ('then', 'ADV'), ('the', 'DET'), ('purest', 'ADJ'), ('tenor', 'NOUN'), ('voice', 'NOUN'), ('that', 'PRON'), ('was', 'AUX'), ('ever', 'ADV'), ('put', 'VERB'), ('into', 'ADP'), ('a', 'DET'), ('man', 'NOUN'), ('’s', 'PART'), ('throat', 'NOUN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('Strange', 'ADJ'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mr', 'PROPN'), ('Bartell', 'PROPN'), ('D’Arcy', 'PROPN'), ('.', 'PUNCT')]
[('Bartell', 'PERSON')]
[('I', 'nsubj', 'heard'), ('heard', 'ROOT', 'heard'), ('him', 'dobj', 'heard'), ('when', 'advmod', 'was'), ('he', 'nsubj', 'was'), ('was', 'advcl', 'heard'), ('in', 'prep', 'was'), ('his', 'poss', 'prime'), ('prime', 'pobj', 'in'), ('and', 'cc', 'heard'), ('I', 'nsubj', 'think'), ('think', 'conj', 'heard'), ('he', 'nsubj', 'had'), ('had', 'ccomp', 'think'), ('then', 'advmod', 'had'), ('the', 'det', 'voice'), ('purest', 'amod', 'tenor'), ('tenor', 'compound', 'voice'), ('voice', 'dobj', 'had'), ('that', 'nsubjpass', 'put'), ('was', 'auxpass', 'put'), ('ever', 'advmod', 'put'), ('put', 'relcl', 'voice'), ('into', 'prep', 'put'), ('a', 'det', 'man'), ('man', 'poss', 'throat'), ('’s', 'case', 'man'), ('throat', 'pobj', 'into'), ('.', 'punct', 'think'), ('”', 'punct', 'think'), ('“', 'punct', 'said'), ('Strange', 'meta', '“'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Mr', 'compound', 'Bartell'), ('Bartell', 'compound', 'D’Arcy'), ('D’Arcy', 'nsubj', 'said'), ('.', 'punct', 'said')]
Midway down they were held up by Mary Jane, who replenished them with raspberry or orange jelly or with blancmange and jam.
[('“', 'NN'), ('I', 'PRP'), ('never', 'RB'), ('even', 'RB'), ('heard', 'NN'), ('of', 'IN'), ('him.', 'NN'), ('”', 'NNP'), ('“', 'NNP'), ('Yes', 'NNP'), (',', ','), ('yes', 'UH'), (',', ','), ('Miss', 'NNP'), ('Morkan', 'NNP'), ('is', 'VBZ'), ('right', 'JJ'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('.', '.')]
[('“', 'PUNCT'), ('I', 'PRON'), ('never', 'ADV'), ('even', 'ADV'), ('heard', 'VERB'), ('of', 'ADP'), ('him', 'PRON'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('Yes', 'INTJ'), (',', 'PUNCT'), ('yes', 'INTJ'), (',', 'PUNCT'), ('Miss', 'PROPN'), ('Morkan', 'PROPN'), ('is', 'AUX'), ('right', 'ADJ'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('.', 'PUNCT')]
[('Morkan', 'PERSON'), ('Mr Browne', 'PERSON')]
[('“', 'punct', 'heard'), ('I', 'nsubj', 'heard'), ('never', 'neg', 'heard'), ('even', 'advmod', 'heard'), ('heard', 'ROOT', 'heard'), ('of', 'prep', 'heard'), ('him', 'pobj', 'of'), ('.', 'punct', 'heard'), ('”', 'punct', 'heard'), ('“', 'punct', 'said'), ('Yes', 'intj', 'is'), (',', 'punct', 'is'), ('yes', 'intj', 'is'), (',', 'punct', 'is'), ('Miss', 'compound', 'Morkan'), ('Morkan', 'nsubj', 'is'), ('is', 'ccomp', 'said'), ('right', 'acomp', 'is'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Mr', 'compound', 'Browne'), ('Browne', 'nsubj', 'said'), ('.', 'punct', 'said')]
The pudding was of Aunt Julia’s making and she received praises for it from all quarters.
[('“', 'NN'), ('I', 'PRP'), ('remember', 'VBP'), ('hearing', 'VBG'), ('of', 'IN'), ('old', 'JJ'), ('Parkinson', 'NNP'), ('but', 'CC'), ('he', 'PRP'), ('’', 'VBZ'), ('s', 'VB'), ('too', 'RB'), ('far', 'RB'), ('back', 'RB'), ('for', 'IN'), ('me.', 'NN'), ('”', 'NNP'), ('“', 'VBZ'), ('A', 'DT'), ('beautiful', 'JJ'), ('pure', 'NN'), ('sweet', 'NN'), ('mellow', 'JJ'), ('English', 'NNP'), ('tenor', 'NN'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Aunt', 'NNP'), ('Kate', 'NNP'), ('with', 'IN'), ('enthusiasm', 'NN'), ('.', '.')]
[('“', 'PUNCT'), ('I', 'PRON'), ('remember', 'VERB'), ('hearing', 'NOUN'), ('of', 'ADP'), ('old', 'ADJ'), ('Parkinson', 'PROPN'), ('but', 'CCONJ'), ('he', 'PRON'), ('’s', 'VERB'), ('too', 'ADV'), ('far', 'ADV'), ('back', 'ADV'), ('for', 'ADP'), ('me', 'PRON'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('A', 'DET'), ('beautiful', 'ADJ'), ('pure', 'ADJ'), ('sweet', 'ADJ'), ('mellow', 'ADJ'), ('English', 'ADJ'), ('tenor', 'NOUN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), ('with', 'ADP'), ('enthusiasm', 'NOUN'), ('.', 'PUNCT')]
[('English', 'LANGUAGE'), ('Aunt Kate', 'PERSON')]
[('“', 'punct', 'remember'), ('I', 'nsubj', 'remember'), ('remember', 'ROOT', 'remember'), ('hearing', 'xcomp', 'remember'), ('of', 'prep', 'hearing'), ('old', 'amod', 'Parkinson'), ('Parkinson', 'pobj', 'of'), ('but', 'cc', 'remember'), ('he', 'nsubj', '’s'), ('’s', 'conj', 'remember'), ('too', 'advmod', 'far'), ('far', 'advmod', 'back'), ('back', 'advmod', '’s'), ('for', 'prep', 'back'), ('me', 'pobj', 'for'), ('.', 'punct', '’s'), ('”', 'punct', '’s'), ('“', 'punct', 'tenor'), ('A', 'det', 'tenor'), ('beautiful', 'amod', 'tenor'), ('pure', 'amod', 'tenor'), ('sweet', 'amod', 'tenor'), ('mellow', 'amod', 'tenor'), ('English', 'amod', 'tenor'), ('tenor', 'ccomp', 'said'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'said'), ('with', 'prep', 'said'), ('enthusiasm', 'pobj', 'with'), ('.', 'punct', 'said')]
She herself said that it was not quite brown enough.
[('Gabriel', 'NNP'), ('having', 'VBG'), ('finished', 'VBN'), (',', ','), ('the', 'DT'), ('huge', 'JJ'), ('pudding', 'NN'), ('was', 'VBD'), ('transferred', 'VBN'), ('to', 'TO'), ('the', 'DT'), ('table', 'NN'), ('.', '.')]
[('Gabriel', 'PROPN'), ('having', 'AUX'), ('finished', 'VERB'), (',', 'PUNCT'), ('the', 'DET'), ('huge', 'ADJ'), ('pudding', 'NOUN'), ('was', 'AUX'), ('transferred', 'VERB'), ('to', 'ADP'), ('the', 'DET'), ('table', 'NOUN'), ('.', 'PUNCT')]
[]
[('Gabriel', 'nsubj', 'finished'), ('having', 'aux', 'finished'), ('finished', 'advcl', 'transferred'), (',', 'punct', 'transferred'), ('the', 'det', 'pudding'), ('huge', 'amod', 'pudding'), ('pudding', 'nsubjpass', 'transferred'), ('was', 'auxpass', 'transferred'), ('transferred', 'ROOT', 'transferred'), ('to', 'prep', 'transferred'), ('the', 'det', 'table'), ('table', 'pobj', 'to'), ('.', 'punct', 'transferred')]
“Well, I hope, Miss Morkan,” said Mr Browne, “that I’m brown enough for you because, you know, I’m all brown.” All the gentlemen, except Gabriel, ate some of the pudding out of compliment to Aunt Julia.
[('The', 'DT'), ('clatter', 'NN'), ('of', 'IN'), ('forks', 'NNS'), ('and', 'CC'), ('spoons', 'NNS'), ('began', 'VBD'), ('again', 'RB'), ('.', '.')]
[('The', 'DET'), ('clatter', 'NOUN'), ('of', 'ADP'), ('forks', 'NOUN'), ('and', 'CCONJ'), ('spoons', 'NOUN'), ('began', 'VERB'), ('again', 'ADV'), ('.', 'PUNCT')]
[]
[('The', 'det', 'clatter'), ('clatter', 'nsubj', 'began'), ('of', 'prep', 'clatter'), ('forks', 'pobj', 'of'), ('and', 'cc', 'forks'), ('spoons', 'conj', 'forks'), ('began', 'ROOT', 'began'), ('again', 'advmod', 'began'), ('.', 'punct', 'began')]
As Gabriel never ate sweets the celery had been left for him.
[('Gabriel', 'NNP'), ('’', 'NNP'), ('s', 'VBD'), ('wife', 'NN'), ('served', 'VBD'), ('out', 'RP'), ('spoonfuls', 'NN'), ('of', 'IN'), ('the', 'DT'), ('pudding', 'NN'), ('and', 'CC'), ('passed', 'VBD'), ('the', 'DT'), ('plates', 'NNS'), ('down', 'RP'), ('the', 'DT'), ('table', 'NN'), ('.', '.')]
[('Gabriel', 'PROPN'), ('’s', 'PART'), ('wife', 'NOUN'), ('served', 'VERB'), ('out', 'ADP'), ('spoonfuls', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('pudding', 'NOUN'), ('and', 'CCONJ'), ('passed', 'VERB'), ('the', 'DET'), ('plates', 'NOUN'), ('down', 'ADP'), ('the', 'DET'), ('table', 'NOUN'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON')]
[('Gabriel', 'poss', 'wife'), ('’s', 'case', 'Gabriel'), ('wife', 'nsubj', 'served'), ('served', 'ROOT', 'served'), ('out', 'prt', 'served'), ('spoonfuls', 'dobj', 'served'), ('of', 'prep', 'spoonfuls'), ('the', 'det', 'pudding'), ('pudding', 'pobj', 'of'), ('and', 'cc', 'served'), ('passed', 'conj', 'served'), ('the', 'det', 'plates'), ('plates', 'dobj', 'passed'), ('down', 'prep', 'passed'), ('the', 'det', 'table'), ('table', 'pobj', 'down'), ('.', 'punct', 'served')]
Freddy Malins also took a stalk of celery and ate it with his pudding.
[('Midway', 'NNP'), ('down', 'IN'), ('they', 'PRP'), ('were', 'VBD'), ('held', 'VBN'), ('up', 'RP'), ('by', 'IN'), ('Mary', 'NNP'), ('Jane', 'NNP'), (',', ','), ('who', 'WP'), ('replenished', 'VBD'), ('them', 'PRP'), ('with', 'IN'), ('raspberry', 'NN'), ('or', 'CC'), ('orange', 'NN'), ('jelly', 'RB'), ('or', 'CC'), ('with', 'IN'), ('blancmange', 'NN'), ('and', 'CC'), ('jam', 'NN'), ('.', '.')]
[('Midway', 'PROPN'), ('down', 'ADV'), ('they', 'PRON'), ('were', 'AUX'), ('held', 'VERB'), ('up', 'ADP'), ('by', 'ADP'), ('Mary', 'PROPN'), ('Jane', 'PROPN'), (',', 'PUNCT'), ('who', 'PRON'), ('replenished', 'VERB'), ('them', 'PRON'), ('with', 'ADP'), ('raspberry', 'NOUN'), ('or', 'CCONJ'), ('orange', 'VERB'), ('jelly', 'PROPN'), ('or', 'CCONJ'), ('with', 'ADP'), ('blancmange', 'NOUN'), ('and', 'CCONJ'), ('jam', 'NOUN'), ('.', 'PUNCT')]
[('Mary Jane', 'PERSON')]
[('Midway', 'advmod', 'held'), ('down', 'prt', 'Midway'), ('they', 'nsubjpass', 'held'), ('were', 'auxpass', 'held'), ('held', 'ROOT', 'held'), ('up', 'prt', 'held'), ('by', 'agent', 'held'), ('Mary', 'compound', 'Jane'), ('Jane', 'pobj', 'by'), (',', 'punct', 'Jane'), ('who', 'nsubj', 'replenished'), ('replenished', 'relcl', 'Jane'), ('them', 'dobj', 'replenished'), ('with', 'prep', 'replenished'), ('raspberry', 'pobj', 'with'), ('or', 'cc', 'replenished'), ('orange', 'compound', 'jelly'), ('jelly', 'conj', 'replenished'), ('or', 'cc', 'replenished'), ('with', 'conj', 'replenished'), ('blancmange', 'pobj', 'with'), ('and', 'cc', 'blancmange'), ('jam', 'conj', 'blancmange'), ('.', 'punct', 'held')]
He had been told that celery was a capital thing for the blood and he was just then under doctor’s care.
[('The', 'DT'), ('pudding', 'NN'), ('was', 'VBD'), ('of', 'IN'), ('Aunt', 'NNP'), ('Julia', 'NNP'), ('’', 'NNP'), ('s', 'VBD'), ('making', 'VBG'), ('and', 'CC'), ('she', 'PRP'), ('received', 'VBD'), ('praises', 'NNS'), ('for', 'IN'), ('it', 'PRP'), ('from', 'IN'), ('all', 'DT'), ('quarters', 'NNS'), ('.', '.')]
[('The', 'DET'), ('pudding', 'NOUN'), ('was', 'AUX'), ('of', 'ADP'), ('Aunt', 'PROPN'), ('Julia', 'PROPN'), ('’s', 'PART'), ('making', 'NOUN'), ('and', 'CCONJ'), ('she', 'PRON'), ('received', 'VERB'), ('praises', 'NOUN'), ('for', 'ADP'), ('it', 'PRON'), ('from', 'ADP'), ('all', 'DET'), ('quarters', 'NOUN'), ('.', 'PUNCT')]
[]
[('The', 'det', 'pudding'), ('pudding', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('of', 'prep', 'was'), ('Aunt', 'compound', 'Julia'), ('Julia', 'poss', 'making'), ('’s', 'case', 'Julia'), ('making', 'pobj', 'of'), ('and', 'cc', 'was'), ('she', 'nsubj', 'received'), ('received', 'conj', 'was'), ('praises', 'dobj', 'received'), ('for', 'prep', 'received'), ('it', 'pobj', 'for'), ('from', 'prep', 'received'), ('all', 'det', 'quarters'), ('quarters', 'pobj', 'from'), ('.', 'punct', 'received')]
Mrs Malins, who had been silent all through the supper, said that her son was going down to Mount Melleray in a week or so.
[('She', 'PRP'), ('herself', 'PRP'), ('said', 'VBD'), ('that', 'IN'), ('it', 'PRP'), ('was', 'VBD'), ('not', 'RB'), ('quite', 'RB'), ('brown', 'JJ'), ('enough', 'RB'), ('.', '.')]
[('She', 'PRON'), ('herself', 'PRON'), ('said', 'VERB'), ('that', 'SCONJ'), ('it', 'PRON'), ('was', 'AUX'), ('not', 'PART'), ('quite', 'ADV'), ('brown', 'ADJ'), ('enough', 'ADV'), ('.', 'PUNCT')]
[]
[('She', 'nsubj', 'said'), ('herself', 'appos', 'She'), ('said', 'ROOT', 'said'), ('that', 'mark', 'was'), ('it', 'nsubj', 'was'), ('was', 'ccomp', 'said'), ('not', 'neg', 'was'), ('quite', 'advmod', 'brown'), ('brown', 'acomp', 'was'), ('enough', 'advmod', 'brown'), ('.', 'punct', 'said')]
The table then spoke of Mount Melleray, how bracing the air was down there, how hospitable the monks were and how they never asked for a penny-piece from their guests.
[('“', 'RB'), ('Well', 'NNP'), (',', ','), ('I', 'PRP'), ('hope', 'VBP'), (',', ','), ('Miss', 'NNP'), ('Morkan', 'NNP'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Mr', 'NNP'), ('Browne', 'NNP'), (',', ','), ('“', 'VBZ'), ('that', 'IN'), ('I', 'PRP'), ('’', 'VBP'), ('m', 'JJ'), ('brown', 'JJ'), ('enough', 'RB'), ('for', 'IN'), ('you', 'PRP'), ('because', 'IN'), (',', ','), ('you', 'PRP'), ('know', 'VBP'), (',', ','), ('I', 'PRP'), ('’', 'VBP'), ('m', 'RB'), ('all', 'DT'), ('brown.', 'NN'), ('”', 'NNP'), ('All', 'PDT'), ('the', 'DT'), ('gentlemen', 'NNS'), (',', ','), ('except', 'IN'), ('Gabriel', 'NNP'), (',', ','), ('ate', 'VB'), ('some', 'DT'), ('of', 'IN'), ('the', 'DT'), ('pudding', 'VBG'), ('out', 'IN'), ('of', 'IN'), ('compliment', 'NN'), ('to', 'TO'), ('Aunt', 'NNP'), ('Julia', 'NNP'), ('.', '.')]
[('“', 'PUNCT'), ('Well', 'INTJ'), (',', 'PUNCT'), ('I', 'PRON'), ('hope', 'VERB'), (',', 'PUNCT'), ('Miss', 'PROPN'), ('Morkan', 'PROPN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), (',', 'PUNCT'), ('“', 'PUNCT'), ('that', 'SCONJ'), ('I', 'PRON'), ('’m', 'AUX'), ('brown', 'ADJ'), ('enough', 'ADV'), ('for', 'ADP'), ('you', 'PRON'), ('because', 'SCONJ'), (',', 'PUNCT'), ('you', 'PRON'), ('know', 'VERB'), (',', 'PUNCT'), ('I', 'PRON'), ('’m', 'VERB'), ('all', 'DET'), ('brown', 'ADJ'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('All', 'DET'), ('the', 'DET'), ('gentlemen', 'NOUN'), (',', 'PUNCT'), ('except', 'SCONJ'), ('Gabriel', 'PROPN'), (',', 'PUNCT'), ('ate', 'VERB'), ('some', 'PRON'), ('of', 'ADP'), ('the', 'DET'), ('pudding', 'NOUN'), ('out', 'ADP'), ('of', 'ADP'), ('compliment', 'NOUN'), ('to', 'ADP'), ('Aunt', 'PROPN'), ('Julia', 'PROPN'), ('.', 'PUNCT')]
[('Morkan', 'PERSON'), ('Mr Browne', 'PERSON'), ('Gabriel', 'PERSON'), ('Aunt Julia', 'PERSON')]
[('“', 'punct', 'said'), ('Well', 'intj', 'hope'), (',', 'punct', 'hope'), ('I', 'nsubj', 'hope'), ('hope', 'ccomp', 'said'), (',', 'punct', 'hope'), ('Miss', 'compound', 'Morkan'), ('Morkan', 'npadvmod', 'hope'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Mr', 'compound', 'Browne'), ('Browne', 'nsubj', 'said'), (',', 'punct', 'Browne'), ('“', 'punct', 'Browne'), ('that', 'mark', 'brown'), ('I', 'nsubj', 'brown'), ('’m', 'aux', 'brown'), ('brown', 'acl', 'Browne'), ('enough', 'advmod', 'brown'), ('for', 'prep', 'brown'), ('you', 'pobj', 'for'), ('because', 'mark', 'know'), (',', 'punct', 'know'), ('you', 'nsubj', 'know'), ('know', 'advcl', 'brown'), (',', 'punct', 'said'), ('I', 'nsubj', '’m'), ('’m', 'ccomp', 'said'), ('all', 'det', 'brown'), ('brown', 'attr', '’m'), ('.', 'punct', 'said'), ('”', 'punct', 'said'), ('All', 'predet', 'gentlemen'), ('the', 'det', 'gentlemen'), ('gentlemen', 'nsubj', 'ate'), (',', 'punct', 'ate'), ('except', 'prep', 'ate'), ('Gabriel', 'pobj', 'except'), (',', 'punct', 'ate'), ('ate', 'ROOT', 'ate'), ('some', 'dobj', 'ate'), ('of', 'prep', 'some'), ('the', 'det', 'pudding'), ('pudding', 'pobj', 'of'), ('out', 'prep', 'ate'), ('of', 'prep', 'out'), ('compliment', 'pobj', 'of'), ('to', 'prep', 'compliment'), ('Aunt', 'compound', 'Julia'), ('Julia', 'pobj', 'to'), ('.', 'punct', 'ate')]
“And do you mean to say,” asked Mr Browne incredulously, “that a chap can go down there and put up there as if it were a hotel and live on the fat of the land and then come away without paying anything?” “O, most people give some donation to the monastery when they leave.” said Mary Jane.
[('As', 'IN'), ('Gabriel', 'NNP'), ('never', 'RB'), ('ate', 'VBP'), ('sweets', 'NNS'), ('the', 'DT'), ('celery', 'NN'), ('had', 'VBD'), ('been', 'VBN'), ('left', 'VBN'), ('for', 'IN'), ('him', 'PRP'), ('.', '.')]
[('As', 'SCONJ'), ('Gabriel', 'PROPN'), ('never', 'ADV'), ('ate', 'VERB'), ('sweets', 'NOUN'), ('the', 'DET'), ('celery', 'NOUN'), ('had', 'AUX'), ('been', 'AUX'), ('left', 'VERB'), ('for', 'ADP'), ('him', 'PRON'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON')]
[('As', 'mark', 'ate'), ('Gabriel', 'nsubj', 'ate'), ('never', 'neg', 'ate'), ('ate', 'ROOT', 'ate'), ('sweets', 'dobj', 'ate'), ('the', 'det', 'celery'), ('celery', 'nsubjpass', 'left'), ('had', 'aux', 'left'), ('been', 'auxpass', 'left'), ('left', 'relcl', 'sweets'), ('for', 'prep', 'left'), ('him', 'pobj', 'for'), ('.', 'punct', 'ate')]
“I wish we had an institution like that in our Church,” said Mr Browne candidly.
[('Freddy', 'NNP'), ('Malins', 'NNP'), ('also', 'RB'), ('took', 'VBD'), ('a', 'DT'), ('stalk', 'NN'), ('of', 'IN'), ('celery', 'NN'), ('and', 'CC'), ('ate', 'VB'), ('it', 'PRP'), ('with', 'IN'), ('his', 'PRP$'), ('pudding', 'NN'), ('.', '.')]
[('Freddy', 'PROPN'), ('Malins', 'PROPN'), ('also', 'ADV'), ('took', 'VERB'), ('a', 'DET'), ('stalk', 'NOUN'), ('of', 'ADP'), ('celery', 'NOUN'), ('and', 'CCONJ'), ('ate', 'VERB'), ('it', 'PRON'), ('with', 'ADP'), ('his', 'PRON'), ('pudding', 'NOUN'), ('.', 'PUNCT')]
[('Freddy Malins', 'PERSON')]
[('Freddy', 'compound', 'Malins'), ('Malins', 'nsubj', 'took'), ('also', 'advmod', 'took'), ('took', 'ROOT', 'took'), ('a', 'det', 'stalk'), ('stalk', 'dobj', 'took'), ('of', 'prep', 'stalk'), ('celery', 'pobj', 'of'), ('and', 'cc', 'took'), ('ate', 'conj', 'took'), ('it', 'dobj', 'ate'), ('with', 'prep', 'ate'), ('his', 'poss', 'pudding'), ('pudding', 'pobj', 'with'), ('.', 'punct', 'took')]
He was astonished to hear that the monks never spoke, got up at two in the morning and slept in their coffins.
[('He', 'PRP'), ('had', 'VBD'), ('been', 'VBN'), ('told', 'VBN'), ('that', 'IN'), ('celery', 'NN'), ('was', 'VBD'), ('a', 'DT'), ('capital', 'NN'), ('thing', 'NN'), ('for', 'IN'), ('the', 'DT'), ('blood', 'NN'), ('and', 'CC'), ('he', 'PRP'), ('was', 'VBD'), ('just', 'RB'), ('then', 'RB'), ('under', 'IN'), ('doctor', 'NN'), ('’', 'NNP'), ('s', 'NN'), ('care', 'NN'), ('.', '.')]
[('He', 'PRON'), ('had', 'AUX'), ('been', 'AUX'), ('told', 'VERB'), ('that', 'SCONJ'), ('celery', 'NOUN'), ('was', 'AUX'), ('a', 'DET'), ('capital', 'NOUN'), ('thing', 'NOUN'), ('for', 'ADP'), ('the', 'DET'), ('blood', 'NOUN'), ('and', 'CCONJ'), ('he', 'PRON'), ('was', 'AUX'), ('just', 'ADV'), ('then', 'ADV'), ('under', 'ADP'), ('doctor', 'NOUN'), ('’s', 'PART'), ('care', 'NOUN'), ('.', 'PUNCT')]
[]
[('He', 'nsubjpass', 'told'), ('had', 'aux', 'told'), ('been', 'auxpass', 'told'), ('told', 'ROOT', 'told'), ('that', 'mark', 'was'), ('celery', 'nsubj', 'was'), ('was', 'ccomp', 'told'), ('a', 'det', 'thing'), ('capital', 'compound', 'thing'), ('thing', 'attr', 'was'), ('for', 'prep', 'thing'), ('the', 'det', 'blood'), ('blood', 'pobj', 'for'), ('and', 'cc', 'told'), ('he', 'nsubj', 'was'), ('was', 'conj', 'told'), ('just', 'advmod', 'then'), ('then', 'advmod', 'was'), ('under', 'prep', 'was'), ('doctor', 'poss', 'care'), ('’s', 'case', 'doctor'), ('care', 'pobj', 'under'), ('.', 'punct', 'was')]
He asked what they did it for.
[('Mrs', 'NNP'), ('Malins', 'NNP'), (',', ','), ('who', 'WP'), ('had', 'VBD'), ('been', 'VBN'), ('silent', 'JJ'), ('all', 'DT'), ('through', 'IN'), ('the', 'DT'), ('supper', 'NN'), (',', ','), ('said', 'VBD'), ('that', 'IN'), ('her', 'PRP$'), ('son', 'NN'), ('was', 'VBD'), ('going', 'VBG'), ('down', 'RB'), ('to', 'TO'), ('Mount', 'NNP'), ('Melleray', 'NNP'), ('in', 'IN'), ('a', 'DT'), ('week', 'NN'), ('or', 'CC'), ('so', 'RB'), ('.', '.')]
[('Mrs', 'PROPN'), ('Malins', 'PROPN'), (',', 'PUNCT'), ('who', 'PRON'), ('had', 'AUX'), ('been', 'AUX'), ('silent', 'ADJ'), ('all', 'ADV'), ('through', 'ADP'), ('the', 'DET'), ('supper', 'NOUN'), (',', 'PUNCT'), ('said', 'VERB'), ('that', 'SCONJ'), ('her', 'PRON'), ('son', 'NOUN'), ('was', 'AUX'), ('going', 'VERB'), ('down', 'ADP'), ('to', 'ADP'), ('Mount', 'PROPN'), ('Melleray', 'PROPN'), ('in', 'ADP'), ('a', 'DET'), ('week', 'NOUN'), ('or', 'CCONJ'), ('so', 'ADV'), ('.', 'PUNCT')]
[('Mrs Malins', 'PERSON'), ('Mount Melleray', 'LOC'), ('week', 'DATE')]
[('Mrs', 'compound', 'Malins'), ('Malins', 'nsubj', 'said'), (',', 'punct', 'Malins'), ('who', 'nsubj', 'been'), ('had', 'aux', 'been'), ('been', 'relcl', 'Malins'), ('silent', 'acomp', 'been'), ('all', 'advmod', 'through'), ('through', 'prep', 'been'), ('the', 'det', 'supper'), ('supper', 'pobj', 'through'), (',', 'punct', 'Malins'), ('said', 'ROOT', 'said'), ('that', 'mark', 'going'), ('her', 'poss', 'son'), ('son', 'nsubj', 'going'), ('was', 'aux', 'going'), ('going', 'ccomp', 'said'), ('down', 'prt', 'going'), ('to', 'prep', 'going'), ('Mount', 'compound', 'Melleray'), ('Melleray', 'pobj', 'to'), ('in', 'prep', 'going'), ('a', 'det', 'week'), ('week', 'pobj', 'in'), ('or', 'cc', 'so'), ('so', 'nummod', 'week'), ('.', 'punct', 'said')]
“That’s the rule of the order,” said Aunt Kate firmly.
[('The', 'DT'), ('table', 'NN'), ('then', 'RB'), ('spoke', 'VBD'), ('of', 'IN'), ('Mount', 'NNP'), ('Melleray', 'NNP'), (',', ','), ('how', 'WRB'), ('bracing', 'VBG'), ('the', 'DT'), ('air', 'NN'), ('was', 'VBD'), ('down', 'RB'), ('there', 'RB'), (',', ','), ('how', 'WRB'), ('hospitable', 'JJ'), ('the', 'DT'), ('monks', 'NNS'), ('were', 'VBD'), ('and', 'CC'), ('how', 'WRB'), ('they', 'PRP'), ('never', 'RB'), ('asked', 'VBD'), ('for', 'IN'), ('a', 'DT'), ('penny-piece', 'NN'), ('from', 'IN'), ('their', 'PRP$'), ('guests', 'NNS'), ('.', '.')]
[('The', 'DET'), ('table', 'NOUN'), ('then', 'ADV'), ('spoke', 'VERB'), ('of', 'ADP'), ('Mount', 'PROPN'), ('Melleray', 'PROPN'), (',', 'PUNCT'), ('how', 'SCONJ'), ('bracing', 'VERB'), ('the', 'DET'), ('air', 'NOUN'), ('was', 'AUX'), ('down', 'ADV'), ('there', 'ADV'), (',', 'PUNCT'), ('how', 'SCONJ'), ('hospitable', 'ADJ'), ('the', 'DET'), ('monks', 'NOUN'), ('were', 'AUX'), ('and', 'CCONJ'), ('how', 'SCONJ'), ('they', 'PRON'), ('never', 'ADV'), ('asked', 'VERB'), ('for', 'ADP'), ('a', 'DET'), ('penny', 'NOUN'), ('-', 'PUNCT'), ('piece', 'NOUN'), ('from', 'ADP'), ('their', 'PRON'), ('guests', 'NOUN'), ('.', 'PUNCT')]
[('Mount Melleray', 'LOC')]
[('The', 'det', 'table'), ('table', 'nsubj', 'spoke'), ('then', 'advmod', 'spoke'), ('spoke', 'ROOT', 'spoke'), ('of', 'prep', 'spoke'), ('Mount', 'compound', 'Melleray'), ('Melleray', 'pobj', 'of'), (',', 'punct', 'was'), ('how', 'advmod', 'bracing'), ('bracing', 'csubj', 'was'), ('the', 'det', 'air'), ('air', 'dobj', 'bracing'), ('was', 'ccomp', 'were'), ('down', 'advmod', 'there'), ('there', 'advmod', 'was'), (',', 'punct', 'were'), ('how', 'advmod', 'hospitable'), ('hospitable', 'acomp', 'were'), ('the', 'det', 'monks'), ('monks', 'nsubj', 'were'), ('were', 'ccomp', 'spoke'), ('and', 'cc', 'were'), ('how', 'advmod', 'asked'), ('they', 'nsubj', 'asked'), ('never', 'neg', 'asked'), ('asked', 'conj', 'were'), ('for', 'prep', 'asked'), ('a', 'det', 'piece'), ('penny', 'compound', 'piece'), ('-', 'punct', 'piece'), ('piece', 'pobj', 'for'), ('from', 'prep', 'piece'), ('their', 'poss', 'guests'), ('guests', 'pobj', 'from'), ('.', 'punct', 'spoke')]
“Yes, but why?” asked Mr Browne.
[('“', 'NN'), ('And', 'CC'), ('do', 'VB'), ('you', 'PRP'), ('mean', 'VB'), ('to', 'TO'), ('say', 'VB'), (',', ','), ('”', 'VB'), ('asked', 'VBN'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('incredulously', 'RB'), (',', ','), ('“', 'VBZ'), ('that', 'IN'), ('a', 'DT'), ('chap', 'NN'), ('can', 'MD'), ('go', 'VB'), ('down', 'RP'), ('there', 'RB'), ('and', 'CC'), ('put', 'VBD'), ('up', 'RB'), ('there', 'RB'), ('as', 'IN'), ('if', 'IN'), ('it', 'PRP'), ('were', 'VBD'), ('a', 'DT'), ('hotel', 'NN'), ('and', 'CC'), ('live', 'VBP'), ('on', 'IN'), ('the', 'DT'), ('fat', 'NN'), ('of', 'IN'), ('the', 'DT'), ('land', 'NN'), ('and', 'CC'), ('then', 'RB'), ('come', 'VB'), ('away', 'RB'), ('without', 'IN'), ('paying', 'VBG'), ('anything', 'NN'), ('?', '.'), ('”', 'JJ'), ('“', 'NN'), ('O', 'NNP'), (',', ','), ('most', 'JJS'), ('people', 'NNS'), ('give', 'VBP'), ('some', 'DT'), ('donation', 'NN'), ('to', 'TO'), ('the', 'DT'), ('monastery', 'NN'), ('when', 'WRB'), ('they', 'PRP'), ('leave.', 'VBP'), ('”', 'NNS'), ('said', 'VBD'), ('Mary', 'NNP'), ('Jane', 'NNP'), ('.', '.')]
[('“', 'PUNCT'), ('And', 'CCONJ'), ('do', 'AUX'), ('you', 'PRON'), ('mean', 'VERB'), ('to', 'PART'), ('say', 'VERB'), (',', 'PUNCT'), ('”', 'PUNCT'), ('asked', 'VERB'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('incredulously', 'ADV'), (',', 'PUNCT'), ('“', 'PUNCT'), ('that', 'SCONJ'), ('a', 'DET'), ('chap', 'NOUN'), ('can', 'AUX'), ('go', 'VERB'), ('down', 'ADV'), ('there', 'ADV'), ('and', 'CCONJ'), ('put', 'VERB'), ('up', 'ADP'), ('there', 'ADV'), ('as', 'SCONJ'), ('if', 'SCONJ'), ('it', 'PRON'), ('were', 'AUX'), ('a', 'DET'), ('hotel', 'NOUN'), ('and', 'CCONJ'), ('live', 'VERB'), ('on', 'ADP'), ('the', 'DET'), ('fat', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('land', 'NOUN'), ('and', 'CCONJ'), ('then', 'ADV'), ('come', 'VERB'), ('away', 'ADV'), ('without', 'ADP'), ('paying', 'VERB'), ('anything', 'PRON'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('O', 'INTJ'), (',', 'PUNCT'), ('most', 'ADJ'), ('people', 'NOUN'), ('give', 'VERB'), ('some', 'DET'), ('donation', 'NOUN'), ('to', 'ADP'), ('the', 'DET'), ('monastery', 'NOUN'), ('when', 'SCONJ'), ('they', 'PRON'), ('leave', 'VERB'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mary', 'PROPN'), ('Jane', 'PROPN'), ('.', 'PUNCT')]
[('Browne', 'PERSON'), ('Mary Jane', 'PERSON')]
[('“', 'punct', 'asked'), ('And', 'cc', 'mean'), ('do', 'aux', 'mean'), ('you', 'nsubj', 'mean'), ('mean', 'ccomp', 'asked'), ('to', 'aux', 'say'), ('say', 'xcomp', 'mean'), (',', 'punct', 'asked'), ('”', 'punct', 'asked'), ('asked', 'ROOT', 'asked'), ('Mr', 'compound', 'Browne'), ('Browne', 'dobj', 'asked'), ('incredulously', 'advmod', 'asked'), (',', 'punct', 'asked'), ('“', 'punct', 'asked'), ('that', 'mark', 'go'), ('a', 'det', 'chap'), ('chap', 'nsubj', 'go'), ('can', 'aux', 'go'), ('go', 'ccomp', 'asked'), ('down', 'advmod', 'there'), ('there', 'advmod', 'go'), ('and', 'cc', 'go'), ('put', 'conj', 'go'), ('up', 'prt', 'put'), ('there', 'advmod', 'put'), ('as', 'mark', 'were'), ('if', 'mark', 'were'), ('it', 'nsubj', 'were'), ('were', 'advcl', 'put'), ('a', 'det', 'hotel'), ('hotel', 'attr', 'were'), ('and', 'cc', 'were'), ('live', 'conj', 'were'), ('on', 'prep', 'live'), ('the', 'det', 'fat'), ('fat', 'pobj', 'on'), ('of', 'prep', 'fat'), ('the', 'det', 'land'), ('land', 'pobj', 'of'), ('and', 'cc', 'live'), ('then', 'advmod', 'come'), ('come', 'conj', 'live'), ('away', 'advmod', 'come'), ('without', 'prep', 'come'), ('paying', 'pcomp', 'without'), ('anything', 'dobj', 'paying'), ('?', 'punct', 'asked'), ('”', 'punct', 'asked'), ('“', 'punct', 'give'), ('O', 'intj', 'give'), (',', 'punct', 'give'), ('most', 'amod', 'people'), ('people', 'nsubj', 'give'), ('give', 'ccomp', 'said'), ('some', 'det', 'donation'), ('donation', 'dobj', 'give'), ('to', 'dative', 'give'), ('the', 'det', 'monastery'), ('monastery', 'pobj', 'to'), ('when', 'advmod', 'leave'), ('they', 'nsubj', 'leave'), ('leave', 'advcl', 'give'), ('.', 'punct', 'give'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Mary', 'compound', 'Jane'), ('Jane', 'nsubj', 'said'), ('.', 'punct', 'said')]
Aunt Kate repeated that it was the rule, that was all.
[('“', 'NN'), ('I', 'PRP'), ('wish', 'VBP'), ('we', 'PRP'), ('had', 'VBD'), ('an', 'DT'), ('institution', 'NN'), ('like', 'IN'), ('that', 'DT'), ('in', 'IN'), ('our', 'PRP$'), ('Church', 'NN'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('candidly', 'RB'), ('.', '.')]
[('“', 'PUNCT'), ('I', 'PRON'), ('wish', 'VERB'), ('we', 'PRON'), ('had', 'VERB'), ('an', 'DET'), ('institution', 'NOUN'), ('like', 'ADP'), ('that', 'PRON'), ('in', 'ADP'), ('our', 'PRON'), ('Church', 'PROPN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('candidly', 'ADV'), ('.', 'PUNCT')]
[('Church', 'ORG'), ('Browne', 'PERSON')]
[('“', 'punct', 'said'), ('I', 'nsubj', 'wish'), ('wish', 'ccomp', 'said'), ('we', 'nsubj', 'had'), ('had', 'ccomp', 'wish'), ('an', 'det', 'institution'), ('institution', 'dobj', 'had'), ('like', 'prep', 'institution'), ('that', 'pobj', 'like'), ('in', 'prep', 'had'), ('our', 'poss', 'Church'), ('Church', 'pobj', 'in'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Mr', 'compound', 'Browne'), ('Browne', 'nsubj', 'said'), ('candidly', 'advmod', 'said'), ('.', 'punct', 'said')]
Mr Browne still seemed not to understand.
[('He', 'PRP'), ('was', 'VBD'), ('astonished', 'VBN'), ('to', 'TO'), ('hear', 'VB'), ('that', 'IN'), ('the', 'DT'), ('monks', 'NNS'), ('never', 'RB'), ('spoke', 'VBD'), (',', ','), ('got', 'VBD'), ('up', 'RB'), ('at', 'IN'), ('two', 'CD'), ('in', 'IN'), ('the', 'DT'), ('morning', 'NN'), ('and', 'CC'), ('slept', 'NN'), ('in', 'IN'), ('their', 'PRP$'), ('coffins', 'NNS'), ('.', '.')]
[('He', 'PRON'), ('was', 'AUX'), ('astonished', 'VERB'), ('to', 'PART'), ('hear', 'VERB'), ('that', 'SCONJ'), ('the', 'DET'), ('monks', 'NOUN'), ('never', 'ADV'), ('spoke', 'VERB'), (',', 'PUNCT'), ('got', 'VERB'), ('up', 'ADP'), ('at', 'ADP'), ('two', 'NUM'), ('in', 'ADP'), ('the', 'DET'), ('morning', 'NOUN'), ('and', 'CCONJ'), ('slept', 'VERB'), ('in', 'ADP'), ('their', 'PRON'), ('coffins', 'NOUN'), ('.', 'PUNCT')]
[('two in the morning', 'TIME')]
[('He', 'nsubjpass', 'astonished'), ('was', 'auxpass', 'astonished'), ('astonished', 'ROOT', 'astonished'), ('to', 'aux', 'hear'), ('hear', 'xcomp', 'astonished'), ('that', 'mark', 'spoke'), ('the', 'det', 'monks'), ('monks', 'nsubj', 'spoke'), ('never', 'neg', 'spoke'), ('spoke', 'ccomp', 'hear'), (',', 'punct', 'spoke'), ('got', 'conj', 'astonished'), ('up', 'prt', 'got'), ('at', 'prep', 'got'), ('two', 'pobj', 'at'), ('in', 'prep', 'got'), ('the', 'det', 'morning'), ('morning', 'pobj', 'in'), ('and', 'cc', 'got'), ('slept', 'conj', 'got'), ('in', 'prep', 'slept'), ('their', 'poss', 'coffins'), ('coffins', 'pobj', 'in'), ('.', 'punct', 'astonished')]
Freddy Malins explained to him, as best he could, that the monks were trying to make up for the sins committed by all the sinners in the outside world.
[('He', 'PRP'), ('asked', 'VBD'), ('what', 'WP'), ('they', 'PRP'), ('did', 'VBD'), ('it', 'PRP'), ('for', 'IN'), ('.', '.')]
[('He', 'PRON'), ('asked', 'VERB'), ('what', 'PRON'), ('they', 'PRON'), ('did', 'VERB'), ('it', 'PRON'), ('for', 'ADP'), ('.', 'PUNCT')]
[]
[('He', 'nsubj', 'asked'), ('asked', 'ROOT', 'asked'), ('what', 'pobj', 'for'), ('they', 'nsubj', 'did'), ('did', 'ccomp', 'asked'), ('it', 'dobj', 'did'), ('for', 'prep', 'did'), ('.', 'punct', 'asked')]
The explanation was not very clear for Mr Browne grinned and said: “I like that idea very much but wouldn’t a comfortable spring bed do them as well as a coffin?” “The coffin,” said Mary Jane, “is to remind them of their last end.” As the subject had grown lugubrious it was buried in a silence of the table during which Mrs Malins could be heard saying to her neighbour in an indistinct undertone: “They are very good men, the monks, very pious men.” The raisins and almonds and figs and apples and oranges and chocolates and sweets were now passed about the table and Aunt Julia invited all the guests to have either port or sherry.
[('“', 'NN'), ('That', 'DT'), ('’', 'VBZ'), ('s', 'VBZ'), ('the', 'DT'), ('rule', 'NN'), ('of', 'IN'), ('the', 'DT'), ('order', 'NN'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Aunt', 'NNP'), ('Kate', 'NNP'), ('firmly', 'RB'), ('.', '.')]
[('“', 'PUNCT'), ('That', 'PRON'), ('’s', 'VERB'), ('the', 'DET'), ('rule', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('order', 'NOUN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), ('firmly', 'ADV'), ('.', 'PUNCT')]
[('Aunt Kate', 'PERSON')]
[('“', 'punct', 'said'), ('That', 'nsubj', '’s'), ('’s', 'ccomp', 'said'), ('the', 'det', 'rule'), ('rule', 'attr', '’s'), ('of', 'prep', 'rule'), ('the', 'det', 'order'), ('order', 'pobj', 'of'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'said'), ('firmly', 'advmod', 'said'), ('.', 'punct', 'said')]
At first Mr Bartell D’Arcy refused to take either but one of his neighbours nudged him and whispered something to him upon which he allowed his glass to be filled.
[('“', 'JJ'), ('Yes', 'UH'), (',', ','), ('but', 'CC'), ('why', 'WRB'), ('?', '.'), ('”', 'NN'), ('asked', 'VBD'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('.', '.')]
[('“', 'PUNCT'), ('Yes', 'INTJ'), (',', 'PUNCT'), ('but', 'CCONJ'), ('why', 'SCONJ'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('asked', 'VERB'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('.', 'PUNCT')]
[('Mr Browne', 'PERSON')]
[('“', 'punct', 'asked'), ('Yes', 'intj', 'why'), (',', 'punct', 'why'), ('but', 'cc', 'why'), ('why', 'advmod', 'asked'), ('?', 'punct', 'asked'), ('”', 'punct', 'asked'), ('asked', 'ROOT', 'asked'), ('Mr', 'compound', 'Browne'), ('Browne', 'dobj', 'asked'), ('.', 'punct', 'asked')]
Gradually as the last glasses were being filled the conversation ceased.
[('Aunt', 'NNP'), ('Kate', 'NNP'), ('repeated', 'VBD'), ('that', 'IN'), ('it', 'PRP'), ('was', 'VBD'), ('the', 'DT'), ('rule', 'NN'), (',', ','), ('that', 'WDT'), ('was', 'VBD'), ('all', 'DT'), ('.', '.')]
[('Aunt', 'PROPN'), ('Kate', 'PROPN'), ('repeated', 'VERB'), ('that', 'SCONJ'), ('it', 'PRON'), ('was', 'AUX'), ('the', 'DET'), ('rule', 'NOUN'), (',', 'PUNCT'), ('that', 'PRON'), ('was', 'AUX'), ('all', 'PRON'), ('.', 'PUNCT')]
[('Kate', 'PERSON')]
[('Aunt', 'compound', 'Kate'), ('Kate', 'nsubj', 'repeated'), ('repeated', 'ROOT', 'repeated'), ('that', 'mark', 'was'), ('it', 'nsubj', 'was'), ('was', 'ccomp', 'repeated'), ('the', 'det', 'rule'), ('rule', 'attr', 'was'), (',', 'punct', 'was'), ('that', 'nsubj', 'was'), ('was', 'ccomp', 'repeated'), ('all', 'attr', 'was'), ('.', 'punct', 'repeated')]
A pause followed, broken only by the noise of the wine and by unsettlings of chairs.
[('Mr', 'NNP'), ('Browne', 'NNP'), ('still', 'RB'), ('seemed', 'VBD'), ('not', 'RB'), ('to', 'TO'), ('understand', 'VB'), ('.', '.')]
[('Mr', 'PROPN'), ('Browne', 'PROPN'), ('still', 'ADV'), ('seemed', 'VERB'), ('not', 'PART'), ('to', 'PART'), ('understand', 'VERB'), ('.', 'PUNCT')]
[]
[('Mr', 'compound', 'Browne'), ('Browne', 'nsubj', 'seemed'), ('still', 'advmod', 'seemed'), ('seemed', 'ROOT', 'seemed'), ('not', 'neg', 'understand'), ('to', 'aux', 'understand'), ('understand', 'xcomp', 'seemed'), ('.', 'punct', 'seemed')]
The Misses Morkan, all three, looked down at the tablecloth.
[('Freddy', 'NNP'), ('Malins', 'NNP'), ('explained', 'VBD'), ('to', 'TO'), ('him', 'PRP'), (',', ','), ('as', 'IN'), ('best', 'NN'), ('he', 'PRP'), ('could', 'MD'), (',', ','), ('that', 'IN'), ('the', 'DT'), ('monks', 'NNS'), ('were', 'VBD'), ('trying', 'VBG'), ('to', 'TO'), ('make', 'VB'), ('up', 'RP'), ('for', 'IN'), ('the', 'DT'), ('sins', 'NNS'), ('committed', 'VBN'), ('by', 'IN'), ('all', 'PDT'), ('the', 'DT'), ('sinners', 'NNS'), ('in', 'IN'), ('the', 'DT'), ('outside', 'JJ'), ('world', 'NN'), ('.', '.')]
[('Freddy', 'PROPN'), ('Malins', 'PROPN'), ('explained', 'VERB'), ('to', 'ADP'), ('him', 'PRON'), (',', 'PUNCT'), ('as', 'ADV'), ('best', 'ADV'), ('he', 'PRON'), ('could', 'AUX'), (',', 'PUNCT'), ('that', 'SCONJ'), ('the', 'DET'), ('monks', 'NOUN'), ('were', 'AUX'), ('trying', 'VERB'), ('to', 'PART'), ('make', 'VERB'), ('up', 'ADP'), ('for', 'ADP'), ('the', 'DET'), ('sins', 'NOUN'), ('committed', 'VERB'), ('by', 'ADP'), ('all', 'DET'), ('the', 'DET'), ('sinners', 'NOUN'), ('in', 'ADP'), ('the', 'DET'), ('outside', 'ADJ'), ('world', 'NOUN'), ('.', 'PUNCT')]
[('Freddy Malins', 'PERSON')]
[('Freddy', 'compound', 'Malins'), ('Malins', 'nsubj', 'explained'), ('explained', 'ROOT', 'explained'), ('to', 'prep', 'explained'), ('him', 'pobj', 'to'), (',', 'punct', 'explained'), ('as', 'advmod', 'best'), ('best', 'advcl', 'explained'), ('he', 'nsubj', 'could'), ('could', 'ccomp', 'best'), (',', 'punct', 'trying'), ('that', 'mark', 'trying'), ('the', 'det', 'monks'), ('monks', 'nsubj', 'trying'), ('were', 'aux', 'trying'), ('trying', 'ccomp', 'best'), ('to', 'aux', 'make'), ('make', 'xcomp', 'trying'), ('up', 'prt', 'make'), ('for', 'prep', 'make'), ('the', 'det', 'sins'), ('sins', 'pobj', 'for'), ('committed', 'acl', 'sins'), ('by', 'agent', 'committed'), ('all', 'predet', 'sinners'), ('the', 'det', 'sinners'), ('sinners', 'pobj', 'by'), ('in', 'prep', 'sinners'), ('the', 'det', 'world'), ('outside', 'amod', 'world'), ('world', 'pobj', 'in'), ('.', 'punct', 'explained')]
Someone coughed once or twice and then a few gentlemen patted the table gently as a signal for silence.
[('The', 'DT'), ('explanation', 'NN'), ('was', 'VBD'), ('not', 'RB'), ('very', 'RB'), ('clear', 'JJ'), ('for', 'IN'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('grinned', 'VBD'), ('and', 'CC'), ('said', 'VBD'), (':', ':'), ('“', 'NN'), ('I', 'PRP'), ('like', 'VBP'), ('that', 'DT'), ('idea', 'NN'), ('very', 'RB'), ('much', 'RB'), ('but', 'CC'), ('wouldn', 'JJ'), ('’', 'NNP'), ('t', 'NN'), ('a', 'DT'), ('comfortable', 'JJ'), ('spring', 'NN'), ('bed', 'NN'), ('do', 'VBP'), ('them', 'PRP'), ('as', 'RB'), ('well', 'RB'), ('as', 'IN'), ('a', 'DT'), ('coffin', 'NN'), ('?', '.'), ('”', 'UH'), ('“', 'IN'), ('The', 'DT'), ('coffin', 'NN'), (',', ','), ('”', 'NNP'), ('said', 'VBD'), ('Mary', 'NNP'), ('Jane', 'NNP'), (',', ','), ('“', 'NNP'), ('is', 'VBZ'), ('to', 'TO'), ('remind', 'VB'), ('them', 'PRP'), ('of', 'IN'), ('their', 'PRP$'), ('last', 'JJ'), ('end.', 'JJ'), ('”', 'NN'), ('As', 'IN'), ('the', 'DT'), ('subject', 'NN'), ('had', 'VBD'), ('grown', 'VBN'), ('lugubrious', 'JJ'), ('it', 'PRP'), ('was', 'VBD'), ('buried', 'VBN'), ('in', 'IN'), ('a', 'DT'), ('silence', 'NN'), ('of', 'IN'), ('the', 'DT'), ('table', 'NN'), ('during', 'IN'), ('which', 'WDT'), ('Mrs', 'NNP'), ('Malins', 'NNP'), ('could', 'MD'), ('be', 'VB'), ('heard', 'VBN'), ('saying', 'VBG'), ('to', 'TO'), ('her', 'PRP$'), ('neighbour', 'NN'), ('in', 'IN'), ('an', 'DT'), ('indistinct', 'JJ'), ('undertone', 'NN'), (':', ':'), ('“', 'NN'), ('They', 'PRP'), ('are', 'VBP'), ('very', 'RB'), ('good', 'JJ'), ('men', 'NNS'), (',', ','), ('the', 'DT'), ('monks', 'NNS'), (',', ','), ('very', 'RB'), ('pious', 'JJ'), ('men.', 'NN'), ('”', 'VBD'), ('The', 'DT'), ('raisins', 'NNS'), ('and', 'CC'), ('almonds', 'NNS'), ('and', 'CC'), ('figs', 'NNS'), ('and', 'CC'), ('apples', 'NNS'), ('and', 'CC'), ('oranges', 'NNS'), ('and', 'CC'), ('chocolates', 'NNS'), ('and', 'CC'), ('sweets', 'NNS'), ('were', 'VBD'), ('now', 'RB'), ('passed', 'VBN'), ('about', 'IN'), ('the', 'DT'), ('table', 'NN'), ('and', 'CC'), ('Aunt', 'NNP'), ('Julia', 'NNP'), ('invited', 'VBD'), ('all', 'PDT'), ('the', 'DT'), ('guests', 'NNS'), ('to', 'TO'), ('have', 'VB'), ('either', 'DT'), ('port', 'NN'), ('or', 'CC'), ('sherry', 'NN'), ('.', '.')]
[('The', 'DET'), ('explanation', 'NOUN'), ('was', 'AUX'), ('not', 'PART'), ('very', 'ADV'), ('clear', 'ADJ'), ('for', 'SCONJ'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('grinned', 'VERB'), ('and', 'CCONJ'), ('said', 'VERB'), (':', 'PUNCT'), ('“', 'PUNCT'), ('I', 'PRON'), ('like', 'VERB'), ('that', 'DET'), ('idea', 'NOUN'), ('very', 'ADV'), ('much', 'ADV'), ('but', 'CCONJ'), ('would', 'AUX'), ('n’t', 'PART'), ('a', 'DET'), ('comfortable', 'ADJ'), ('spring', 'NOUN'), ('bed', 'NOUN'), ('do', 'VERB'), ('them', 'PRON'), ('as', 'ADV'), ('well', 'ADV'), ('as', 'ADP'), ('a', 'DET'), ('coffin', 'NOUN'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('The', 'DET'), ('coffin', 'NOUN'), (',', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mary', 'PROPN'), ('Jane', 'PROPN'), (',', 'PUNCT'), ('“', 'PUNCT'), ('is', 'AUX'), ('to', 'PART'), ('remind', 'VERB'), ('them', 'PRON'), ('of', 'ADP'), ('their', 'PRON'), ('last', 'ADJ'), ('end', 'NOUN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('As', 'SCONJ'), ('the', 'DET'), ('subject', 'NOUN'), ('had', 'AUX'), ('grown', 'VERB'), ('lugubrious', 'ADJ'), ('it', 'PRON'), ('was', 'AUX'), ('buried', 'VERB'), ('in', 'ADP'), ('a', 'DET'), ('silence', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('table', 'NOUN'), ('during', 'ADP'), ('which', 'PRON'), ('Mrs', 'PROPN'), ('Malins', 'PROPN'), ('could', 'AUX'), ('be', 'AUX'), ('heard', 'VERB'), ('saying', 'VERB'), ('to', 'ADP'), ('her', 'PRON'), ('neighbour', 'NOUN'), ('in', 'ADP'), ('an', 'DET'), ('indistinct', 'ADJ'), ('undertone', 'NOUN'), (':', 'PUNCT'), ('“', 'PUNCT'), ('They', 'PRON'), ('are', 'AUX'), ('very', 'ADV'), ('good', 'ADJ'), ('men', 'NOUN'), (',', 'PUNCT'), ('the', 'DET'), ('monks', 'NOUN'), (',', 'PUNCT'), ('very', 'ADV'), ('pious', 'ADJ'), ('men', 'NOUN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('The', 'DET'), ('raisins', 'NOUN'), ('and', 'CCONJ'), ('almonds', 'NOUN'), ('and', 'CCONJ'), ('figs', 'NOUN'), ('and', 'CCONJ'), ('apples', 'NOUN'), ('and', 'CCONJ'), ('oranges', 'NOUN'), ('and', 'CCONJ'), ('chocolates', 'NOUN'), ('and', 'CCONJ'), ('sweets', 'NOUN'), ('were', 'AUX'), ('now', 'ADV'), ('passed', 'VERB'), ('about', 'ADP'), ('the', 'DET'), ('table', 'NOUN'), ('and', 'CCONJ'), ('Aunt', 'PROPN'), ('Julia', 'PROPN'), ('invited', 'VERB'), ('all', 'DET'), ('the', 'DET'), ('guests', 'NOUN'), ('to', 'PART'), ('have', 'VERB'), ('either', 'CCONJ'), ('port', 'NOUN'), ('or', 'CCONJ'), ('sherry', 'NOUN'), ('.', 'PUNCT')]
[('Mr Browne', 'PERSON'), ('spring', 'DATE'), ('Mary Jane', 'PERSON'), ('Mrs Malins', 'PERSON'), ('Aunt Julia', 'PERSON')]
[('The', 'det', 'explanation'), ('explanation', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('not', 'neg', 'was'), ('very', 'advmod', 'clear'), ('clear', 'acomp', 'was'), ('for', 'mark', 'grinned'), ('Mr', 'compound', 'Browne'), ('Browne', 'nsubj', 'grinned'), ('grinned', 'advcl', 'was'), ('and', 'cc', 'grinned'), ('said', 'conj', 'was'), (':', 'punct', 'said'), ('“', 'punct', 'said'), ('I', 'nsubj', 'like'), ('like', 'ccomp', 'said'), ('that', 'det', 'idea'), ('idea', 'dobj', 'like'), ('very', 'advmod', 'much'), ('much', 'advmod', 'like'), ('but', 'cc', 'like'), ('would', 'aux', 'do'), ('n’t', 'neg', 'would'), ('a', 'det', 'bed'), ('comfortable', 'amod', 'bed'), ('spring', 'compound', 'bed'), ('bed', 'nsubj', 'do'), ('do', 'conj', 'like'), ('them', 'dobj', 'do'), ('as', 'advmod', 'as'), ('well', 'advmod', 'as'), ('as', 'prep', 'do'), ('a', 'det', 'coffin'), ('coffin', 'dobj', 'do'), ('?', 'punct', 'was'), ('”', 'punct', 'was'), ('“', 'punct', 'said'), ('The', 'det', 'coffin'), ('coffin', 'ccomp', 'said'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'parataxis', 'is'), ('Mary', 'compound', 'Jane'), ('Jane', 'nsubj', 'said'), (',', 'punct', 'said'), ('“', 'punct', 'said'), ('is', 'ROOT', 'is'), ('to', 'aux', 'remind'), ('remind', 'xcomp', 'is'), ('them', 'dobj', 'remind'), ('of', 'prep', 'remind'), ('their', 'poss', 'end'), ('last', 'amod', 'end'), ('end', 'pobj', 'of'), ('.', 'punct', 'is'), ('”', 'punct', 'is'), ('As', 'mark', 'grown'), ('the', 'det', 'subject'), ('subject', 'nsubj', 'grown'), ('had', 'aux', 'grown'), ('grown', 'advcl', 'buried'), ('lugubrious', 'acomp', 'grown'), ('it', 'nsubjpass', 'buried'), ('was', 'auxpass', 'buried'), ('buried', 'ccomp', 'are'), ('in', 'prep', 'buried'), ('a', 'det', 'silence'), ('silence', 'pobj', 'in'), ('of', 'prep', 'silence'), ('the', 'det', 'table'), ('table', 'pobj', 'of'), ('during', 'prep', 'heard'), ('which', 'pobj', 'during'), ('Mrs', 'compound', 'Malins'), ('Malins', 'nsubjpass', 'heard'), ('could', 'aux', 'heard'), ('be', 'auxpass', 'heard'), ('heard', 'relcl', 'silence'), ('saying', 'xcomp', 'heard'), ('to', 'prep', 'saying'), ('her', 'poss', 'neighbour'), ('neighbour', 'pobj', 'to'), ('in', 'prep', 'saying'), ('an', 'det', 'undertone'), ('indistinct', 'amod', 'undertone'), ('undertone', 'pobj', 'in'), (':', 'punct', 'are'), ('“', 'punct', 'are'), ('They', 'nsubj', 'are'), ('are', 'ROOT', 'are'), ('very', 'advmod', 'good'), ('good', 'amod', 'men'), ('men', 'attr', 'are'), (',', 'punct', 'men'), ('the', 'det', 'monks'), ('monks', 'conj', 'men'), (',', 'punct', 'monks'), ('very', 'advmod', 'pious'), ('pious', 'amod', 'men'), ('men', 'conj', 'monks'), ('.', 'punct', 'are'), ('”', 'punct', 'are'), ('The', 'det', 'raisins'), ('raisins', 'nsubjpass', 'passed'), ('and', 'cc', 'raisins'), ('almonds', 'conj', 'raisins'), ('and', 'cc', 'almonds'), ('figs', 'conj', 'almonds'), ('and', 'cc', 'figs'), ('apples', 'conj', 'figs'), ('and', 'cc', 'apples'), ('oranges', 'conj', 'apples'), ('and', 'cc', 'oranges'), ('chocolates', 'conj', 'oranges'), ('and', 'cc', 'chocolates'), ('sweets', 'conj', 'chocolates'), ('were', 'auxpass', 'passed'), ('now', 'advmod', 'passed'), ('passed', 'ROOT', 'passed'), ('about', 'prep', 'passed'), ('the', 'det', 'table'), ('table', 'pobj', 'about'), ('and', 'cc', 'passed'), ('Aunt', 'compound', 'Julia'), ('Julia', 'nsubj', 'invited'), ('invited', 'conj', 'passed'), ('all', 'predet', 'guests'), ('the', 'det', 'guests'), ('guests', 'dobj', 'invited'), ('to', 'aux', 'have'), ('have', 'xcomp', 'invited'), ('either', 'preconj', 'port'), ('port', 'dobj', 'have'), ('or', 'cc', 'port'), ('sherry', 'conj', 'port'), ('.', 'punct', 'invited')]
The silence came and Gabriel pushed back his chair.
[('At', 'IN'), ('first', 'JJ'), ('Mr', 'NNP'), ('Bartell', 'NNP'), ('D', 'NNP'), ('’', 'NNP'), ('Arcy', 'NNP'), ('refused', 'VBD'), ('to', 'TO'), ('take', 'VB'), ('either', 'DT'), ('but', 'CC'), ('one', 'CD'), ('of', 'IN'), ('his', 'PRP$'), ('neighbours', 'NNS'), ('nudged', 'VBD'), ('him', 'PRP'), ('and', 'CC'), ('whispered', 'VBD'), ('something', 'NN'), ('to', 'TO'), ('him', 'PRP'), ('upon', 'IN'), ('which', 'WDT'), ('he', 'PRP'), ('allowed', 'VBD'), ('his', 'PRP$'), ('glass', 'NN'), ('to', 'TO'), ('be', 'VB'), ('filled', 'VBN'), ('.', '.')]
[('At', 'ADP'), ('first', 'ADV'), ('Mr', 'PROPN'), ('Bartell', 'PROPN'), ('D’Arcy', 'PROPN'), ('refused', 'VERB'), ('to', 'PART'), ('take', 'VERB'), ('either', 'PRON'), ('but', 'SCONJ'), ('one', 'NUM'), ('of', 'ADP'), ('his', 'PRON'), ('neighbours', 'NOUN'), ('nudged', 'VERB'), ('him', 'PRON'), ('and', 'CCONJ'), ('whispered', 'VERB'), ('something', 'PRON'), ('to', 'ADP'), ('him', 'PRON'), ('upon', 'SCONJ'), ('which', 'PRON'), ('he', 'PRON'), ('allowed', 'VERB'), ('his', 'PRON'), ('glass', 'NOUN'), ('to', 'PART'), ('be', 'AUX'), ('filled', 'VERB'), ('.', 'PUNCT')]
[('first', 'ORDINAL'), ('Bartell', 'PERSON'), ('one', 'CARDINAL')]
[('At', 'prep', 'refused'), ('first', 'pcomp', 'At'), ('Mr', 'compound', 'Bartell'), ('Bartell', 'compound', 'D’Arcy'), ('D’Arcy', 'nsubj', 'refused'), ('refused', 'ROOT', 'refused'), ('to', 'aux', 'take'), ('take', 'xcomp', 'refused'), ('either', 'advmod', 'take'), ('but', 'cc', 'refused'), ('one', 'nsubj', 'nudged'), ('of', 'prep', 'one'), ('his', 'poss', 'neighbours'), ('neighbours', 'pobj', 'of'), ('nudged', 'conj', 'refused'), ('him', 'dobj', 'nudged'), ('and', 'cc', 'nudged'), ('whispered', 'conj', 'nudged'), ('something', 'dobj', 'whispered'), ('to', 'prep', 'whispered'), ('him', 'pobj', 'to'), ('upon', 'prep', 'allowed'), ('which', 'pobj', 'upon'), ('he', 'nsubj', 'allowed'), ('allowed', 'advcl', 'whispered'), ('his', 'poss', 'glass'), ('glass', 'nsubjpass', 'filled'), ('to', 'aux', 'filled'), ('be', 'auxpass', 'filled'), ('filled', 'ccomp', 'allowed'), ('.', 'punct', 'nudged')]
The patting at once grew louder in encouragement and then ceased altogether.
[('Gradually', 'RB'), ('as', 'IN'), ('the', 'DT'), ('last', 'JJ'), ('glasses', 'NNS'), ('were', 'VBD'), ('being', 'VBG'), ('filled', 'VBN'), ('the', 'DT'), ('conversation', 'NN'), ('ceased', 'VBD'), ('.', '.')]
[('Gradually', 'ADV'), ('as', 'SCONJ'), ('the', 'DET'), ('last', 'ADJ'), ('glasses', 'NOUN'), ('were', 'AUX'), ('being', 'AUX'), ('filled', 'VERB'), ('the', 'DET'), ('conversation', 'NOUN'), ('ceased', 'VERB'), ('.', 'PUNCT')]
[]
[('Gradually', 'advmod', 'filled'), ('as', 'mark', 'filled'), ('the', 'det', 'glasses'), ('last', 'amod', 'glasses'), ('glasses', 'nsubjpass', 'filled'), ('were', 'aux', 'filled'), ('being', 'auxpass', 'filled'), ('filled', 'ROOT', 'filled'), ('the', 'det', 'conversation'), ('conversation', 'dobj', 'filled'), ('ceased', 'acl', 'conversation'), ('.', 'punct', 'filled')]
Gabriel leaned his ten trembling fingers on the tablecloth and smiled nervously at the company.
[('A', 'DT'), ('pause', 'NN'), ('followed', 'VBD'), (',', ','), ('broken', 'VBN'), ('only', 'RB'), ('by', 'IN'), ('the', 'DT'), ('noise', 'NN'), ('of', 'IN'), ('the', 'DT'), ('wine', 'NN'), ('and', 'CC'), ('by', 'IN'), ('unsettlings', 'NNS'), ('of', 'IN'), ('chairs', 'NNS'), ('.', '.')]
[('A', 'DET'), ('pause', 'NOUN'), ('followed', 'VERB'), (',', 'PUNCT'), ('broken', 'VERB'), ('only', 'ADV'), ('by', 'ADP'), ('the', 'DET'), ('noise', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('wine', 'NOUN'), ('and', 'CCONJ'), ('by', 'ADP'), ('unsettlings', 'NOUN'), ('of', 'ADP'), ('chairs', 'NOUN'), ('.', 'PUNCT')]
[]
[('A', 'det', 'pause'), ('pause', 'nsubj', 'followed'), ('followed', 'ROOT', 'followed'), (',', 'punct', 'followed'), ('broken', 'advcl', 'followed'), ('only', 'advmod', 'by'), ('by', 'agent', 'broken'), ('the', 'det', 'noise'), ('noise', 'pobj', 'by'), ('of', 'prep', 'noise'), ('the', 'det', 'wine'), ('wine', 'pobj', 'of'), ('and', 'cc', 'by'), ('by', 'conj', 'by'), ('unsettlings', 'pobj', 'by'), ('of', 'prep', 'unsettlings'), ('chairs', 'pobj', 'of'), ('.', 'punct', 'followed')]
Meeting a row of upturned faces he raised his eyes to the chandelier.
[('The', 'DT'), ('Misses', 'NNP'), ('Morkan', 'NNP'), (',', ','), ('all', 'DT'), ('three', 'CD'), (',', ','), ('looked', 'VBD'), ('down', 'RB'), ('at', 'IN'), ('the', 'DT'), ('tablecloth', 'NN'), ('.', '.')]
[('The', 'DET'), ('Misses', 'PROPN'), ('Morkan', 'PROPN'), (',', 'PUNCT'), ('all', 'DET'), ('three', 'NUM'), (',', 'PUNCT'), ('looked', 'VERB'), ('down', 'ADP'), ('at', 'ADP'), ('the', 'DET'), ('tablecloth', 'NOUN'), ('.', 'PUNCT')]
[('Morkan', 'PERSON'), ('three', 'CARDINAL')]
[('The', 'det', 'Morkan'), ('Misses', 'compound', 'Morkan'), ('Morkan', 'nsubj', 'looked'), (',', 'punct', 'Morkan'), ('all', 'det', 'three'), ('three', 'appos', 'Morkan'), (',', 'punct', 'Morkan'), ('looked', 'ROOT', 'looked'), ('down', 'prt', 'looked'), ('at', 'prep', 'looked'), ('the', 'det', 'tablecloth'), ('tablecloth', 'pobj', 'at'), ('.', 'punct', 'looked')]
The piano was playing a waltz tune and he could hear the skirts sweeping against the drawing-room door.
[('Someone', 'NN'), ('coughed', 'VBD'), ('once', 'RB'), ('or', 'CC'), ('twice', 'RB'), ('and', 'CC'), ('then', 'RB'), ('a', 'DT'), ('few', 'JJ'), ('gentlemen', 'NNS'), ('patted', 'VBD'), ('the', 'DT'), ('table', 'NN'), ('gently', 'RB'), ('as', 'IN'), ('a', 'DT'), ('signal', 'NN'), ('for', 'IN'), ('silence', 'NN'), ('.', '.')]
[('Someone', 'PRON'), ('coughed', 'VERB'), ('once', 'ADV'), ('or', 'CCONJ'), ('twice', 'ADV'), ('and', 'CCONJ'), ('then', 'ADV'), ('a', 'DET'), ('few', 'ADJ'), ('gentlemen', 'NOUN'), ('patted', 'VERB'), ('the', 'DET'), ('table', 'NOUN'), ('gently', 'ADV'), ('as', 'ADP'), ('a', 'DET'), ('signal', 'NOUN'), ('for', 'ADP'), ('silence', 'NOUN'), ('.', 'PUNCT')]
[]
[('Someone', 'nsubj', 'coughed'), ('coughed', 'ROOT', 'coughed'), ('once', 'advmod', 'coughed'), ('or', 'cc', 'once'), ('twice', 'conj', 'once'), ('and', 'cc', 'coughed'), ('then', 'advmod', 'patted'), ('a', 'quantmod', 'few'), ('few', 'amod', 'gentlemen'), ('gentlemen', 'nsubj', 'patted'), ('patted', 'conj', 'coughed'), ('the', 'det', 'table'), ('table', 'dobj', 'patted'), ('gently', 'advmod', 'patted'), ('as', 'prep', 'patted'), ('a', 'det', 'signal'), ('signal', 'pobj', 'as'), ('for', 'prep', 'signal'), ('silence', 'pobj', 'for'), ('.', 'punct', 'patted')]
People, perhaps, were standing in the snow on the quay outside, gazing up at the lighted windows and listening to the waltz music.
[('The', 'DT'), ('silence', 'NN'), ('came', 'VBD'), ('and', 'CC'), ('Gabriel', 'NNP'), ('pushed', 'VBD'), ('back', 'RP'), ('his', 'PRP$'), ('chair', 'NN'), ('.', '.')]
[('The', 'DET'), ('silence', 'NOUN'), ('came', 'VERB'), ('and', 'CCONJ'), ('Gabriel', 'PROPN'), ('pushed', 'VERB'), ('back', 'ADV'), ('his', 'PRON'), ('chair', 'NOUN'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON')]
[('The', 'det', 'silence'), ('silence', 'nsubj', 'came'), ('came', 'ROOT', 'came'), ('and', 'cc', 'came'), ('Gabriel', 'nsubj', 'pushed'), ('pushed', 'conj', 'came'), ('back', 'advmod', 'pushed'), ('his', 'poss', 'chair'), ('chair', 'dobj', 'pushed'), ('.', 'punct', 'pushed')]
The air was pure there.
[('The', 'DT'), ('patting', 'NN'), ('at', 'IN'), ('once', 'RB'), ('grew', 'VBD'), ('louder', 'RBR'), ('in', 'IN'), ('encouragement', 'NN'), ('and', 'CC'), ('then', 'RB'), ('ceased', 'VBD'), ('altogether', 'RB'), ('.', '.')]
[('The', 'DET'), ('patting', 'NOUN'), ('at', 'ADP'), ('once', 'ADV'), ('grew', 'VERB'), ('louder', 'ADV'), ('in', 'ADP'), ('encouragement', 'NOUN'), ('and', 'CCONJ'), ('then', 'ADV'), ('ceased', 'VERB'), ('altogether', 'ADV'), ('.', 'PUNCT')]
[]
[('The', 'det', 'patting'), ('patting', 'nsubj', 'grew'), ('at', 'advmod', 'once'), ('once', 'advmod', 'grew'), ('grew', 'ROOT', 'grew'), ('louder', 'advmod', 'grew'), ('in', 'prep', 'grew'), ('encouragement', 'pobj', 'in'), ('and', 'cc', 'grew'), ('then', 'advmod', 'ceased'), ('ceased', 'conj', 'grew'), ('altogether', 'advmod', 'ceased'), ('.', 'punct', 'grew')]
In the distance lay the park where the trees were weighted with snow.
[('Gabriel', 'NNP'), ('leaned', 'VBD'), ('his', 'PRP$'), ('ten', 'JJ'), ('trembling', 'VBG'), ('fingers', 'NNS'), ('on', 'IN'), ('the', 'DT'), ('tablecloth', 'NN'), ('and', 'CC'), ('smiled', 'VBD'), ('nervously', 'RB'), ('at', 'IN'), ('the', 'DT'), ('company', 'NN'), ('.', '.')]
[('Gabriel', 'PROPN'), ('leaned', 'VERB'), ('his', 'PRON'), ('ten', 'NUM'), ('trembling', 'VERB'), ('fingers', 'NOUN'), ('on', 'ADP'), ('the', 'DET'), ('tablecloth', 'NOUN'), ('and', 'CCONJ'), ('smiled', 'VERB'), ('nervously', 'ADV'), ('at', 'ADP'), ('the', 'DET'), ('company', 'NOUN'), ('.', 'PUNCT')]
[('ten', 'CARDINAL')]
[('Gabriel', 'nsubj', 'leaned'), ('leaned', 'ROOT', 'leaned'), ('his', 'poss', 'fingers'), ('ten', 'nummod', 'fingers'), ('trembling', 'amod', 'fingers'), ('fingers', 'dobj', 'leaned'), ('on', 'prep', 'leaned'), ('the', 'det', 'tablecloth'), ('tablecloth', 'pobj', 'on'), ('and', 'cc', 'leaned'), ('smiled', 'conj', 'leaned'), ('nervously', 'advmod', 'smiled'), ('at', 'prep', 'smiled'), ('the', 'det', 'company'), ('company', 'pobj', 'at'), ('.', 'punct', 'leaned')]
The Wellington Monument wore a gleaming cap of snow that flashed westward over the white field of Fifteen Acres.
[('Meeting', 'VBG'), ('a', 'DT'), ('row', 'NN'), ('of', 'IN'), ('upturned', 'JJ'), ('faces', 'VBZ'), ('he', 'PRP'), ('raised', 'VBD'), ('his', 'PRP$'), ('eyes', 'NNS'), ('to', 'TO'), ('the', 'DT'), ('chandelier', 'NN'), ('.', '.')]
[('Meeting', 'VERB'), ('a', 'DET'), ('row', 'NOUN'), ('of', 'ADP'), ('upturned', 'ADJ'), ('faces', 'NOUN'), ('he', 'PRON'), ('raised', 'VERB'), ('his', 'PRON'), ('eyes', 'NOUN'), ('to', 'ADP'), ('the', 'DET'), ('chandelier', 'NOUN'), ('.', 'PUNCT')]
[]
[('Meeting', 'advcl', 'raised'), ('a', 'det', 'row'), ('row', 'dobj', 'Meeting'), ('of', 'prep', 'row'), ('upturned', 'amod', 'faces'), ('faces', 'pobj', 'of'), ('he', 'nsubj', 'raised'), ('raised', 'ROOT', 'raised'), ('his', 'poss', 'eyes'), ('eyes', 'dobj', 'raised'), ('to', 'prep', 'raised'), ('the', 'det', 'chandelier'), ('chandelier', 'pobj', 'to'), ('.', 'punct', 'raised')]
He began: “Ladies and Gentlemen, “It has fallen to my lot this evening, as in years past, to perform a very pleasing task but a task for which I am afraid my poor powers as a speaker are all too inadequate.” “No, no!” said Mr Browne.
[('The', 'DT'), ('piano', 'NN'), ('was', 'VBD'), ('playing', 'VBG'), ('a', 'DT'), ('waltz', 'NN'), ('tune', 'NN'), ('and', 'CC'), ('he', 'PRP'), ('could', 'MD'), ('hear', 'VB'), ('the', 'DT'), ('skirts', 'NNS'), ('sweeping', 'VBG'), ('against', 'IN'), ('the', 'DT'), ('drawing-room', 'JJ'), ('door', 'NN'), ('.', '.')]
[('The', 'DET'), ('piano', 'NOUN'), ('was', 'AUX'), ('playing', 'VERB'), ('a', 'DET'), ('waltz', 'NOUN'), ('tune', 'NOUN'), ('and', 'CCONJ'), ('he', 'PRON'), ('could', 'AUX'), ('hear', 'VERB'), ('the', 'DET'), ('skirts', 'NOUN'), ('sweeping', 'VERB'), ('against', 'ADP'), ('the', 'DET'), ('drawing', 'NOUN'), ('-', 'PUNCT'), ('room', 'NOUN'), ('door', 'NOUN'), ('.', 'PUNCT')]
[]
[('The', 'det', 'piano'), ('piano', 'nsubj', 'playing'), ('was', 'aux', 'playing'), ('playing', 'ROOT', 'playing'), ('a', 'det', 'tune'), ('waltz', 'compound', 'tune'), ('tune', 'dobj', 'playing'), ('and', 'cc', 'playing'), ('he', 'nsubj', 'hear'), ('could', 'aux', 'hear'), ('hear', 'conj', 'playing'), ('the', 'det', 'skirts'), ('skirts', 'nsubj', 'sweeping'), ('sweeping', 'ccomp', 'hear'), ('against', 'prep', 'sweeping'), ('the', 'det', 'door'), ('drawing', 'compound', 'room'), ('-', 'punct', 'room'), ('room', 'compound', 'door'), ('door', 'pobj', 'against'), ('.', 'punct', 'hear')]
“But, however that may be, I can only ask you tonight to take the will for the deed and to lend me your attention for a few moments while I endeavour to express to you in words what my feelings are on this occasion.
[('People', 'NNS'), (',', ','), ('perhaps', 'RB'), (',', ','), ('were', 'VBD'), ('standing', 'VBG'), ('in', 'IN'), ('the', 'DT'), ('snow', 'NN'), ('on', 'IN'), ('the', 'DT'), ('quay', 'NN'), ('outside', 'IN'), (',', ','), ('gazing', 'VBG'), ('up', 'RP'), ('at', 'IN'), ('the', 'DT'), ('lighted', 'JJ'), ('windows', 'NNS'), ('and', 'CC'), ('listening', 'VBG'), ('to', 'TO'), ('the', 'DT'), ('waltz', 'NN'), ('music', 'NN'), ('.', '.')]
[('People', 'NOUN'), (',', 'PUNCT'), ('perhaps', 'ADV'), (',', 'PUNCT'), ('were', 'AUX'), ('standing', 'VERB'), ('in', 'ADP'), ('the', 'DET'), ('snow', 'NOUN'), ('on', 'ADP'), ('the', 'DET'), ('quay', 'NOUN'), ('outside', 'ADV'), (',', 'PUNCT'), ('gazing', 'VERB'), ('up', 'ADP'), ('at', 'ADP'), ('the', 'DET'), ('lighted', 'VERB'), ('windows', 'NOUN'), ('and', 'CCONJ'), ('listening', 'VERB'), ('to', 'ADP'), ('the', 'DET'), ('waltz', 'NOUN'), ('music', 'NOUN'), ('.', 'PUNCT')]
[]
[('People', 'nsubj', 'standing'), (',', 'punct', 'standing'), ('perhaps', 'advmod', 'standing'), (',', 'punct', 'standing'), ('were', 'aux', 'standing'), ('standing', 'ROOT', 'standing'), ('in', 'prep', 'standing'), ('the', 'det', 'snow'), ('snow', 'pobj', 'in'), ('on', 'prep', 'standing'), ('the', 'det', 'quay'), ('quay', 'pobj', 'on'), ('outside', 'advmod', 'standing'), (',', 'punct', 'standing'), ('gazing', 'advcl', 'standing'), ('up', 'prt', 'gazing'), ('at', 'prep', 'gazing'), ('the', 'det', 'windows'), ('lighted', 'amod', 'windows'), ('windows', 'pobj', 'at'), ('and', 'cc', 'gazing'), ('listening', 'conj', 'gazing'), ('to', 'prep', 'listening'), ('the', 'det', 'music'), ('waltz', 'compound', 'music'), ('music', 'pobj', 'to'), ('.', 'punct', 'standing')]
“Ladies and Gentlemen, it is not the first time that we have gathered together under this hospitable roof, around this hospitable board.
[('The', 'DT'), ('air', 'NN'), ('was', 'VBD'), ('pure', 'NN'), ('there', 'RB'), ('.', '.')]
[('The', 'DET'), ('air', 'NOUN'), ('was', 'AUX'), ('pure', 'ADJ'), ('there', 'ADV'), ('.', 'PUNCT')]
[]
[('The', 'det', 'air'), ('air', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('pure', 'acomp', 'was'), ('there', 'advmod', 'pure'), ('.', 'punct', 'was')]
It is not the first time that we have been the recipients—or perhaps, I had better say, the victims—of the hospitality of certain good ladies.” He made a circle in the air with his arm and paused.
[('In', 'IN'), ('the', 'DT'), ('distance', 'NN'), ('lay', 'VBD'), ('the', 'DT'), ('park', 'NN'), ('where', 'WRB'), ('the', 'DT'), ('trees', 'NNS'), ('were', 'VBD'), ('weighted', 'VBN'), ('with', 'IN'), ('snow', 'NN'), ('.', '.')]
[('In', 'ADP'), ('the', 'DET'), ('distance', 'NOUN'), ('lay', 'VERB'), ('the', 'DET'), ('park', 'NOUN'), ('where', 'SCONJ'), ('the', 'DET'), ('trees', 'NOUN'), ('were', 'AUX'), ('weighted', 'VERB'), ('with', 'ADP'), ('snow', 'NOUN'), ('.', 'PUNCT')]
[]
[('In', 'prep', 'lay'), ('the', 'det', 'distance'), ('distance', 'pobj', 'In'), ('lay', 'ROOT', 'lay'), ('the', 'det', 'park'), ('park', 'dobj', 'lay'), ('where', 'advmod', 'weighted'), ('the', 'det', 'trees'), ('trees', 'nsubjpass', 'weighted'), ('were', 'auxpass', 'weighted'), ('weighted', 'relcl', 'park'), ('with', 'prep', 'weighted'), ('snow', 'pobj', 'with'), ('.', 'punct', 'lay')]
Everyone laughed or smiled at Aunt Kate and Aunt Julia and Mary Jane who all turned crimson with pleasure.
[('The', 'DT'), ('Wellington', 'NNP'), ('Monument', 'NNP'), ('wore', 'VBD'), ('a', 'DT'), ('gleaming', 'JJ'), ('cap', 'NN'), ('of', 'IN'), ('snow', 'NN'), ('that', 'IN'), ('flashed', 'VBD'), ('westward', 'RB'), ('over', 'IN'), ('the', 'DT'), ('white', 'JJ'), ('field', 'NN'), ('of', 'IN'), ('Fifteen', 'NNP'), ('Acres', 'NNP'), ('.', '.')]
[('The', 'DET'), ('Wellington', 'PROPN'), ('Monument', 'PROPN'), ('wore', 'VERB'), ('a', 'DET'), ('gleaming', 'VERB'), ('cap', 'NOUN'), ('of', 'ADP'), ('snow', 'NOUN'), ('that', 'PRON'), ('flashed', 'VERB'), ('westward', 'ADV'), ('over', 'ADP'), ('the', 'DET'), ('white', 'ADJ'), ('field', 'NOUN'), ('of', 'ADP'), ('Fifteen', 'PROPN'), ('Acres', 'PROPN'), ('.', 'PUNCT')]
[('The Wellington Monument', 'ORG'), ('Fifteen Acres', 'PERSON')]
[('The', 'det', 'Monument'), ('Wellington', 'compound', 'Monument'), ('Monument', 'nsubj', 'wore'), ('wore', 'ROOT', 'wore'), ('a', 'det', 'cap'), ('gleaming', 'amod', 'cap'), ('cap', 'dobj', 'wore'), ('of', 'prep', 'cap'), ('snow', 'pobj', 'of'), ('that', 'nsubj', 'flashed'), ('flashed', 'relcl', 'cap'), ('westward', 'advmod', 'flashed'), ('over', 'prep', 'flashed'), ('the', 'det', 'field'), ('white', 'amod', 'field'), ('field', 'pobj', 'over'), ('of', 'prep', 'field'), ('Fifteen', 'compound', 'Acres'), ('Acres', 'pobj', 'of'), ('.', 'punct', 'wore')]
Gabriel went on more boldly: “I feel more strongly with every recurring year that our country has no tradition which does it so much honour and which it should guard so jealously as that of its hospitality.
[('He', 'PRP'), ('began', 'VBD'), (':', ':'), ('“', 'NN'), ('Ladies', 'NNS'), ('and', 'CC'), ('Gentlemen', 'NNP'), (',', ','), ('“', 'NN'), ('It', 'PRP'), ('has', 'VBZ'), ('fallen', 'VBN'), ('to', 'TO'), ('my', 'PRP$'), ('lot', 'NN'), ('this', 'DT'), ('evening', 'NN'), (',', ','), ('as', 'IN'), ('in', 'IN'), ('years', 'NNS'), ('past', 'RB'), (',', ','), ('to', 'TO'), ('perform', 'VB'), ('a', 'DT'), ('very', 'RB'), ('pleasing', 'JJ'), ('task', 'NN'), ('but', 'CC'), ('a', 'DT'), ('task', 'NN'), ('for', 'IN'), ('which', 'WDT'), ('I', 'PRP'), ('am', 'VBP'), ('afraid', 'JJ'), ('my', 'PRP$'), ('poor', 'JJ'), ('powers', 'NNS'), ('as', 'IN'), ('a', 'DT'), ('speaker', 'NN'), ('are', 'VBP'), ('all', 'DT'), ('too', 'RB'), ('inadequate.', 'JJ'), ('”', 'NNP'), ('“', 'NNP'), ('No', 'NNP'), (',', ','), ('no', 'DT'), ('!', '.'), ('”', 'NN'), ('said', 'VBD'), ('Mr', 'NNP'), ('Browne', 'NNP'), ('.', '.')]
[('He', 'PRON'), ('began', 'VERB'), (':', 'PUNCT'), ('“', 'PUNCT'), ('Ladies', 'NOUN'), ('and', 'CCONJ'), ('Gentlemen', 'PROPN'), (',', 'PUNCT'), ('“', 'PUNCT'), ('It', 'PRON'), ('has', 'AUX'), ('fallen', 'VERB'), ('to', 'ADP'), ('my', 'PRON'), ('lot', 'NOUN'), ('this', 'DET'), ('evening', 'NOUN'), (',', 'PUNCT'), ('as', 'ADP'), ('in', 'ADP'), ('years', 'NOUN'), ('past', 'ADV'), (',', 'PUNCT'), ('to', 'PART'), ('perform', 'VERB'), ('a', 'DET'), ('very', 'ADV'), ('pleasing', 'ADJ'), ('task', 'NOUN'), ('but', 'CCONJ'), ('a', 'DET'), ('task', 'NOUN'), ('for', 'ADP'), ('which', 'PRON'), ('I', 'PRON'), ('am', 'AUX'), ('afraid', 'ADJ'), ('my', 'PRON'), ('poor', 'ADJ'), ('powers', 'NOUN'), ('as', 'ADP'), ('a', 'DET'), ('speaker', 'NOUN'), ('are', 'AUX'), ('all', 'ADV'), ('too', 'ADV'), ('inadequate', 'ADJ'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('No', 'INTJ'), (',', 'PUNCT'), ('no', 'NOUN'), ('!', 'PUNCT'), ('”', 'PUNCT'), ('said', 'VERB'), ('Mr', 'PROPN'), ('Browne', 'PROPN'), ('.', 'PUNCT')]
[('Ladies and Gentlemen', 'WORK_OF_ART'), ('this evening', 'TIME'), ('years', 'DATE'), ('Mr Browne', 'PERSON')]
[('He', 'nsubj', 'began'), ('began', 'ROOT', 'began'), (':', 'punct', 'began'), ('“', 'punct', 'began'), ('Ladies', 'npadvmod', 'began'), ('and', 'cc', 'Ladies'), ('Gentlemen', 'conj', 'Ladies'), (',', 'punct', 'began'), ('“', 'punct', 'began'), ('It', 'nsubj', 'fallen'), ('has', 'aux', 'fallen'), ('fallen', 'ccomp', 'began'), ('to', 'prep', 'fallen'), ('my', 'poss', 'lot'), ('lot', 'pobj', 'to'), ('this', 'det', 'evening'), ('evening', 'npadvmod', 'fallen'), (',', 'punct', 'fallen'), ('as', 'prep', 'fallen'), ('in', 'pcomp', 'as'), ('years', 'npadvmod', 'past'), ('past', 'pobj', 'in'), (',', 'punct', 'fallen'), ('to', 'aux', 'perform'), ('perform', 'advcl', 'fallen'), ('a', 'det', 'task'), ('very', 'advmod', 'pleasing'), ('pleasing', 'amod', 'task'), ('task', 'dobj', 'perform'), ('but', 'cc', 'task'), ('a', 'det', 'task'), ('task', 'conj', 'task'), ('for', 'prep', 'am'), ('which', 'pobj', 'for'), ('I', 'nsubj', 'am'), ('am', 'relcl', 'task'), ('afraid', 'acomp', 'am'), ('my', 'poss', 'powers'), ('poor', 'amod', 'powers'), ('powers', 'nsubj', 'are'), ('as', 'prep', 'powers'), ('a', 'det', 'speaker'), ('speaker', 'pobj', 'as'), ('are', 'ccomp', 'afraid'), ('all', 'advmod', 'are'), ('too', 'advmod', 'inadequate'), ('inadequate', 'acomp', 'are'), ('.', 'punct', 'began'), ('”', 'punct', 'began'), ('“', 'punct', 'said'), ('No', 'nsubj', 'said'), (',', 'punct', 'No'), ('no', 'intj', 'No'), ('!', 'punct', 'said'), ('”', 'punct', 'said'), ('said', 'ROOT', 'said'), ('Mr', 'compound', 'Browne'), ('Browne', 'nsubj', 'said'), ('.', 'punct', 'said')]
It is a tradition that is unique as far as my experience goes (and I have visited not a few places abroad) among the modern nations.
[('“', 'NN'), ('But', 'CC'), (',', ','), ('however', 'RB'), ('that', 'DT'), ('may', 'MD'), ('be', 'VB'), (',', ','), ('I', 'PRP'), ('can', 'MD'), ('only', 'RB'), ('ask', 'VB'), ('you', 'PRP'), ('tonight', 'JJ'), ('to', 'TO'), ('take', 'VB'), ('the', 'DT'), ('will', 'MD'), ('for', 'IN'), ('the', 'DT'), ('deed', 'NN'), ('and', 'CC'), ('to', 'TO'), ('lend', 'VB'), ('me', 'PRP'), ('your', 'PRP$'), ('attention', 'NN'), ('for', 'IN'), ('a', 'DT'), ('few', 'JJ'), ('moments', 'NNS'), ('while', 'IN'), ('I', 'PRP'), ('endeavour', 'VBP'), ('to', 'TO'), ('express', 'VB'), ('to', 'TO'), ('you', 'PRP'), ('in', 'IN'), ('words', 'NNS'), ('what', 'WP'), ('my', 'PRP$'), ('feelings', 'NNS'), ('are', 'VBP'), ('on', 'IN'), ('this', 'DT'), ('occasion', 'NN'), ('.', '.')]
[('“', 'PUNCT'), ('But', 'CCONJ'), (',', 'PUNCT'), ('however', 'ADV'), ('that', 'PRON'), ('may', 'AUX'), ('be', 'AUX'), (',', 'PUNCT'), ('I', 'PRON'), ('can', 'AUX'), ('only', 'ADV'), ('ask', 'VERB'), ('you', 'PRON'), ('tonight', 'NOUN'), ('to', 'PART'), ('take', 'VERB'), ('the', 'DET'), ('will', 'NOUN'), ('for', 'ADP'), ('the', 'DET'), ('deed', 'NOUN'), ('and', 'CCONJ'), ('to', 'PART'), ('lend', 'VERB'), ('me', 'PRON'), ('your', 'PRON'), ('attention', 'NOUN'), ('for', 'ADP'), ('a', 'DET'), ('few', 'ADJ'), ('moments', 'NOUN'), ('while', 'SCONJ'), ('I', 'PRON'), ('endeavour', 'VERB'), ('to', 'PART'), ('express', 'VERB'), ('to', 'ADP'), ('you', 'PRON'), ('in', 'ADP'), ('words', 'NOUN'), ('what', 'PRON'), ('my', 'PRON'), ('feelings', 'NOUN'), ('are', 'AUX'), ('on', 'ADP'), ('this', 'DET'), ('occasion', 'NOUN'), ('.', 'PUNCT')]
[('tonight', 'TIME')]
[('“', 'punct', 'ask'), ('But', 'cc', 'ask'), (',', 'punct', 'be'), ('however', 'advmod', 'be'), ('that', 'nsubj', 'be'), ('may', 'aux', 'be'), ('be', 'advcl', 'ask'), (',', 'punct', 'ask'), ('I', 'nsubj', 'ask'), ('can', 'aux', 'ask'), ('only', 'advmod', 'ask'), ('ask', 'ROOT', 'ask'), ('you', 'dobj', 'ask'), ('tonight', 'npadvmod', 'ask'), ('to', 'aux', 'take'), ('take', 'xcomp', 'ask'), ('the', 'det', 'will'), ('will', 'dobj', 'take'), ('for', 'prep', 'take'), ('the', 'det', 'deed'), ('deed', 'pobj', 'for'), ('and', 'cc', 'take'), ('to', 'aux', 'lend'), ('lend', 'conj', 'take'), ('me', 'dative', 'lend'), ('your', 'poss', 'attention'), ('attention', 'dobj', 'lend'), ('for', 'prep', 'lend'), ('a', 'det', 'moments'), ('few', 'amod', 'moments'), ('moments', 'pobj', 'for'), ('while', 'mark', 'endeavour'), ('I', 'nsubj', 'endeavour'), ('endeavour', 'advcl', 'lend'), ('to', 'aux', 'express'), ('express', 'xcomp', 'endeavour'), ('to', 'prep', 'express'), ('you', 'pobj', 'to'), ('in', 'prep', 'express'), ('words', 'pobj', 'in'), ('what', 'attr', 'are'), ('my', 'poss', 'feelings'), ('feelings', 'nsubj', 'are'), ('are', 'relcl', 'words'), ('on', 'prep', 'are'), ('this', 'det', 'occasion'), ('occasion', 'pobj', 'on'), ('.', 'punct', 'ask')]
Some would say, perhaps, that with us it is rather a failing than anything to be boasted of.
[('“', 'JJ'), ('Ladies', 'NNS'), ('and', 'CC'), ('Gentlemen', 'NNP'), (',', ','), ('it', 'PRP'), ('is', 'VBZ'), ('not', 'RB'), ('the', 'DT'), ('first', 'JJ'), ('time', 'NN'), ('that', 'IN'), ('we', 'PRP'), ('have', 'VBP'), ('gathered', 'VBN'), ('together', 'RB'), ('under', 'IN'), ('this', 'DT'), ('hospitable', 'JJ'), ('roof', 'NN'), (',', ','), ('around', 'IN'), ('this', 'DT'), ('hospitable', 'JJ'), ('board', 'NN'), ('.', '.')]
[('“', 'PUNCT'), ('Ladies', 'PROPN'), ('and', 'CCONJ'), ('Gentlemen', 'PROPN'), (',', 'PUNCT'), ('it', 'PRON'), ('is', 'AUX'), ('not', 'PART'), ('the', 'DET'), ('first', 'ADJ'), ('time', 'NOUN'), ('that', 'PRON'), ('we', 'PRON'), ('have', 'AUX'), ('gathered', 'VERB'), ('together', 'ADV'), ('under', 'ADP'), ('this', 'DET'), ('hospitable', 'ADJ'), ('roof', 'NOUN'), (',', 'PUNCT'), ('around', 'ADP'), ('this', 'DET'), ('hospitable', 'ADJ'), ('board', 'NOUN'), ('.', 'PUNCT')]
[('Ladies and Gentlemen', 'WORK_OF_ART'), ('first', 'ORDINAL')]
[('“', 'punct', 'is'), ('Ladies', 'npadvmod', 'is'), ('and', 'cc', 'Ladies'), ('Gentlemen', 'conj', 'Ladies'), (',', 'punct', 'is'), ('it', 'nsubj', 'is'), ('is', 'ROOT', 'is'), ('not', 'neg', 'is'), ('the', 'det', 'time'), ('first', 'amod', 'time'), ('time', 'attr', 'is'), ('that', 'advmod', 'gathered'), ('we', 'nsubj', 'gathered'), ('have', 'aux', 'gathered'), ('gathered', 'relcl', 'time'), ('together', 'advmod', 'gathered'), ('under', 'prep', 'gathered'), ('this', 'det', 'roof'), ('hospitable', 'amod', 'roof'), ('roof', 'pobj', 'under'), (',', 'punct', 'is'), ('around', 'prep', 'is'), ('this', 'det', 'board'), ('hospitable', 'amod', 'board'), ('board', 'pobj', 'around'), ('.', 'punct', 'is')]
But granted even that, it is, to my mind, a princely failing, and one that I trust will long be cultivated among us.
[('It', 'PRP'), ('is', 'VBZ'), ('not', 'RB'), ('the', 'DT'), ('first', 'JJ'), ('time', 'NN'), ('that', 'IN'), ('we', 'PRP'), ('have', 'VBP'), ('been', 'VBN'), ('the', 'DT'), ('recipients—or', 'NN'), ('perhaps', 'RB'), (',', ','), ('I', 'PRP'), ('had', 'VBD'), ('better', 'RBR'), ('say', 'VB'), (',', ','), ('the', 'DT'), ('victims—of', 'NN'), ('the', 'DT'), ('hospitality', 'NN'), ('of', 'IN'), ('certain', 'JJ'), ('good', 'JJ'), ('ladies.', 'NN'), ('”', 'NN'), ('He', 'PRP'), ('made', 'VBD'), ('a', 'DT'), ('circle', 'NN'), ('in', 'IN'), ('the', 'DT'), ('air', 'NN'), ('with', 'IN'), ('his', 'PRP$'), ('arm', 'NN'), ('and', 'CC'), ('paused', 'VBD'), ('.', '.')]
[('It', 'PRON'), ('is', 'AUX'), ('not', 'PART'), ('the', 'DET'), ('first', 'ADJ'), ('time', 'NOUN'), ('that', 'PRON'), ('we', 'PRON'), ('have', 'AUX'), ('been', 'AUX'), ('the', 'DET'), ('recipients', 'NOUN'), ('—', 'PUNCT'), ('or', 'CCONJ'), ('perhaps', 'ADV'), (',', 'PUNCT'), ('I', 'PRON'), ('had', 'AUX'), ('better', 'ADV'), ('say', 'VERB'), (',', 'PUNCT'), ('the', 'DET'), ('victims', 'NOUN'), ('—', 'PUNCT'), ('of', 'ADP'), ('the', 'DET'), ('hospitality', 'NOUN'), ('of', 'ADP'), ('certain', 'ADJ'), ('good', 'ADJ'), ('ladies', 'NOUN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('He', 'PRON'), ('made', 'VERB'), ('a', 'DET'), ('circle', 'NOUN'), ('in', 'ADP'), ('the', 'DET'), ('air', 'NOUN'), ('with', 'ADP'), ('his', 'PRON'), ('arm', 'NOUN'), ('and', 'CCONJ'), ('paused', 'VERB'), ('.', 'PUNCT')]
[('first', 'ORDINAL')]
[('It', 'nsubj', 'is'), ('is', 'ROOT', 'is'), ('not', 'neg', 'is'), ('the', 'det', 'time'), ('first', 'amod', 'time'), ('time', 'attr', 'is'), ('that', 'advmod', 'been'), ('we', 'nsubj', 'been'), ('have', 'aux', 'been'), ('been', 'relcl', 'time'), ('the', 'det', 'recipients'), ('recipients', 'attr', 'been'), ('—', 'punct', 'recipients'), ('or', 'cc', 'is'), ('perhaps', 'advmod', 'say'), (',', 'punct', 'say'), ('I', 'nsubj', 'say'), ('had', 'aux', 'say'), ('better', 'advmod', 'say'), ('say', 'parataxis', 'is'), (',', 'punct', 'say'), ('the', 'det', 'victims'), ('victims', 'dobj', 'say'), ('—', 'punct', 'victims'), ('of', 'prep', 'victims'), ('the', 'det', 'hospitality'), ('hospitality', 'pobj', 'of'), ('of', 'prep', 'hospitality'), ('certain', 'amod', 'ladies'), ('good', 'amod', 'ladies'), ('ladies', 'pobj', 'of'), ('.', 'punct', 'say'), ('”', 'punct', 'say'), ('He', 'nsubj', 'made'), ('made', 'ROOT', 'made'), ('a', 'det', 'circle'), ('circle', 'dobj', 'made'), ('in', 'prep', 'made'), ('the', 'det', 'air'), ('air', 'pobj', 'in'), ('with', 'prep', 'made'), ('his', 'poss', 'arm'), ('arm', 'pobj', 'with'), ('and', 'cc', 'made'), ('paused', 'conj', 'made'), ('.', 'punct', 'made')]
Of one thing, at least, I am sure.
[('Everyone', 'NN'), ('laughed', 'VBD'), ('or', 'CC'), ('smiled', 'VBN'), ('at', 'IN'), ('Aunt', 'NNP'), ('Kate', 'NNP'), ('and', 'CC'), ('Aunt', 'NNP'), ('Julia', 'NNP'), ('and', 'CC'), ('Mary', 'NNP'), ('Jane', 'NNP'), ('who', 'WP'), ('all', 'DT'), ('turned', 'VBD'), ('crimson', 'JJ'), ('with', 'IN'), ('pleasure', 'NN'), ('.', '.')]
[('Everyone', 'PRON'), ('laughed', 'VERB'), ('or', 'CCONJ'), ('smiled', 'VERB'), ('at', 'ADP'), ('Aunt', 'PROPN'), ('Kate', 'PROPN'), ('and', 'CCONJ'), ('Aunt', 'PROPN'), ('Julia', 'PROPN'), ('and', 'CCONJ'), ('Mary', 'PROPN'), ('Jane', 'PROPN'), ('who', 'PRON'), ('all', 'PRON'), ('turned', 'VERB'), ('crimson', 'ADJ'), ('with', 'ADP'), ('pleasure', 'NOUN'), ('.', 'PUNCT')]
[('Aunt Kate', 'WORK_OF_ART'), ('Aunt Julia', 'PERSON'), ('Mary Jane', 'PERSON')]
[('Everyone', 'nsubj', 'laughed'), ('laughed', 'ROOT', 'laughed'), ('or', 'cc', 'laughed'), ('smiled', 'conj', 'laughed'), ('at', 'prep', 'smiled'), ('Aunt', 'compound', 'Kate'), ('Kate', 'pobj', 'at'), ('and', 'cc', 'Kate'), ('Aunt', 'compound', 'Julia'), ('Julia', 'conj', 'Kate'), ('and', 'cc', 'Julia'), ('Mary', 'compound', 'Jane'), ('Jane', 'conj', 'Julia'), ('who', 'nsubj', 'turned'), ('all', 'nsubj', 'turned'), ('turned', 'ccomp', 'laughed'), ('crimson', 'acomp', 'turned'), ('with', 'prep', 'turned'), ('pleasure', 'pobj', 'with'), ('.', 'punct', 'laughed')]
As long as this one roof shelters the good ladies aforesaid—and I wish from my heart it may do so for many and many a long year to come—the tradition of genuine warm-hearted courteous Irish hospitality, which our forefathers have handed down to us and which we in turn must hand down to our descendants, is still alive among us.” A hearty murmur of assent ran round the table.
[('Gabriel', 'NNP'), ('went', 'VBD'), ('on', 'IN'), ('more', 'RBR'), ('boldly', 'RB'), (':', ':'), ('“', 'NN'), ('I', 'PRP'), ('feel', 'VBP'), ('more', 'RBR'), ('strongly', 'RB'), ('with', 'IN'), ('every', 'DT'), ('recurring', 'VBG'), ('year', 'NN'), ('that', 'IN'), ('our', 'PRP$'), ('country', 'NN'), ('has', 'VBZ'), ('no', 'DT'), ('tradition', 'NN'), ('which', 'WDT'), ('does', 'VBZ'), ('it', 'PRP'), ('so', 'RB'), ('much', 'JJ'), ('honour', 'NN'), ('and', 'CC'), ('which', 'WDT'), ('it', 'PRP'), ('should', 'MD'), ('guard', 'VB'), ('so', 'RB'), ('jealously', 'RB'), ('as', 'IN'), ('that', 'DT'), ('of', 'IN'), ('its', 'PRP$'), ('hospitality', 'NN'), ('.', '.')]
[('Gabriel', 'PROPN'), ('went', 'VERB'), ('on', 'ADP'), ('more', 'ADV'), ('boldly', 'ADV'), (':', 'PUNCT'), ('“', 'PUNCT'), ('I', 'PRON'), ('feel', 'VERB'), ('more', 'ADV'), ('strongly', 'ADV'), ('with', 'ADP'), ('every', 'DET'), ('recurring', 'VERB'), ('year', 'NOUN'), ('that', 'PRON'), ('our', 'PRON'), ('country', 'NOUN'), ('has', 'VERB'), ('no', 'DET'), ('tradition', 'NOUN'), ('which', 'PRON'), ('does', 'VERB'), ('it', 'PRON'), ('so', 'ADV'), ('much', 'ADJ'), ('honour', 'NOUN'), ('and', 'CCONJ'), ('which', 'PRON'), ('it', 'PRON'), ('should', 'AUX'), ('guard', 'VERB'), ('so', 'ADV'), ('jealously', 'ADV'), ('as', 'ADP'), ('that', 'PRON'), ('of', 'ADP'), ('its', 'PRON'), ('hospitality', 'NOUN'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON'), ('every recurring year', 'DATE')]
[('Gabriel', 'nsubj', 'went'), ('went', 'ccomp', 'feel'), ('on', 'prt', 'went'), ('more', 'advmod', 'boldly'), ('boldly', 'advmod', 'went'), (':', 'punct', 'feel'), ('“', 'punct', 'feel'), ('I', 'nsubj', 'feel'), ('feel', 'ROOT', 'feel'), ('more', 'advmod', 'strongly'), ('strongly', 'advmod', 'feel'), ('with', 'prep', 'feel'), ('every', 'det', 'year'), ('recurring', 'amod', 'year'), ('year', 'pobj', 'with'), ('that', 'advmod', 'has'), ('our', 'poss', 'country'), ('country', 'nsubj', 'has'), ('has', 'relcl', 'year'), ('no', 'det', 'tradition'), ('tradition', 'dobj', 'has'), ('which', 'nsubj', 'does'), ('does', 'relcl', 'tradition'), ('it', 'dobj', 'does'), ('so', 'advmod', 'much'), ('much', 'amod', 'honour'), ('honour', 'dobj', 'does'), ('and', 'cc', 'honour'), ('which', 'dobj', 'guard'), ('it', 'nsubj', 'guard'), ('should', 'aux', 'guard'), ('guard', 'conj', 'honour'), ('so', 'advmod', 'jealously'), ('jealously', 'advmod', 'guard'), ('as', 'prep', 'guard'), ('that', 'pobj', 'as'), ('of', 'prep', 'that'), ('its', 'poss', 'hospitality'), ('hospitality', 'pobj', 'of'), ('.', 'punct', 'feel')]
It shot through Gabriel’s mind that Miss Ivors was not there and that she had gone away discourteously: and he said with confidence in himself: “Ladies and Gentlemen, “A new generation is growing up in our midst, a generation actuated by new ideas and new principles.
[('It', 'PRP'), ('is', 'VBZ'), ('a', 'DT'), ('tradition', 'NN'), ('that', 'WDT'), ('is', 'VBZ'), ('unique', 'JJ'), ('as', 'RB'), ('far', 'RB'), ('as', 'IN'), ('my', 'PRP$'), ('experience', 'NN'), ('goes', 'VBZ'), ('(', '('), ('and', 'CC'), ('I', 'PRP'), ('have', 'VBP'), ('visited', 'VBN'), ('not', 'RB'), ('a', 'DT'), ('few', 'JJ'), ('places', 'NNS'), ('abroad', 'RB'), (')', ')'), ('among', 'IN'), ('the', 'DT'), ('modern', 'JJ'), ('nations', 'NNS'), ('.', '.')]
[('It', 'PRON'), ('is', 'AUX'), ('a', 'DET'), ('tradition', 'NOUN'), ('that', 'PRON'), ('is', 'AUX'), ('unique', 'ADJ'), ('as', 'ADV'), ('far', 'ADV'), ('as', 'SCONJ'), ('my', 'PRON'), ('experience', 'NOUN'), ('goes', 'VERB'), ('(', 'PUNCT'), ('and', 'CCONJ'), ('I', 'PRON'), ('have', 'AUX'), ('visited', 'VERB'), ('not', 'PART'), ('a', 'DET'), ('few', 'ADJ'), ('places', 'NOUN'), ('abroad', 'ADV'), (')', 'PUNCT'), ('among', 'ADP'), ('the', 'DET'), ('modern', 'ADJ'), ('nations', 'NOUN'), ('.', 'PUNCT')]
[]
[('It', 'nsubj', 'is'), ('is', 'ROOT', 'is'), ('a', 'det', 'tradition'), ('tradition', 'attr', 'is'), ('that', 'nsubj', 'is'), ('is', 'relcl', 'tradition'), ('unique', 'acomp', 'is'), ('as', 'advmod', 'far'), ('far', 'advmod', 'is'), ('as', 'mark', 'goes'), ('my', 'poss', 'experience'), ('experience', 'nsubj', 'goes'), ('goes', 'advcl', 'far'), ('(', 'punct', 'is'), ('and', 'cc', 'is'), ('I', 'nsubj', 'visited'), ('have', 'aux', 'visited'), ('visited', 'conj', 'is'), ('not', 'neg', 'visited'), ('a', 'quantmod', 'few'), ('few', 'amod', 'places'), ('places', 'dobj', 'visited'), ('abroad', 'advmod', 'places'), (')', 'punct', 'visited'), ('among', 'prep', 'visited'), ('the', 'det', 'nations'), ('modern', 'amod', 'nations'), ('nations', 'pobj', 'among'), ('.', 'punct', 'visited')]
It is serious and enthusiastic for these new ideas and its enthusiasm, even when it is misdirected, is, I believe, in the main sincere.
[('Some', 'DT'), ('would', 'MD'), ('say', 'VB'), (',', ','), ('perhaps', 'RB'), (',', ','), ('that', 'IN'), ('with', 'IN'), ('us', 'PRP'), ('it', 'PRP'), ('is', 'VBZ'), ('rather', 'RB'), ('a', 'DT'), ('failing', 'NN'), ('than', 'IN'), ('anything', 'NN'), ('to', 'TO'), ('be', 'VB'), ('boasted', 'VBN'), ('of', 'IN'), ('.', '.')]
[('Some', 'PRON'), ('would', 'AUX'), ('say', 'VERB'), (',', 'PUNCT'), ('perhaps', 'ADV'), (',', 'PUNCT'), ('that', 'SCONJ'), ('with', 'ADP'), ('us', 'PRON'), ('it', 'PRON'), ('is', 'AUX'), ('rather', 'ADV'), ('a', 'DET'), ('failing', 'NOUN'), ('than', 'ADP'), ('anything', 'PRON'), ('to', 'PART'), ('be', 'AUX'), ('boasted', 'VERB'), ('of', 'ADP'), ('.', 'PUNCT')]
[]
[('Some', 'nsubj', 'say'), ('would', 'aux', 'say'), ('say', 'ROOT', 'say'), (',', 'punct', 'say'), ('perhaps', 'advmod', 'say'), (',', 'punct', 'say'), ('that', 'mark', 'is'), ('with', 'prep', 'is'), ('us', 'pobj', 'with'), ('it', 'nsubj', 'is'), ('is', 'ccomp', 'say'), ('rather', 'advmod', 'is'), ('a', 'det', 'failing'), ('failing', 'attr', 'is'), ('than', 'prep', 'failing'), ('anything', 'pobj', 'than'), ('to', 'aux', 'boasted'), ('be', 'auxpass', 'boasted'), ('boasted', 'relcl', 'anything'), ('of', 'prep', 'boasted'), ('.', 'punct', 'say')]
But we are living in a sceptical and, if I may use the phrase, a thought-tormented age: and sometimes I fear that this new generation, educated or hypereducated as it is, will lack those qualities of humanity, of hospitality, of kindly humour which belonged to an older day.
[('But', 'CC'), ('granted', 'VBD'), ('even', 'RB'), ('that', 'IN'), (',', ','), ('it', 'PRP'), ('is', 'VBZ'), (',', ','), ('to', 'TO'), ('my', 'PRP$'), ('mind', 'NN'), (',', ','), ('a', 'DT'), ('princely', 'RB'), ('failing', 'NN'), (',', ','), ('and', 'CC'), ('one', 'CD'), ('that', 'WDT'), ('I', 'PRP'), ('trust', 'VBP'), ('will', 'MD'), ('long', 'RB'), ('be', 'VB'), ('cultivated', 'VBN'), ('among', 'IN'), ('us', 'PRP'), ('.', '.')]
[('But', 'CCONJ'), ('granted', 'VERB'), ('even', 'ADV'), ('that', 'PRON'), (',', 'PUNCT'), ('it', 'PRON'), ('is', 'AUX'), (',', 'PUNCT'), ('to', 'ADP'), ('my', 'PRON'), ('mind', 'NOUN'), (',', 'PUNCT'), ('a', 'DET'), ('princely', 'ADV'), ('failing', 'VERB'), (',', 'PUNCT'), ('and', 'CCONJ'), ('one', 'NOUN'), ('that', 'PRON'), ('I', 'PRON'), ('trust', 'VERB'), ('will', 'AUX'), ('long', 'ADV'), ('be', 'AUX'), ('cultivated', 'VERB'), ('among', 'ADP'), ('us', 'PRON'), ('.', 'PUNCT')]
[]
[('But', 'cc', 'granted'), ('granted', 'ROOT', 'granted'), ('even', 'advmod', 'that'), ('that', 'dobj', 'granted'), (',', 'punct', 'is'), ('it', 'nsubj', 'is'), ('is', 'parataxis', 'granted'), (',', 'punct', 'is'), ('to', 'prep', 'is'), ('my', 'poss', 'mind'), ('mind', 'pobj', 'to'), (',', 'punct', 'mind'), ('a', 'det', 'failing'), ('princely', 'advmod', 'failing'), ('failing', 'attr', 'is'), (',', 'punct', 'is'), ('and', 'cc', 'is'), ('one', 'nsubjpass', 'cultivated'), ('that', 'nsubj', 'trust'), ('I', 'nsubj', 'trust'), ('trust', 'relcl', 'one'), ('will', 'aux', 'cultivated'), ('long', 'advmod', 'cultivated'), ('be', 'auxpass', 'cultivated'), ('cultivated', 'conj', 'granted'), ('among', 'prep', 'cultivated'), ('us', 'pobj', 'among'), ('.', 'punct', 'cultivated')]
Listening tonight to the names of all those great singers of the past it seemed to me, I must confess, that we were living in a less spacious age.
[('Of', 'IN'), ('one', 'CD'), ('thing', 'NN'), (',', ','), ('at', 'IN'), ('least', 'JJS'), (',', ','), ('I', 'PRP'), ('am', 'VBP'), ('sure', 'JJ'), ('.', '.')]
[('Of', 'ADP'), ('one', 'NUM'), ('thing', 'NOUN'), (',', 'PUNCT'), ('at', 'ADP'), ('least', 'ADJ'), (',', 'PUNCT'), ('I', 'PRON'), ('am', 'AUX'), ('sure', 'ADJ'), ('.', 'PUNCT')]
[('one', 'CARDINAL')]
[('Of', 'prep', 'am'), ('one', 'nummod', 'thing'), ('thing', 'pobj', 'Of'), (',', 'punct', 'am'), ('at', 'advmod', 'least'), ('least', 'advmod', 'am'), (',', 'punct', 'am'), ('I', 'nsubj', 'am'), ('am', 'ROOT', 'am'), ('sure', 'acomp', 'am'), ('.', 'punct', 'am')]
Those days might, without exaggeration, be called spacious days: and if they are gone beyond recall let us hope, at least, that in gatherings such as this we shall still speak of them with pride and affection, still cherish in our hearts the memory of those dead and gone great ones whose fame the world will not willingly let die.” “Hear, hear!” said Mr Browne loudly.
[('As', 'RB'), ('long', 'RB'), ('as', 'IN'), ('this', 'DT'), ('one', 'CD'), ('roof', 'NN'), ('shelters', 'VBZ'), ('the', 'DT'), ('good', 'JJ'), ('ladies', 'NNS'), ('aforesaid—and', 'VBP'), ('I', 'PRP'), ('wish', 'VBP'), ('from', 'IN'), ('my', 'PRP$'), ('heart', 'NN'), ('it', 'PRP'), ('may', 'MD'), ('do', 'VB'), ('so', 'RB'), ('for', 'IN'), ('many', 'JJ'), ('and', 'CC'), ('many', 'JJ'), ('a', 'DT'), ('long', 'JJ'), ('year', 'NN'), ('to', 'TO'), ('come—the', 'VB'), ('tradition', 'NN'), ('of', 'IN'), ('genuine', 'JJ'), ('warm-hearted', 'JJ'), ('courteous', 'JJ'), ('Irish', 'NNP'), ('hospitality', 'NN'), (',', ','), ('which', 'WDT'), ('our', 'PRP$'), ('forefathers', 'NNS'), ('have', 'VBP'), ('handed', 'VBN'), ('down', 'RP'), ('to', 'TO'), ('us', 'PRP'), ('and', 'CC'), ('which', 'WDT'), ('we', 'PRP'), ('in', 'IN'), ('turn', 'NN'), ('must', 'MD'), ('hand', 'NN'), ('down', 'RB'), ('to', 'TO'), ('our', 'PRP$'), ('descendants', 'NNS'), (',', ','), ('is', 'VBZ'), ('still', 'RB'), ('alive', 'JJ'), ('among', 'IN'), ('us.', 'JJ'), ('”', 'FW'), ('A', 'NNP'), ('hearty', 'NN'), ('murmur', 'NN'), ('of', 'IN'), ('assent', 'NN'), ('ran', 'NN'), ('round', 'VBD'), ('the', 'DT'), ('table', 'NN'), ('.', '.')]
[('As', 'ADV'), ('long', 'ADV'), ('as', 'SCONJ'), ('this', 'DET'), ('one', 'NUM'), ('roof', 'NOUN'), ('shelters', 'VERB'), ('the', 'DET'), ('good', 'ADJ'), ('ladies', 'NOUN'), ('aforesaid', 'VERB'), ('—', 'PUNCT'), ('and', 'CCONJ'), ('I', 'PRON'), ('wish', 'VERB'), ('from', 'ADP'), ('my', 'PRON'), ('heart', 'NOUN'), ('it', 'PRON'), ('may', 'AUX'), ('do', 'VERB'), ('so', 'ADV'), ('for', 'ADP'), ('many', 'ADJ'), ('and', 'CCONJ'), ('many', 'ADJ'), ('a', 'DET'), ('long', 'ADJ'), ('year', 'NOUN'), ('to', 'PART'), ('come', 'VERB'), ('—', 'PUNCT'), ('the', 'DET'), ('tradition', 'NOUN'), ('of', 'ADP'), ('genuine', 'ADJ'), ('warm', 'ADJ'), ('-', 'PUNCT'), ('hearted', 'ADJ'), ('courteous', 'ADJ'), ('Irish', 'ADJ'), ('hospitality', 'NOUN'), (',', 'PUNCT'), ('which', 'PRON'), ('our', 'PRON'), ('forefathers', 'NOUN'), ('have', 'AUX'), ('handed', 'VERB'), ('down', 'ADP'), ('to', 'ADP'), ('us', 'PRON'), ('and', 'CCONJ'), ('which', 'PRON'), ('we', 'PRON'), ('in', 'ADP'), ('turn', 'NOUN'), ('must', 'AUX'), ('hand', 'VERB'), ('down', 'ADP'), ('to', 'ADP'), ('our', 'PRON'), ('descendants', 'NOUN'), (',', 'PUNCT'), ('is', 'AUX'), ('still', 'ADV'), ('alive', 'ADJ'), ('among', 'ADP'), ('us', 'PRON'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('A', 'DET'), ('hearty', 'ADJ'), ('murmur', 'NOUN'), ('of', 'ADP'), ('assent', 'NOUN'), ('ran', 'VERB'), ('round', 'ADP'), ('the', 'DET'), ('table', 'NOUN'), ('.', 'PUNCT')]
[('one', 'CARDINAL'), ('Irish', 'NORP')]
[('As', 'advmod', 'long'), ('long', 'advmod', 'aforesaid'), ('as', 'mark', 'shelters'), ('this', 'det', 'roof'), ('one', 'nummod', 'roof'), ('roof', 'nsubj', 'shelters'), ('shelters', 'advcl', 'long'), ('the', 'det', 'ladies'), ('good', 'amod', 'ladies'), ('ladies', 'nsubj', 'aforesaid'), ('aforesaid', 'ROOT', 'aforesaid'), ('—', 'punct', 'aforesaid'), ('and', 'cc', 'aforesaid'), ('I', 'nsubj', 'wish'), ('wish', 'parataxis', 'is'), ('from', 'prep', 'wish'), ('my', 'poss', 'heart'), ('heart', 'pobj', 'from'), ('it', 'nsubj', 'do'), ('may', 'aux', 'do'), ('do', 'ccomp', 'wish'), ('so', 'advmod', 'do'), ('for', 'prep', 'do'), ('many', 'amod', 'year'), ('and', 'cc', 'many'), ('many', 'conj', 'many'), ('a', 'det', 'year'), ('long', 'amod', 'year'), ('year', 'pobj', 'for'), ('to', 'aux', 'come'), ('come', 'relcl', 'year'), ('—', 'punct', 'wish'), ('the', 'det', 'tradition'), ('tradition', 'dobj', 'wish'), ('of', 'prep', 'tradition'), ('genuine', 'amod', 'hospitality'), ('warm', 'amod', 'hearted'), ('-', 'punct', 'hearted'), ('hearted', 'amod', 'hospitality'), ('courteous', 'amod', 'hospitality'), ('Irish', 'amod', 'hospitality'), ('hospitality', 'pobj', 'of'), (',', 'punct', 'hospitality'), ('which', 'dobj', 'handed'), ('our', 'poss', 'forefathers'), ('forefathers', 'nsubj', 'handed'), ('have', 'aux', 'handed'), ('handed', 'relcl', 'hospitality'), ('down', 'prt', 'handed'), ('to', 'prep', 'handed'), ('us', 'pobj', 'to'), ('and', 'cc', 'handed'), ('which', 'dobj', 'hand'), ('we', 'nsubj', 'hand'), ('in', 'prep', 'hand'), ('turn', 'pobj', 'in'), ('must', 'aux', 'hand'), ('hand', 'conj', 'handed'), ('down', 'prt', 'hand'), ('to', 'prep', 'hand'), ('our', 'poss', 'descendants'), ('descendants', 'pobj', 'to'), (',', 'punct', 'wish'), ('is', 'conj', 'aforesaid'), ('still', 'advmod', 'is'), ('alive', 'acomp', 'is'), ('among', 'prep', 'is'), ('us', 'pobj', 'among'), ('.', 'punct', 'is'), ('”', 'punct', 'is'), ('A', 'det', 'murmur'), ('hearty', 'amod', 'murmur'), ('murmur', 'nsubj', 'ran'), ('of', 'prep', 'murmur'), ('assent', 'pobj', 'of'), ('ran', 'ROOT', 'ran'), ('round', 'prep', 'ran'), ('the', 'det', 'table'), ('table', 'pobj', 'round'), ('.', 'punct', 'ran')]
“But yet,” continued Gabriel, his voice falling into a softer inflection, “there are always in gatherings such as this sadder thoughts that will recur to our minds: thoughts of the past, of youth, of changes, of absent faces that we miss here tonight.
[('It', 'PRP'), ('shot', 'VBD'), ('through', 'IN'), ('Gabriel', 'NNP'), ('’', 'NNP'), ('s', 'VBD'), ('mind', 'NN'), ('that', 'IN'), ('Miss', 'NNP'), ('Ivors', 'NNP'), ('was', 'VBD'), ('not', 'RB'), ('there', 'RB'), ('and', 'CC'), ('that', 'IN'), ('she', 'PRP'), ('had', 'VBD'), ('gone', 'VBN'), ('away', 'RB'), ('discourteously', 'RB'), (':', ':'), ('and', 'CC'), ('he', 'PRP'), ('said', 'VBD'), ('with', 'IN'), ('confidence', 'NN'), ('in', 'IN'), ('himself', 'PRP'), (':', ':'), ('“', 'NN'), ('Ladies', 'NNS'), ('and', 'CC'), ('Gentlemen', 'NNP'), (',', ','), ('“', 'VBZ'), ('A', 'NNP'), ('new', 'JJ'), ('generation', 'NN'), ('is', 'VBZ'), ('growing', 'VBG'), ('up', 'RP'), ('in', 'IN'), ('our', 'PRP$'), ('midst', 'NN'), (',', ','), ('a', 'DT'), ('generation', 'NN'), ('actuated', 'VBN'), ('by', 'IN'), ('new', 'JJ'), ('ideas', 'NNS'), ('and', 'CC'), ('new', 'JJ'), ('principles', 'NNS'), ('.', '.')]
[('It', 'PRON'), ('shot', 'VERB'), ('through', 'ADP'), ('Gabriel', 'PROPN'), ('’s', 'PART'), ('mind', 'NOUN'), ('that', 'SCONJ'), ('Miss', 'PROPN'), ('Ivors', 'PROPN'), ('was', 'AUX'), ('not', 'PART'), ('there', 'ADV'), ('and', 'CCONJ'), ('that', 'SCONJ'), ('she', 'PRON'), ('had', 'AUX'), ('gone', 'VERB'), ('away', 'ADV'), ('discourteously', 'ADV'), (':', 'PUNCT'), ('and', 'CCONJ'), ('he', 'PRON'), ('said', 'VERB'), ('with', 'ADP'), ('confidence', 'NOUN'), ('in', 'ADP'), ('himself', 'PRON'), (':', 'PUNCT'), ('“', 'PUNCT'), ('Ladies', 'NOUN'), ('and', 'CCONJ'), ('Gentlemen', 'PROPN'), (',', 'PUNCT'), ('“', 'PUNCT'), ('A', 'DET'), ('new', 'ADJ'), ('generation', 'NOUN'), ('is', 'AUX'), ('growing', 'VERB'), ('up', 'ADP'), ('in', 'ADP'), ('our', 'PRON'), ('midst', 'NOUN'), (',', 'PUNCT'), ('a', 'DET'), ('generation', 'NOUN'), ('actuated', 'VERB'), ('by', 'ADP'), ('new', 'ADJ'), ('ideas', 'NOUN'), ('and', 'CCONJ'), ('new', 'ADJ'), ('principles', 'NOUN'), ('.', 'PUNCT')]
[('Gabriel', 'PERSON'), ('Ladies and Gentlemen', 'WORK_OF_ART')]
[('It', 'nsubj', 'shot'), ('shot', 'ROOT', 'shot'), ('through', 'prep', 'shot'), ('Gabriel', 'poss', 'mind'), ('’s', 'case', 'Gabriel'), ('mind', 'pobj', 'through'), ('that', 'mark', 'was'), ('Miss', 'compound', 'Ivors'), ('Ivors', 'nsubj', 'was'), ('was', 'ccomp', 'shot'), ('not', 'neg', 'was'), ('there', 'advmod', 'was'), ('and', 'cc', 'was'), ('that', 'mark', 'gone'), ('she', 'nsubj', 'gone'), ('had', 'aux', 'gone'), ('gone', 'conj', 'was'), ('away', 'advmod', 'gone'), ('discourteously', 'advmod', 'gone'), (':', 'punct', 'shot'), ('and', 'cc', 'shot'), ('he', 'nsubj', 'said'), ('said', 'conj', 'shot'), ('with', 'prep', 'said'), ('confidence', 'pobj', 'with'), ('in', 'prep', 'confidence'), ('himself', 'pobj', 'in'), (':', 'punct', 'said'), ('“', 'punct', 'said'), ('Ladies', 'npadvmod', 'growing'), ('and', 'cc', 'Ladies'), ('Gentlemen', 'conj', 'Ladies'), (',', 'punct', 'Ladies'), ('“', 'punct', 'growing'), ('A', 'det', 'generation'), ('new', 'amod', 'generation'), ('generation', 'nsubj', 'growing'), ('is', 'aux', 'growing'), ('growing', 'ccomp', 'said'), ('up', 'prt', 'growing'), ('in', 'prep', 'growing'), ('our', 'poss', 'midst'), ('midst', 'pobj', 'in'), (',', 'punct', 'growing'), ('a', 'det', 'generation'), ('generation', 'npadvmod', 'growing'), ('actuated', 'acl', 'generation'), ('by', 'agent', 'actuated'), ('new', 'amod', 'ideas'), ('ideas', 'pobj', 'by'), ('and', 'cc', 'ideas'), ('new', 'amod', 'principles'), ('principles', 'conj', 'ideas'), ('.', 'punct', 'said')]
Our path through life is strewn with many such sad memories: and were we to brood upon them always we could not find the heart to go on bravely with our work among the living.
[('It', 'PRP'), ('is', 'VBZ'), ('serious', 'JJ'), ('and', 'CC'), ('enthusiastic', 'JJ'), ('for', 'IN'), ('these', 'DT'), ('new', 'JJ'), ('ideas', 'NNS'), ('and', 'CC'), ('its', 'PRP$'), ('enthusiasm', 'NN'), (',', ','), ('even', 'RB'), ('when', 'WRB'), ('it', 'PRP'), ('is', 'VBZ'), ('misdirected', 'VBN'), (',', ','), ('is', 'VBZ'), (',', ','), ('I', 'PRP'), ('believe', 'VBP'), (',', ','), ('in', 'IN'), ('the', 'DT'), ('main', 'JJ'), ('sincere', 'NN'), ('.', '.')]
[('It', 'PRON'), ('is', 'AUX'), ('serious', 'ADJ'), ('and', 'CCONJ'), ('enthusiastic', 'ADJ'), ('for', 'ADP'), ('these', 'DET'), ('new', 'ADJ'), ('ideas', 'NOUN'), ('and', 'CCONJ'), ('its', 'PRON'), ('enthusiasm', 'NOUN'), (',', 'PUNCT'), ('even', 'ADV'), ('when', 'SCONJ'), ('it', 'PRON'), ('is', 'AUX'), ('misdirected', 'VERB'), (',', 'PUNCT'), ('is', 'AUX'), (',', 'PUNCT'), ('I', 'PRON'), ('believe', 'VERB'), (',', 'PUNCT'), ('in', 'ADP'), ('the', 'DET'), ('main', 'ADJ'), ('sincere', 'NOUN'), ('.', 'PUNCT')]
[]
[('It', 'nsubj', 'is'), ('is', 'ROOT', 'is'), ('serious', 'acomp', 'is'), ('and', 'cc', 'serious'), ('enthusiastic', 'conj', 'serious'), ('for', 'prep', 'serious'), ('these', 'det', 'ideas'), ('new', 'amod', 'ideas'), ('ideas', 'pobj', 'for'), ('and', 'cc', 'ideas'), ('its', 'poss', 'enthusiasm'), ('enthusiasm', 'conj', 'ideas'), (',', 'punct', 'is'), ('even', 'advmod', 'when'), ('when', 'advmod', 'misdirected'), ('it', 'nsubjpass', 'misdirected'), ('is', 'auxpass', 'misdirected'), ('misdirected', 'advcl', 'is'), (',', 'punct', 'is'), ('is', 'conj', 'is'), (',', 'punct', 'is'), ('I', 'nsubj', 'believe'), ('believe', 'parataxis', 'is'), (',', 'punct', 'believe'), ('in', 'prep', 'believe'), ('the', 'det', 'sincere'), ('main', 'amod', 'sincere'), ('sincere', 'pobj', 'in'), ('.', 'punct', 'is')]
We have all of us living duties and living affections which claim, and rightly claim, our strenuous endeavours.
[('But', 'CC'), ('we', 'PRP'), ('are', 'VBP'), ('living', 'VBG'), ('in', 'IN'), ('a', 'DT'), ('sceptical', 'JJ'), ('and', 'CC'), (',', ','), ('if', 'IN'), ('I', 'PRP'), ('may', 'MD'), ('use', 'VB'), ('the', 'DT'), ('phrase', 'NN'), (',', ','), ('a', 'DT'), ('thought-tormented', 'JJ'), ('age', 'NN'), (':', ':'), ('and', 'CC'), ('sometimes', 'RB'), ('I', 'PRP'), ('fear', 'VBP'), ('that', 'IN'), ('this', 'DT'), ('new', 'JJ'), ('generation', 'NN'), (',', ','), ('educated', 'VBD'), ('or', 'CC'), ('hypereducated', 'VBN'), ('as', 'IN'), ('it', 'PRP'), ('is', 'VBZ'), (',', ','), ('will', 'MD'), ('lack', 'VB'), ('those', 'DT'), ('qualities', 'NNS'), ('of', 'IN'), ('humanity', 'NN'), (',', ','), ('of', 'IN'), ('hospitality', 'NN'), (',', ','), ('of', 'IN'), ('kindly', 'RB'), ('humour', 'PRP$'), ('which', 'WDT'), ('belonged', 'VBD'), ('to', 'TO'), ('an', 'DT'), ('older', 'JJR'), ('day', 'NN'), ('.', '.')]
[('But', 'CCONJ'), ('we', 'PRON'), ('are', 'AUX'), ('living', 'VERB'), ('in', 'ADP'), ('a', 'DET'), ('sceptical', 'ADJ'), ('and', 'CCONJ'), (',', 'PUNCT'), ('if', 'SCONJ'), ('I', 'PRON'), ('may', 'AUX'), ('use', 'VERB'), ('the', 'DET'), ('phrase', 'NOUN'), (',', 'PUNCT'), ('a', 'DET'), ('thought', 'NOUN'), ('-', 'PUNCT'), ('tormented', 'VERB'), ('age', 'NOUN'), (':', 'PUNCT'), ('and', 'CCONJ'), ('sometimes', 'ADV'), ('I', 'PRON'), ('fear', 'VERB'), ('that', 'SCONJ'), ('this', 'DET'), ('new', 'ADJ'), ('generation', 'NOUN'), (',', 'PUNCT'), ('educated', 'VERB'), ('or', 'CCONJ'), ('hypereducated', 'VERB'), ('as', 'SCONJ'), ('it', 'PRON'), ('is', 'AUX'), (',', 'PUNCT'), ('will', 'AUX'), ('lack', 'VERB'), ('those', 'DET'), ('qualities', 'NOUN'), ('of', 'ADP'), ('humanity', 'NOUN'), (',', 'PUNCT'), ('of', 'ADP'), ('hospitality', 'NOUN'), (',', 'PUNCT'), ('of', 'ADP'), ('kindly', 'ADJ'), ('humour', 'NOUN'), ('which', 'PRON'), ('belonged', 'VERB'), ('to', 'ADP'), ('an', 'DET'), ('older', 'ADJ'), ('day', 'NOUN'), ('.', 'PUNCT')]
[('an older day', 'DATE')]
[('But', 'cc', 'living'), ('we', 'nsubj', 'living'), ('are', 'aux', 'living'), ('living', 'ROOT', 'living'), ('in', 'prep', 'living'), ('a', 'det', 'sceptical'), ('sceptical', 'pobj', 'in'), ('and', 'cc', 'living'), (',', 'punct', 'living'), ('if', 'mark', 'use'), ('I', 'nsubj', 'use'), ('may', 'aux', 'use'), ('use', 'advcl', 'living'), ('the', 'det', 'phrase'), ('phrase', 'dobj', 'use'), (',', 'punct', 'phrase'), ('a', 'det', 'age'), ('thought', 'npadvmod', 'tormented'), ('-', 'punct', 'tormented'), ('tormented', 'amod', 'age'), ('age', 'appos', 'phrase'), (':', 'punct', 'use'), ('and', 'cc', 'use'), ('sometimes', 'advmod', 'fear'), ('I', 'nsubj', 'fear'), ('fear', 'conj', 'living'), ('that', 'mark', 'lack'), ('this', 'det', 'generation'), ('new', 'amod', 'generation'), ('generation', 'nsubj', 'lack'), (',', 'punct', 'generation'), ('educated', 'acl', 'generation'), ('or', 'cc', 'educated'), ('hypereducated', 'conj', 'educated'), ('as', 'mark', 'is'), ('it', 'nsubj', 'is'), ('is', 'advcl', 'hypereducated'), (',', 'punct', 'lack'), ('will', 'aux', 'lack'), ('lack', 'ccomp', 'fear'), ('those', 'det', 'qualities'), ('qualities', 'dobj', 'lack'), ('of', 'prep', 'qualities'), ('humanity', 'pobj', 'of'), (',', 'punct', 'qualities'), ('of', 'prep', 'qualities'), ('hospitality', 'pobj', 'of'), (',', 'punct', 'qualities'), ('of', 'prep', 'qualities'), ('kindly', 'amod', 'humour'), ('humour', 'pobj', 'of'), ('which', 'nsubj', 'belonged'), ('belonged', 'relcl', 'humour'), ('to', 'prep', 'belonged'), ('an', 'det', 'day'), ('older', 'amod', 'day'), ('day', 'pobj', 'to'), ('.', 'punct', 'fear')]