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
|
---|---|---|---|---|
Decidedly Villona was in excellent spirits; he kept up a deep bass hum of melody for miles of the road. | [('They', 'PRP'), ('were', 'VBD'), ('not', 'RB'), ('much', 'RB'), ('more', 'JJR'), ('than', 'IN'), ('acquaintances', 'NNS'), ('as', 'IN'), ('yet', 'RB'), ('but', 'CC'), ('Jimmy', 'NNP'), ('found', 'VBD'), ('great', 'JJ'), ('pleasure', 'NN'), ('in', 'IN'), ('the', 'DT'), ('society', 'NN'), ('of', 'IN'), ('one', 'CD'), ('who', 'WP'), ('had', 'VBD'), ('seen', 'VBN'), ('so', 'RB'), ('much', 'JJ'), ('of', 'IN'), ('the', 'DT'), ('world', 'NN'), ('and', 'CC'), ('was', 'VBD'), ('reputed', 'VBN'), ('to', 'TO'), ('own', 'VB'), ('some', 'DT'), ('of', 'IN'), ('the', 'DT'), ('biggest', 'JJS'), ('hotels', 'NNS'), ('in', 'IN'), ('France', 'NNP'), ('.', '.')] | [('They', 'PRON'), ('were', 'AUX'), ('not', 'PART'), ('much', 'ADV'), ('more', 'ADJ'), ('than', 'ADP'), ('acquaintances', 'NOUN'), ('as', 'ADP'), ('yet', 'ADV'), ('but', 'CCONJ'), ('Jimmy', 'PROPN'), ('found', 'VERB'), ('great', 'ADJ'), ('pleasure', 'NOUN'), ('in', 'ADP'), ('the', 'DET'), ('society', 'NOUN'), ('of', 'ADP'), ('one', 'NUM'), ('who', 'PRON'), ('had', 'AUX'), ('seen', 'VERB'), ('so', 'ADV'), ('much', 'ADJ'), ('of', 'ADP'), ('the', 'DET'), ('world', 'NOUN'), ('and', 'CCONJ'), ('was', 'AUX'), ('reputed', 'VERB'), ('to', 'PART'), ('own', 'VERB'), ('some', 'PRON'), ('of', 'ADP'), ('the', 'DET'), ('biggest', 'ADJ'), ('hotels', 'NOUN'), ('in', 'ADP'), ('France', 'PROPN'), ('.', 'PUNCT')] | [('Jimmy', 'PERSON'), ('France', 'GPE')] | [('They', 'nsubj', 'were'), ('were', 'ROOT', 'were'), ('not', 'neg', 'were'), ('much', 'advmod', 'more'), ('more', 'acomp', 'were'), ('than', 'prep', 'more'), ('acquaintances', 'pobj', 'than'), ('as', 'prep', 'were'), ('yet', 'pcomp', 'as'), ('but', 'cc', 'were'), ('Jimmy', 'nsubj', 'found'), ('found', 'conj', 'were'), ('great', 'amod', 'pleasure'), ('pleasure', 'dobj', 'found'), ('in', 'prep', 'found'), ('the', 'det', 'society'), ('society', 'pobj', 'in'), ('of', 'prep', 'society'), ('one', 'pobj', 'of'), ('who', 'nsubj', 'seen'), ('had', 'aux', 'seen'), ('seen', 'relcl', 'one'), ('so', 'advmod', 'much'), ('much', 'dobj', 'seen'), ('of', 'prep', 'much'), ('the', 'det', 'world'), ('world', 'pobj', 'of'), ('and', 'cc', 'seen'), ('was', 'auxpass', 'reputed'), ('reputed', 'conj', 'seen'), ('to', 'aux', 'own'), ('own', 'xcomp', 'reputed'), ('some', 'dobj', 'own'), ('of', 'prep', 'some'), ('the', 'det', 'hotels'), ('biggest', 'amod', 'hotels'), ('hotels', 'pobj', 'of'), ('in', 'prep', 'hotels'), ('France', 'pobj', 'in'), ('.', 'punct', 'found')] |
The Frenchmen flung their laughter and light words over their shoulders and often Jimmy had to strain forward to catch the quick phrase. | [('Such', 'JJ'), ('a', 'DT'), ('person', 'NN'), ('(', '('), ('as', 'IN'), ('his', 'PRP$'), ('father', 'NN'), ('agreed', 'VBD'), (')', ')'), ('was', 'VBD'), ('well', 'RB'), ('worth', 'JJ'), ('knowing', 'NN'), (',', ','), ('even', 'RB'), ('if', 'IN'), ('he', 'PRP'), ('had', 'VBD'), ('not', 'RB'), ('been', 'VBN'), ('the', 'DT'), ('charming', 'VBG'), ('companion', 'NN'), ('he', 'PRP'), ('was', 'VBD'), ('.', '.')] | [('Such', 'DET'), ('a', 'DET'), ('person', 'NOUN'), ('(', 'PUNCT'), ('as', 'SCONJ'), ('his', 'PRON'), ('father', 'NOUN'), ('agreed', 'VERB'), (')', 'PUNCT'), ('was', 'AUX'), ('well', 'ADV'), ('worth', 'ADJ'), ('knowing', 'VERB'), (',', 'PUNCT'), ('even', 'ADV'), ('if', 'SCONJ'), ('he', 'PRON'), ('had', 'AUX'), ('not', 'PART'), ('been', 'AUX'), ('the', 'DET'), ('charming', 'ADJ'), ('companion', 'NOUN'), ('he', 'PRON'), ('was', 'AUX'), ('.', 'PUNCT')] | [] | [('Such', 'predet', 'person'), ('a', 'det', 'person'), ('person', 'nsubj', 'was'), ('(', 'punct', 'person'), ('as', 'mark', 'agreed'), ('his', 'poss', 'father'), ('father', 'nsubj', 'agreed'), ('agreed', 'advcl', 'person'), (')', 'punct', 'person'), ('was', 'ROOT', 'was'), ('well', 'advmod', 'worth'), ('worth', 'acomp', 'was'), ('knowing', 'xcomp', 'worth'), (',', 'punct', 'was'), ('even', 'advmod', 'been'), ('if', 'mark', 'been'), ('he', 'nsubj', 'been'), ('had', 'aux', 'been'), ('not', 'neg', 'been'), ('been', 'advcl', 'was'), ('the', 'det', 'companion'), ('charming', 'amod', 'companion'), ('companion', 'attr', 'been'), ('he', 'nsubj', 'was'), ('was', 'relcl', 'companion'), ('.', 'punct', 'was')] |
This was not altogether pleasant for him, as he had nearly always to make a deft guess at the meaning and shout back a suitable answer in the face of a high wind. | [('Villona', 'NNP'), ('was', 'VBD'), ('entertaining', 'VBG'), ('also—a', 'JJ'), ('brilliant', 'NN'), ('pianist—but', 'NN'), (',', ','), ('unfortunately', 'RB'), (',', ','), ('very', 'RB'), ('poor', 'JJ'), ('.', '.')] | [('Villona', 'PROPN'), ('was', 'AUX'), ('entertaining', 'VERB'), ('also', 'ADV'), ('—', 'PUNCT'), ('a', 'DET'), ('brilliant', 'ADJ'), ('pianist', 'NOUN'), ('—', 'PUNCT'), ('but', 'CCONJ'), (',', 'PUNCT'), ('unfortunately', 'ADV'), (',', 'PUNCT'), ('very', 'ADV'), ('poor', 'ADJ'), ('.', 'PUNCT')] | [('Villona', 'GPE')] | [('Villona', 'nsubj', 'entertaining'), ('was', 'aux', 'entertaining'), ('entertaining', 'ROOT', 'entertaining'), ('also', 'advmod', 'entertaining'), ('—', 'punct', 'entertaining'), ('a', 'det', 'pianist'), ('brilliant', 'amod', 'pianist'), ('pianist', 'dobj', 'entertaining'), ('—', 'punct', 'pianist'), ('but', 'cc', 'entertaining'), (',', 'punct', 'entertaining'), ('unfortunately', 'advmod', 'poor'), (',', 'punct', 'unfortunately'), ('very', 'advmod', 'poor'), ('poor', 'acomp', 'entertaining'), ('.', 'punct', 'entertaining')] |
Besides Villona’s humming would confuse anybody; the noise of the car, too. | [('The', 'DT'), ('car', 'NN'), ('ran', 'VBD'), ('on', 'IN'), ('merrily', 'RB'), ('with', 'IN'), ('its', 'PRP$'), ('cargo', 'NN'), ('of', 'IN'), ('hilarious', 'JJ'), ('youth', 'NN'), ('.', '.')] | [('The', 'DET'), ('car', 'NOUN'), ('ran', 'VERB'), ('on', 'ADP'), ('merrily', 'ADV'), ('with', 'ADP'), ('its', 'PRON'), ('cargo', 'NOUN'), ('of', 'ADP'), ('hilarious', 'ADJ'), ('youth', 'NOUN'), ('.', 'PUNCT')] | [] | [('The', 'det', 'car'), ('car', 'nsubj', 'ran'), ('ran', 'ROOT', 'ran'), ('on', 'prep', 'ran'), ('merrily', 'advmod', 'ran'), ('with', 'prep', 'ran'), ('its', 'poss', 'cargo'), ('cargo', 'pobj', 'with'), ('of', 'prep', 'cargo'), ('hilarious', 'amod', 'youth'), ('youth', 'pobj', 'of'), ('.', 'punct', 'ran')] |
Rapid motion through space elates one; so does notoriety; so does the possession of money. | [('The', 'DT'), ('two', 'CD'), ('cousins', 'NNS'), ('sat', 'VBD'), ('on', 'IN'), ('the', 'DT'), ('front', 'JJ'), ('seat', 'NN'), (';', ':'), ('Jimmy', 'NNP'), ('and', 'CC'), ('his', 'PRP$'), ('Hungarian', 'JJ'), ('friend', 'NN'), ('sat', 'VBD'), ('behind', 'IN'), ('.', '.')] | [('The', 'DET'), ('two', 'NUM'), ('cousins', 'NOUN'), ('sat', 'VERB'), ('on', 'ADP'), ('the', 'DET'), ('front', 'ADJ'), ('seat', 'NOUN'), (';', 'PUNCT'), ('Jimmy', 'PROPN'), ('and', 'CCONJ'), ('his', 'PRON'), ('Hungarian', 'ADJ'), ('friend', 'NOUN'), ('sat', 'VERB'), ('behind', 'ADV'), ('.', 'PUNCT')] | [('two', 'CARDINAL'), ('Jimmy', 'PERSON'), ('Hungarian', 'NORP')] | [('The', 'det', 'cousins'), ('two', 'nummod', 'cousins'), ('cousins', 'nsubj', 'sat'), ('sat', 'ccomp', 'sat'), ('on', 'prep', 'sat'), ('the', 'det', 'seat'), ('front', 'amod', 'seat'), ('seat', 'pobj', 'on'), (';', 'punct', 'sat'), ('Jimmy', 'nsubj', 'sat'), ('and', 'cc', 'Jimmy'), ('his', 'poss', 'friend'), ('Hungarian', 'amod', 'friend'), ('friend', 'conj', 'Jimmy'), ('sat', 'ROOT', 'sat'), ('behind', 'advmod', 'sat'), ('.', 'punct', 'sat')] |
These were three good reasons for Jimmy’s excitement. | [('Decidedly', 'RB'), ('Villona', 'NNP'), ('was', 'VBD'), ('in', 'IN'), ('excellent', 'JJ'), ('spirits', 'NNS'), (';', ':'), ('he', 'PRP'), ('kept', 'VBD'), ('up', 'RP'), ('a', 'DT'), ('deep', 'JJ'), ('bass', 'NN'), ('hum', 'NN'), ('of', 'IN'), ('melody', 'NN'), ('for', 'IN'), ('miles', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('road', 'NN'), ('.', '.')] | [('Decidedly', 'ADV'), ('Villona', 'PROPN'), ('was', 'AUX'), ('in', 'ADP'), ('excellent', 'ADJ'), ('spirits', 'NOUN'), (';', 'PUNCT'), ('he', 'PRON'), ('kept', 'VERB'), ('up', 'ADP'), ('a', 'DET'), ('deep', 'ADJ'), ('bass', 'NOUN'), ('hum', 'NOUN'), ('of', 'ADP'), ('melody', 'NOUN'), ('for', 'ADP'), ('miles', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('road', 'NOUN'), ('.', 'PUNCT')] | [('Villona', 'GPE')] | [('Decidedly', 'advmod', 'was'), ('Villona', 'nsubj', 'was'), ('was', 'ccomp', 'kept'), ('in', 'prep', 'was'), ('excellent', 'amod', 'spirits'), ('spirits', 'pobj', 'in'), (';', 'punct', 'kept'), ('he', 'nsubj', 'kept'), ('kept', 'ROOT', 'kept'), ('up', 'prt', 'kept'), ('a', 'det', 'hum'), ('deep', 'amod', 'bass'), ('bass', 'compound', 'hum'), ('hum', 'dobj', 'kept'), ('of', 'prep', 'hum'), ('melody', 'pobj', 'of'), ('for', 'prep', 'kept'), ('miles', 'pobj', 'for'), ('of', 'prep', 'miles'), ('the', 'det', 'road'), ('road', 'pobj', 'of'), ('.', 'punct', 'kept')] |
He had been seen by many of his friends that day in the company of these Continentals. | [('The', 'DT'), ('Frenchmen', 'NNP'), ('flung', 'VBD'), ('their', 'PRP$'), ('laughter', 'NN'), ('and', 'CC'), ('light', 'JJ'), ('words', 'NNS'), ('over', 'IN'), ('their', 'PRP$'), ('shoulders', 'NNS'), ('and', 'CC'), ('often', 'RB'), ('Jimmy', 'NNP'), ('had', 'VBD'), ('to', 'TO'), ('strain', 'VB'), ('forward', 'RB'), ('to', 'TO'), ('catch', 'VB'), ('the', 'DT'), ('quick', 'JJ'), ('phrase', 'NN'), ('.', '.')] | [('The', 'DET'), ('Frenchmen', 'PROPN'), ('flung', 'VERB'), ('their', 'PRON'), ('laughter', 'NOUN'), ('and', 'CCONJ'), ('light', 'ADJ'), ('words', 'NOUN'), ('over', 'ADP'), ('their', 'PRON'), ('shoulders', 'NOUN'), ('and', 'CCONJ'), ('often', 'ADV'), ('Jimmy', 'PROPN'), ('had', 'VERB'), ('to', 'PART'), ('strain', 'VERB'), ('forward', 'ADV'), ('to', 'PART'), ('catch', 'VERB'), ('the', 'DET'), ('quick', 'ADJ'), ('phrase', 'NOUN'), ('.', 'PUNCT')] | [('Frenchmen', 'PERSON'), ('Jimmy', 'PERSON')] | [('The', 'det', 'Frenchmen'), ('Frenchmen', 'nsubj', 'flung'), ('flung', 'ROOT', 'flung'), ('their', 'poss', 'laughter'), ('laughter', 'dobj', 'flung'), ('and', 'cc', 'laughter'), ('light', 'amod', 'words'), ('words', 'conj', 'laughter'), ('over', 'prep', 'flung'), ('their', 'poss', 'shoulders'), ('shoulders', 'pobj', 'over'), ('and', 'cc', 'flung'), ('often', 'advmod', 'had'), ('Jimmy', 'nsubj', 'had'), ('had', 'conj', 'flung'), ('to', 'aux', 'strain'), ('strain', 'xcomp', 'had'), ('forward', 'advmod', 'strain'), ('to', 'aux', 'catch'), ('catch', 'advcl', 'strain'), ('the', 'det', 'phrase'), ('quick', 'amod', 'phrase'), ('phrase', 'dobj', 'catch'), ('.', 'punct', 'flung')] |
At the control Ségouin had presented him to one of the French competitors and, in answer to his confused murmur of compliment, the swarthy face of the driver had disclosed a line of shining white teeth. | [('This', 'DT'), ('was', 'VBD'), ('not', 'RB'), ('altogether', 'RB'), ('pleasant', 'JJ'), ('for', 'IN'), ('him', 'PRP'), (',', ','), ('as', 'IN'), ('he', 'PRP'), ('had', 'VBD'), ('nearly', 'RB'), ('always', 'RB'), ('to', 'TO'), ('make', 'VB'), ('a', 'DT'), ('deft', 'NN'), ('guess', 'NN'), ('at', 'IN'), ('the', 'DT'), ('meaning', 'NN'), ('and', 'CC'), ('shout', 'NN'), ('back', 'RB'), ('a', 'DT'), ('suitable', 'JJ'), ('answer', 'NN'), ('in', 'IN'), ('the', 'DT'), ('face', 'NN'), ('of', 'IN'), ('a', 'DT'), ('high', 'JJ'), ('wind', 'NN'), ('.', '.')] | [('This', 'PRON'), ('was', 'AUX'), ('not', 'PART'), ('altogether', 'ADV'), ('pleasant', 'ADJ'), ('for', 'ADP'), ('him', 'PRON'), (',', 'PUNCT'), ('as', 'SCONJ'), ('he', 'PRON'), ('had', 'VERB'), ('nearly', 'ADV'), ('always', 'ADV'), ('to', 'PART'), ('make', 'VERB'), ('a', 'DET'), ('deft', 'ADJ'), ('guess', 'NOUN'), ('at', 'ADP'), ('the', 'DET'), ('meaning', 'NOUN'), ('and', 'CCONJ'), ('shout', 'VERB'), ('back', 'ADP'), ('a', 'DET'), ('suitable', 'ADJ'), ('answer', 'NOUN'), ('in', 'ADP'), ('the', 'DET'), ('face', 'NOUN'), ('of', 'ADP'), ('a', 'DET'), ('high', 'ADJ'), ('wind', 'NOUN'), ('.', 'PUNCT')] | [] | [('This', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('not', 'neg', 'was'), ('altogether', 'advmod', 'was'), ('pleasant', 'acomp', 'was'), ('for', 'prep', 'pleasant'), ('him', 'pobj', 'for'), (',', 'punct', 'was'), ('as', 'mark', 'had'), ('he', 'nsubj', 'had'), ('had', 'advcl', 'was'), ('nearly', 'advmod', 'always'), ('always', 'advmod', 'had'), ('to', 'aux', 'make'), ('make', 'xcomp', 'had'), ('a', 'det', 'guess'), ('deft', 'amod', 'guess'), ('guess', 'dobj', 'make'), ('at', 'prep', 'make'), ('the', 'det', 'meaning'), ('meaning', 'pobj', 'at'), ('and', 'cc', 'make'), ('shout', 'conj', 'make'), ('back', 'prt', 'shout'), ('a', 'det', 'answer'), ('suitable', 'amod', 'answer'), ('answer', 'dobj', 'shout'), ('in', 'prep', 'answer'), ('the', 'det', 'face'), ('face', 'pobj', 'in'), ('of', 'prep', 'face'), ('a', 'det', 'wind'), ('high', 'amod', 'wind'), ('wind', 'pobj', 'of'), ('.', 'punct', 'was')] |
It was pleasant after that honour to return to the profane world of spectators amid nudges and significant looks. | [('Besides', 'IN'), ('Villona', 'NNP'), ('’', 'NNP'), ('s', 'NN'), ('humming', 'VBG'), ('would', 'MD'), ('confuse', 'VB'), ('anybody', 'NN'), (';', ':'), ('the', 'DT'), ('noise', 'NN'), ('of', 'IN'), ('the', 'DT'), ('car', 'NN'), (',', ','), ('too', 'RB'), ('.', '.')] | [('Besides', 'SCONJ'), ('Villona', 'PROPN'), ('’s', 'PART'), ('humming', 'NOUN'), ('would', 'AUX'), ('confuse', 'VERB'), ('anybody', 'PRON'), (';', 'PUNCT'), ('the', 'DET'), ('noise', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('car', 'NOUN'), (',', 'PUNCT'), ('too', 'ADV'), ('.', 'PUNCT')] | [('Villona', 'GPE')] | [('Besides', 'prep', 'confuse'), ('Villona', 'poss', 'humming'), ('’s', 'case', 'Villona'), ('humming', 'nsubj', 'confuse'), ('would', 'aux', 'confuse'), ('confuse', 'ROOT', 'confuse'), ('anybody', 'dobj', 'confuse'), (';', 'punct', 'confuse'), ('the', 'det', 'noise'), ('noise', 'conj', 'confuse'), ('of', 'prep', 'noise'), ('the', 'det', 'car'), ('car', 'pobj', 'of'), (',', 'punct', 'noise'), ('too', 'advmod', 'noise'), ('.', 'punct', 'confuse')] |
Then as to money—he really had a great sum under his control. | [('Rapid', 'JJ'), ('motion', 'NN'), ('through', 'IN'), ('space', 'NN'), ('elates', 'VBZ'), ('one', 'CD'), (';', ':'), ('so', 'RB'), ('does', 'VBZ'), ('notoriety', 'NN'), (';', ':'), ('so', 'RB'), ('does', 'VBZ'), ('the', 'DT'), ('possession', 'NN'), ('of', 'IN'), ('money', 'NN'), ('.', '.')] | [('Rapid', 'ADJ'), ('motion', 'NOUN'), ('through', 'ADP'), ('space', 'NOUN'), ('elates', 'NOUN'), ('one', 'NUM'), (';', 'PUNCT'), ('so', 'ADV'), ('does', 'VERB'), ('notoriety', 'NOUN'), (';', 'PUNCT'), ('so', 'ADV'), ('does', 'VERB'), ('the', 'DET'), ('possession', 'NOUN'), ('of', 'ADP'), ('money', 'NOUN'), ('.', 'PUNCT')] | [] | [('Rapid', 'amod', 'motion'), ('motion', 'nsubj', 'does'), ('through', 'prep', 'motion'), ('space', 'compound', 'elates'), ('elates', 'pobj', 'through'), ('one', 'nummod', 'elates'), (';', 'punct', 'does'), ('so', 'advmod', 'does'), ('does', 'ccomp', 'does'), ('notoriety', 'nsubj', 'does'), (';', 'punct', 'does'), ('so', 'advmod', 'does'), ('does', 'ROOT', 'does'), ('the', 'det', 'possession'), ('possession', 'nsubj', 'does'), ('of', 'prep', 'possession'), ('money', 'pobj', 'of'), ('.', 'punct', 'does')] |
Ségouin, perhaps, would not think it a great sum but Jimmy who, in spite of temporary errors, was at heart the inheritor of solid instincts knew well with what difficulty it had been got together. | [('These', 'DT'), ('were', 'VBD'), ('three', 'CD'), ('good', 'JJ'), ('reasons', 'NNS'), ('for', 'IN'), ('Jimmy', 'NNP'), ('’', 'NNP'), ('s', 'JJ'), ('excitement', 'NN'), ('.', '.')] | [('These', 'PRON'), ('were', 'AUX'), ('three', 'NUM'), ('good', 'ADJ'), ('reasons', 'NOUN'), ('for', 'ADP'), ('Jimmy', 'PROPN'), ('’s', 'PART'), ('excitement', 'NOUN'), ('.', 'PUNCT')] | [('three', 'CARDINAL'), ('Jimmy', 'PERSON')] | [('These', 'nsubj', 'were'), ('were', 'ROOT', 'were'), ('three', 'nummod', 'reasons'), ('good', 'amod', 'reasons'), ('reasons', 'attr', 'were'), ('for', 'prep', 'reasons'), ('Jimmy', 'poss', 'excitement'), ('’s', 'case', 'Jimmy'), ('excitement', 'pobj', 'for'), ('.', 'punct', 'were')] |
This knowledge had previously kept his bills within the limits of reasonable recklessness and, if he had been so conscious of the labour latent in money when there had been question merely of some freak of the higher intelligence, how much more so now when he was about to stake the greater part of his substance! | [('He', 'PRP'), ('had', 'VBD'), ('been', 'VBN'), ('seen', 'VBN'), ('by', 'IN'), ('many', 'JJ'), ('of', 'IN'), ('his', 'PRP$'), ('friends', 'NNS'), ('that', 'DT'), ('day', 'NN'), ('in', 'IN'), ('the', 'DT'), ('company', 'NN'), ('of', 'IN'), ('these', 'DT'), ('Continentals', 'NNS'), ('.', '.')] | [('He', 'PRON'), ('had', 'AUX'), ('been', 'AUX'), ('seen', 'VERB'), ('by', 'ADP'), ('many', 'ADJ'), ('of', 'ADP'), ('his', 'PRON'), ('friends', 'NOUN'), ('that', 'DET'), ('day', 'NOUN'), ('in', 'ADP'), ('the', 'DET'), ('company', 'NOUN'), ('of', 'ADP'), ('these', 'DET'), ('Continentals', 'PROPN'), ('.', 'PUNCT')] | [('that day', 'DATE'), ('Continentals', 'FAC')] | [('He', 'nsubjpass', 'seen'), ('had', 'aux', 'seen'), ('been', 'auxpass', 'seen'), ('seen', 'ROOT', 'seen'), ('by', 'agent', 'seen'), ('many', 'pobj', 'by'), ('of', 'prep', 'many'), ('his', 'poss', 'friends'), ('friends', 'pobj', 'of'), ('that', 'det', 'day'), ('day', 'npadvmod', 'seen'), ('in', 'prep', 'seen'), ('the', 'det', 'company'), ('company', 'pobj', 'in'), ('of', 'prep', 'company'), ('these', 'det', 'Continentals'), ('Continentals', 'pobj', 'of'), ('.', 'punct', 'seen')] |
It was a serious thing for him. | [('At', 'IN'), ('the', 'DT'), ('control', 'NN'), ('Ségouin', 'NNP'), ('had', 'VBD'), ('presented', 'VBN'), ('him', 'PRP'), ('to', 'TO'), ('one', 'CD'), ('of', 'IN'), ('the', 'DT'), ('French', 'JJ'), ('competitors', 'NNS'), ('and', 'CC'), (',', ','), ('in', 'IN'), ('answer', 'NN'), ('to', 'TO'), ('his', 'PRP$'), ('confused', 'JJ'), ('murmur', 'NN'), ('of', 'IN'), ('compliment', 'NN'), (',', ','), ('the', 'DT'), ('swarthy', 'JJ'), ('face', 'NN'), ('of', 'IN'), ('the', 'DT'), ('driver', 'NN'), ('had', 'VBD'), ('disclosed', 'VBN'), ('a', 'DT'), ('line', 'NN'), ('of', 'IN'), ('shining', 'VBG'), ('white', 'JJ'), ('teeth', 'NNS'), ('.', '.')] | [('At', 'ADP'), ('the', 'DET'), ('control', 'NOUN'), ('Ségouin', 'PROPN'), ('had', 'AUX'), ('presented', 'VERB'), ('him', 'PRON'), ('to', 'ADP'), ('one', 'NUM'), ('of', 'ADP'), ('the', 'DET'), ('French', 'ADJ'), ('competitors', 'NOUN'), ('and', 'CCONJ'), (',', 'PUNCT'), ('in', 'ADP'), ('answer', 'NOUN'), ('to', 'ADP'), ('his', 'PRON'), ('confused', 'ADJ'), ('murmur', 'NOUN'), ('of', 'ADP'), ('compliment', 'NOUN'), (',', 'PUNCT'), ('the', 'DET'), ('swarthy', 'ADJ'), ('face', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('driver', 'NOUN'), ('had', 'AUX'), ('disclosed', 'VERB'), ('a', 'DET'), ('line', 'NOUN'), ('of', 'ADP'), ('shining', 'VERB'), ('white', 'ADJ'), ('teeth', 'NOUN'), ('.', 'PUNCT')] | [('Ségouin', 'PERSON'), ('French', 'NORP')] | [('At', 'prep', 'presented'), ('the', 'det', 'control'), ('control', 'pobj', 'At'), ('Ségouin', 'nsubj', 'presented'), ('had', 'aux', 'presented'), ('presented', 'ROOT', 'presented'), ('him', 'dobj', 'presented'), ('to', 'prep', 'presented'), ('one', 'pobj', 'to'), ('of', 'prep', 'one'), ('the', 'det', 'competitors'), ('French', 'amod', 'competitors'), ('competitors', 'pobj', 'of'), ('and', 'cc', 'presented'), (',', 'punct', 'presented'), ('in', 'prep', 'disclosed'), ('answer', 'pobj', 'in'), ('to', 'prep', 'answer'), ('his', 'poss', 'murmur'), ('confused', 'amod', 'murmur'), ('murmur', 'pobj', 'to'), ('of', 'prep', 'murmur'), ('compliment', 'pobj', 'of'), (',', 'punct', 'disclosed'), ('the', 'det', 'face'), ('swarthy', 'amod', 'face'), ('face', 'nsubj', 'disclosed'), ('of', 'prep', 'face'), ('the', 'det', 'driver'), ('driver', 'pobj', 'of'), ('had', 'aux', 'disclosed'), ('disclosed', 'conj', 'presented'), ('a', 'det', 'line'), ('line', 'dobj', 'disclosed'), ('of', 'prep', 'line'), ('shining', 'amod', 'teeth'), ('white', 'amod', 'teeth'), ('teeth', 'pobj', 'of'), ('.', 'punct', 'disclosed')] |
Of course, the investment was a good one and Ségouin had managed to give the impression that it was by a favour of friendship the mite of Irish money was to be included in the capital of the concern. | [('It', 'PRP'), ('was', 'VBD'), ('pleasant', 'JJ'), ('after', 'IN'), ('that', 'DT'), ('honour', 'NN'), ('to', 'TO'), ('return', 'VB'), ('to', 'TO'), ('the', 'DT'), ('profane', 'NN'), ('world', 'NN'), ('of', 'IN'), ('spectators', 'NNS'), ('amid', 'IN'), ('nudges', 'NNS'), ('and', 'CC'), ('significant', 'JJ'), ('looks', 'NNS'), ('.', '.')] | [('It', 'PRON'), ('was', 'AUX'), ('pleasant', 'ADJ'), ('after', 'ADP'), ('that', 'DET'), ('honour', 'NOUN'), ('to', 'PART'), ('return', 'VERB'), ('to', 'ADP'), ('the', 'DET'), ('profane', 'ADJ'), ('world', 'NOUN'), ('of', 'ADP'), ('spectators', 'NOUN'), ('amid', 'ADP'), ('nudges', 'NOUN'), ('and', 'CCONJ'), ('significant', 'ADJ'), ('looks', 'NOUN'), ('.', 'PUNCT')] | [] | [('It', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('pleasant', 'acomp', 'was'), ('after', 'prep', 'was'), ('that', 'det', 'honour'), ('honour', 'pobj', 'after'), ('to', 'aux', 'return'), ('return', 'xcomp', 'was'), ('to', 'prep', 'return'), ('the', 'det', 'world'), ('profane', 'amod', 'world'), ('world', 'pobj', 'to'), ('of', 'prep', 'world'), ('spectators', 'pobj', 'of'), ('amid', 'prep', 'return'), ('nudges', 'pobj', 'amid'), ('and', 'cc', 'nudges'), ('significant', 'amod', 'looks'), ('looks', 'conj', 'nudges'), ('.', 'punct', 'was')] |
Jimmy had a respect for his father’s shrewdness in business matters and in this case it had been his father who had first suggested the investment; money to be made in the motor business, pots of money. | [('Then', 'RB'), ('as', 'IN'), ('to', 'TO'), ('money—he', 'VB'), ('really', 'RB'), ('had', 'VBD'), ('a', 'DT'), ('great', 'JJ'), ('sum', 'NN'), ('under', 'IN'), ('his', 'PRP$'), ('control', 'NN'), ('.', '.')] | [('Then', 'ADV'), ('as', 'SCONJ'), ('to', 'ADP'), ('money', 'NOUN'), ('—', 'PUNCT'), ('he', 'PRON'), ('really', 'ADV'), ('had', 'VERB'), ('a', 'DET'), ('great', 'ADJ'), ('sum', 'NOUN'), ('under', 'ADP'), ('his', 'PRON'), ('control', 'NOUN'), ('.', 'PUNCT')] | [] | [('Then', 'advmod', 'had'), ('as', 'mark', 'had'), ('to', 'prep', 'had'), ('money', 'pobj', 'to'), ('—', 'punct', 'had'), ('he', 'nsubj', 'had'), ('really', 'advmod', 'had'), ('had', 'ROOT', 'had'), ('a', 'det', 'sum'), ('great', 'amod', 'sum'), ('sum', 'dobj', 'had'), ('under', 'prep', 'had'), ('his', 'poss', 'control'), ('control', 'pobj', 'under'), ('.', 'punct', 'had')] |
Moreover Ségouin had the unmistakable air of wealth. | [('Ségouin', 'NNP'), (',', ','), ('perhaps', 'RB'), (',', ','), ('would', 'MD'), ('not', 'RB'), ('think', 'VB'), ('it', 'PRP'), ('a', 'DT'), ('great', 'JJ'), ('sum', 'NN'), ('but', 'CC'), ('Jimmy', 'NNP'), ('who', 'WP'), (',', ','), ('in', 'IN'), ('spite', 'NN'), ('of', 'IN'), ('temporary', 'JJ'), ('errors', 'NNS'), (',', ','), ('was', 'VBD'), ('at', 'IN'), ('heart', 'NN'), ('the', 'DT'), ('inheritor', 'NN'), ('of', 'IN'), ('solid', 'JJ'), ('instincts', 'NNS'), ('knew', 'VBD'), ('well', 'RB'), ('with', 'IN'), ('what', 'WP'), ('difficulty', 'NN'), ('it', 'PRP'), ('had', 'VBD'), ('been', 'VBN'), ('got', 'VBN'), ('together', 'RB'), ('.', '.')] | [('Ségouin', 'PROPN'), (',', 'PUNCT'), ('perhaps', 'ADV'), (',', 'PUNCT'), ('would', 'AUX'), ('not', 'PART'), ('think', 'VERB'), ('it', 'PRON'), ('a', 'DET'), ('great', 'ADJ'), ('sum', 'NOUN'), ('but', 'CCONJ'), ('Jimmy', 'PROPN'), ('who', 'PRON'), (',', 'PUNCT'), ('in', 'ADP'), ('spite', 'NOUN'), ('of', 'ADP'), ('temporary', 'ADJ'), ('errors', 'NOUN'), (',', 'PUNCT'), ('was', 'AUX'), ('at', 'ADP'), ('heart', 'NOUN'), ('the', 'DET'), ('inheritor', 'NOUN'), ('of', 'ADP'), ('solid', 'ADJ'), ('instincts', 'NOUN'), ('knew', 'VERB'), ('well', 'ADV'), ('with', 'ADP'), ('what', 'DET'), ('difficulty', 'NOUN'), ('it', 'PRON'), ('had', 'AUX'), ('been', 'AUX'), ('got', 'VERB'), ('together', 'ADV'), ('.', 'PUNCT')] | [('Ségouin', 'PERSON'), ('Jimmy', 'PERSON')] | [('Ségouin', 'nsubj', 'think'), (',', 'punct', 'think'), ('perhaps', 'advmod', 'think'), (',', 'punct', 'think'), ('would', 'aux', 'think'), ('not', 'neg', 'think'), ('think', 'ROOT', 'think'), ('it', 'nsubj', 'sum'), ('a', 'det', 'sum'), ('great', 'amod', 'sum'), ('sum', 'ccomp', 'think'), ('but', 'cc', 'think'), ('Jimmy', 'nsubj', 'knew'), ('who', 'nsubj', 'was'), (',', 'punct', 'was'), ('in', 'prep', 'was'), ('spite', 'pobj', 'in'), ('of', 'prep', 'spite'), ('temporary', 'amod', 'errors'), ('errors', 'pobj', 'of'), (',', 'punct', 'was'), ('was', 'relcl', 'Jimmy'), ('at', 'prep', 'was'), ('heart', 'pobj', 'at'), ('the', 'det', 'inheritor'), ('inheritor', 'nsubj', 'knew'), ('of', 'prep', 'inheritor'), ('solid', 'amod', 'instincts'), ('instincts', 'pobj', 'of'), ('knew', 'conj', 'think'), ('well', 'advmod', 'knew'), ('with', 'prep', 'knew'), ('what', 'det', 'difficulty'), ('difficulty', 'dobj', 'got'), ('it', 'nsubjpass', 'got'), ('had', 'aux', 'got'), ('been', 'auxpass', 'got'), ('got', 'pcomp', 'with'), ('together', 'advmod', 'got'), ('.', 'punct', 'knew')] |
Jimmy set out to translate into days’ work that lordly car in which he sat. | [('This', 'DT'), ('knowledge', 'NN'), ('had', 'VBD'), ('previously', 'RB'), ('kept', 'VBN'), ('his', 'PRP$'), ('bills', 'NNS'), ('within', 'IN'), ('the', 'DT'), ('limits', 'NNS'), ('of', 'IN'), ('reasonable', 'JJ'), ('recklessness', 'NN'), ('and', 'CC'), (',', ','), ('if', 'IN'), ('he', 'PRP'), ('had', 'VBD'), ('been', 'VBN'), ('so', 'RB'), ('conscious', 'JJ'), ('of', 'IN'), ('the', 'DT'), ('labour', 'JJ'), ('latent', 'NN'), ('in', 'IN'), ('money', 'NN'), ('when', 'WRB'), ('there', 'EX'), ('had', 'VBD'), ('been', 'VBN'), ('question', 'JJ'), ('merely', 'RB'), ('of', 'IN'), ('some', 'DT'), ('freak', 'NN'), ('of', 'IN'), ('the', 'DT'), ('higher', 'JJR'), ('intelligence', 'NN'), (',', ','), ('how', 'WRB'), ('much', 'RB'), ('more', 'RBR'), ('so', 'RB'), ('now', 'RB'), ('when', 'WRB'), ('he', 'PRP'), ('was', 'VBD'), ('about', 'RB'), ('to', 'TO'), ('stake', 'NN'), ('the', 'DT'), ('greater', 'JJR'), ('part', 'NN'), ('of', 'IN'), ('his', 'PRP$'), ('substance', 'NN'), ('!', '.')] | [('This', 'DET'), ('knowledge', 'NOUN'), ('had', 'AUX'), ('previously', 'ADV'), ('kept', 'VERB'), ('his', 'PRON'), ('bills', 'NOUN'), ('within', 'ADP'), ('the', 'DET'), ('limits', 'NOUN'), ('of', 'ADP'), ('reasonable', 'ADJ'), ('recklessness', 'NOUN'), ('and', 'CCONJ'), (',', 'PUNCT'), ('if', 'SCONJ'), ('he', 'PRON'), ('had', 'AUX'), ('been', 'AUX'), ('so', 'ADV'), ('conscious', 'ADJ'), ('of', 'ADP'), ('the', 'DET'), ('labour', 'NOUN'), ('latent', 'NOUN'), ('in', 'ADP'), ('money', 'NOUN'), ('when', 'SCONJ'), ('there', 'PRON'), ('had', 'AUX'), ('been', 'AUX'), ('question', 'NOUN'), ('merely', 'ADV'), ('of', 'ADP'), ('some', 'DET'), ('freak', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('higher', 'ADJ'), ('intelligence', 'NOUN'), (',', 'PUNCT'), ('how', 'SCONJ'), ('much', 'ADV'), ('more', 'ADJ'), ('so', 'ADV'), ('now', 'ADV'), ('when', 'SCONJ'), ('he', 'PRON'), ('was', 'AUX'), ('about', 'ADJ'), ('to', 'PART'), ('stake', 'VERB'), ('the', 'DET'), ('greater', 'ADJ'), ('part', 'NOUN'), ('of', 'ADP'), ('his', 'PRON'), ('substance', 'NOUN'), ('!', 'PUNCT')] | [] | [('This', 'det', 'knowledge'), ('knowledge', 'nsubj', 'kept'), ('had', 'aux', 'kept'), ('previously', 'advmod', 'kept'), ('kept', 'ROOT', 'kept'), ('his', 'poss', 'bills'), ('bills', 'dobj', 'kept'), ('within', 'prep', 'kept'), ('the', 'det', 'limits'), ('limits', 'pobj', 'within'), ('of', 'prep', 'limits'), ('reasonable', 'amod', 'recklessness'), ('recklessness', 'pobj', 'of'), ('and', 'cc', 'kept'), (',', 'punct', 'kept'), ('if', 'mark', 'been'), ('he', 'nsubj', 'been'), ('had', 'aux', 'been'), ('been', 'advcl', 'kept'), ('so', 'advmod', 'conscious'), ('conscious', 'acomp', 'been'), ('of', 'prep', 'conscious'), ('the', 'det', 'latent'), ('labour', 'compound', 'latent'), ('latent', 'pobj', 'of'), ('in', 'prep', 'latent'), ('money', 'pobj', 'in'), ('when', 'advmod', 'been'), ('there', 'expl', 'been'), ('had', 'aux', 'been'), ('been', 'advcl', 'been'), ('question', 'attr', 'been'), ('merely', 'advmod', 'question'), ('of', 'prep', 'question'), ('some', 'det', 'freak'), ('freak', 'pobj', 'of'), ('of', 'prep', 'freak'), ('the', 'det', 'intelligence'), ('higher', 'amod', 'intelligence'), ('intelligence', 'pobj', 'of'), (',', 'punct', 'freak'), ('how', 'advmod', 'much'), ('much', 'advmod', 'more'), ('more', 'advmod', 'so'), ('so', 'advmod', 'now'), ('now', 'advmod', 'been'), ('when', 'advmod', 'was'), ('he', 'nsubj', 'was'), ('was', 'advcl', 'been'), ('about', 'acomp', 'was'), ('to', 'aux', 'stake'), ('stake', 'xcomp', 'about'), ('the', 'det', 'part'), ('greater', 'amod', 'part'), ('part', 'dobj', 'stake'), ('of', 'prep', 'part'), ('his', 'poss', 'substance'), ('substance', 'pobj', 'of'), ('!', 'punct', 'kept')] |
How smoothly it ran. | [('It', 'PRP'), ('was', 'VBD'), ('a', 'DT'), ('serious', 'JJ'), ('thing', 'NN'), ('for', 'IN'), ('him', 'PRP'), ('.', '.')] | [('It', 'PRON'), ('was', 'AUX'), ('a', 'DET'), ('serious', 'ADJ'), ('thing', 'NOUN'), ('for', 'ADP'), ('him', 'PRON'), ('.', 'PUNCT')] | [] | [('It', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('a', 'det', 'thing'), ('serious', 'amod', 'thing'), ('thing', 'attr', 'was'), ('for', 'prep', 'thing'), ('him', 'pobj', 'for'), ('.', 'punct', 'was')] |
In what style they had come careering along the country roads! | [('Of', 'IN'), ('course', 'NN'), (',', ','), ('the', 'DT'), ('investment', 'NN'), ('was', 'VBD'), ('a', 'DT'), ('good', 'JJ'), ('one', 'CD'), ('and', 'CC'), ('Ségouin', 'NNP'), ('had', 'VBD'), ('managed', 'VBN'), ('to', 'TO'), ('give', 'VB'), ('the', 'DT'), ('impression', 'NN'), ('that', 'IN'), ('it', 'PRP'), ('was', 'VBD'), ('by', 'IN'), ('a', 'DT'), ('favour', 'NN'), ('of', 'IN'), ('friendship', 'NN'), ('the', 'DT'), ('mite', 'NN'), ('of', 'IN'), ('Irish', 'NNP'), ('money', 'NN'), ('was', 'VBD'), ('to', 'TO'), ('be', 'VB'), ('included', 'VBN'), ('in', 'IN'), ('the', 'DT'), ('capital', 'NN'), ('of', 'IN'), ('the', 'DT'), ('concern', 'NN'), ('.', '.')] | [('Of', 'ADV'), ('course', 'ADV'), (',', 'PUNCT'), ('the', 'DET'), ('investment', 'NOUN'), ('was', 'AUX'), ('a', 'DET'), ('good', 'ADJ'), ('one', 'NOUN'), ('and', 'CCONJ'), ('Ségouin', 'PROPN'), ('had', 'AUX'), ('managed', 'VERB'), ('to', 'PART'), ('give', 'VERB'), ('the', 'DET'), ('impression', 'NOUN'), ('that', 'SCONJ'), ('it', 'PRON'), ('was', 'AUX'), ('by', 'ADP'), ('a', 'DET'), ('favour', 'NOUN'), ('of', 'ADP'), ('friendship', 'NOUN'), ('the', 'DET'), ('mite', 'NOUN'), ('of', 'ADP'), ('Irish', 'ADJ'), ('money', 'NOUN'), ('was', 'AUX'), ('to', 'PART'), ('be', 'AUX'), ('included', 'VERB'), ('in', 'ADP'), ('the', 'DET'), ('capital', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('concern', 'NOUN'), ('.', 'PUNCT')] | [('Ségouin', 'GPE'), ('Irish', 'NORP')] | [('Of', 'advmod', 'course'), ('course', 'advmod', 'was'), (',', 'punct', 'was'), ('the', 'det', 'investment'), ('investment', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('a', 'det', 'one'), ('good', 'amod', 'one'), ('one', 'attr', 'was'), ('and', 'cc', 'was'), ('Ségouin', 'nsubj', 'managed'), ('had', 'aux', 'managed'), ('managed', 'conj', 'was'), ('to', 'aux', 'give'), ('give', 'xcomp', 'managed'), ('the', 'det', 'impression'), ('impression', 'dobj', 'give'), ('that', 'mark', 'was'), ('it', 'nsubj', 'was'), ('was', 'acl', 'impression'), ('by', 'prep', 'was'), ('a', 'det', 'favour'), ('favour', 'pobj', 'by'), ('of', 'prep', 'favour'), ('friendship', 'pobj', 'of'), ('the', 'det', 'mite'), ('mite', 'nsubj', 'was'), ('of', 'prep', 'mite'), ('Irish', 'amod', 'money'), ('money', 'pobj', 'of'), ('was', 'ccomp', 'was'), ('to', 'aux', 'included'), ('be', 'auxpass', 'included'), ('included', 'xcomp', 'was'), ('in', 'prep', 'included'), ('the', 'det', 'capital'), ('capital', 'pobj', 'in'), ('of', 'prep', 'capital'), ('the', 'det', 'concern'), ('concern', 'pobj', 'of'), ('.', 'punct', 'was')] |
The journey laid a magical finger on the genuine pulse of life and gallantly the machinery of human nerves strove to answer the bounding courses of the swift blue animal. | [('Jimmy', 'NNP'), ('had', 'VBD'), ('a', 'DT'), ('respect', 'NN'), ('for', 'IN'), ('his', 'PRP$'), ('father', 'NN'), ('’', 'NN'), ('s', 'NN'), ('shrewdness', 'NN'), ('in', 'IN'), ('business', 'NN'), ('matters', 'NNS'), ('and', 'CC'), ('in', 'IN'), ('this', 'DT'), ('case', 'NN'), ('it', 'PRP'), ('had', 'VBD'), ('been', 'VBN'), ('his', 'PRP$'), ('father', 'NN'), ('who', 'WP'), ('had', 'VBD'), ('first', 'RB'), ('suggested', 'VBN'), ('the', 'DT'), ('investment', 'NN'), (';', ':'), ('money', 'NN'), ('to', 'TO'), ('be', 'VB'), ('made', 'VBN'), ('in', 'IN'), ('the', 'DT'), ('motor', 'NN'), ('business', 'NN'), (',', ','), ('pots', 'NNS'), ('of', 'IN'), ('money', 'NN'), ('.', '.')] | [('Jimmy', 'PROPN'), ('had', 'VERB'), ('a', 'DET'), ('respect', 'NOUN'), ('for', 'ADP'), ('his', 'PRON'), ('father', 'NOUN'), ('’s', 'PART'), ('shrewdness', 'NOUN'), ('in', 'ADP'), ('business', 'NOUN'), ('matters', 'NOUN'), ('and', 'CCONJ'), ('in', 'ADP'), ('this', 'DET'), ('case', 'NOUN'), ('it', 'PRON'), ('had', 'AUX'), ('been', 'AUX'), ('his', 'PRON'), ('father', 'NOUN'), ('who', 'PRON'), ('had', 'AUX'), ('first', 'ADV'), ('suggested', 'VERB'), ('the', 'DET'), ('investment', 'NOUN'), (';', 'PUNCT'), ('money', 'NOUN'), ('to', 'PART'), ('be', 'AUX'), ('made', 'VERB'), ('in', 'ADP'), ('the', 'DET'), ('motor', 'NOUN'), ('business', 'NOUN'), (',', 'PUNCT'), ('pots', 'NOUN'), ('of', 'ADP'), ('money', 'NOUN'), ('.', 'PUNCT')] | [('Jimmy', 'PERSON'), ('first', 'ORDINAL')] | [('Jimmy', 'nsubj', 'had'), ('had', 'ROOT', 'had'), ('a', 'det', 'respect'), ('respect', 'dobj', 'had'), ('for', 'prep', 'respect'), ('his', 'poss', 'father'), ('father', 'poss', 'shrewdness'), ('’s', 'case', 'father'), ('shrewdness', 'pobj', 'for'), ('in', 'prep', 'shrewdness'), ('business', 'compound', 'matters'), ('matters', 'pobj', 'in'), ('and', 'cc', 'for'), ('in', 'prep', 'been'), ('this', 'det', 'case'), ('case', 'pobj', 'in'), ('it', 'nsubj', 'been'), ('had', 'aux', 'been'), ('been', 'conj', 'had'), ('his', 'poss', 'father'), ('father', 'attr', 'been'), ('who', 'nsubj', 'suggested'), ('had', 'aux', 'suggested'), ('first', 'advmod', 'suggested'), ('suggested', 'relcl', 'father'), ('the', 'det', 'investment'), ('investment', 'dobj', 'suggested'), (';', 'punct', 'been'), ('money', 'dep', 'been'), ('to', 'aux', 'made'), ('be', 'auxpass', 'made'), ('made', 'relcl', 'money'), ('in', 'prep', 'made'), ('the', 'det', 'business'), ('motor', 'compound', 'business'), ('business', 'pobj', 'in'), (',', 'punct', 'money'), ('pots', 'conj', 'money'), ('of', 'prep', 'pots'), ('money', 'pobj', 'of'), ('.', 'punct', 'been')] |
They drove down Dame Street. | [('Moreover', 'RB'), ('Ségouin', 'NNP'), ('had', 'VBD'), ('the', 'DT'), ('unmistakable', 'JJ'), ('air', 'NN'), ('of', 'IN'), ('wealth', 'NN'), ('.', '.')] | [('Moreover', 'ADV'), ('Ségouin', 'PROPN'), ('had', 'VERB'), ('the', 'DET'), ('unmistakable', 'ADJ'), ('air', 'NOUN'), ('of', 'ADP'), ('wealth', 'NOUN'), ('.', 'PUNCT')] | [('Ségouin', 'PERSON')] | [('Moreover', 'advmod', 'had'), ('Ségouin', 'nsubj', 'had'), ('had', 'ROOT', 'had'), ('the', 'det', 'air'), ('unmistakable', 'amod', 'air'), ('air', 'dobj', 'had'), ('of', 'prep', 'air'), ('wealth', 'pobj', 'of'), ('.', 'punct', 'had')] |
The street was busy with unusual traffic, loud with the horns of motorists and the gongs of impatient tram-drivers. | [('Jimmy', 'NNP'), ('set', 'VBD'), ('out', 'RP'), ('to', 'TO'), ('translate', 'VB'), ('into', 'IN'), ('days', 'NNS'), ('’', 'NNP'), ('work', 'NN'), ('that', 'WDT'), ('lordly', 'RB'), ('car', 'NN'), ('in', 'IN'), ('which', 'WDT'), ('he', 'PRP'), ('sat', 'VBD'), ('.', '.')] | [('Jimmy', 'PROPN'), ('set', 'VERB'), ('out', 'ADP'), ('to', 'PART'), ('translate', 'VERB'), ('into', 'ADP'), ('days', 'NOUN'), ('’', 'PUNCT'), ('work', 'NOUN'), ('that', 'PRON'), ('lordly', 'ADV'), ('car', 'NOUN'), ('in', 'ADP'), ('which', 'PRON'), ('he', 'PRON'), ('sat', 'VERB'), ('.', 'PUNCT')] | [('Jimmy', 'PERSON'), ('days', 'DATE')] | [('Jimmy', 'nsubj', 'set'), ('set', 'ROOT', 'set'), ('out', 'prt', 'set'), ('to', 'aux', 'translate'), ('translate', 'xcomp', 'set'), ('into', 'prep', 'translate'), ('days', 'pobj', 'into'), ('’', 'punct', 'set'), ('work', 'dobj', 'set'), ('that', 'det', 'car'), ('lordly', 'advmod', 'car'), ('car', 'dobj', 'set'), ('in', 'prep', 'sat'), ('which', 'pobj', 'in'), ('he', 'nsubj', 'sat'), ('sat', 'relcl', 'car'), ('.', 'punct', 'set')] |
Near the Bank Ségouin drew up and Jimmy and his friend alighted. | [('How', 'WRB'), ('smoothly', 'JJ'), ('it', 'PRP'), ('ran', 'VBD'), ('.', '.')] | [('How', 'SCONJ'), ('smoothly', 'ADV'), ('it', 'PRON'), ('ran', 'VERB'), ('.', 'PUNCT')] | [] | [('How', 'advmod', 'smoothly'), ('smoothly', 'advmod', 'ran'), ('it', 'nsubj', 'ran'), ('ran', 'ROOT', 'ran'), ('.', 'punct', 'ran')] |
A little knot of people collected on the footpath to pay homage to the snorting motor. | [('In', 'IN'), ('what', 'WP'), ('style', 'NN'), ('they', 'PRP'), ('had', 'VBD'), ('come', 'VBN'), ('careering', 'NN'), ('along', 'IN'), ('the', 'DT'), ('country', 'NN'), ('roads', 'VBZ'), ('!', '.')] | [('In', 'ADP'), ('what', 'DET'), ('style', 'NOUN'), ('they', 'PRON'), ('had', 'AUX'), ('come', 'AUX'), ('careering', 'VERB'), ('along', 'ADP'), ('the', 'DET'), ('country', 'NOUN'), ('roads', 'NOUN'), ('!', 'PUNCT')] | [] | [('In', 'prep', 'come'), ('what', 'det', 'style'), ('style', 'pobj', 'In'), ('they', 'nsubj', 'come'), ('had', 'aux', 'come'), ('come', 'aux', 'careering'), ('careering', 'ROOT', 'careering'), ('along', 'prep', 'careering'), ('the', 'det', 'roads'), ('country', 'compound', 'roads'), ('roads', 'pobj', 'along'), ('!', 'punct', 'careering')] |
The party was to dine together that evening in Ségouin’s hotel and, meanwhile, Jimmy and his friend, who was staying with him, were to go home to dress. | [('The', 'DT'), ('journey', 'NN'), ('laid', 'VBD'), ('a', 'DT'), ('magical', 'JJ'), ('finger', 'NN'), ('on', 'IN'), ('the', 'DT'), ('genuine', 'JJ'), ('pulse', 'NN'), ('of', 'IN'), ('life', 'NN'), ('and', 'CC'), ('gallantly', 'RB'), ('the', 'DT'), ('machinery', 'NN'), ('of', 'IN'), ('human', 'JJ'), ('nerves', 'NNS'), ('strove', 'VBP'), ('to', 'TO'), ('answer', 'VB'), ('the', 'DT'), ('bounding', 'NN'), ('courses', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('swift', 'NN'), ('blue', 'NN'), ('animal', 'NN'), ('.', '.')] | [('The', 'DET'), ('journey', 'NOUN'), ('laid', 'VERB'), ('a', 'DET'), ('magical', 'ADJ'), ('finger', 'NOUN'), ('on', 'ADP'), ('the', 'DET'), ('genuine', 'ADJ'), ('pulse', 'NOUN'), ('of', 'ADP'), ('life', 'NOUN'), ('and', 'CCONJ'), ('gallantly', 'ADV'), ('the', 'DET'), ('machinery', 'NOUN'), ('of', 'ADP'), ('human', 'ADJ'), ('nerves', 'NOUN'), ('strove', 'VERB'), ('to', 'PART'), ('answer', 'VERB'), ('the', 'DET'), ('bounding', 'VERB'), ('courses', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('swift', 'ADJ'), ('blue', 'ADJ'), ('animal', 'NOUN'), ('.', 'PUNCT')] | [] | [('The', 'det', 'journey'), ('journey', 'nsubj', 'laid'), ('laid', 'ROOT', 'laid'), ('a', 'det', 'finger'), ('magical', 'amod', 'finger'), ('finger', 'dobj', 'laid'), ('on', 'prep', 'laid'), ('the', 'det', 'pulse'), ('genuine', 'amod', 'pulse'), ('pulse', 'pobj', 'on'), ('of', 'prep', 'pulse'), ('life', 'pobj', 'of'), ('and', 'cc', 'laid'), ('gallantly', 'advmod', 'strove'), ('the', 'det', 'machinery'), ('machinery', 'nsubj', 'strove'), ('of', 'prep', 'machinery'), ('human', 'amod', 'nerves'), ('nerves', 'pobj', 'of'), ('strove', 'conj', 'laid'), ('to', 'aux', 'answer'), ('answer', 'xcomp', 'strove'), ('the', 'det', 'courses'), ('bounding', 'amod', 'courses'), ('courses', 'dobj', 'answer'), ('of', 'prep', 'courses'), ('the', 'det', 'animal'), ('swift', 'amod', 'animal'), ('blue', 'amod', 'animal'), ('animal', 'pobj', 'of'), ('.', 'punct', 'laid')] |
The car steered out slowly for Grafton Street while the two young men pushed their way through the knot of gazers. | [('They', 'PRP'), ('drove', 'VBD'), ('down', 'RB'), ('Dame', 'NNP'), ('Street', 'NNP'), ('.', '.')] | [('They', 'PRON'), ('drove', 'VERB'), ('down', 'ADP'), ('Dame', 'PROPN'), ('Street', 'PROPN'), ('.', 'PUNCT')] | [('Dame Street', 'FAC')] | [('They', 'nsubj', 'drove'), ('drove', 'ROOT', 'drove'), ('down', 'prt', 'drove'), ('Dame', 'compound', 'Street'), ('Street', 'dobj', 'drove'), ('.', 'punct', 'drove')] |
They walked northward with a curious feeling of disappointment in the exercise, while the city hung its pale globes of light above them in a haze of summer evening. | [('The', 'DT'), ('street', 'NN'), ('was', 'VBD'), ('busy', 'JJ'), ('with', 'IN'), ('unusual', 'JJ'), ('traffic', 'NN'), (',', ','), ('loud', 'NN'), ('with', 'IN'), ('the', 'DT'), ('horns', 'NNS'), ('of', 'IN'), ('motorists', 'NNS'), ('and', 'CC'), ('the', 'DT'), ('gongs', 'NNS'), ('of', 'IN'), ('impatient', 'JJ'), ('tram-drivers', 'NNS'), ('.', '.')] | [('The', 'DET'), ('street', 'NOUN'), ('was', 'AUX'), ('busy', 'ADJ'), ('with', 'ADP'), ('unusual', 'ADJ'), ('traffic', 'NOUN'), (',', 'PUNCT'), ('loud', 'ADJ'), ('with', 'ADP'), ('the', 'DET'), ('horns', 'NOUN'), ('of', 'ADP'), ('motorists', 'NOUN'), ('and', 'CCONJ'), ('the', 'DET'), ('gongs', 'NOUN'), ('of', 'ADP'), ('impatient', 'ADJ'), ('tram', 'NOUN'), ('-', 'PUNCT'), ('drivers', 'NOUN'), ('.', 'PUNCT')] | [] | [('The', 'det', 'street'), ('street', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('busy', 'acomp', 'was'), ('with', 'prep', 'busy'), ('unusual', 'amod', 'traffic'), ('traffic', 'pobj', 'with'), (',', 'punct', 'traffic'), ('loud', 'acomp', 'was'), ('with', 'prep', 'loud'), ('the', 'det', 'horns'), ('horns', 'pobj', 'with'), ('of', 'prep', 'horns'), ('motorists', 'pobj', 'of'), ('and', 'cc', 'horns'), ('the', 'det', 'gongs'), ('gongs', 'conj', 'horns'), ('of', 'prep', 'gongs'), ('impatient', 'amod', 'drivers'), ('tram', 'compound', 'drivers'), ('-', 'punct', 'drivers'), ('drivers', 'pobj', 'of'), ('.', 'punct', 'was')] |
In Jimmy’s house this dinner had been pronounced an occasion. | [('Near', 'IN'), ('the', 'DT'), ('Bank', 'NNP'), ('Ségouin', 'NNP'), ('drew', 'VBD'), ('up', 'RP'), ('and', 'CC'), ('Jimmy', 'NNP'), ('and', 'CC'), ('his', 'PRP$'), ('friend', 'NN'), ('alighted', 'VBD'), ('.', '.')] | [('Near', 'ADP'), ('the', 'DET'), ('Bank', 'PROPN'), ('Ségouin', 'PROPN'), ('drew', 'VERB'), ('up', 'ADP'), ('and', 'CCONJ'), ('Jimmy', 'PROPN'), ('and', 'CCONJ'), ('his', 'PRON'), ('friend', 'NOUN'), ('alighted', 'VERB'), ('.', 'PUNCT')] | [('the Bank Ségouin', 'ORG'), ('Jimmy', 'PERSON')] | [('Near', 'prep', 'drew'), ('the', 'det', 'Ségouin'), ('Bank', 'compound', 'Ségouin'), ('Ségouin', 'pobj', 'Near'), ('drew', 'ROOT', 'drew'), ('up', 'prt', 'drew'), ('and', 'cc', 'drew'), ('Jimmy', 'nsubj', 'alighted'), ('and', 'cc', 'Jimmy'), ('his', 'poss', 'friend'), ('friend', 'conj', 'Jimmy'), ('alighted', 'conj', 'drew'), ('.', 'punct', 'alighted')] |
A certain pride mingled with his parents’ trepidation, a certain eagerness, also, to play fast and loose for the names of great foreign cities have at least this virtue. | [('A', 'DT'), ('little', 'JJ'), ('knot', 'NN'), ('of', 'IN'), ('people', 'NNS'), ('collected', 'VBN'), ('on', 'IN'), ('the', 'DT'), ('footpath', 'NN'), ('to', 'TO'), ('pay', 'VB'), ('homage', 'NN'), ('to', 'TO'), ('the', 'DT'), ('snorting', 'VBG'), ('motor', 'NN'), ('.', '.')] | [('A', 'DET'), ('little', 'ADJ'), ('knot', 'NOUN'), ('of', 'ADP'), ('people', 'NOUN'), ('collected', 'VERB'), ('on', 'ADP'), ('the', 'DET'), ('footpath', 'NOUN'), ('to', 'PART'), ('pay', 'VERB'), ('homage', 'NOUN'), ('to', 'ADP'), ('the', 'DET'), ('snorting', 'VERB'), ('motor', 'NOUN'), ('.', 'PUNCT')] | [] | [('A', 'det', 'knot'), ('little', 'amod', 'knot'), ('knot', 'ROOT', 'knot'), ('of', 'prep', 'knot'), ('people', 'pobj', 'of'), ('collected', 'acl', 'knot'), ('on', 'prep', 'collected'), ('the', 'det', 'footpath'), ('footpath', 'pobj', 'on'), ('to', 'aux', 'pay'), ('pay', 'advcl', 'collected'), ('homage', 'dobj', 'pay'), ('to', 'prep', 'pay'), ('the', 'det', 'motor'), ('snorting', 'amod', 'motor'), ('motor', 'pobj', 'to'), ('.', 'punct', 'knot')] |
Jimmy, too, looked very well when he was dressed and, as he stood in the hall giving a last equation to the bows of his dress tie, his father may have felt even commercially satisfied at having secured for his son qualities often unpurchaseable. | [('The', 'DT'), ('party', 'NN'), ('was', 'VBD'), ('to', 'TO'), ('dine', 'VB'), ('together', 'RB'), ('that', 'IN'), ('evening', 'VBG'), ('in', 'IN'), ('Ségouin', 'NNP'), ('’', 'NNP'), ('s', 'JJ'), ('hotel', 'NN'), ('and', 'CC'), (',', ','), ('meanwhile', 'RB'), (',', ','), ('Jimmy', 'NNP'), ('and', 'CC'), ('his', 'PRP$'), ('friend', 'NN'), (',', ','), ('who', 'WP'), ('was', 'VBD'), ('staying', 'VBG'), ('with', 'IN'), ('him', 'PRP'), (',', ','), ('were', 'VBD'), ('to', 'TO'), ('go', 'VB'), ('home', 'NN'), ('to', 'TO'), ('dress', 'VB'), ('.', '.')] | [('The', 'DET'), ('party', 'NOUN'), ('was', 'AUX'), ('to', 'PART'), ('dine', 'VERB'), ('together', 'ADV'), ('that', 'DET'), ('evening', 'NOUN'), ('in', 'ADP'), ('Ségouin', 'PROPN'), ('’s', 'PART'), ('hotel', 'NOUN'), ('and', 'CCONJ'), (',', 'PUNCT'), ('meanwhile', 'ADV'), (',', 'PUNCT'), ('Jimmy', 'PROPN'), ('and', 'CCONJ'), ('his', 'PRON'), ('friend', 'NOUN'), (',', 'PUNCT'), ('who', 'PRON'), ('was', 'AUX'), ('staying', 'VERB'), ('with', 'ADP'), ('him', 'PRON'), (',', 'PUNCT'), ('were', 'AUX'), ('to', 'PART'), ('go', 'VERB'), ('home', 'ADV'), ('to', 'ADP'), ('dress', 'NOUN'), ('.', 'PUNCT')] | [('that evening', 'TIME'), ('Ségouin', 'GPE'), ('Jimmy', 'PERSON')] | [('The', 'det', 'party'), ('party', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('to', 'aux', 'dine'), ('dine', 'xcomp', 'was'), ('together', 'advmod', 'dine'), ('that', 'det', 'evening'), ('evening', 'dobj', 'dine'), ('in', 'prep', 'dine'), ('Ségouin', 'poss', 'hotel'), ('’s', 'case', 'Ségouin'), ('hotel', 'pobj', 'in'), ('and', 'cc', 'dine'), (',', 'punct', 'was'), ('meanwhile', 'advmod', 'were'), (',', 'punct', 'were'), ('Jimmy', 'nsubj', 'were'), ('and', 'cc', 'Jimmy'), ('his', 'poss', 'friend'), ('friend', 'conj', 'Jimmy'), (',', 'punct', 'Jimmy'), ('who', 'nsubj', 'staying'), ('was', 'aux', 'staying'), ('staying', 'relcl', 'Jimmy'), ('with', 'prep', 'staying'), ('him', 'pobj', 'with'), (',', 'punct', 'were'), ('were', 'conj', 'was'), ('to', 'aux', 'go'), ('go', 'xcomp', 'were'), ('home', 'advmod', 'go'), ('to', 'prep', 'go'), ('dress', 'pobj', 'to'), ('.', 'punct', 'was')] |
His father, therefore, was unusually friendly with Villona and his manner expressed a real respect for foreign accomplishments; but this subtlety of his host was probably lost upon the Hungarian, who was beginning to have a sharp desire for his dinner. | [('The', 'DT'), ('car', 'NN'), ('steered', 'VBD'), ('out', 'RP'), ('slowly', 'RB'), ('for', 'IN'), ('Grafton', 'NNP'), ('Street', 'NNP'), ('while', 'IN'), ('the', 'DT'), ('two', 'CD'), ('young', 'JJ'), ('men', 'NNS'), ('pushed', 'VBD'), ('their', 'PRP$'), ('way', 'NN'), ('through', 'IN'), ('the', 'DT'), ('knot', 'NN'), ('of', 'IN'), ('gazers', 'NNS'), ('.', '.')] | [('The', 'DET'), ('car', 'NOUN'), ('steered', 'VERB'), ('out', 'ADP'), ('slowly', 'ADV'), ('for', 'ADP'), ('Grafton', 'PROPN'), ('Street', 'PROPN'), ('while', 'SCONJ'), ('the', 'DET'), ('two', 'NUM'), ('young', 'ADJ'), ('men', 'NOUN'), ('pushed', 'VERB'), ('their', 'PRON'), ('way', 'NOUN'), ('through', 'ADP'), ('the', 'DET'), ('knot', 'NOUN'), ('of', 'ADP'), ('gazers', 'NOUN'), ('.', 'PUNCT')] | [('Grafton Street', 'ORG'), ('two', 'CARDINAL')] | [('The', 'det', 'car'), ('car', 'nsubj', 'steered'), ('steered', 'ROOT', 'steered'), ('out', 'prt', 'steered'), ('slowly', 'advmod', 'steered'), ('for', 'prep', 'steered'), ('Grafton', 'compound', 'Street'), ('Street', 'pobj', 'for'), ('while', 'mark', 'pushed'), ('the', 'det', 'men'), ('two', 'nummod', 'men'), ('young', 'amod', 'men'), ('men', 'nsubj', 'pushed'), ('pushed', 'advcl', 'steered'), ('their', 'poss', 'way'), ('way', 'dobj', 'pushed'), ('through', 'prep', 'pushed'), ('the', 'det', 'knot'), ('knot', 'pobj', 'through'), ('of', 'prep', 'knot'), ('gazers', 'pobj', 'of'), ('.', 'punct', 'steered')] |
The dinner was excellent, exquisite. | [('They', 'PRP'), ('walked', 'VBD'), ('northward', 'RB'), ('with', 'IN'), ('a', 'DT'), ('curious', 'JJ'), ('feeling', 'NN'), ('of', 'IN'), ('disappointment', 'NN'), ('in', 'IN'), ('the', 'DT'), ('exercise', 'NN'), (',', ','), ('while', 'IN'), ('the', 'DT'), ('city', 'NN'), ('hung', 'NN'), ('its', 'PRP$'), ('pale', 'JJ'), ('globes', 'NN'), ('of', 'IN'), ('light', 'JJ'), ('above', 'IN'), ('them', 'PRP'), ('in', 'IN'), ('a', 'DT'), ('haze', 'NN'), ('of', 'IN'), ('summer', 'NN'), ('evening', 'NN'), ('.', '.')] | [('They', 'PRON'), ('walked', 'VERB'), ('northward', 'ADV'), ('with', 'ADP'), ('a', 'DET'), ('curious', 'ADJ'), ('feeling', 'NOUN'), ('of', 'ADP'), ('disappointment', 'NOUN'), ('in', 'ADP'), ('the', 'DET'), ('exercise', 'NOUN'), (',', 'PUNCT'), ('while', 'SCONJ'), ('the', 'DET'), ('city', 'NOUN'), ('hung', 'VERB'), ('its', 'PRON'), ('pale', 'ADJ'), ('globes', 'NOUN'), ('of', 'ADP'), ('light', 'NOUN'), ('above', 'ADP'), ('them', 'PRON'), ('in', 'ADP'), ('a', 'DET'), ('haze', 'NOUN'), ('of', 'ADP'), ('summer', 'NOUN'), ('evening', 'NOUN'), ('.', 'PUNCT')] | [('summer evening', 'TIME')] | [('They', 'nsubj', 'walked'), ('walked', 'ROOT', 'walked'), ('northward', 'advmod', 'walked'), ('with', 'prep', 'walked'), ('a', 'det', 'feeling'), ('curious', 'amod', 'feeling'), ('feeling', 'pobj', 'with'), ('of', 'prep', 'feeling'), ('disappointment', 'pobj', 'of'), ('in', 'prep', 'feeling'), ('the', 'det', 'exercise'), ('exercise', 'pobj', 'in'), (',', 'punct', 'walked'), ('while', 'mark', 'hung'), ('the', 'det', 'city'), ('city', 'nsubj', 'hung'), ('hung', 'advcl', 'walked'), ('its', 'poss', 'globes'), ('pale', 'amod', 'globes'), ('globes', 'dobj', 'hung'), ('of', 'prep', 'globes'), ('light', 'pobj', 'of'), ('above', 'prep', 'hung'), ('them', 'pobj', 'above'), ('in', 'prep', 'hung'), ('a', 'det', 'haze'), ('haze', 'pobj', 'in'), ('of', 'prep', 'haze'), ('summer', 'compound', 'evening'), ('evening', 'pobj', 'of'), ('.', 'punct', 'walked')] |
Ségouin, Jimmy decided, had a very refined taste. | [('In', 'IN'), ('Jimmy', 'NNP'), ('’', 'NNP'), ('s', 'NN'), ('house', 'NN'), ('this', 'DT'), ('dinner', 'NN'), ('had', 'VBD'), ('been', 'VBN'), ('pronounced', 'VBN'), ('an', 'DT'), ('occasion', 'NN'), ('.', '.')] | [('In', 'ADP'), ('Jimmy', 'PROPN'), ('’s', 'PART'), ('house', 'NOUN'), ('this', 'DET'), ('dinner', 'NOUN'), ('had', 'AUX'), ('been', 'AUX'), ('pronounced', 'VERB'), ('an', 'DET'), ('occasion', 'NOUN'), ('.', 'PUNCT')] | [('Jimmy', 'GPE')] | [('In', 'prep', 'pronounced'), ('Jimmy', 'poss', 'house'), ('’s', 'case', 'Jimmy'), ('house', 'pobj', 'In'), ('this', 'det', 'dinner'), ('dinner', 'nsubjpass', 'pronounced'), ('had', 'aux', 'pronounced'), ('been', 'auxpass', 'pronounced'), ('pronounced', 'ROOT', 'pronounced'), ('an', 'det', 'occasion'), ('occasion', 'dobj', 'pronounced'), ('.', 'punct', 'pronounced')] |
The party was increased by a young Englishman named Routh whom Jimmy had seen with Ségouin at Cambridge. | [('A', 'DT'), ('certain', 'JJ'), ('pride', 'NN'), ('mingled', 'VBD'), ('with', 'IN'), ('his', 'PRP$'), ('parents', 'NNS'), ('’', 'JJ'), ('trepidation', 'NN'), (',', ','), ('a', 'DT'), ('certain', 'JJ'), ('eagerness', 'NN'), (',', ','), ('also', 'RB'), (',', ','), ('to', 'TO'), ('play', 'VB'), ('fast', 'RB'), ('and', 'CC'), ('loose', 'VB'), ('for', 'IN'), ('the', 'DT'), ('names', 'NNS'), ('of', 'IN'), ('great', 'JJ'), ('foreign', 'JJ'), ('cities', 'NNS'), ('have', 'VBP'), ('at', 'IN'), ('least', 'JJS'), ('this', 'DT'), ('virtue', 'NN'), ('.', '.')] | [('A', 'DET'), ('certain', 'ADJ'), ('pride', 'NOUN'), ('mingled', 'VERB'), ('with', 'ADP'), ('his', 'PRON'), ('parents', 'NOUN'), ('’', 'PART'), ('trepidation', 'NOUN'), (',', 'PUNCT'), ('a', 'DET'), ('certain', 'ADJ'), ('eagerness', 'NOUN'), (',', 'PUNCT'), ('also', 'ADV'), (',', 'PUNCT'), ('to', 'PART'), ('play', 'VERB'), ('fast', 'ADV'), ('and', 'CCONJ'), ('loose', 'ADJ'), ('for', 'ADP'), ('the', 'DET'), ('names', 'NOUN'), ('of', 'ADP'), ('great', 'ADJ'), ('foreign', 'ADJ'), ('cities', 'NOUN'), ('have', 'VERB'), ('at', 'ADP'), ('least', 'ADJ'), ('this', 'DET'), ('virtue', 'NOUN'), ('.', 'PUNCT')] | [] | [('A', 'det', 'pride'), ('certain', 'amod', 'pride'), ('pride', 'nsubj', 'mingled'), ('mingled', 'ROOT', 'mingled'), ('with', 'prep', 'mingled'), ('his', 'poss', 'parents'), ('parents', 'poss', 'trepidation'), ('’', 'case', 'parents'), ('trepidation', 'pobj', 'with'), (',', 'punct', 'trepidation'), ('a', 'det', 'eagerness'), ('certain', 'amod', 'eagerness'), ('eagerness', 'appos', 'trepidation'), (',', 'punct', 'mingled'), ('also', 'advmod', 'mingled'), (',', 'punct', 'mingled'), ('to', 'aux', 'play'), ('play', 'advcl', 'mingled'), ('fast', 'advmod', 'play'), ('and', 'cc', 'fast'), ('loose', 'conj', 'fast'), ('for', 'prep', 'play'), ('the', 'det', 'names'), ('names', 'pobj', 'for'), ('of', 'prep', 'names'), ('great', 'amod', 'cities'), ('foreign', 'amod', 'cities'), ('cities', 'pobj', 'of'), ('have', 'conj', 'mingled'), ('at', 'advmod', 'least'), ('least', 'advmod', 'virtue'), ('this', 'det', 'virtue'), ('virtue', 'dobj', 'have'), ('.', 'punct', 'mingled')] |
The young men supped in a snug room lit by electric candle-lamps. | [('Jimmy', 'NNP'), (',', ','), ('too', 'RB'), (',', ','), ('looked', 'VBD'), ('very', 'RB'), ('well', 'RB'), ('when', 'WRB'), ('he', 'PRP'), ('was', 'VBD'), ('dressed', 'VBN'), ('and', 'CC'), (',', ','), ('as', 'IN'), ('he', 'PRP'), ('stood', 'VBD'), ('in', 'IN'), ('the', 'DT'), ('hall', 'NN'), ('giving', 'VBG'), ('a', 'DT'), ('last', 'JJ'), ('equation', 'NN'), ('to', 'TO'), ('the', 'DT'), ('bows', 'NNS'), ('of', 'IN'), ('his', 'PRP$'), ('dress', 'NN'), ('tie', 'NN'), (',', ','), ('his', 'PRP$'), ('father', 'NN'), ('may', 'MD'), ('have', 'VB'), ('felt', 'VBN'), ('even', 'RB'), ('commercially', 'RB'), ('satisfied', 'VBN'), ('at', 'IN'), ('having', 'VBG'), ('secured', 'VBN'), ('for', 'IN'), ('his', 'PRP$'), ('son', 'NN'), ('qualities', 'NNS'), ('often', 'RB'), ('unpurchaseable', 'JJ'), ('.', '.')] | [('Jimmy', 'PROPN'), (',', 'PUNCT'), ('too', 'ADV'), (',', 'PUNCT'), ('looked', 'VERB'), ('very', 'ADV'), ('well', 'ADV'), ('when', 'SCONJ'), ('he', 'PRON'), ('was', 'AUX'), ('dressed', 'ADJ'), ('and', 'CCONJ'), (',', 'PUNCT'), ('as', 'SCONJ'), ('he', 'PRON'), ('stood', 'VERB'), ('in', 'ADP'), ('the', 'DET'), ('hall', 'NOUN'), ('giving', 'VERB'), ('a', 'DET'), ('last', 'ADJ'), ('equation', 'NOUN'), ('to', 'ADP'), ('the', 'DET'), ('bows', 'NOUN'), ('of', 'ADP'), ('his', 'PRON'), ('dress', 'NOUN'), ('tie', 'NOUN'), (',', 'PUNCT'), ('his', 'PRON'), ('father', 'NOUN'), ('may', 'AUX'), ('have', 'AUX'), ('felt', 'VERB'), ('even', 'ADV'), ('commercially', 'ADV'), ('satisfied', 'ADJ'), ('at', 'ADP'), ('having', 'AUX'), ('secured', 'VERB'), ('for', 'SCONJ'), ('his', 'PRON'), ('son', 'NOUN'), ('qualities', 'NOUN'), ('often', 'ADV'), ('unpurchaseable', 'ADJ'), ('.', 'PUNCT')] | [('Jimmy', 'PERSON')] | [('Jimmy', 'nsubj', 'looked'), (',', 'punct', 'looked'), ('too', 'advmod', 'looked'), (',', 'punct', 'looked'), ('looked', 'ROOT', 'looked'), ('very', 'advmod', 'well'), ('well', 'advmod', 'looked'), ('when', 'advmod', 'dressed'), ('he', 'nsubj', 'was'), ('was', 'auxpass', 'dressed'), ('dressed', 'advcl', 'looked'), ('and', 'cc', 'dressed'), (',', 'punct', 'looked'), ('as', 'mark', 'stood'), ('he', 'nsubj', 'stood'), ('stood', 'advcl', 'felt'), ('in', 'prep', 'stood'), ('the', 'det', 'hall'), ('hall', 'pobj', 'in'), ('giving', 'advcl', 'stood'), ('a', 'det', 'equation'), ('last', 'amod', 'equation'), ('equation', 'dobj', 'giving'), ('to', 'dative', 'giving'), ('the', 'det', 'bows'), ('bows', 'pobj', 'to'), ('of', 'prep', 'bows'), ('his', 'poss', 'tie'), ('dress', 'compound', 'tie'), ('tie', 'pobj', 'of'), (',', 'punct', 'felt'), ('his', 'poss', 'father'), ('father', 'nsubj', 'felt'), ('may', 'aux', 'felt'), ('have', 'aux', 'felt'), ('felt', 'conj', 'looked'), ('even', 'advmod', 'satisfied'), ('commercially', 'advmod', 'satisfied'), ('satisfied', 'acomp', 'felt'), ('at', 'prep', 'satisfied'), ('having', 'aux', 'secured'), ('secured', 'pcomp', 'at'), ('for', 'mark', 'qualities'), ('his', 'poss', 'son'), ('son', 'compound', 'qualities'), ('qualities', 'advcl', 'felt'), ('often', 'advmod', 'unpurchaseable'), ('unpurchaseable', 'acomp', 'felt'), ('.', 'punct', 'felt')] |
They talked volubly and with little reserve. | [('His', 'PRP$'), ('father', 'NN'), (',', ','), ('therefore', 'RB'), (',', ','), ('was', 'VBD'), ('unusually', 'RB'), ('friendly', 'JJ'), ('with', 'IN'), ('Villona', 'NNP'), ('and', 'CC'), ('his', 'PRP$'), ('manner', 'NN'), ('expressed', 'VBD'), ('a', 'DT'), ('real', 'JJ'), ('respect', 'NN'), ('for', 'IN'), ('foreign', 'JJ'), ('accomplishments', 'NNS'), (';', ':'), ('but', 'CC'), ('this', 'DT'), ('subtlety', 'NN'), ('of', 'IN'), ('his', 'PRP$'), ('host', 'NN'), ('was', 'VBD'), ('probably', 'RB'), ('lost', 'VBN'), ('upon', 'IN'), ('the', 'DT'), ('Hungarian', 'NNP'), (',', ','), ('who', 'WP'), ('was', 'VBD'), ('beginning', 'VBG'), ('to', 'TO'), ('have', 'VB'), ('a', 'DT'), ('sharp', 'JJ'), ('desire', 'NN'), ('for', 'IN'), ('his', 'PRP$'), ('dinner', 'NN'), ('.', '.')] | [('His', 'PRON'), ('father', 'NOUN'), (',', 'PUNCT'), ('therefore', 'ADV'), (',', 'PUNCT'), ('was', 'AUX'), ('unusually', 'ADV'), ('friendly', 'ADJ'), ('with', 'ADP'), ('Villona', 'PROPN'), ('and', 'CCONJ'), ('his', 'PRON'), ('manner', 'NOUN'), ('expressed', 'VERB'), ('a', 'DET'), ('real', 'ADJ'), ('respect', 'NOUN'), ('for', 'ADP'), ('foreign', 'ADJ'), ('accomplishments', 'NOUN'), (';', 'PUNCT'), ('but', 'CCONJ'), ('this', 'DET'), ('subtlety', 'NOUN'), ('of', 'ADP'), ('his', 'PRON'), ('host', 'NOUN'), ('was', 'AUX'), ('probably', 'ADV'), ('lost', 'VERB'), ('upon', 'SCONJ'), ('the', 'DET'), ('Hungarian', 'PROPN'), (',', 'PUNCT'), ('who', 'PRON'), ('was', 'AUX'), ('beginning', 'VERB'), ('to', 'PART'), ('have', 'VERB'), ('a', 'DET'), ('sharp', 'ADJ'), ('desire', 'NOUN'), ('for', 'ADP'), ('his', 'PRON'), ('dinner', 'NOUN'), ('.', 'PUNCT')] | [('Villona', 'GPE'), ('Hungarian', 'NORP')] | [('His', 'poss', 'father'), ('father', 'nsubj', 'was'), (',', 'punct', 'was'), ('therefore', 'advmod', 'was'), (',', 'punct', 'was'), ('was', 'ROOT', 'was'), ('unusually', 'advmod', 'friendly'), ('friendly', 'acomp', 'was'), ('with', 'prep', 'friendly'), ('Villona', 'pobj', 'with'), ('and', 'cc', 'Villona'), ('his', 'poss', 'manner'), ('manner', 'conj', 'Villona'), ('expressed', 'conj', 'was'), ('a', 'det', 'respect'), ('real', 'amod', 'respect'), ('respect', 'dobj', 'expressed'), ('for', 'prep', 'respect'), ('foreign', 'amod', 'accomplishments'), ('accomplishments', 'pobj', 'for'), (';', 'punct', 'was'), ('but', 'cc', 'was'), ('this', 'det', 'subtlety'), ('subtlety', 'nsubjpass', 'lost'), ('of', 'prep', 'subtlety'), ('his', 'poss', 'host'), ('host', 'pobj', 'of'), ('was', 'auxpass', 'lost'), ('probably', 'advmod', 'lost'), ('lost', 'conj', 'was'), ('upon', 'prep', 'lost'), ('the', 'det', 'Hungarian'), ('Hungarian', 'pobj', 'upon'), (',', 'punct', 'Hungarian'), ('who', 'nsubj', 'beginning'), ('was', 'aux', 'beginning'), ('beginning', 'relcl', 'Hungarian'), ('to', 'aux', 'have'), ('have', 'xcomp', 'beginning'), ('a', 'det', 'desire'), ('sharp', 'amod', 'desire'), ('desire', 'dobj', 'have'), ('for', 'prep', 'desire'), ('his', 'poss', 'dinner'), ('dinner', 'pobj', 'for'), ('.', 'punct', 'lost')] |
Jimmy, whose imagination was kindling, conceived the lively youth of the Frenchmen twined elegantly upon the firm framework of the Englishman’s manner. | [('The', 'DT'), ('dinner', 'NN'), ('was', 'VBD'), ('excellent', 'JJ'), (',', ','), ('exquisite', 'JJ'), ('.', '.')] | [('The', 'DET'), ('dinner', 'NOUN'), ('was', 'AUX'), ('excellent', 'ADJ'), (',', 'PUNCT'), ('exquisite', 'ADJ'), ('.', 'PUNCT')] | [] | [('The', 'det', 'dinner'), ('dinner', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('excellent', 'acomp', 'was'), (',', 'punct', 'was'), ('exquisite', 'acomp', 'was'), ('.', 'punct', 'was')] |
A graceful image of his, he thought, and a just one. | [('Ségouin', 'NNP'), (',', ','), ('Jimmy', 'NNP'), ('decided', 'VBD'), (',', ','), ('had', 'VBD'), ('a', 'DT'), ('very', 'RB'), ('refined', 'JJ'), ('taste', 'NN'), ('.', '.')] | [('Ségouin', 'PROPN'), (',', 'PUNCT'), ('Jimmy', 'PROPN'), ('decided', 'VERB'), (',', 'PUNCT'), ('had', 'VERB'), ('a', 'DET'), ('very', 'ADV'), ('refined', 'ADJ'), ('taste', 'NOUN'), ('.', 'PUNCT')] | [('Ségouin', 'GPE'), ('Jimmy', 'PERSON')] | [('Ségouin', 'nsubj', 'had'), (',', 'punct', 'decided'), ('Jimmy', 'nsubj', 'decided'), ('decided', 'parataxis', 'had'), (',', 'punct', 'decided'), ('had', 'ROOT', 'had'), ('a', 'det', 'taste'), ('very', 'advmod', 'refined'), ('refined', 'amod', 'taste'), ('taste', 'dobj', 'had'), ('.', 'punct', 'had')] |
He admired the dexterity with which their host directed the conversation. | [('The', 'DT'), ('party', 'NN'), ('was', 'VBD'), ('increased', 'VBN'), ('by', 'IN'), ('a', 'DT'), ('young', 'JJ'), ('Englishman', 'NNP'), ('named', 'VBD'), ('Routh', 'NNP'), ('whom', 'WP'), ('Jimmy', 'NNP'), ('had', 'VBD'), ('seen', 'VBN'), ('with', 'IN'), ('Ségouin', 'NNP'), ('at', 'IN'), ('Cambridge', 'NNP'), ('.', '.')] | [('The', 'DET'), ('party', 'NOUN'), ('was', 'AUX'), ('increased', 'VERB'), ('by', 'ADP'), ('a', 'DET'), ('young', 'ADJ'), ('Englishman', 'PROPN'), ('named', 'VERB'), ('Routh', 'PROPN'), ('whom', 'PRON'), ('Jimmy', 'PROPN'), ('had', 'AUX'), ('seen', 'VERB'), ('with', 'ADP'), ('Ségouin', 'PROPN'), ('at', 'ADP'), ('Cambridge', 'PROPN'), ('.', 'PUNCT')] | [('Englishman', 'PERSON'), ('Routh', 'PERSON'), ('Jimmy', 'PERSON'), ('Ségouin', 'PERSON'), ('Cambridge', 'GPE')] | [('The', 'det', 'party'), ('party', 'nsubjpass', 'increased'), ('was', 'auxpass', 'increased'), ('increased', 'ROOT', 'increased'), ('by', 'agent', 'increased'), ('a', 'det', 'Englishman'), ('young', 'amod', 'Englishman'), ('Englishman', 'pobj', 'by'), ('named', 'acl', 'Englishman'), ('Routh', 'oprd', 'named'), ('whom', 'dobj', 'seen'), ('Jimmy', 'nsubj', 'seen'), ('had', 'aux', 'seen'), ('seen', 'relcl', 'Englishman'), ('with', 'prep', 'seen'), ('Ségouin', 'pobj', 'with'), ('at', 'prep', 'seen'), ('Cambridge', 'pobj', 'at'), ('.', 'punct', 'increased')] |
The five young men had various tastes and their tongues had been loosened. | [('The', 'DT'), ('young', 'JJ'), ('men', 'NNS'), ('supped', 'VBD'), ('in', 'IN'), ('a', 'DT'), ('snug', 'NN'), ('room', 'NN'), ('lit', 'NN'), ('by', 'IN'), ('electric', 'JJ'), ('candle-lamps', 'NNS'), ('.', '.')] | [('The', 'DET'), ('young', 'ADJ'), ('men', 'NOUN'), ('supped', 'VERB'), ('in', 'ADP'), ('a', 'DET'), ('snug', 'ADJ'), ('room', 'NOUN'), ('lit', 'VERB'), ('by', 'ADP'), ('electric', 'ADJ'), ('candle', 'NOUN'), ('-', 'PUNCT'), ('lamps', 'NOUN'), ('.', 'PUNCT')] | [] | [('The', 'det', 'men'), ('young', 'amod', 'men'), ('men', 'nsubj', 'supped'), ('supped', 'ROOT', 'supped'), ('in', 'prep', 'supped'), ('a', 'det', 'room'), ('snug', 'amod', 'room'), ('room', 'pobj', 'in'), ('lit', 'acl', 'room'), ('by', 'agent', 'lit'), ('electric', 'amod', 'lamps'), ('candle', 'compound', 'lamps'), ('-', 'punct', 'lamps'), ('lamps', 'pobj', 'by'), ('.', 'punct', 'supped')] |
Villona, with immense respect, began to discover to the mildly surprised Englishman the beauties of the English madrigal, deploring the loss of old instruments. | [('They', 'PRP'), ('talked', 'VBD'), ('volubly', 'RB'), ('and', 'CC'), ('with', 'IN'), ('little', 'JJ'), ('reserve', 'NN'), ('.', '.')] | [('They', 'PRON'), ('talked', 'VERB'), ('volubly', 'ADV'), ('and', 'CCONJ'), ('with', 'ADP'), ('little', 'ADJ'), ('reserve', 'NOUN'), ('.', 'PUNCT')] | [] | [('They', 'nsubj', 'talked'), ('talked', 'ROOT', 'talked'), ('volubly', 'advmod', 'talked'), ('and', 'cc', 'talked'), ('with', 'prep', 'talked'), ('little', 'amod', 'reserve'), ('reserve', 'pobj', 'with'), ('.', 'punct', 'talked')] |
Rivière, not wholly ingenuously, undertook to explain to Jimmy the triumph of the French mechanicians. | [('Jimmy', 'NNP'), (',', ','), ('whose', 'WP$'), ('imagination', 'NN'), ('was', 'VBD'), ('kindling', 'VBG'), (',', ','), ('conceived', 'VBD'), ('the', 'DT'), ('lively', 'JJ'), ('youth', 'NN'), ('of', 'IN'), ('the', 'DT'), ('Frenchmen', 'NNP'), ('twined', 'VBD'), ('elegantly', 'RB'), ('upon', 'IN'), ('the', 'DT'), ('firm', 'NN'), ('framework', 'NN'), ('of', 'IN'), ('the', 'DT'), ('Englishman', 'NNP'), ('’', 'NNP'), ('s', 'VBD'), ('manner', 'NN'), ('.', '.')] | [('Jimmy', 'PROPN'), (',', 'PUNCT'), ('whose', 'DET'), ('imagination', 'NOUN'), ('was', 'AUX'), ('kindling', 'ADJ'), (',', 'PUNCT'), ('conceived', 'VERB'), ('the', 'DET'), ('lively', 'ADJ'), ('youth', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('Frenchmen', 'PROPN'), ('twined', 'VERB'), ('elegantly', 'ADV'), ('upon', 'SCONJ'), ('the', 'DET'), ('firm', 'ADJ'), ('framework', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('Englishman', 'PROPN'), ('’s', 'PART'), ('manner', 'NOUN'), ('.', 'PUNCT')] | [('Jimmy', 'PERSON'), ('Frenchmen', 'PERSON'), ('Englishman', 'NORP')] | [('Jimmy', 'nsubj', 'conceived'), (',', 'punct', 'Jimmy'), ('whose', 'poss', 'imagination'), ('imagination', 'nsubj', 'was'), ('was', 'relcl', 'Jimmy'), ('kindling', 'acomp', 'was'), (',', 'punct', 'Jimmy'), ('conceived', 'ROOT', 'conceived'), ('the', 'det', 'youth'), ('lively', 'amod', 'youth'), ('youth', 'dobj', 'conceived'), ('of', 'prep', 'youth'), ('the', 'det', 'Frenchmen'), ('Frenchmen', 'pobj', 'of'), ('twined', 'advcl', 'conceived'), ('elegantly', 'advmod', 'upon'), ('upon', 'prep', 'twined'), ('the', 'det', 'framework'), ('firm', 'amod', 'framework'), ('framework', 'pobj', 'upon'), ('of', 'prep', 'framework'), ('the', 'det', 'Englishman'), ('Englishman', 'poss', 'manner'), ('’s', 'case', 'Englishman'), ('manner', 'pobj', 'of'), ('.', 'punct', 'conceived')] |
The resonant voice of the Hungarian was about to prevail in ridicule of the spurious lutes of the romantic painters when Ségouin shepherded his party into politics. | [('A', 'DT'), ('graceful', 'JJ'), ('image', 'NN'), ('of', 'IN'), ('his', 'PRP$'), (',', ','), ('he', 'PRP'), ('thought', 'VBD'), (',', ','), ('and', 'CC'), ('a', 'DT'), ('just', 'RB'), ('one', 'CD'), ('.', '.')] | [('A', 'DET'), ('graceful', 'ADJ'), ('image', 'NOUN'), ('of', 'ADP'), ('his', 'PRON'), (',', 'PUNCT'), ('he', 'PRON'), ('thought', 'VERB'), (',', 'PUNCT'), ('and', 'CCONJ'), ('a', 'DET'), ('just', 'ADV'), ('one', 'NUM'), ('.', 'PUNCT')] | [] | [('A', 'det', 'image'), ('graceful', 'amod', 'image'), ('image', 'ROOT', 'image'), ('of', 'prep', 'image'), ('his', 'pobj', 'of'), (',', 'punct', 'thought'), ('he', 'nsubj', 'thought'), ('thought', 'parataxis', 'image'), (',', 'punct', 'thought'), ('and', 'cc', 'thought'), ('a', 'det', 'one'), ('just', 'advmod', 'one'), ('one', 'conj', 'thought'), ('.', 'punct', 'thought')] |
Here was congenial ground for all. | [('He', 'PRP'), ('admired', 'VBD'), ('the', 'DT'), ('dexterity', 'NN'), ('with', 'IN'), ('which', 'WDT'), ('their', 'PRP$'), ('host', 'NN'), ('directed', 'VBD'), ('the', 'DT'), ('conversation', 'NN'), ('.', '.')] | [('He', 'PRON'), ('admired', 'VERB'), ('the', 'DET'), ('dexterity', 'NOUN'), ('with', 'ADP'), ('which', 'PRON'), ('their', 'PRON'), ('host', 'NOUN'), ('directed', 'VERB'), ('the', 'DET'), ('conversation', 'NOUN'), ('.', 'PUNCT')] | [] | [('He', 'nsubj', 'admired'), ('admired', 'ROOT', 'admired'), ('the', 'det', 'dexterity'), ('dexterity', 'dobj', 'admired'), ('with', 'prep', 'directed'), ('which', 'pobj', 'with'), ('their', 'poss', 'host'), ('host', 'nsubj', 'directed'), ('directed', 'relcl', 'dexterity'), ('the', 'det', 'conversation'), ('conversation', 'dobj', 'directed'), ('.', 'punct', 'admired')] |
Jimmy, under generous influences, felt the buried zeal of his father wake to life within him: he aroused the torpid Routh at last. | [('The', 'DT'), ('five', 'CD'), ('young', 'JJ'), ('men', 'NNS'), ('had', 'VBD'), ('various', 'JJ'), ('tastes', 'NNS'), ('and', 'CC'), ('their', 'PRP$'), ('tongues', 'NNS'), ('had', 'VBD'), ('been', 'VBN'), ('loosened', 'VBN'), ('.', '.')] | [('The', 'DET'), ('five', 'NUM'), ('young', 'ADJ'), ('men', 'NOUN'), ('had', 'VERB'), ('various', 'ADJ'), ('tastes', 'NOUN'), ('and', 'CCONJ'), ('their', 'PRON'), ('tongues', 'NOUN'), ('had', 'AUX'), ('been', 'AUX'), ('loosened', 'VERB'), ('.', 'PUNCT')] | [('five', 'CARDINAL')] | [('The', 'det', 'men'), ('five', 'nummod', 'men'), ('young', 'amod', 'men'), ('men', 'nsubj', 'had'), ('had', 'ROOT', 'had'), ('various', 'amod', 'tastes'), ('tastes', 'dobj', 'had'), ('and', 'cc', 'had'), ('their', 'poss', 'tongues'), ('tongues', 'nsubjpass', 'loosened'), ('had', 'aux', 'loosened'), ('been', 'auxpass', 'loosened'), ('loosened', 'conj', 'had'), ('.', 'punct', 'loosened')] |
The room grew doubly hot and Ségouin’s task grew harder each moment: there was even danger of personal spite. | [('Villona', 'NNP'), (',', ','), ('with', 'IN'), ('immense', 'JJ'), ('respect', 'NN'), (',', ','), ('began', 'VBD'), ('to', 'TO'), ('discover', 'VB'), ('to', 'TO'), ('the', 'DT'), ('mildly', 'RB'), ('surprised', 'JJ'), ('Englishman', 'NNP'), ('the', 'DT'), ('beauties', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('English', 'NNP'), ('madrigal', 'NN'), (',', ','), ('deploring', 'VBG'), ('the', 'DT'), ('loss', 'NN'), ('of', 'IN'), ('old', 'JJ'), ('instruments', 'NNS'), ('.', '.')] | [('Villona', 'PROPN'), (',', 'PUNCT'), ('with', 'ADP'), ('immense', 'ADJ'), ('respect', 'NOUN'), (',', 'PUNCT'), ('began', 'VERB'), ('to', 'PART'), ('discover', 'VERB'), ('to', 'ADP'), ('the', 'DET'), ('mildly', 'ADV'), ('surprised', 'ADJ'), ('Englishman', 'PROPN'), ('the', 'DET'), ('beauties', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('English', 'PROPN'), ('madrigal', 'PROPN'), (',', 'PUNCT'), ('deploring', 'VERB'), ('the', 'DET'), ('loss', 'NOUN'), ('of', 'ADP'), ('old', 'ADJ'), ('instruments', 'NOUN'), ('.', 'PUNCT')] | [('Villona', 'GPE'), ('English', 'LANGUAGE')] | [('Villona', 'nsubj', 'began'), (',', 'punct', 'Villona'), ('with', 'prep', 'Villona'), ('immense', 'amod', 'respect'), ('respect', 'pobj', 'with'), (',', 'punct', 'Villona'), ('began', 'ROOT', 'began'), ('to', 'aux', 'discover'), ('discover', 'xcomp', 'began'), ('to', 'prep', 'discover'), ('the', 'det', 'Englishman'), ('mildly', 'advmod', 'surprised'), ('surprised', 'amod', 'Englishman'), ('Englishman', 'pobj', 'to'), ('the', 'det', 'beauties'), ('beauties', 'appos', 'Englishman'), ('of', 'prep', 'beauties'), ('the', 'det', 'madrigal'), ('English', 'compound', 'madrigal'), ('madrigal', 'pobj', 'of'), (',', 'punct', 'began'), ('deploring', 'advcl', 'began'), ('the', 'det', 'loss'), ('loss', 'dobj', 'deploring'), ('of', 'prep', 'loss'), ('old', 'amod', 'instruments'), ('instruments', 'pobj', 'of'), ('.', 'punct', 'began')] |
The alert host at an opportunity lifted his glass to Humanity and, when the toast had been drunk, he threw open a window significantly. | [('Rivière', 'NNP'), (',', ','), ('not', 'RB'), ('wholly', 'RB'), ('ingenuously', 'RB'), (',', ','), ('undertook', 'NN'), ('to', 'TO'), ('explain', 'VB'), ('to', 'TO'), ('Jimmy', 'NNP'), ('the', 'DT'), ('triumph', 'NN'), ('of', 'IN'), ('the', 'DT'), ('French', 'JJ'), ('mechanicians', 'NNS'), ('.', '.')] | [('Rivière', 'PROPN'), (',', 'PUNCT'), ('not', 'PART'), ('wholly', 'ADV'), ('ingenuously', 'ADV'), (',', 'PUNCT'), ('undertook', 'VERB'), ('to', 'PART'), ('explain', 'VERB'), ('to', 'ADP'), ('Jimmy', 'PROPN'), ('the', 'DET'), ('triumph', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('French', 'ADJ'), ('mechanicians', 'NOUN'), ('.', 'PUNCT')] | [('Jimmy', 'PERSON'), ('French', 'NORP')] | [('Rivière', 'nsubj', 'undertook'), (',', 'punct', 'Rivière'), ('not', 'neg', 'ingenuously'), ('wholly', 'advmod', 'ingenuously'), ('ingenuously', 'advmod', 'Rivière'), (',', 'punct', 'undertook'), ('undertook', 'ROOT', 'undertook'), ('to', 'aux', 'explain'), ('explain', 'xcomp', 'undertook'), ('to', 'prep', 'explain'), ('Jimmy', 'pobj', 'to'), ('the', 'det', 'triumph'), ('triumph', 'dobj', 'explain'), ('of', 'prep', 'triumph'), ('the', 'det', 'mechanicians'), ('French', 'amod', 'mechanicians'), ('mechanicians', 'pobj', 'of'), ('.', 'punct', 'undertook')] |
That night the city wore the mask of a capital. | [('The', 'DT'), ('resonant', 'JJ'), ('voice', 'NN'), ('of', 'IN'), ('the', 'DT'), ('Hungarian', 'NNP'), ('was', 'VBD'), ('about', 'IN'), ('to', 'TO'), ('prevail', 'VB'), ('in', 'IN'), ('ridicule', 'NN'), ('of', 'IN'), ('the', 'DT'), ('spurious', 'JJ'), ('lutes', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('romantic', 'JJ'), ('painters', 'NNS'), ('when', 'WRB'), ('Ségouin', 'NNP'), ('shepherded', 'VBD'), ('his', 'PRP$'), ('party', 'NN'), ('into', 'IN'), ('politics', 'NNS'), ('.', '.')] | [('The', 'DET'), ('resonant', 'ADJ'), ('voice', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('Hungarian', 'PROPN'), ('was', 'AUX'), ('about', 'ADJ'), ('to', 'PART'), ('prevail', 'VERB'), ('in', 'ADP'), ('ridicule', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('spurious', 'ADJ'), ('lutes', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('romantic', 'ADJ'), ('painters', 'NOUN'), ('when', 'SCONJ'), ('Ségouin', 'PROPN'), ('shepherded', 'VERB'), ('his', 'PRON'), ('party', 'NOUN'), ('into', 'ADP'), ('politics', 'NOUN'), ('.', 'PUNCT')] | [('Hungarian', 'NORP'), ('Ségouin', 'PERSON')] | [('The', 'det', 'voice'), ('resonant', 'amod', 'voice'), ('voice', 'nsubj', 'was'), ('of', 'prep', 'voice'), ('the', 'det', 'Hungarian'), ('Hungarian', 'pobj', 'of'), ('was', 'ROOT', 'was'), ('about', 'acomp', 'was'), ('to', 'aux', 'prevail'), ('prevail', 'xcomp', 'about'), ('in', 'prep', 'prevail'), ('ridicule', 'pobj', 'in'), ('of', 'prep', 'ridicule'), ('the', 'det', 'lutes'), ('spurious', 'amod', 'lutes'), ('lutes', 'pobj', 'of'), ('of', 'prep', 'lutes'), ('the', 'det', 'painters'), ('romantic', 'amod', 'painters'), ('painters', 'pobj', 'of'), ('when', 'advmod', 'shepherded'), ('Ségouin', 'nsubj', 'shepherded'), ('shepherded', 'advcl', 'prevail'), ('his', 'poss', 'party'), ('party', 'dobj', 'shepherded'), ('into', 'prep', 'shepherded'), ('politics', 'pobj', 'into'), ('.', 'punct', 'was')] |
The five young men strolled along Stephen’s Green in a faint cloud of aromatic smoke. | [('Here', 'RB'), ('was', 'VBD'), ('congenial', 'JJ'), ('ground', 'NN'), ('for', 'IN'), ('all', 'DT'), ('.', '.')] | [('Here', 'ADV'), ('was', 'AUX'), ('congenial', 'ADJ'), ('ground', 'NOUN'), ('for', 'ADP'), ('all', 'PRON'), ('.', 'PUNCT')] | [] | [('Here', 'advmod', 'was'), ('was', 'ROOT', 'was'), ('congenial', 'amod', 'ground'), ('ground', 'nsubj', 'was'), ('for', 'prep', 'was'), ('all', 'pobj', 'for'), ('.', 'punct', 'was')] |
They talked loudly and gaily and their cloaks dangled from their shoulders. | [('Jimmy', 'NNP'), (',', ','), ('under', 'IN'), ('generous', 'JJ'), ('influences', 'NNS'), (',', ','), ('felt', 'VBD'), ('the', 'DT'), ('buried', 'JJ'), ('zeal', 'NN'), ('of', 'IN'), ('his', 'PRP$'), ('father', 'NN'), ('wake', 'NN'), ('to', 'TO'), ('life', 'NN'), ('within', 'IN'), ('him', 'PRP'), (':', ':'), ('he', 'PRP'), ('aroused', 'VBD'), ('the', 'DT'), ('torpid', 'JJ'), ('Routh', 'NNP'), ('at', 'IN'), ('last', 'JJ'), ('.', '.')] | [('Jimmy', 'PROPN'), (',', 'PUNCT'), ('under', 'ADP'), ('generous', 'ADJ'), ('influences', 'NOUN'), (',', 'PUNCT'), ('felt', 'VERB'), ('the', 'DET'), ('buried', 'VERB'), ('zeal', 'NOUN'), ('of', 'ADP'), ('his', 'PRON'), ('father', 'NOUN'), ('wake', 'VERB'), ('to', 'ADP'), ('life', 'NOUN'), ('within', 'ADP'), ('him', 'PRON'), (':', 'PUNCT'), ('he', 'PRON'), ('aroused', 'VERB'), ('the', 'DET'), ('torpid', 'ADJ'), ('Routh', 'PROPN'), ('at', 'ADP'), ('last', 'ADV'), ('.', 'PUNCT')] | [('Jimmy', 'PERSON'), ('Routh', 'ORG')] | [('Jimmy', 'nsubj', 'felt'), (',', 'punct', 'felt'), ('under', 'prep', 'felt'), ('generous', 'amod', 'influences'), ('influences', 'pobj', 'under'), (',', 'punct', 'felt'), ('felt', 'ccomp', 'aroused'), ('the', 'det', 'zeal'), ('buried', 'amod', 'zeal'), ('zeal', 'nsubj', 'wake'), ('of', 'prep', 'zeal'), ('his', 'poss', 'father'), ('father', 'pobj', 'of'), ('wake', 'ccomp', 'felt'), ('to', 'prep', 'wake'), ('life', 'pobj', 'to'), ('within', 'prep', 'wake'), ('him', 'pobj', 'within'), (':', 'punct', 'aroused'), ('he', 'nsubj', 'aroused'), ('aroused', 'ROOT', 'aroused'), ('the', 'det', 'Routh'), ('torpid', 'amod', 'Routh'), ('Routh', 'dobj', 'aroused'), ('at', 'prep', 'aroused'), ('last', 'pobj', 'at'), ('.', 'punct', 'aroused')] |
The people made way for them. | [('The', 'DT'), ('room', 'NN'), ('grew', 'VBD'), ('doubly', 'RB'), ('hot', 'JJ'), ('and', 'CC'), ('Ségouin', 'NNP'), ('’', 'NNP'), ('s', 'NN'), ('task', 'NN'), ('grew', 'VBD'), ('harder', 'JJR'), ('each', 'DT'), ('moment', 'NN'), (':', ':'), ('there', 'EX'), ('was', 'VBD'), ('even', 'RB'), ('danger', 'JJR'), ('of', 'IN'), ('personal', 'JJ'), ('spite', 'NN'), ('.', '.')] | [('The', 'DET'), ('room', 'NOUN'), ('grew', 'VERB'), ('doubly', 'ADV'), ('hot', 'ADJ'), ('and', 'CCONJ'), ('Ségouin', 'PROPN'), ('’s', 'PART'), ('task', 'NOUN'), ('grew', 'VERB'), ('harder', 'ADV'), ('each', 'DET'), ('moment', 'NOUN'), (':', 'PUNCT'), ('there', 'PRON'), ('was', 'VERB'), ('even', 'ADV'), ('danger', 'NOUN'), ('of', 'ADP'), ('personal', 'ADJ'), ('spite', 'NOUN'), ('.', 'PUNCT')] | [('Ségouin', 'PERSON')] | [('The', 'det', 'room'), ('room', 'nsubj', 'grew'), ('grew', 'ROOT', 'grew'), ('doubly', 'advmod', 'hot'), ('hot', 'acomp', 'grew'), ('and', 'cc', 'grew'), ('Ségouin', 'poss', 'task'), ('’s', 'case', 'Ségouin'), ('task', 'nsubj', 'grew'), ('grew', 'ccomp', 'was'), ('harder', 'advmod', 'grew'), ('each', 'det', 'moment'), ('moment', 'npadvmod', 'grew'), (':', 'punct', 'was'), ('there', 'expl', 'was'), ('was', 'conj', 'grew'), ('even', 'advmod', 'danger'), ('danger', 'attr', 'was'), ('of', 'prep', 'danger'), ('personal', 'amod', 'spite'), ('spite', 'pobj', 'of'), ('.', 'punct', 'was')] |
At the corner of Grafton Street a short fat man was putting two handsome ladies on a car in charge of another fat man. | [('The', 'DT'), ('alert', 'NN'), ('host', 'NN'), ('at', 'IN'), ('an', 'DT'), ('opportunity', 'NN'), ('lifted', 'VBD'), ('his', 'PRP$'), ('glass', 'NN'), ('to', 'TO'), ('Humanity', 'NNP'), ('and', 'CC'), (',', ','), ('when', 'WRB'), ('the', 'DT'), ('toast', 'NN'), ('had', 'VBD'), ('been', 'VBN'), ('drunk', 'RB'), (',', ','), ('he', 'PRP'), ('threw', 'VBD'), ('open', 'RP'), ('a', 'DT'), ('window', 'NN'), ('significantly', 'RB'), ('.', '.')] | [('The', 'DET'), ('alert', 'ADJ'), ('host', 'NOUN'), ('at', 'ADP'), ('an', 'DET'), ('opportunity', 'NOUN'), ('lifted', 'VERB'), ('his', 'PRON'), ('glass', 'NOUN'), ('to', 'ADP'), ('Humanity', 'PROPN'), ('and', 'CCONJ'), (',', 'PUNCT'), ('when', 'SCONJ'), ('the', 'DET'), ('toast', 'NOUN'), ('had', 'AUX'), ('been', 'AUX'), ('drunk', 'ADJ'), (',', 'PUNCT'), ('he', 'PRON'), ('threw', 'VERB'), ('open', 'ADV'), ('a', 'DET'), ('window', 'NOUN'), ('significantly', 'ADV'), ('.', 'PUNCT')] | [('Humanity', 'NORP')] | [('The', 'det', 'host'), ('alert', 'amod', 'host'), ('host', 'nsubj', 'lifted'), ('at', 'prep', 'host'), ('an', 'det', 'opportunity'), ('opportunity', 'pobj', 'at'), ('lifted', 'ROOT', 'lifted'), ('his', 'poss', 'glass'), ('glass', 'dobj', 'lifted'), ('to', 'prep', 'lifted'), ('Humanity', 'pobj', 'to'), ('and', 'cc', 'lifted'), (',', 'punct', 'threw'), ('when', 'advmod', 'been'), ('the', 'det', 'toast'), ('toast', 'nsubj', 'been'), ('had', 'aux', 'been'), ('been', 'advcl', 'threw'), ('drunk', 'acomp', 'been'), (',', 'punct', 'threw'), ('he', 'nsubj', 'threw'), ('threw', 'conj', 'lifted'), ('open', 'advmod', 'threw'), ('a', 'det', 'window'), ('window', 'dobj', 'threw'), ('significantly', 'advmod', 'threw'), ('.', 'punct', 'lifted')] |
The car drove off and the short fat man caught sight of the party. | [('That', 'DT'), ('night', 'NN'), ('the', 'DT'), ('city', 'NN'), ('wore', 'VBD'), ('the', 'DT'), ('mask', 'NN'), ('of', 'IN'), ('a', 'DT'), ('capital', 'NN'), ('.', '.')] | [('That', 'DET'), ('night', 'NOUN'), ('the', 'DET'), ('city', 'NOUN'), ('wore', 'VERB'), ('the', 'DET'), ('mask', 'NOUN'), ('of', 'ADP'), ('a', 'DET'), ('capital', 'NOUN'), ('.', 'PUNCT')] | [] | [('That', 'det', 'night'), ('night', 'npadvmod', 'wore'), ('the', 'det', 'city'), ('city', 'nsubj', 'wore'), ('wore', 'ROOT', 'wore'), ('the', 'det', 'mask'), ('mask', 'dobj', 'wore'), ('of', 'prep', 'mask'), ('a', 'det', 'capital'), ('capital', 'pobj', 'of'), ('.', 'punct', 'wore')] |
“André.” “It’s Farley!” A torrent of talk followed. | [('The', 'DT'), ('five', 'CD'), ('young', 'JJ'), ('men', 'NNS'), ('strolled', 'VBD'), ('along', 'RB'), ('Stephen', 'NNP'), ('’', 'NNP'), ('s', 'VBD'), ('Green', 'NNP'), ('in', 'IN'), ('a', 'DT'), ('faint', 'JJ'), ('cloud', 'NN'), ('of', 'IN'), ('aromatic', 'JJ'), ('smoke', 'NN'), ('.', '.')] | [('The', 'DET'), ('five', 'NUM'), ('young', 'ADJ'), ('men', 'NOUN'), ('strolled', 'VERB'), ('along', 'ADP'), ('Stephen', 'PROPN'), ('’s', 'PART'), ('Green', 'PROPN'), ('in', 'ADP'), ('a', 'DET'), ('faint', 'ADJ'), ('cloud', 'NOUN'), ('of', 'ADP'), ('aromatic', 'ADJ'), ('smoke', 'NOUN'), ('.', 'PUNCT')] | [('five', 'CARDINAL'), ('Stephen’s Green', 'WORK_OF_ART')] | [('The', 'det', 'men'), ('five', 'nummod', 'men'), ('young', 'amod', 'men'), ('men', 'nsubj', 'strolled'), ('strolled', 'ROOT', 'strolled'), ('along', 'prep', 'strolled'), ('Stephen', 'poss', 'Green'), ('’s', 'case', 'Stephen'), ('Green', 'pobj', 'along'), ('in', 'prep', 'strolled'), ('a', 'det', 'cloud'), ('faint', 'amod', 'cloud'), ('cloud', 'pobj', 'in'), ('of', 'prep', 'cloud'), ('aromatic', 'amod', 'smoke'), ('smoke', 'pobj', 'of'), ('.', 'punct', 'strolled')] |
Farley was an American. | [('They', 'PRP'), ('talked', 'VBD'), ('loudly', 'RB'), ('and', 'CC'), ('gaily', 'RB'), ('and', 'CC'), ('their', 'PRP$'), ('cloaks', 'NNS'), ('dangled', 'VBN'), ('from', 'IN'), ('their', 'PRP$'), ('shoulders', 'NNS'), ('.', '.')] | [('They', 'PRON'), ('talked', 'VERB'), ('loudly', 'ADV'), ('and', 'CCONJ'), ('gaily', 'ADV'), ('and', 'CCONJ'), ('their', 'PRON'), ('cloaks', 'NOUN'), ('dangled', 'VERB'), ('from', 'ADP'), ('their', 'PRON'), ('shoulders', 'NOUN'), ('.', 'PUNCT')] | [] | [('They', 'nsubj', 'talked'), ('talked', 'ROOT', 'talked'), ('loudly', 'advmod', 'talked'), ('and', 'cc', 'loudly'), ('gaily', 'conj', 'loudly'), ('and', 'cc', 'talked'), ('their', 'poss', 'cloaks'), ('cloaks', 'nsubj', 'dangled'), ('dangled', 'conj', 'talked'), ('from', 'prep', 'dangled'), ('their', 'poss', 'shoulders'), ('shoulders', 'pobj', 'from'), ('.', 'punct', 'talked')] |
No one knew very well what the talk was about. | [('The', 'DT'), ('people', 'NNS'), ('made', 'VBD'), ('way', 'NN'), ('for', 'IN'), ('them', 'PRP'), ('.', '.')] | [('The', 'DET'), ('people', 'NOUN'), ('made', 'VERB'), ('way', 'NOUN'), ('for', 'ADP'), ('them', 'PRON'), ('.', 'PUNCT')] | [] | [('The', 'det', 'people'), ('people', 'nsubj', 'made'), ('made', 'ROOT', 'made'), ('way', 'dobj', 'made'), ('for', 'dative', 'made'), ('them', 'pobj', 'for'), ('.', 'punct', 'made')] |
Villona and Rivière were the noisiest, but all the men were excited. | [('At', 'IN'), ('the', 'DT'), ('corner', 'NN'), ('of', 'IN'), ('Grafton', 'NNP'), ('Street', 'NNP'), ('a', 'DT'), ('short', 'JJ'), ('fat', 'NN'), ('man', 'NN'), ('was', 'VBD'), ('putting', 'VBG'), ('two', 'CD'), ('handsome', 'JJ'), ('ladies', 'NNS'), ('on', 'IN'), ('a', 'DT'), ('car', 'NN'), ('in', 'IN'), ('charge', 'NN'), ('of', 'IN'), ('another', 'DT'), ('fat', 'JJ'), ('man', 'NN'), ('.', '.')] | [('At', 'ADP'), ('the', 'DET'), ('corner', 'NOUN'), ('of', 'ADP'), ('Grafton', 'PROPN'), ('Street', 'PROPN'), ('a', 'DET'), ('short', 'ADJ'), ('fat', 'ADJ'), ('man', 'NOUN'), ('was', 'AUX'), ('putting', 'VERB'), ('two', 'NUM'), ('handsome', 'ADJ'), ('ladies', 'NOUN'), ('on', 'ADP'), ('a', 'DET'), ('car', 'NOUN'), ('in', 'ADP'), ('charge', 'NOUN'), ('of', 'ADP'), ('another', 'DET'), ('fat', 'ADJ'), ('man', 'NOUN'), ('.', 'PUNCT')] | [('Grafton Street', 'ORG'), ('two', 'CARDINAL')] | [('At', 'prep', 'putting'), ('the', 'det', 'corner'), ('corner', 'pobj', 'At'), ('of', 'prep', 'corner'), ('Grafton', 'compound', 'Street'), ('Street', 'pobj', 'of'), ('a', 'det', 'man'), ('short', 'amod', 'fat'), ('fat', 'amod', 'man'), ('man', 'nsubj', 'putting'), ('was', 'aux', 'putting'), ('putting', 'ROOT', 'putting'), ('two', 'nummod', 'ladies'), ('handsome', 'amod', 'ladies'), ('ladies', 'dobj', 'putting'), ('on', 'prep', 'putting'), ('a', 'det', 'car'), ('car', 'pobj', 'on'), ('in', 'prep', 'car'), ('charge', 'pobj', 'in'), ('of', 'prep', 'charge'), ('another', 'det', 'man'), ('fat', 'amod', 'man'), ('man', 'pobj', 'of'), ('.', 'punct', 'putting')] |
They got up on a car, squeezing themselves together amid much laughter. | [('The', 'DT'), ('car', 'NN'), ('drove', 'VBD'), ('off', 'RB'), ('and', 'CC'), ('the', 'DT'), ('short', 'JJ'), ('fat', 'NN'), ('man', 'NN'), ('caught', 'VBD'), ('sight', 'NN'), ('of', 'IN'), ('the', 'DT'), ('party', 'NN'), ('.', '.')] | [('The', 'DET'), ('car', 'NOUN'), ('drove', 'VERB'), ('off', 'ADP'), ('and', 'CCONJ'), ('the', 'DET'), ('short', 'ADJ'), ('fat', 'ADJ'), ('man', 'NOUN'), ('caught', 'VERB'), ('sight', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('party', 'NOUN'), ('.', 'PUNCT')] | [] | [('The', 'det', 'car'), ('car', 'nsubj', 'drove'), ('drove', 'ROOT', 'drove'), ('off', 'prt', 'drove'), ('and', 'cc', 'drove'), ('the', 'det', 'man'), ('short', 'amod', 'man'), ('fat', 'amod', 'man'), ('man', 'nsubj', 'caught'), ('caught', 'conj', 'drove'), ('sight', 'dobj', 'caught'), ('of', 'prep', 'sight'), ('the', 'det', 'party'), ('party', 'pobj', 'of'), ('.', 'punct', 'drove')] |
They drove by the crowd, blended now into soft colours, to a music of merry bells. | [('“', 'JJ'), ('André.', 'NNP'), ('”', 'NNP'), ('“', 'VBD'), ('It', 'PRP'), ('’', 'NNP'), ('s', 'VBD'), ('Farley', 'NNP'), ('!', '.'), ('”', 'VB'), ('A', 'DT'), ('torrent', 'NN'), ('of', 'IN'), ('talk', 'NN'), ('followed', 'VBN'), ('.', '.')] | [('“', 'PUNCT'), ('André', 'PROPN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('It', 'PRON'), ('’s', 'VERB'), ('Farley', 'PROPN'), ('!', 'PUNCT'), ('”', 'PUNCT'), ('A', 'DET'), ('torrent', 'NOUN'), ('of', 'ADP'), ('talk', 'NOUN'), ('followed', 'VERB'), ('.', 'PUNCT')] | [('It’s Farley', 'WORK_OF_ART')] | [('“', 'punct', 'André'), ('André', 'ROOT', 'André'), ('.', 'punct', 'André'), ('”', 'punct', 'André'), ('“', 'punct', '’s'), ('It', 'nsubj', '’s'), ('’s', 'ROOT', '’s'), ('Farley', 'attr', '’s'), ('!', 'punct', '’s'), ('”', 'punct', '’s'), ('A', 'det', 'torrent'), ('torrent', 'nsubj', 'followed'), ('of', 'prep', 'torrent'), ('talk', 'pobj', 'of'), ('followed', 'ROOT', 'followed'), ('.', 'punct', 'followed')] |
They took the train at Westland Row and in a few seconds, as it seemed to Jimmy, they were walking out of Kingstown Station. | [('Farley', 'NNP'), ('was', 'VBD'), ('an', 'DT'), ('American', 'JJ'), ('.', '.')] | [('Farley', 'PROPN'), ('was', 'AUX'), ('an', 'DET'), ('American', 'PROPN'), ('.', 'PUNCT')] | [('Farley', 'ORG'), ('American', 'NORP')] | [('Farley', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('an', 'det', 'American'), ('American', 'attr', 'was'), ('.', 'punct', 'was')] |
The ticket-collector saluted Jimmy; he was an old man: “Fine night, sir!” It was a serene summer night; the harbour lay like a darkened mirror at their feet. | [('No', 'DT'), ('one', 'CD'), ('knew', 'VBD'), ('very', 'RB'), ('well', 'RB'), ('what', 'WP'), ('the', 'DT'), ('talk', 'NN'), ('was', 'VBD'), ('about', 'RB'), ('.', '.')] | [('No', 'DET'), ('one', 'NOUN'), ('knew', 'VERB'), ('very', 'ADV'), ('well', 'ADV'), ('what', 'PRON'), ('the', 'DET'), ('talk', 'NOUN'), ('was', 'AUX'), ('about', 'ADP'), ('.', 'PUNCT')] | [] | [('No', 'det', 'one'), ('one', 'nsubj', 'knew'), ('knew', 'ROOT', 'knew'), ('very', 'advmod', 'well'), ('well', 'advmod', 'knew'), ('what', 'pobj', 'about'), ('the', 'det', 'talk'), ('talk', 'nsubj', 'was'), ('was', 'ccomp', 'knew'), ('about', 'prep', 'was'), ('.', 'punct', 'knew')] |
They proceeded towards it with linked arms, singing Cadet Roussel in chorus, stamping their feet at every: “Ho! | [('Villona', 'NNP'), ('and', 'CC'), ('Rivière', 'NNP'), ('were', 'VBD'), ('the', 'DT'), ('noisiest', 'JJS'), (',', ','), ('but', 'CC'), ('all', 'PDT'), ('the', 'DT'), ('men', 'NNS'), ('were', 'VBD'), ('excited', 'VBN'), ('.', '.')] | [('Villona', 'PROPN'), ('and', 'CCONJ'), ('Rivière', 'PROPN'), ('were', 'AUX'), ('the', 'DET'), ('noisiest', 'ADJ'), (',', 'PUNCT'), ('but', 'CCONJ'), ('all', 'DET'), ('the', 'DET'), ('men', 'NOUN'), ('were', 'AUX'), ('excited', 'ADJ'), ('.', 'PUNCT')] | [('Villona', 'GPE'), ('Rivière', 'ORG')] | [('Villona', 'nsubj', 'were'), ('and', 'cc', 'Villona'), ('Rivière', 'conj', 'Villona'), ('were', 'ROOT', 'were'), ('the', 'det', 'noisiest'), ('noisiest', 'attr', 'were'), (',', 'punct', 'were'), ('but', 'cc', 'were'), ('all', 'predet', 'men'), ('the', 'det', 'men'), ('men', 'nsubj', 'were'), ('were', 'conj', 'were'), ('excited', 'acomp', 'were'), ('.', 'punct', 'were')] |
Ho! | [('They', 'PRP'), ('got', 'VBD'), ('up', 'RB'), ('on', 'IN'), ('a', 'DT'), ('car', 'NN'), (',', ','), ('squeezing', 'VBG'), ('themselves', 'PRP'), ('together', 'RB'), ('amid', 'IN'), ('much', 'JJ'), ('laughter', 'NN'), ('.', '.')] | [('They', 'PRON'), ('got', 'VERB'), ('up', 'ADP'), ('on', 'ADP'), ('a', 'DET'), ('car', 'NOUN'), (',', 'PUNCT'), ('squeezing', 'VERB'), ('themselves', 'PRON'), ('together', 'ADV'), ('amid', 'ADP'), ('much', 'ADJ'), ('laughter', 'NOUN'), ('.', 'PUNCT')] | [] | [('They', 'nsubj', 'got'), ('got', 'ROOT', 'got'), ('up', 'prt', 'got'), ('on', 'prep', 'got'), ('a', 'det', 'car'), ('car', 'pobj', 'on'), (',', 'punct', 'got'), ('squeezing', 'advcl', 'got'), ('themselves', 'dobj', 'squeezing'), ('together', 'advmod', 'squeezing'), ('amid', 'prep', 'squeezing'), ('much', 'amod', 'laughter'), ('laughter', 'pobj', 'amid'), ('.', 'punct', 'got')] |
Hohé, vraiment!” They got into a rowboat at the slip and made out for the American’s yacht. | [('They', 'PRP'), ('drove', 'VBD'), ('by', 'IN'), ('the', 'DT'), ('crowd', 'NN'), (',', ','), ('blended', 'VBN'), ('now', 'RB'), ('into', 'IN'), ('soft', 'JJ'), ('colours', 'NNS'), (',', ','), ('to', 'TO'), ('a', 'DT'), ('music', 'NN'), ('of', 'IN'), ('merry', 'NN'), ('bells', 'NNS'), ('.', '.')] | [('They', 'PRON'), ('drove', 'VERB'), ('by', 'ADP'), ('the', 'DET'), ('crowd', 'NOUN'), (',', 'PUNCT'), ('blended', 'VERB'), ('now', 'ADV'), ('into', 'ADP'), ('soft', 'ADJ'), ('colours', 'NOUN'), (',', 'PUNCT'), ('to', 'ADP'), ('a', 'DET'), ('music', 'NOUN'), ('of', 'ADP'), ('merry', 'ADJ'), ('bells', 'NOUN'), ('.', 'PUNCT')] | [] | [('They', 'nsubj', 'drove'), ('drove', 'ROOT', 'drove'), ('by', 'prep', 'drove'), ('the', 'det', 'crowd'), ('crowd', 'pobj', 'by'), (',', 'punct', 'drove'), ('blended', 'advcl', 'drove'), ('now', 'advmod', 'blended'), ('into', 'prep', 'blended'), ('soft', 'amod', 'colours'), ('colours', 'pobj', 'into'), (',', 'punct', 'blended'), ('to', 'prep', 'blended'), ('a', 'det', 'music'), ('music', 'pobj', 'to'), ('of', 'prep', 'music'), ('merry', 'amod', 'bells'), ('bells', 'pobj', 'of'), ('.', 'punct', 'drove')] |
There was to be supper, music, cards. | [('They', 'PRP'), ('took', 'VBD'), ('the', 'DT'), ('train', 'NN'), ('at', 'IN'), ('Westland', 'NNP'), ('Row', 'NNP'), ('and', 'CC'), ('in', 'IN'), ('a', 'DT'), ('few', 'JJ'), ('seconds', 'NNS'), (',', ','), ('as', 'IN'), ('it', 'PRP'), ('seemed', 'VBD'), ('to', 'TO'), ('Jimmy', 'NNP'), (',', ','), ('they', 'PRP'), ('were', 'VBD'), ('walking', 'VBG'), ('out', 'IN'), ('of', 'IN'), ('Kingstown', 'NNP'), ('Station', 'NNP'), ('.', '.')] | [('They', 'PRON'), ('took', 'VERB'), ('the', 'DET'), ('train', 'NOUN'), ('at', 'ADP'), ('Westland', 'PROPN'), ('Row', 'PROPN'), ('and', 'CCONJ'), ('in', 'ADP'), ('a', 'DET'), ('few', 'ADJ'), ('seconds', 'NOUN'), (',', 'PUNCT'), ('as', 'SCONJ'), ('it', 'PRON'), ('seemed', 'VERB'), ('to', 'ADP'), ('Jimmy', 'PROPN'), (',', 'PUNCT'), ('they', 'PRON'), ('were', 'AUX'), ('walking', 'VERB'), ('out', 'ADP'), ('of', 'ADP'), ('Kingstown', 'PROPN'), ('Station', 'PROPN'), ('.', 'PUNCT')] | [('Westland Row', 'FAC'), ('a few seconds', 'TIME'), ('Jimmy', 'PERSON'), ('Kingstown Station', 'ORG')] | [('They', 'nsubj', 'took'), ('took', 'ROOT', 'took'), ('the', 'det', 'train'), ('train', 'dobj', 'took'), ('at', 'prep', 'took'), ('Westland', 'compound', 'Row'), ('Row', 'pobj', 'at'), ('and', 'cc', 'at'), ('in', 'conj', 'at'), ('a', 'det', 'seconds'), ('few', 'amod', 'seconds'), ('seconds', 'pobj', 'in'), (',', 'punct', 'took'), ('as', 'mark', 'seemed'), ('it', 'nsubj', 'seemed'), ('seemed', 'advcl', 'walking'), ('to', 'prep', 'seemed'), ('Jimmy', 'pobj', 'to'), (',', 'punct', 'walking'), ('they', 'nsubj', 'walking'), ('were', 'aux', 'walking'), ('walking', 'advcl', 'took'), ('out', 'prep', 'walking'), ('of', 'prep', 'out'), ('Kingstown', 'compound', 'Station'), ('Station', 'pobj', 'of'), ('.', 'punct', 'took')] |
Villona said with conviction: “It is delightful!” There was a yacht piano in the cabin. | [('The', 'DT'), ('ticket-collector', 'NN'), ('saluted', 'VBD'), ('Jimmy', 'NNP'), (';', ':'), ('he', 'PRP'), ('was', 'VBD'), ('an', 'DT'), ('old', 'JJ'), ('man', 'NN'), (':', ':'), ('“', 'JJ'), ('Fine', 'NNP'), ('night', 'NN'), (',', ','), ('sir', 'NN'), ('!', '.'), ('”', 'NN'), ('It', 'PRP'), ('was', 'VBD'), ('a', 'DT'), ('serene', 'JJ'), ('summer', 'NN'), ('night', 'NN'), (';', ':'), ('the', 'DT'), ('harbour', 'NN'), ('lay', 'NN'), ('like', 'IN'), ('a', 'DT'), ('darkened', 'JJ'), ('mirror', 'NN'), ('at', 'IN'), ('their', 'PRP$'), ('feet', 'NNS'), ('.', '.')] | [('The', 'DET'), ('ticket', 'NOUN'), ('-', 'PUNCT'), ('collector', 'NOUN'), ('saluted', 'VERB'), ('Jimmy', 'PROPN'), (';', 'PUNCT'), ('he', 'PRON'), ('was', 'AUX'), ('an', 'DET'), ('old', 'ADJ'), ('man', 'NOUN'), (':', 'PUNCT'), ('“', 'PUNCT'), ('Fine', 'ADJ'), ('night', 'NOUN'), (',', 'PUNCT'), ('sir', 'PROPN'), ('!', 'PUNCT'), ('”', 'PUNCT'), ('It', 'PRON'), ('was', 'AUX'), ('a', 'DET'), ('serene', 'ADJ'), ('summer', 'NOUN'), ('night', 'NOUN'), (';', 'PUNCT'), ('the', 'DET'), ('harbour', 'NOUN'), ('lay', 'VERB'), ('like', 'ADP'), ('a', 'DET'), ('darkened', 'VERB'), ('mirror', 'NOUN'), ('at', 'ADP'), ('their', 'PRON'), ('feet', 'NOUN'), ('.', 'PUNCT')] | [('Jimmy', 'PERSON'), ('summer night', 'TIME')] | [('The', 'det', 'collector'), ('ticket', 'compound', 'collector'), ('-', 'punct', 'collector'), ('collector', 'nsubj', 'saluted'), ('saluted', 'ccomp', 'was'), ('Jimmy', 'dobj', 'saluted'), (';', 'punct', 'was'), ('he', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('an', 'det', 'man'), ('old', 'amod', 'man'), ('man', 'attr', 'was'), (':', 'punct', 'man'), ('“', 'punct', 'man'), ('Fine', 'amod', 'night'), ('night', 'appos', 'man'), (',', 'punct', 'night'), ('sir', 'appos', 'man'), ('!', 'punct', 'was'), ('”', 'punct', 'was'), ('It', 'nsubj', 'was'), ('was', 'ccomp', 'lay'), ('a', 'det', 'night'), ('serene', 'amod', 'night'), ('summer', 'compound', 'night'), ('night', 'attr', 'was'), (';', 'punct', 'lay'), ('the', 'det', 'harbour'), ('harbour', 'nsubj', 'lay'), ('lay', 'ROOT', 'lay'), ('like', 'prep', 'lay'), ('a', 'det', 'mirror'), ('darkened', 'amod', 'mirror'), ('mirror', 'pobj', 'like'), ('at', 'prep', 'lay'), ('their', 'poss', 'feet'), ('feet', 'pobj', 'at'), ('.', 'punct', 'lay')] |
Villona played a waltz for Farley and Rivière, Farley acting as cavalier and Rivière as lady. | [('They', 'PRP'), ('proceeded', 'VBD'), ('towards', 'NNS'), ('it', 'PRP'), ('with', 'IN'), ('linked', 'VBN'), ('arms', 'NNS'), (',', ','), ('singing', 'VBG'), ('Cadet', 'NNP'), ('Roussel', 'NNP'), ('in', 'IN'), ('chorus', 'NN'), (',', ','), ('stamping', 'VBG'), ('their', 'PRP$'), ('feet', 'NNS'), ('at', 'IN'), ('every', 'DT'), (':', ':'), ('“', 'NN'), ('Ho', 'NN'), ('!', '.')] | [('They', 'PRON'), ('proceeded', 'VERB'), ('towards', 'ADP'), ('it', 'PRON'), ('with', 'ADP'), ('linked', 'VERB'), ('arms', 'NOUN'), (',', 'PUNCT'), ('singing', 'VERB'), ('Cadet', 'PROPN'), ('Roussel', 'PROPN'), ('in', 'ADP'), ('chorus', 'NOUN'), (',', 'PUNCT'), ('stamping', 'VERB'), ('their', 'PRON'), ('feet', 'NOUN'), ('at', 'ADP'), ('every', 'PRON'), (':', 'PUNCT'), ('“', 'PUNCT'), ('Ho', 'PROPN'), ('!', 'PUNCT')] | [('Cadet Roussel', 'PERSON')] | [('They', 'nsubj', 'proceeded'), ('proceeded', 'ROOT', 'proceeded'), ('towards', 'prep', 'proceeded'), ('it', 'pobj', 'towards'), ('with', 'prep', 'proceeded'), ('linked', 'amod', 'arms'), ('arms', 'pobj', 'with'), (',', 'punct', 'proceeded'), ('singing', 'advcl', 'proceeded'), ('Cadet', 'compound', 'Roussel'), ('Roussel', 'dobj', 'singing'), ('in', 'prep', 'singing'), ('chorus', 'pobj', 'in'), (',', 'punct', 'singing'), ('stamping', 'conj', 'singing'), ('their', 'poss', 'feet'), ('feet', 'dobj', 'stamping'), ('at', 'prep', 'stamping'), ('every', 'pobj', 'at'), (':', 'punct', 'proceeded'), ('“', 'punct', 'proceeded'), ('Ho', 'npadvmod', 'proceeded'), ('!', 'punct', 'proceeded')] |
Then an impromptu square dance, the men devising original figures. | [('Ho', 'NN'), ('!', '.')] | [('Ho', 'PROPN'), ('!', 'PUNCT')] | [] | [('Ho', 'ROOT', 'Ho'), ('!', 'punct', 'Ho')] |
What merriment! | [('Hohé', 'NNP'), (',', ','), ('vraiment', 'NN'), ('!', '.'), ('”', 'NN'), ('They', 'PRP'), ('got', 'VBD'), ('into', 'IN'), ('a', 'DT'), ('rowboat', 'NN'), ('at', 'IN'), ('the', 'DT'), ('slip', 'NN'), ('and', 'CC'), ('made', 'VBD'), ('out', 'RP'), ('for', 'IN'), ('the', 'DT'), ('American', 'JJ'), ('’', 'NNP'), ('s', 'NN'), ('yacht', 'NN'), ('.', '.')] | [('Hohé', 'PROPN'), (',', 'PUNCT'), ('vraiment', 'NOUN'), ('!', 'PUNCT'), ('”', 'PUNCT'), ('They', 'PRON'), ('got', 'VERB'), ('into', 'ADP'), ('a', 'DET'), ('rowboat', 'NOUN'), ('at', 'ADP'), ('the', 'DET'), ('slip', 'NOUN'), ('and', 'CCONJ'), ('made', 'VERB'), ('out', 'ADP'), ('for', 'ADP'), ('the', 'DET'), ('American', 'PROPN'), ('’s', 'PART'), ('yacht', 'NOUN'), ('.', 'PUNCT')] | [('American', 'NORP')] | [('Hohé', 'ROOT', 'Hohé'), (',', 'punct', 'Hohé'), ('vraiment', 'appos', 'Hohé'), ('!', 'punct', 'Hohé'), ('”', 'punct', 'Hohé'), ('They', 'nsubj', 'got'), ('got', 'ROOT', 'got'), ('into', 'prep', 'got'), ('a', 'det', 'rowboat'), ('rowboat', 'pobj', 'into'), ('at', 'prep', 'got'), ('the', 'det', 'slip'), ('slip', 'pobj', 'at'), ('and', 'cc', 'got'), ('made', 'conj', 'got'), ('out', 'prt', 'made'), ('for', 'prep', 'made'), ('the', 'det', 'American'), ('American', 'poss', 'yacht'), ('’s', 'case', 'American'), ('yacht', 'pobj', 'for'), ('.', 'punct', 'got')] |
Jimmy took his part with a will; this was seeing life, at least. | [('There', 'EX'), ('was', 'VBD'), ('to', 'TO'), ('be', 'VB'), ('supper', 'JJ'), (',', ','), ('music', 'NN'), (',', ','), ('cards', 'NNS'), ('.', '.')] | [('There', 'PRON'), ('was', 'VERB'), ('to', 'PART'), ('be', 'AUX'), ('supper', 'NOUN'), (',', 'PUNCT'), ('music', 'NOUN'), (',', 'PUNCT'), ('cards', 'NOUN'), ('.', 'PUNCT')] | [] | [('There', 'expl', 'was'), ('was', 'ROOT', 'was'), ('to', 'aux', 'be'), ('be', 'xcomp', 'was'), ('supper', 'nmod', 'cards'), (',', 'punct', 'supper'), ('music', 'nmod', 'cards'), (',', 'punct', 'music'), ('cards', 'attr', 'be'), ('.', 'punct', 'was')] |
Then Farley got out of breath and cried “Stop!” A man brought in a light supper, and the young men sat down to it for form’s sake. | [('Villona', 'NNP'), ('said', 'VBD'), ('with', 'IN'), ('conviction', 'NN'), (':', ':'), ('“', 'NN'), ('It', 'PRP'), ('is', 'VBZ'), ('delightful', 'JJ'), ('!', '.'), ('”', 'NN'), ('There', 'EX'), ('was', 'VBD'), ('a', 'DT'), ('yacht', 'JJ'), ('piano', 'NN'), ('in', 'IN'), ('the', 'DT'), ('cabin', 'NN'), ('.', '.')] | [('Villona', 'PROPN'), ('said', 'VERB'), ('with', 'ADP'), ('conviction', 'NOUN'), (':', 'PUNCT'), ('“', 'PUNCT'), ('It', 'PRON'), ('is', 'AUX'), ('delightful', 'ADJ'), ('!', 'PUNCT'), ('”', 'PUNCT'), ('There', 'PRON'), ('was', 'VERB'), ('a', 'DET'), ('yacht', 'NOUN'), ('piano', 'NOUN'), ('in', 'ADP'), ('the', 'DET'), ('cabin', 'NOUN'), ('.', 'PUNCT')] | [('Villona', 'GPE')] | [('Villona', 'nsubj', 'said'), ('said', 'ROOT', 'said'), ('with', 'prep', 'said'), ('conviction', 'pobj', 'with'), (':', 'punct', 'said'), ('“', 'punct', 'said'), ('It', 'nsubj', 'is'), ('is', 'ccomp', 'said'), ('delightful', 'acomp', 'is'), ('!', 'punct', 'said'), ('”', 'punct', 'said'), ('There', 'expl', 'was'), ('was', 'ROOT', 'was'), ('a', 'det', 'piano'), ('yacht', 'compound', 'piano'), ('piano', 'attr', 'was'), ('in', 'prep', 'piano'), ('the', 'det', 'cabin'), ('cabin', 'pobj', 'in'), ('.', 'punct', 'was')] |
They drank, however: it was Bohemian. | [('Villona', 'NNP'), ('played', 'VBD'), ('a', 'DT'), ('waltz', 'NN'), ('for', 'IN'), ('Farley', 'NNP'), ('and', 'CC'), ('Rivière', 'NNP'), (',', ','), ('Farley', 'NNP'), ('acting', 'VBG'), ('as', 'IN'), ('cavalier', 'NN'), ('and', 'CC'), ('Rivière', 'NNP'), ('as', 'IN'), ('lady', 'NN'), ('.', '.')] | [('Villona', 'PROPN'), ('played', 'VERB'), ('a', 'DET'), ('waltz', 'NOUN'), ('for', 'ADP'), ('Farley', 'PROPN'), ('and', 'CCONJ'), ('Rivière', 'PROPN'), (',', 'PUNCT'), ('Farley', 'PROPN'), ('acting', 'VERB'), ('as', 'ADP'), ('cavalier', 'NOUN'), ('and', 'CCONJ'), ('Rivière', 'PROPN'), ('as', 'ADP'), ('lady', 'NOUN'), ('.', 'PUNCT')] | [('Villona', 'GPE'), ('Farley', 'PERSON'), ('Rivière', 'GPE'), ('Farley', 'ORG')] | [('Villona', 'nsubj', 'played'), ('played', 'ROOT', 'played'), ('a', 'det', 'waltz'), ('waltz', 'dobj', 'played'), ('for', 'prep', 'waltz'), ('Farley', 'pobj', 'for'), ('and', 'cc', 'Farley'), ('Rivière', 'conj', 'Farley'), (',', 'punct', 'Farley'), ('Farley', 'conj', 'Farley'), ('acting', 'acl', 'Farley'), ('as', 'prep', 'acting'), ('cavalier', 'pobj', 'as'), ('and', 'cc', 'cavalier'), ('Rivière', 'conj', 'cavalier'), ('as', 'prep', 'acting'), ('lady', 'pobj', 'as'), ('.', 'punct', 'played')] |
They drank Ireland, England, France, Hungary, the United States of America. | [('Then', 'RB'), ('an', 'DT'), ('impromptu', 'NN'), ('square', 'NN'), ('dance', 'NN'), (',', ','), ('the', 'DT'), ('men', 'NNS'), ('devising', 'VBG'), ('original', 'JJ'), ('figures', 'NNS'), ('.', '.')] | [('Then', 'ADV'), ('an', 'DET'), ('impromptu', 'ADJ'), ('square', 'ADJ'), ('dance', 'NOUN'), (',', 'PUNCT'), ('the', 'DET'), ('men', 'NOUN'), ('devising', 'VERB'), ('original', 'ADJ'), ('figures', 'NOUN'), ('.', 'PUNCT')] | [] | [('Then', 'advmod', 'dance'), ('an', 'det', 'dance'), ('impromptu', 'amod', 'dance'), ('square', 'amod', 'dance'), ('dance', 'ROOT', 'dance'), (',', 'punct', 'dance'), ('the', 'det', 'men'), ('men', 'nsubj', 'devising'), ('devising', 'relcl', 'dance'), ('original', 'amod', 'figures'), ('figures', 'dobj', 'devising'), ('.', 'punct', 'dance')] |
Jimmy made a speech, a long speech, Villona saying: “Hear! | [('What', 'WP'), ('merriment', 'NN'), ('!', '.')] | [('What', 'DET'), ('merriment', 'NOUN'), ('!', 'PUNCT')] | [] | [('What', 'det', 'merriment'), ('merriment', 'ROOT', 'merriment'), ('!', 'punct', 'merriment')] |
hear!” whenever there was a pause. | [('Jimmy', 'NNP'), ('took', 'VBD'), ('his', 'PRP$'), ('part', 'NN'), ('with', 'IN'), ('a', 'DT'), ('will', 'MD'), (';', ':'), ('this', 'DT'), ('was', 'VBD'), ('seeing', 'VBG'), ('life', 'NN'), (',', ','), ('at', 'IN'), ('least', 'JJS'), ('.', '.')] | [('Jimmy', 'PROPN'), ('took', 'VERB'), ('his', 'PRON'), ('part', 'NOUN'), ('with', 'ADP'), ('a', 'DET'), ('will', 'NOUN'), (';', 'PUNCT'), ('this', 'PRON'), ('was', 'AUX'), ('seeing', 'VERB'), ('life', 'NOUN'), (',', 'PUNCT'), ('at', 'ADP'), ('least', 'ADJ'), ('.', 'PUNCT')] | [('Jimmy', 'PERSON')] | [('Jimmy', 'nsubj', 'took'), ('took', 'ccomp', 'seeing'), ('his', 'poss', 'part'), ('part', 'dobj', 'took'), ('with', 'prep', 'took'), ('a', 'det', 'will'), ('will', 'pobj', 'with'), (';', 'punct', 'seeing'), ('this', 'nsubj', 'seeing'), ('was', 'aux', 'seeing'), ('seeing', 'ROOT', 'seeing'), ('life', 'dobj', 'seeing'), (',', 'punct', 'seeing'), ('at', 'advmod', 'least'), ('least', 'advmod', 'seeing'), ('.', 'punct', 'seeing')] |
There was a great clapping of hands when he sat down. | [('Then', 'RB'), ('Farley', 'NNP'), ('got', 'VBD'), ('out', 'IN'), ('of', 'IN'), ('breath', 'NN'), ('and', 'CC'), ('cried', 'VBD'), ('“', 'NNP'), ('Stop', 'NNP'), ('!', '.'), ('”', 'VBZ'), ('A', 'DT'), ('man', 'NN'), ('brought', 'VBN'), ('in', 'IN'), ('a', 'DT'), ('light', 'JJ'), ('supper', 'NN'), (',', ','), ('and', 'CC'), ('the', 'DT'), ('young', 'JJ'), ('men', 'NNS'), ('sat', 'VBD'), ('down', 'IN'), ('to', 'TO'), ('it', 'PRP'), ('for', 'IN'), ('form', 'NN'), ('’', 'NNP'), ('s', 'VBD'), ('sake', 'NN'), ('.', '.')] | [('Then', 'ADV'), ('Farley', 'PROPN'), ('got', 'VERB'), ('out', 'ADP'), ('of', 'ADP'), ('breath', 'NOUN'), ('and', 'CCONJ'), ('cried', 'VERB'), ('“', 'PUNCT'), ('Stop', 'VERB'), ('!', 'PUNCT'), ('”', 'PUNCT'), ('A', 'DET'), ('man', 'NOUN'), ('brought', 'VERB'), ('in', 'ADP'), ('a', 'DET'), ('light', 'ADJ'), ('supper', 'NOUN'), (',', 'PUNCT'), ('and', 'CCONJ'), ('the', 'DET'), ('young', 'ADJ'), ('men', 'NOUN'), ('sat', 'VERB'), ('down', 'ADP'), ('to', 'ADP'), ('it', 'PRON'), ('for', 'ADP'), ('form', 'NOUN'), ('’s', 'PART'), ('sake', 'NOUN'), ('.', 'PUNCT')] | [('Farley', 'ORG')] | [('Then', 'advmod', 'got'), ('Farley', 'nsubj', 'got'), ('got', 'ROOT', 'got'), ('out', 'prep', 'got'), ('of', 'prep', 'out'), ('breath', 'pobj', 'of'), ('and', 'cc', 'got'), ('cried', 'conj', 'got'), ('“', 'punct', 'cried'), ('Stop', 'xcomp', 'cried'), ('!', 'punct', 'got'), ('”', 'punct', 'got'), ('A', 'det', 'man'), ('man', 'nsubj', 'brought'), ('brought', 'ROOT', 'brought'), ('in', 'prt', 'brought'), ('a', 'det', 'supper'), ('light', 'amod', 'supper'), ('supper', 'dobj', 'brought'), (',', 'punct', 'brought'), ('and', 'cc', 'brought'), ('the', 'det', 'men'), ('young', 'amod', 'men'), ('men', 'nsubj', 'sat'), ('sat', 'conj', 'brought'), ('down', 'prt', 'sat'), ('to', 'prep', 'sat'), ('it', 'pobj', 'to'), ('for', 'prep', 'sat'), ('form', 'poss', 'sake'), ('’s', 'case', 'form'), ('sake', 'pobj', 'for'), ('.', 'punct', 'sat')] |
It must have been a good speech. | [('They', 'PRP'), ('drank', 'VBP'), (',', ','), ('however', 'RB'), (':', ':'), ('it', 'PRP'), ('was', 'VBD'), ('Bohemian', 'NNP'), ('.', '.')] | [('They', 'PRON'), ('drank', 'VERB'), (',', 'PUNCT'), ('however', 'ADV'), (':', 'PUNCT'), ('it', 'PRON'), ('was', 'AUX'), ('Bohemian', 'PROPN'), ('.', 'PUNCT')] | [('Bohemian', 'NORP')] | [('They', 'nsubj', 'drank'), ('drank', 'ccomp', 'was'), (',', 'punct', 'drank'), ('however', 'advmod', 'drank'), (':', 'punct', 'drank'), ('it', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('Bohemian', 'attr', 'was'), ('.', 'punct', 'was')] |
Farley clapped him on the back and laughed loudly. | [('They', 'PRP'), ('drank', 'VBD'), ('Ireland', 'NNP'), (',', ','), ('England', 'NNP'), (',', ','), ('France', 'NNP'), (',', ','), ('Hungary', 'NNP'), (',', ','), ('the', 'DT'), ('United', 'NNP'), ('States', 'NNPS'), ('of', 'IN'), ('America', 'NNP'), ('.', '.')] | [('They', 'PRON'), ('drank', 'VERB'), ('Ireland', 'PROPN'), (',', 'PUNCT'), ('England', 'PROPN'), (',', 'PUNCT'), ('France', 'PROPN'), (',', 'PUNCT'), ('Hungary', 'PROPN'), (',', 'PUNCT'), ('the', 'DET'), ('United', 'PROPN'), ('States', 'PROPN'), ('of', 'ADP'), ('America', 'PROPN'), ('.', 'PUNCT')] | [('Ireland', 'GPE'), ('England', 'GPE'), ('France', 'GPE'), ('Hungary', 'GPE'), ('the United States of America', 'GPE')] | [('They', 'nsubj', 'drank'), ('drank', 'ROOT', 'drank'), ('Ireland', 'dobj', 'drank'), (',', 'punct', 'Ireland'), ('England', 'conj', 'Ireland'), (',', 'punct', 'England'), ('France', 'conj', 'England'), (',', 'punct', 'France'), ('Hungary', 'conj', 'France'), (',', 'punct', 'Hungary'), ('the', 'det', 'States'), ('United', 'compound', 'States'), ('States', 'conj', 'Hungary'), ('of', 'prep', 'States'), ('America', 'pobj', 'of'), ('.', 'punct', 'drank')] |
What jovial fellows! | [('Jimmy', 'NNP'), ('made', 'VBD'), ('a', 'DT'), ('speech', 'NN'), (',', ','), ('a', 'DT'), ('long', 'JJ'), ('speech', 'NN'), (',', ','), ('Villona', 'NNP'), ('saying', 'VBG'), (':', ':'), ('“', 'NN'), ('Hear', 'VBP'), ('!', '.')] | [('Jimmy', 'PROPN'), ('made', 'VERB'), ('a', 'DET'), ('speech', 'NOUN'), (',', 'PUNCT'), ('a', 'DET'), ('long', 'ADJ'), ('speech', 'NOUN'), (',', 'PUNCT'), ('Villona', 'PROPN'), ('saying', 'VERB'), (':', 'PUNCT'), ('“', 'PUNCT'), ('Hear', 'VERB'), ('!', 'PUNCT')] | [('Jimmy', 'PERSON'), ('Villona', 'GPE')] | [('Jimmy', 'nsubj', 'made'), ('made', 'ccomp', 'saying'), ('a', 'det', 'speech'), ('speech', 'dobj', 'made'), (',', 'punct', 'speech'), ('a', 'det', 'speech'), ('long', 'amod', 'speech'), ('speech', 'appos', 'speech'), (',', 'punct', 'saying'), ('Villona', 'nsubj', 'saying'), ('saying', 'ROOT', 'saying'), (':', 'punct', 'saying'), ('“', 'punct', 'saying'), ('Hear', 'xcomp', 'saying'), ('!', 'punct', 'saying')] |
What good company they were! | [('hear', 'NN'), ('!', '.'), ('”', 'JJ'), ('whenever', 'WRB'), ('there', 'EX'), ('was', 'VBD'), ('a', 'DT'), ('pause', 'NN'), ('.', '.')] | [('hear', 'VERB'), ('!', 'PUNCT'), ('”', 'PUNCT'), ('whenever', 'SCONJ'), ('there', 'PRON'), ('was', 'VERB'), ('a', 'DET'), ('pause', 'NOUN'), ('.', 'PUNCT')] | [] | [('hear', 'ROOT', 'hear'), ('!', 'punct', 'hear'), ('”', 'punct', 'hear'), ('whenever', 'advmod', 'was'), ('there', 'expl', 'was'), ('was', 'ROOT', 'was'), ('a', 'det', 'pause'), ('pause', 'attr', 'was'), ('.', 'punct', 'was')] |
Cards! | [('There', 'EX'), ('was', 'VBD'), ('a', 'DT'), ('great', 'JJ'), ('clapping', 'NN'), ('of', 'IN'), ('hands', 'NNS'), ('when', 'WRB'), ('he', 'PRP'), ('sat', 'VBD'), ('down', 'RB'), ('.', '.')] | [('There', 'PRON'), ('was', 'VERB'), ('a', 'DET'), ('great', 'ADJ'), ('clapping', 'NOUN'), ('of', 'ADP'), ('hands', 'NOUN'), ('when', 'SCONJ'), ('he', 'PRON'), ('sat', 'VERB'), ('down', 'ADP'), ('.', 'PUNCT')] | [] | [('There', 'expl', 'was'), ('was', 'ROOT', 'was'), ('a', 'det', 'clapping'), ('great', 'amod', 'clapping'), ('clapping', 'attr', 'was'), ('of', 'prep', 'clapping'), ('hands', 'pobj', 'of'), ('when', 'advmod', 'sat'), ('he', 'nsubj', 'sat'), ('sat', 'advcl', 'was'), ('down', 'prt', 'sat'), ('.', 'punct', 'was')] |
cards! | [('It', 'PRP'), ('must', 'MD'), ('have', 'VB'), ('been', 'VBN'), ('a', 'DT'), ('good', 'JJ'), ('speech', 'NN'), ('.', '.')] | [('It', 'PRON'), ('must', 'AUX'), ('have', 'AUX'), ('been', 'AUX'), ('a', 'DET'), ('good', 'ADJ'), ('speech', 'NOUN'), ('.', 'PUNCT')] | [] | [('It', 'nsubj', 'been'), ('must', 'aux', 'been'), ('have', 'aux', 'been'), ('been', 'ROOT', 'been'), ('a', 'det', 'speech'), ('good', 'amod', 'speech'), ('speech', 'attr', 'been'), ('.', 'punct', 'been')] |
The table was cleared. | [('Farley', 'NNP'), ('clapped', 'VBD'), ('him', 'PRP'), ('on', 'IN'), ('the', 'DT'), ('back', 'NN'), ('and', 'CC'), ('laughed', 'VBD'), ('loudly', 'RB'), ('.', '.')] | [('Farley', 'PROPN'), ('clapped', 'VERB'), ('him', 'PRON'), ('on', 'ADP'), ('the', 'DET'), ('back', 'NOUN'), ('and', 'CCONJ'), ('laughed', 'VERB'), ('loudly', 'ADV'), ('.', 'PUNCT')] | [('Farley', 'ORG')] | [('Farley', 'nsubj', 'clapped'), ('clapped', 'ROOT', 'clapped'), ('him', 'dobj', 'clapped'), ('on', 'prep', 'clapped'), ('the', 'det', 'back'), ('back', 'pobj', 'on'), ('and', 'cc', 'clapped'), ('laughed', 'conj', 'clapped'), ('loudly', 'advmod', 'laughed'), ('.', 'punct', 'clapped')] |
Villona returned quietly to his piano and played voluntaries for them. | [('What', 'WP'), ('jovial', 'JJ'), ('fellows', 'VBZ'), ('!', '.')] | [('What', 'PRON'), ('jovial', 'NOUN'), ('fellows', 'NOUN'), ('!', 'PUNCT')] | [] | [('What', 'det', 'jovial'), ('jovial', 'csubj', 'fellows'), ('fellows', 'ROOT', 'fellows'), ('!', 'punct', 'fellows')] |
The other men played game after game, flinging themselves boldly into the adventure. | [('What', 'WP'), ('good', 'JJ'), ('company', 'NN'), ('they', 'PRP'), ('were', 'VBD'), ('!', '.')] | [('What', 'DET'), ('good', 'ADJ'), ('company', 'NOUN'), ('they', 'PRON'), ('were', 'AUX'), ('!', 'PUNCT')] | [] | [('What', 'det', 'company'), ('good', 'amod', 'company'), ('company', 'attr', 'were'), ('they', 'nsubj', 'were'), ('were', 'ROOT', 'were'), ('!', 'punct', 'were')] |
They drank the health of the Queen of Hearts and of the Queen of Diamonds. | [('Cards', 'NNS'), ('!', '.')] | [('Cards', 'NOUN'), ('!', 'PUNCT')] | [] | [('Cards', 'ROOT', 'Cards'), ('!', 'punct', 'Cards')] |
Jimmy felt obscurely the lack of an audience: the wit was flashing. | [('cards', 'NNS'), ('!', '.')] | [('cards', 'NOUN'), ('!', 'PUNCT')] | [] | [('cards', 'ROOT', 'cards'), ('!', 'punct', 'cards')] |
Play ran very high and paper began to pass. | [('The', 'DT'), ('table', 'NN'), ('was', 'VBD'), ('cleared', 'VBN'), ('.', '.')] | [('The', 'DET'), ('table', 'NOUN'), ('was', 'AUX'), ('cleared', 'VERB'), ('.', 'PUNCT')] | [] | [('The', 'det', 'table'), ('table', 'nsubjpass', 'cleared'), ('was', 'auxpass', 'cleared'), ('cleared', 'ROOT', 'cleared'), ('.', 'punct', 'cleared')] |
Jimmy did not know exactly who was winning but he knew that he was losing. | [('Villona', 'NNP'), ('returned', 'VBD'), ('quietly', 'RB'), ('to', 'TO'), ('his', 'PRP$'), ('piano', 'NN'), ('and', 'CC'), ('played', 'VBD'), ('voluntaries', 'NNS'), ('for', 'IN'), ('them', 'PRP'), ('.', '.')] | [('Villona', 'PROPN'), ('returned', 'VERB'), ('quietly', 'ADV'), ('to', 'ADP'), ('his', 'PRON'), ('piano', 'NOUN'), ('and', 'CCONJ'), ('played', 'VERB'), ('voluntaries', 'NOUN'), ('for', 'ADP'), ('them', 'PRON'), ('.', 'PUNCT')] | [('Villona', 'GPE')] | [('Villona', 'nsubj', 'returned'), ('returned', 'ROOT', 'returned'), ('quietly', 'advmod', 'returned'), ('to', 'prep', 'returned'), ('his', 'poss', 'piano'), ('piano', 'pobj', 'to'), ('and', 'cc', 'returned'), ('played', 'conj', 'returned'), ('voluntaries', 'dobj', 'played'), ('for', 'prep', 'played'), ('them', 'pobj', 'for'), ('.', 'punct', 'returned')] |
But it was his own fault for he frequently mistook his cards and the other men had to calculate his I.O.U.‘s for him. | [('The', 'DT'), ('other', 'JJ'), ('men', 'NNS'), ('played', 'VBN'), ('game', 'NN'), ('after', 'IN'), ('game', 'NN'), (',', ','), ('flinging', 'VBG'), ('themselves', 'PRP'), ('boldly', 'RB'), ('into', 'IN'), ('the', 'DT'), ('adventure', 'NN'), ('.', '.')] | [('The', 'DET'), ('other', 'ADJ'), ('men', 'NOUN'), ('played', 'VERB'), ('game', 'NOUN'), ('after', 'ADP'), ('game', 'NOUN'), (',', 'PUNCT'), ('flinging', 'VERB'), ('themselves', 'PRON'), ('boldly', 'ADV'), ('into', 'ADP'), ('the', 'DET'), ('adventure', 'NOUN'), ('.', 'PUNCT')] | [] | [('The', 'det', 'men'), ('other', 'amod', 'men'), ('men', 'nsubj', 'played'), ('played', 'ROOT', 'played'), ('game', 'dobj', 'played'), ('after', 'prep', 'played'), ('game', 'pobj', 'after'), (',', 'punct', 'played'), ('flinging', 'advcl', 'played'), ('themselves', 'dobj', 'flinging'), ('boldly', 'advmod', 'flinging'), ('into', 'prep', 'flinging'), ('the', 'det', 'adventure'), ('adventure', 'pobj', 'into'), ('.', 'punct', 'played')] |
They were devils of fellows but he wished they would stop: it was getting late. | [('They', 'PRP'), ('drank', 'VBP'), ('the', 'DT'), ('health', 'NN'), ('of', 'IN'), ('the', 'DT'), ('Queen', 'NNP'), ('of', 'IN'), ('Hearts', 'NNP'), ('and', 'CC'), ('of', 'IN'), ('the', 'DT'), ('Queen', 'NNP'), ('of', 'IN'), ('Diamonds', 'NNP'), ('.', '.')] | [('They', 'PRON'), ('drank', 'VERB'), ('the', 'DET'), ('health', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('Queen', 'PROPN'), ('of', 'ADP'), ('Hearts', 'PROPN'), ('and', 'CCONJ'), ('of', 'ADP'), ('the', 'DET'), ('Queen', 'PROPN'), ('of', 'ADP'), ('Diamonds', 'PROPN'), ('.', 'PUNCT')] | [('the Queen of Hearts', 'WORK_OF_ART'), ('the Queen of Diamonds', 'ORG')] | [('They', 'nsubj', 'drank'), ('drank', 'ROOT', 'drank'), ('the', 'det', 'health'), ('health', 'dobj', 'drank'), ('of', 'prep', 'health'), ('the', 'det', 'Queen'), ('Queen', 'pobj', 'of'), ('of', 'prep', 'Queen'), ('Hearts', 'pobj', 'of'), ('and', 'cc', 'of'), ('of', 'conj', 'of'), ('the', 'det', 'Queen'), ('Queen', 'pobj', 'of'), ('of', 'prep', 'Queen'), ('Diamonds', 'pobj', 'of'), ('.', 'punct', 'drank')] |
Someone gave the toast of the yacht The Belle of Newport and then someone proposed one great game for a finish. | [('Jimmy', 'NNP'), ('felt', 'VBD'), ('obscurely', 'RB'), ('the', 'DT'), ('lack', 'NN'), ('of', 'IN'), ('an', 'DT'), ('audience', 'NN'), (':', ':'), ('the', 'DT'), ('wit', 'NN'), ('was', 'VBD'), ('flashing', 'VBG'), ('.', '.')] | [('Jimmy', 'PROPN'), ('felt', 'VERB'), ('obscurely', 'ADV'), ('the', 'DET'), ('lack', 'NOUN'), ('of', 'ADP'), ('an', 'DET'), ('audience', 'NOUN'), (':', 'PUNCT'), ('the', 'DET'), ('wit', 'NOUN'), ('was', 'AUX'), ('flashing', 'VERB'), ('.', 'PUNCT')] | [('Jimmy', 'PERSON')] | [('Jimmy', 'nsubj', 'felt'), ('felt', 'ccomp', 'flashing'), ('obscurely', 'advmod', 'felt'), ('the', 'det', 'lack'), ('lack', 'dobj', 'felt'), ('of', 'prep', 'lack'), ('an', 'det', 'audience'), ('audience', 'pobj', 'of'), (':', 'punct', 'flashing'), ('the', 'det', 'wit'), ('wit', 'nsubj', 'flashing'), ('was', 'aux', 'flashing'), ('flashing', 'ROOT', 'flashing'), ('.', 'punct', 'flashing')] |
The piano had stopped; Villona must have gone up on deck. | [('Play', 'NNP'), ('ran', 'VBD'), ('very', 'RB'), ('high', 'JJ'), ('and', 'CC'), ('paper', 'NN'), ('began', 'VBD'), ('to', 'TO'), ('pass', 'VB'), ('.', '.')] | [('Play', 'NOUN'), ('ran', 'VERB'), ('very', 'ADV'), ('high', 'ADJ'), ('and', 'CCONJ'), ('paper', 'NOUN'), ('began', 'VERB'), ('to', 'PART'), ('pass', 'VERB'), ('.', 'PUNCT')] | [] | [('Play', 'nsubj', 'ran'), ('ran', 'ROOT', 'ran'), ('very', 'advmod', 'high'), ('high', 'advmod', 'ran'), ('and', 'cc', 'ran'), ('paper', 'nsubj', 'began'), ('began', 'conj', 'ran'), ('to', 'aux', 'pass'), ('pass', 'xcomp', 'began'), ('.', 'punct', 'began')] |
It was a terrible game. | [('Jimmy', 'NNP'), ('did', 'VBD'), ('not', 'RB'), ('know', 'VB'), ('exactly', 'RB'), ('who', 'WP'), ('was', 'VBD'), ('winning', 'VBG'), ('but', 'CC'), ('he', 'PRP'), ('knew', 'VBD'), ('that', 'IN'), ('he', 'PRP'), ('was', 'VBD'), ('losing', 'VBG'), ('.', '.')] | [('Jimmy', 'PROPN'), ('did', 'AUX'), ('not', 'PART'), ('know', 'VERB'), ('exactly', 'ADV'), ('who', 'PRON'), ('was', 'AUX'), ('winning', 'VERB'), ('but', 'CCONJ'), ('he', 'PRON'), ('knew', 'VERB'), ('that', 'SCONJ'), ('he', 'PRON'), ('was', 'AUX'), ('losing', 'VERB'), ('.', 'PUNCT')] | [('Jimmy', 'PERSON')] | [('Jimmy', 'nsubj', 'know'), ('did', 'aux', 'know'), ('not', 'neg', 'know'), ('know', 'ROOT', 'know'), ('exactly', 'advmod', 'know'), ('who', 'nsubj', 'winning'), ('was', 'aux', 'winning'), ('winning', 'ccomp', 'know'), ('but', 'cc', 'know'), ('he', 'nsubj', 'knew'), ('knew', 'conj', 'know'), ('that', 'mark', 'losing'), ('he', 'nsubj', 'losing'), ('was', 'aux', 'losing'), ('losing', 'ccomp', 'knew'), ('.', 'punct', 'knew')] |
They stopped just before the end of it to drink for luck. | [('But', 'CC'), ('it', 'PRP'), ('was', 'VBD'), ('his', 'PRP$'), ('own', 'JJ'), ('fault', 'NN'), ('for', 'IN'), ('he', 'PRP'), ('frequently', 'RB'), ('mistook', 'VBD'), ('his', 'PRP$'), ('cards', 'NNS'), ('and', 'CC'), ('the', 'DT'), ('other', 'JJ'), ('men', 'NNS'), ('had', 'VBD'), ('to', 'TO'), ('calculate', 'VB'), ('his', 'PRP$'), ('I.O.U.', 'NNP'), ('‘', 'NNP'), ('s', 'NN'), ('for', 'IN'), ('him', 'PRP'), ('.', '.')] | [('But', 'CCONJ'), ('it', 'PRON'), ('was', 'AUX'), ('his', 'PRON'), ('own', 'ADJ'), ('fault', 'NOUN'), ('for', 'SCONJ'), ('he', 'PRON'), ('frequently', 'ADV'), ('mistook', 'VERB'), ('his', 'PRON'), ('cards', 'NOUN'), ('and', 'CCONJ'), ('the', 'DET'), ('other', 'ADJ'), ('men', 'NOUN'), ('had', 'VERB'), ('to', 'PART'), ('calculate', 'VERB'), ('his', 'PRON'), ('I.O.U.‘s', 'NOUN'), ('for', 'ADP'), ('him', 'PRON'), ('.', 'PUNCT')] | [] | [('But', 'cc', 'was'), ('it', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('his', 'poss', 'fault'), ('own', 'amod', 'fault'), ('fault', 'attr', 'was'), ('for', 'mark', 'mistook'), ('he', 'nsubj', 'mistook'), ('frequently', 'advmod', 'mistook'), ('mistook', 'advcl', 'was'), ('his', 'poss', 'cards'), ('cards', 'dobj', 'mistook'), ('and', 'cc', 'mistook'), ('the', 'det', 'men'), ('other', 'amod', 'men'), ('men', 'nsubj', 'had'), ('had', 'conj', 'mistook'), ('to', 'aux', 'calculate'), ('calculate', 'xcomp', 'had'), ('his', 'poss', 'I.O.U.‘s'), ('I.O.U.‘s', 'dobj', 'calculate'), ('for', 'dative', 'calculate'), ('him', 'pobj', 'for'), ('.', 'punct', 'was')] |
Jimmy understood that the game lay between Routh and Ségouin. | [('They', 'PRP'), ('were', 'VBD'), ('devils', 'NNS'), ('of', 'IN'), ('fellows', 'NNS'), ('but', 'CC'), ('he', 'PRP'), ('wished', 'VBD'), ('they', 'PRP'), ('would', 'MD'), ('stop', 'VB'), (':', ':'), ('it', 'PRP'), ('was', 'VBD'), ('getting', 'VBG'), ('late', 'RB'), ('.', '.')] | [('They', 'PRON'), ('were', 'AUX'), ('devils', 'NOUN'), ('of', 'ADP'), ('fellows', 'NOUN'), ('but', 'CCONJ'), ('he', 'PRON'), ('wished', 'VERB'), ('they', 'PRON'), ('would', 'AUX'), ('stop', 'VERB'), (':', 'PUNCT'), ('it', 'PRON'), ('was', 'AUX'), ('getting', 'VERB'), ('late', 'ADV'), ('.', 'PUNCT')] | [] | [('They', 'nsubj', 'were'), ('were', 'ROOT', 'were'), ('devils', 'attr', 'were'), ('of', 'prep', 'devils'), ('fellows', 'pobj', 'of'), ('but', 'cc', 'were'), ('he', 'nsubj', 'wished'), ('wished', 'conj', 'were'), ('they', 'nsubj', 'stop'), ('would', 'aux', 'stop'), ('stop', 'ccomp', 'wished'), (':', 'punct', 'stop'), ('it', 'nsubj', 'getting'), ('was', 'aux', 'getting'), ('getting', 'ccomp', 'stop'), ('late', 'advmod', 'getting'), ('.', 'punct', 'wished')] |
What excitement! | [('Someone', 'NN'), ('gave', 'VBD'), ('the', 'DT'), ('toast', 'NN'), ('of', 'IN'), ('the', 'DT'), ('yacht', 'NN'), ('The', 'DT'), ('Belle', 'NNP'), ('of', 'IN'), ('Newport', 'NNP'), ('and', 'CC'), ('then', 'RB'), ('someone', 'NN'), ('proposed', 'VBD'), ('one', 'CD'), ('great', 'JJ'), ('game', 'NN'), ('for', 'IN'), ('a', 'DT'), ('finish', 'NN'), ('.', '.')] | [('Someone', 'PRON'), ('gave', 'VERB'), ('the', 'DET'), ('toast', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('yacht', 'NOUN'), ('The', 'DET'), ('Belle', 'PROPN'), ('of', 'ADP'), ('Newport', 'PROPN'), ('and', 'CCONJ'), ('then', 'ADV'), ('someone', 'PRON'), ('proposed', 'VERB'), ('one', 'NUM'), ('great', 'ADJ'), ('game', 'NOUN'), ('for', 'ADP'), ('a', 'DET'), ('finish', 'NOUN'), ('.', 'PUNCT')] | [('The Belle of Newport', 'FAC')] | [('Someone', 'nsubj', 'gave'), ('gave', 'ROOT', 'gave'), ('the', 'det', 'toast'), ('toast', 'dobj', 'gave'), ('of', 'prep', 'toast'), ('the', 'det', 'yacht'), ('yacht', 'pobj', 'of'), ('The', 'det', 'Belle'), ('Belle', 'dobj', 'gave'), ('of', 'prep', 'Belle'), ('Newport', 'pobj', 'of'), ('and', 'cc', 'gave'), ('then', 'advmod', 'proposed'), ('someone', 'nsubj', 'proposed'), ('proposed', 'conj', 'gave'), ('one', 'nummod', 'game'), ('great', 'amod', 'game'), ('game', 'dobj', 'proposed'), ('for', 'prep', 'proposed'), ('a', 'det', 'finish'), ('finish', 'pobj', 'for'), ('.', 'punct', 'proposed')] |
Jimmy was excited too; he would lose, of course. | [('The', 'DT'), ('piano', 'NN'), ('had', 'VBD'), ('stopped', 'VBN'), (';', ':'), ('Villona', 'NNP'), ('must', 'MD'), ('have', 'VB'), ('gone', 'VBN'), ('up', 'RP'), ('on', 'IN'), ('deck', 'NN'), ('.', '.')] | [('The', 'DET'), ('piano', 'NOUN'), ('had', 'AUX'), ('stopped', 'VERB'), (';', 'PUNCT'), ('Villona', 'PROPN'), ('must', 'AUX'), ('have', 'AUX'), ('gone', 'VERB'), ('up', 'ADP'), ('on', 'ADP'), ('deck', 'NOUN'), ('.', 'PUNCT')] | [('Villona', 'GPE')] | [('The', 'det', 'piano'), ('piano', 'nsubj', 'stopped'), ('had', 'aux', 'stopped'), ('stopped', 'ccomp', 'gone'), (';', 'punct', 'gone'), ('Villona', 'nsubj', 'gone'), ('must', 'aux', 'gone'), ('have', 'aux', 'gone'), ('gone', 'ROOT', 'gone'), ('up', 'prt', 'gone'), ('on', 'prep', 'gone'), ('deck', 'pobj', 'on'), ('.', 'punct', 'gone')] |
How much had he written away? | [('It', 'PRP'), ('was', 'VBD'), ('a', 'DT'), ('terrible', 'JJ'), ('game', 'NN'), ('.', '.')] | [('It', 'PRON'), ('was', 'AUX'), ('a', 'DET'), ('terrible', 'ADJ'), ('game', 'NOUN'), ('.', 'PUNCT')] | [] | [('It', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('a', 'det', 'game'), ('terrible', 'amod', 'game'), ('game', 'attr', 'was'), ('.', 'punct', 'was')] |
The men rose to their feet to play the last tricks, talking and gesticulating. | [('They', 'PRP'), ('stopped', 'VBD'), ('just', 'RB'), ('before', 'IN'), ('the', 'DT'), ('end', 'NN'), ('of', 'IN'), ('it', 'PRP'), ('to', 'TO'), ('drink', 'VB'), ('for', 'IN'), ('luck', 'NN'), ('.', '.')] | [('They', 'PRON'), ('stopped', 'VERB'), ('just', 'ADV'), ('before', 'ADP'), ('the', 'DET'), ('end', 'NOUN'), ('of', 'ADP'), ('it', 'PRON'), ('to', 'PART'), ('drink', 'VERB'), ('for', 'ADP'), ('luck', 'NOUN'), ('.', 'PUNCT')] | [] | [('They', 'nsubj', 'stopped'), ('stopped', 'ROOT', 'stopped'), ('just', 'advmod', 'before'), ('before', 'prep', 'stopped'), ('the', 'det', 'end'), ('end', 'pobj', 'before'), ('of', 'prep', 'end'), ('it', 'pobj', 'of'), ('to', 'aux', 'drink'), ('drink', 'advcl', 'stopped'), ('for', 'prep', 'drink'), ('luck', 'pobj', 'for'), ('.', 'punct', 'stopped')] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.