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
|
---|---|---|---|---|
I may have stood there for an hour, seeing nothing but the brown-clad figure cast by my imagination, touched discreetly by the lamplight at the curved neck, at the hand upon the railings and at the border below the dress. | [('I', 'PRP'), ('sat', 'VBD'), ('staring', 'VBG'), ('at', 'IN'), ('the', 'DT'), ('clock', 'NN'), ('for', 'IN'), ('some', 'DT'), ('time', 'NN'), ('and', 'CC'), (',', ','), ('when', 'WRB'), ('its', 'PRP$'), ('ticking', 'NN'), ('began', 'VBD'), ('to', 'TO'), ('irritate', 'VB'), ('me', 'PRP'), (',', ','), ('I', 'PRP'), ('left', 'VBD'), ('the', 'DT'), ('room', 'NN'), ('.', '.')] | [('I', 'PRON'), ('sat', 'VERB'), ('staring', 'VERB'), ('at', 'ADP'), ('the', 'DET'), ('clock', 'NOUN'), ('for', 'ADP'), ('some', 'DET'), ('time', 'NOUN'), ('and', 'CCONJ'), (',', 'PUNCT'), ('when', 'SCONJ'), ('its', 'PRON'), ('ticking', 'NOUN'), ('began', 'VERB'), ('to', 'PART'), ('irritate', 'VERB'), ('me', 'PRON'), (',', 'PUNCT'), ('I', 'PRON'), ('left', 'VERB'), ('the', 'DET'), ('room', 'NOUN'), ('.', 'PUNCT')] | [] | [('I', 'nsubj', 'sat'), ('sat', 'ROOT', 'sat'), ('staring', 'xcomp', 'sat'), ('at', 'prep', 'staring'), ('the', 'det', 'clock'), ('clock', 'pobj', 'at'), ('for', 'prep', 'staring'), ('some', 'det', 'time'), ('time', 'pobj', 'for'), ('and', 'cc', 'sat'), (',', 'punct', 'sat'), ('when', 'advmod', 'began'), ('its', 'poss', 'ticking'), ('ticking', 'nsubj', 'began'), ('began', 'advcl', 'left'), ('to', 'aux', 'irritate'), ('irritate', 'xcomp', 'began'), ('me', 'dobj', 'irritate'), (',', 'punct', 'left'), ('I', 'nsubj', 'left'), ('left', 'ccomp', 'sat'), ('the', 'det', 'room'), ('room', 'dobj', 'left'), ('.', 'punct', 'left')] |
When I came downstairs again I found Mrs Mercer sitting at the fire. | [('I', 'PRP'), ('mounted', 'VBD'), ('the', 'DT'), ('staircase', 'NN'), ('and', 'CC'), ('gained', 'VBD'), ('the', 'DT'), ('upper', 'JJ'), ('part', 'NN'), ('of', 'IN'), ('the', 'DT'), ('house', 'NN'), ('.', '.')] | [('I', 'PRON'), ('mounted', 'VERB'), ('the', 'DET'), ('staircase', 'NOUN'), ('and', 'CCONJ'), ('gained', 'VERB'), ('the', 'DET'), ('upper', 'ADJ'), ('part', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('house', 'NOUN'), ('.', 'PUNCT')] | [] | [('I', 'nsubj', 'mounted'), ('mounted', 'ROOT', 'mounted'), ('the', 'det', 'staircase'), ('staircase', 'dobj', 'mounted'), ('and', 'cc', 'mounted'), ('gained', 'conj', 'mounted'), ('the', 'det', 'part'), ('upper', 'amod', 'part'), ('part', 'dobj', 'gained'), ('of', 'prep', 'part'), ('the', 'det', 'house'), ('house', 'pobj', 'of'), ('.', 'punct', 'mounted')] |
She was an old garrulous woman, a pawnbroker’s widow, who collected used stamps for some pious purpose. | [('The', 'DT'), ('high', 'JJ'), ('cold', 'NN'), ('empty', 'JJ'), ('gloomy', 'NN'), ('rooms', 'NNS'), ('liberated', 'VBD'), ('me', 'PRP'), ('and', 'CC'), ('I', 'PRP'), ('went', 'VBD'), ('from', 'IN'), ('room', 'NN'), ('to', 'TO'), ('room', 'NN'), ('singing', 'NN'), ('.', '.')] | [('The', 'DET'), ('high', 'ADJ'), ('cold', 'ADJ'), ('empty', 'ADJ'), ('gloomy', 'ADJ'), ('rooms', 'NOUN'), ('liberated', 'VERB'), ('me', 'PRON'), ('and', 'CCONJ'), ('I', 'PRON'), ('went', 'VERB'), ('from', 'ADP'), ('room', 'NOUN'), ('to', 'PART'), ('room', 'NOUN'), ('singing', 'NOUN'), ('.', 'PUNCT')] | [] | [('The', 'det', 'rooms'), ('high', 'amod', 'rooms'), ('cold', 'amod', 'rooms'), ('empty', 'amod', 'rooms'), ('gloomy', 'amod', 'rooms'), ('rooms', 'nsubj', 'liberated'), ('liberated', 'ROOT', 'liberated'), ('me', 'dobj', 'liberated'), ('and', 'cc', 'liberated'), ('I', 'nsubj', 'went'), ('went', 'conj', 'liberated'), ('from', 'prep', 'went'), ('room', 'pobj', 'from'), ('to', 'aux', 'room'), ('room', 'advcl', 'went'), ('singing', 'dobj', 'room'), ('.', 'punct', 'went')] |
I had to endure the gossip of the tea-table. | [('From', 'IN'), ('the', 'DT'), ('front', 'NN'), ('window', 'NN'), ('I', 'PRP'), ('saw', 'VBD'), ('my', 'PRP$'), ('companions', 'NNS'), ('playing', 'VBG'), ('below', 'IN'), ('in', 'IN'), ('the', 'DT'), ('street', 'NN'), ('.', '.')] | [('From', 'ADP'), ('the', 'DET'), ('front', 'ADJ'), ('window', 'NOUN'), ('I', 'PRON'), ('saw', 'VERB'), ('my', 'PRON'), ('companions', 'NOUN'), ('playing', 'VERB'), ('below', 'ADV'), ('in', 'ADP'), ('the', 'DET'), ('street', 'NOUN'), ('.', 'PUNCT')] | [] | [('From', 'prep', 'saw'), ('the', 'det', 'window'), ('front', 'amod', 'window'), ('window', 'pobj', 'From'), ('I', 'nsubj', 'saw'), ('saw', 'ROOT', 'saw'), ('my', 'poss', 'companions'), ('companions', 'nsubj', 'playing'), ('playing', 'ccomp', 'saw'), ('below', 'advmod', 'playing'), ('in', 'prep', 'playing'), ('the', 'det', 'street'), ('street', 'pobj', 'in'), ('.', 'punct', 'saw')] |
The meal was prolonged beyond an hour and still my uncle did not come. | [('Their', 'PRP$'), ('cries', 'NNS'), ('reached', 'VBD'), ('me', 'PRP'), ('weakened', 'VBD'), ('and', 'CC'), ('indistinct', 'JJ'), ('and', 'CC'), (',', ','), ('leaning', 'VBG'), ('my', 'PRP$'), ('forehead', 'NN'), ('against', 'IN'), ('the', 'DT'), ('cool', 'JJ'), ('glass', 'NN'), (',', ','), ('I', 'PRP'), ('looked', 'VBD'), ('over', 'RB'), ('at', 'IN'), ('the', 'DT'), ('dark', 'NN'), ('house', 'NN'), ('where', 'WRB'), ('she', 'PRP'), ('lived', 'VBD'), ('.', '.')] | [('Their', 'PRON'), ('cries', 'NOUN'), ('reached', 'VERB'), ('me', 'PRON'), ('weakened', 'ADJ'), ('and', 'CCONJ'), ('indistinct', 'ADJ'), ('and', 'CCONJ'), (',', 'PUNCT'), ('leaning', 'VERB'), ('my', 'PRON'), ('forehead', 'NOUN'), ('against', 'ADP'), ('the', 'DET'), ('cool', 'ADJ'), ('glass', 'NOUN'), (',', 'PUNCT'), ('I', 'PRON'), ('looked', 'VERB'), ('over', 'ADP'), ('at', 'ADP'), ('the', 'DET'), ('dark', 'PROPN'), ('house', 'NOUN'), ('where', 'SCONJ'), ('she', 'PRON'), ('lived', 'VERB'), ('.', 'PUNCT')] | [] | [('Their', 'poss', 'cries'), ('cries', 'nsubj', 'reached'), ('reached', 'ROOT', 'reached'), ('me', 'dobj', 'reached'), ('weakened', 'conj', 'reached'), ('and', 'cc', 'weakened'), ('indistinct', 'conj', 'weakened'), ('and', 'cc', 'reached'), (',', 'punct', 'reached'), ('leaning', 'advcl', 'looked'), ('my', 'poss', 'forehead'), ('forehead', 'dobj', 'leaning'), ('against', 'prep', 'leaning'), ('the', 'det', 'glass'), ('cool', 'amod', 'glass'), ('glass', 'pobj', 'against'), (',', 'punct', 'looked'), ('I', 'nsubj', 'looked'), ('looked', 'conj', 'reached'), ('over', 'prt', 'looked'), ('at', 'prep', 'looked'), ('the', 'det', 'house'), ('dark', 'compound', 'house'), ('house', 'pobj', 'at'), ('where', 'advmod', 'lived'), ('she', 'nsubj', 'lived'), ('lived', 'relcl', 'house'), ('.', 'punct', 'looked')] |
Mrs Mercer stood up to go: she was sorry she couldn’t wait any longer, but it was after eight o’clock and she did not like to be out late as the night air was bad for her. | [('I', 'PRP'), ('may', 'MD'), ('have', 'VB'), ('stood', 'NN'), ('there', 'RB'), ('for', 'IN'), ('an', 'DT'), ('hour', 'NN'), (',', ','), ('seeing', 'VBG'), ('nothing', 'NN'), ('but', 'CC'), ('the', 'DT'), ('brown-clad', 'JJ'), ('figure', 'NN'), ('cast', 'NN'), ('by', 'IN'), ('my', 'PRP$'), ('imagination', 'NN'), (',', ','), ('touched', 'VBN'), ('discreetly', 'RB'), ('by', 'IN'), ('the', 'DT'), ('lamplight', 'NN'), ('at', 'IN'), ('the', 'DT'), ('curved', 'JJ'), ('neck', 'NN'), (',', ','), ('at', 'IN'), ('the', 'DT'), ('hand', 'NN'), ('upon', 'IN'), ('the', 'DT'), ('railings', 'NNS'), ('and', 'CC'), ('at', 'IN'), ('the', 'DT'), ('border', 'NN'), ('below', 'IN'), ('the', 'DT'), ('dress', 'NN'), ('.', '.')] | [('I', 'PRON'), ('may', 'AUX'), ('have', 'AUX'), ('stood', 'VERB'), ('there', 'ADV'), ('for', 'ADP'), ('an', 'DET'), ('hour', 'NOUN'), (',', 'PUNCT'), ('seeing', 'VERB'), ('nothing', 'PRON'), ('but', 'SCONJ'), ('the', 'DET'), ('brown', 'NOUN'), ('-', 'PUNCT'), ('clad', 'VERB'), ('figure', 'NOUN'), ('cast', 'VERB'), ('by', 'ADP'), ('my', 'PRON'), ('imagination', 'NOUN'), (',', 'PUNCT'), ('touched', 'VERB'), ('discreetly', 'ADV'), ('by', 'ADP'), ('the', 'DET'), ('lamplight', 'NOUN'), ('at', 'ADP'), ('the', 'DET'), ('curved', 'ADJ'), ('neck', 'NOUN'), (',', 'PUNCT'), ('at', 'ADP'), ('the', 'DET'), ('hand', 'NOUN'), ('upon', 'SCONJ'), ('the', 'DET'), ('railings', 'NOUN'), ('and', 'CCONJ'), ('at', 'ADP'), ('the', 'DET'), ('border', 'NOUN'), ('below', 'ADP'), ('the', 'DET'), ('dress', 'NOUN'), ('.', 'PUNCT')] | [('an hour', 'TIME')] | [('I', 'nsubj', 'stood'), ('may', 'aux', 'stood'), ('have', 'aux', 'stood'), ('stood', 'ROOT', 'stood'), ('there', 'advmod', 'stood'), ('for', 'prep', 'stood'), ('an', 'det', 'hour'), ('hour', 'pobj', 'for'), (',', 'punct', 'stood'), ('seeing', 'advcl', 'stood'), ('nothing', 'dobj', 'seeing'), ('but', 'cc', 'stood'), ('the', 'det', 'figure'), ('brown', 'npadvmod', 'clad'), ('-', 'punct', 'clad'), ('clad', 'amod', 'figure'), ('figure', 'pobj', 'but'), ('cast', 'acl', 'figure'), ('by', 'agent', 'cast'), ('my', 'poss', 'imagination'), ('imagination', 'pobj', 'by'), (',', 'punct', 'figure'), ('touched', 'acl', 'figure'), ('discreetly', 'advmod', 'touched'), ('by', 'agent', 'touched'), ('the', 'det', 'lamplight'), ('lamplight', 'pobj', 'by'), ('at', 'prep', 'lamplight'), ('the', 'det', 'neck'), ('curved', 'amod', 'neck'), ('neck', 'pobj', 'at'), (',', 'punct', 'figure'), ('at', 'prep', 'stood'), ('the', 'det', 'hand'), ('hand', 'pobj', 'at'), ('upon', 'prep', 'hand'), ('the', 'det', 'railings'), ('railings', 'pobj', 'upon'), ('and', 'cc', 'upon'), ('at', 'conj', 'upon'), ('the', 'det', 'border'), ('border', 'pobj', 'at'), ('below', 'prep', 'border'), ('the', 'det', 'dress'), ('dress', 'pobj', 'below'), ('.', 'punct', 'stood')] |
When she had gone I began to walk up and down the room, clenching my fists. | [('When', 'WRB'), ('I', 'PRP'), ('came', 'VBD'), ('downstairs', 'RB'), ('again', 'RB'), ('I', 'PRP'), ('found', 'VBD'), ('Mrs', 'NNP'), ('Mercer', 'NNP'), ('sitting', 'VBG'), ('at', 'IN'), ('the', 'DT'), ('fire', 'NN'), ('.', '.')] | [('When', 'SCONJ'), ('I', 'PRON'), ('came', 'VERB'), ('downstairs', 'ADV'), ('again', 'ADV'), ('I', 'PRON'), ('found', 'VERB'), ('Mrs', 'PROPN'), ('Mercer', 'PROPN'), ('sitting', 'VERB'), ('at', 'ADP'), ('the', 'DET'), ('fire', 'NOUN'), ('.', 'PUNCT')] | [('Mrs Mercer', 'PERSON')] | [('When', 'advmod', 'came'), ('I', 'nsubj', 'came'), ('came', 'advcl', 'found'), ('downstairs', 'advmod', 'came'), ('again', 'advmod', 'came'), ('I', 'nsubj', 'found'), ('found', 'ROOT', 'found'), ('Mrs', 'compound', 'Mercer'), ('Mercer', 'nsubj', 'sitting'), ('sitting', 'ccomp', 'found'), ('at', 'prep', 'sitting'), ('the', 'det', 'fire'), ('fire', 'pobj', 'at'), ('.', 'punct', 'found')] |
My aunt said: “I’m afraid you may put off your bazaar for this night of Our Lord.” At nine o’clock I heard my uncle’s latchkey in the halldoor. | [('She', 'PRP'), ('was', 'VBD'), ('an', 'DT'), ('old', 'JJ'), ('garrulous', 'JJ'), ('woman', 'NN'), (',', ','), ('a', 'DT'), ('pawnbroker', 'NN'), ('’', 'NNP'), ('s', 'NN'), ('widow', 'NN'), (',', ','), ('who', 'WP'), ('collected', 'VBD'), ('used', 'JJ'), ('stamps', 'NNS'), ('for', 'IN'), ('some', 'DT'), ('pious', 'JJ'), ('purpose', 'NN'), ('.', '.')] | [('She', 'PRON'), ('was', 'AUX'), ('an', 'DET'), ('old', 'ADJ'), ('garrulous', 'ADJ'), ('woman', 'NOUN'), (',', 'PUNCT'), ('a', 'DET'), ('pawnbroker', 'NOUN'), ('’s', 'PART'), ('widow', 'NOUN'), (',', 'PUNCT'), ('who', 'PRON'), ('collected', 'VERB'), ('used', 'VERB'), ('stamps', 'NOUN'), ('for', 'ADP'), ('some', 'DET'), ('pious', 'ADJ'), ('purpose', 'NOUN'), ('.', 'PUNCT')] | [] | [('She', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('an', 'det', 'woman'), ('old', 'amod', 'woman'), ('garrulous', 'amod', 'woman'), ('woman', 'attr', 'was'), (',', 'punct', 'woman'), ('a', 'det', 'pawnbroker'), ('pawnbroker', 'poss', 'widow'), ('’s', 'case', 'pawnbroker'), ('widow', 'appos', 'woman'), (',', 'punct', 'widow'), ('who', 'nsubj', 'collected'), ('collected', 'relcl', 'widow'), ('used', 'amod', 'stamps'), ('stamps', 'dobj', 'collected'), ('for', 'prep', 'collected'), ('some', 'det', 'purpose'), ('pious', 'amod', 'purpose'), ('purpose', 'pobj', 'for'), ('.', 'punct', 'was')] |
I heard him talking to himself and heard the hallstand rocking when it had received the weight of his overcoat. | [('I', 'PRP'), ('had', 'VBD'), ('to', 'TO'), ('endure', 'VB'), ('the', 'DT'), ('gossip', 'NN'), ('of', 'IN'), ('the', 'DT'), ('tea-table', 'JJ'), ('.', '.')] | [('I', 'PRON'), ('had', 'VERB'), ('to', 'PART'), ('endure', 'VERB'), ('the', 'DET'), ('gossip', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('tea', 'NOUN'), ('-', 'PUNCT'), ('table', 'NOUN'), ('.', 'PUNCT')] | [] | [('I', 'nsubj', 'had'), ('had', 'ROOT', 'had'), ('to', 'aux', 'endure'), ('endure', 'xcomp', 'had'), ('the', 'det', 'gossip'), ('gossip', 'dobj', 'endure'), ('of', 'prep', 'gossip'), ('the', 'det', 'table'), ('tea', 'compound', 'table'), ('-', 'punct', 'table'), ('table', 'pobj', 'of'), ('.', 'punct', 'had')] |
I could interpret these signs. | [('The', 'DT'), ('meal', 'NN'), ('was', 'VBD'), ('prolonged', 'VBN'), ('beyond', 'IN'), ('an', 'DT'), ('hour', 'NN'), ('and', 'CC'), ('still', 'RB'), ('my', 'PRP$'), ('uncle', 'NN'), ('did', 'VBD'), ('not', 'RB'), ('come', 'VBN'), ('.', '.')] | [('The', 'DET'), ('meal', 'NOUN'), ('was', 'AUX'), ('prolonged', 'VERB'), ('beyond', 'ADP'), ('an', 'DET'), ('hour', 'NOUN'), ('and', 'CCONJ'), ('still', 'ADV'), ('my', 'PRON'), ('uncle', 'NOUN'), ('did', 'AUX'), ('not', 'PART'), ('come', 'VERB'), ('.', 'PUNCT')] | [('an hour', 'TIME')] | [('The', 'det', 'meal'), ('meal', 'nsubjpass', 'prolonged'), ('was', 'auxpass', 'prolonged'), ('prolonged', 'ROOT', 'prolonged'), ('beyond', 'prep', 'prolonged'), ('an', 'det', 'hour'), ('hour', 'pobj', 'beyond'), ('and', 'cc', 'prolonged'), ('still', 'advmod', 'come'), ('my', 'poss', 'uncle'), ('uncle', 'nsubj', 'come'), ('did', 'aux', 'come'), ('not', 'neg', 'come'), ('come', 'conj', 'prolonged'), ('.', 'punct', 'prolonged')] |
When he was midway through his dinner I asked him to give me the money to go to the bazaar. | [('Mrs', 'NNP'), ('Mercer', 'NNP'), ('stood', 'VBD'), ('up', 'RP'), ('to', 'TO'), ('go', 'VB'), (':', ':'), ('she', 'PRP'), ('was', 'VBD'), ('sorry', 'JJ'), ('she', 'PRP'), ('couldn', 'VBD'), ('’', 'NNP'), ('t', 'JJ'), ('wait', 'VBP'), ('any', 'DT'), ('longer', 'JJR'), (',', ','), ('but', 'CC'), ('it', 'PRP'), ('was', 'VBD'), ('after', 'IN'), ('eight', 'CD'), ('o', 'NNS'), ('’', 'NNP'), ('clock', 'NN'), ('and', 'CC'), ('she', 'PRP'), ('did', 'VBD'), ('not', 'RB'), ('like', 'IN'), ('to', 'TO'), ('be', 'VB'), ('out', 'RB'), ('late', 'RB'), ('as', 'IN'), ('the', 'DT'), ('night', 'NN'), ('air', 'NN'), ('was', 'VBD'), ('bad', 'JJ'), ('for', 'IN'), ('her', 'PRP$'), ('.', '.')] | [('Mrs', 'PROPN'), ('Mercer', 'PROPN'), ('stood', 'VERB'), ('up', 'ADP'), ('to', 'PART'), ('go', 'VERB'), (':', 'PUNCT'), ('she', 'PRON'), ('was', 'AUX'), ('sorry', 'ADJ'), ('she', 'PRON'), ('could', 'AUX'), ('n’t', 'PART'), ('wait', 'VERB'), ('any', 'ADV'), ('longer', 'ADV'), (',', 'PUNCT'), ('but', 'CCONJ'), ('it', 'PRON'), ('was', 'AUX'), ('after', 'ADP'), ('eight', 'NUM'), ('o’clock', 'NOUN'), ('and', 'CCONJ'), ('she', 'PRON'), ('did', 'AUX'), ('not', 'PART'), ('like', 'VERB'), ('to', 'PART'), ('be', 'AUX'), ('out', 'ADV'), ('late', 'ADV'), ('as', 'SCONJ'), ('the', 'DET'), ('night', 'NOUN'), ('air', 'NOUN'), ('was', 'AUX'), ('bad', 'ADJ'), ('for', 'ADP'), ('her', 'PRON'), ('.', 'PUNCT')] | [('Mrs Mercer', 'PERSON'), ('eight o’clock', 'TIME'), ('late as the night', 'TIME')] | [('Mrs', 'compound', 'Mercer'), ('Mercer', 'nsubj', 'stood'), ('stood', 'ccomp', 'was'), ('up', 'prt', 'stood'), ('to', 'aux', 'go'), ('go', 'advcl', 'stood'), (':', 'punct', 'was'), ('she', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('sorry', 'acomp', 'was'), ('she', 'nsubj', 'wait'), ('could', 'aux', 'wait'), ('n’t', 'neg', 'wait'), ('wait', 'ccomp', 'sorry'), ('any', 'advmod', 'longer'), ('longer', 'advmod', 'wait'), (',', 'punct', 'was'), ('but', 'cc', 'was'), ('it', 'nsubj', 'was'), ('was', 'conj', 'was'), ('after', 'prep', 'was'), ('eight', 'nummod', 'o’clock'), ('o’clock', 'pobj', 'after'), ('and', 'cc', 'was'), ('she', 'nsubj', 'like'), ('did', 'aux', 'like'), ('not', 'neg', 'like'), ('like', 'conj', 'was'), ('to', 'aux', 'be'), ('be', 'xcomp', 'like'), ('out', 'advmod', 'be'), ('late', 'advmod', 'be'), ('as', 'mark', 'was'), ('the', 'det', 'air'), ('night', 'compound', 'air'), ('air', 'nsubj', 'was'), ('was', 'advcl', 'be'), ('bad', 'acomp', 'was'), ('for', 'prep', 'was'), ('her', 'pobj', 'for'), ('.', 'punct', 'was')] |
He had forgotten. | [('When', 'WRB'), ('she', 'PRP'), ('had', 'VBD'), ('gone', 'VBN'), ('I', 'PRP'), ('began', 'VBD'), ('to', 'TO'), ('walk', 'VB'), ('up', 'RB'), ('and', 'CC'), ('down', 'IN'), ('the', 'DT'), ('room', 'NN'), (',', ','), ('clenching', 'VBG'), ('my', 'PRP$'), ('fists', 'NNS'), ('.', '.')] | [('When', 'SCONJ'), ('she', 'PRON'), ('had', 'AUX'), ('gone', 'VERB'), ('I', 'PRON'), ('began', 'VERB'), ('to', 'PART'), ('walk', 'VERB'), ('up', 'ADV'), ('and', 'CCONJ'), ('down', 'ADP'), ('the', 'DET'), ('room', 'NOUN'), (',', 'PUNCT'), ('clenching', 'VERB'), ('my', 'PRON'), ('fists', 'NOUN'), ('.', 'PUNCT')] | [] | [('When', 'advmod', 'gone'), ('she', 'nsubj', 'gone'), ('had', 'aux', 'gone'), ('gone', 'advcl', 'began'), ('I', 'nsubj', 'began'), ('began', 'ROOT', 'began'), ('to', 'aux', 'walk'), ('walk', 'xcomp', 'began'), ('up', 'advmod', 'walk'), ('and', 'cc', 'up'), ('down', 'conj', 'up'), ('the', 'det', 'room'), ('room', 'pobj', 'down'), (',', 'punct', 'walk'), ('clenching', 'advcl', 'walk'), ('my', 'poss', 'fists'), ('fists', 'dobj', 'clenching'), ('.', 'punct', 'began')] |
“The people are in bed and after their first sleep now,” he said. | [('My', 'PRP$'), ('aunt', 'NN'), ('said', 'VBD'), (':', ':'), ('“', 'NN'), ('I', 'PRP'), ('’', 'VBP'), ('m', 'JJ'), ('afraid', 'IN'), ('you', 'PRP'), ('may', 'MD'), ('put', 'VB'), ('off', 'RP'), ('your', 'PRP$'), ('bazaar', 'NN'), ('for', 'IN'), ('this', 'DT'), ('night', 'NN'), ('of', 'IN'), ('Our', 'PRP$'), ('Lord.', 'NNP'), ('”', 'NN'), ('At', 'IN'), ('nine', 'CD'), ('o', 'JJ'), ('’', 'NNP'), ('clock', 'NN'), ('I', 'PRP'), ('heard', 'VBD'), ('my', 'PRP$'), ('uncle', 'NN'), ('’', 'NNP'), ('s', 'NN'), ('latchkey', 'NN'), ('in', 'IN'), ('the', 'DT'), ('halldoor', 'NN'), ('.', '.')] | [('My', 'PRON'), ('aunt', 'NOUN'), ('said', 'VERB'), (':', 'PUNCT'), ('“', 'PUNCT'), ('I', 'PRON'), ('’m', 'VERB'), ('afraid', 'ADJ'), ('you', 'PRON'), ('may', 'AUX'), ('put', 'VERB'), ('off', 'ADP'), ('your', 'PRON'), ('bazaar', 'NOUN'), ('for', 'ADP'), ('this', 'DET'), ('night', 'NOUN'), ('of', 'ADP'), ('Our', 'PRON'), ('Lord', 'PROPN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('At', 'ADP'), ('nine', 'NUM'), ('o’clock', 'NOUN'), ('I', 'PRON'), ('heard', 'VERB'), ('my', 'PRON'), ('uncle', 'NOUN'), ('’s', 'PART'), ('latchkey', 'NOUN'), ('in', 'ADP'), ('the', 'DET'), ('halldoor', 'NOUN'), ('.', 'PUNCT')] | [('this night', 'TIME'), ('nine o’clock', 'TIME')] | [('My', 'poss', 'aunt'), ('aunt', 'nsubj', 'said'), ('said', 'ROOT', 'said'), (':', 'punct', 'said'), ('“', 'punct', 'said'), ('I', 'nsubj', '’m'), ('’m', 'ccomp', 'said'), ('afraid', 'acomp', '’m'), ('you', 'nsubj', 'put'), ('may', 'aux', 'put'), ('put', 'ccomp', 'afraid'), ('off', 'prt', 'put'), ('your', 'poss', 'bazaar'), ('bazaar', 'dobj', 'put'), ('for', 'prep', 'put'), ('this', 'det', 'night'), ('night', 'pobj', 'for'), ('of', 'prep', 'night'), ('Our', 'poss', 'Lord'), ('Lord', 'pobj', 'of'), ('.', 'punct', 'said'), ('”', 'punct', 'said'), ('At', 'prep', 'heard'), ('nine', 'nummod', 'o’clock'), ('o’clock', 'pobj', 'At'), ('I', 'nsubj', 'heard'), ('heard', 'ROOT', 'heard'), ('my', 'poss', 'uncle'), ('uncle', 'poss', 'latchkey'), ('’s', 'case', 'uncle'), ('latchkey', 'dobj', 'heard'), ('in', 'prep', 'latchkey'), ('the', 'det', 'halldoor'), ('halldoor', 'pobj', 'in'), ('.', 'punct', 'heard')] |
I did not smile. | [('I', 'PRP'), ('heard', 'VBD'), ('him', 'PRP'), ('talking', 'VBG'), ('to', 'TO'), ('himself', 'PRP'), ('and', 'CC'), ('heard', 'VB'), ('the', 'DT'), ('hallstand', 'NN'), ('rocking', 'VBG'), ('when', 'WRB'), ('it', 'PRP'), ('had', 'VBD'), ('received', 'VBN'), ('the', 'DT'), ('weight', 'NN'), ('of', 'IN'), ('his', 'PRP$'), ('overcoat', 'NN'), ('.', '.')] | [('I', 'PRON'), ('heard', 'VERB'), ('him', 'PRON'), ('talking', 'VERB'), ('to', 'ADP'), ('himself', 'PRON'), ('and', 'CCONJ'), ('heard', 'VERB'), ('the', 'DET'), ('hallstand', 'NOUN'), ('rocking', 'VERB'), ('when', 'SCONJ'), ('it', 'PRON'), ('had', 'AUX'), ('received', 'VERB'), ('the', 'DET'), ('weight', 'NOUN'), ('of', 'ADP'), ('his', 'PRON'), ('overcoat', 'NOUN'), ('.', 'PUNCT')] | [] | [('I', 'nsubj', 'heard'), ('heard', 'ROOT', 'heard'), ('him', 'nsubj', 'talking'), ('talking', 'ccomp', 'heard'), ('to', 'prep', 'talking'), ('himself', 'pobj', 'to'), ('and', 'cc', 'heard'), ('heard', 'conj', 'heard'), ('the', 'det', 'hallstand'), ('hallstand', 'nsubj', 'rocking'), ('rocking', 'ccomp', 'heard'), ('when', 'advmod', 'received'), ('it', 'nsubj', 'received'), ('had', 'aux', 'received'), ('received', 'advcl', 'rocking'), ('the', 'det', 'weight'), ('weight', 'dobj', 'received'), ('of', 'prep', 'weight'), ('his', 'poss', 'overcoat'), ('overcoat', 'pobj', 'of'), ('.', 'punct', 'heard')] |
My aunt said to him energetically: “Can’t you give him the money and let him go? | [('I', 'PRP'), ('could', 'MD'), ('interpret', 'VB'), ('these', 'DT'), ('signs', 'NNS'), ('.', '.')] | [('I', 'PRON'), ('could', 'AUX'), ('interpret', 'VERB'), ('these', 'DET'), ('signs', 'NOUN'), ('.', 'PUNCT')] | [] | [('I', 'nsubj', 'interpret'), ('could', 'aux', 'interpret'), ('interpret', 'ROOT', 'interpret'), ('these', 'det', 'signs'), ('signs', 'dobj', 'interpret'), ('.', 'punct', 'interpret')] |
You’ve kept him late enough as it is.” My uncle said he was very sorry he had forgotten. | [('When', 'WRB'), ('he', 'PRP'), ('was', 'VBD'), ('midway', 'RB'), ('through', 'IN'), ('his', 'PRP$'), ('dinner', 'NN'), ('I', 'PRP'), ('asked', 'VBD'), ('him', 'PRP'), ('to', 'TO'), ('give', 'VB'), ('me', 'PRP'), ('the', 'DT'), ('money', 'NN'), ('to', 'TO'), ('go', 'VB'), ('to', 'TO'), ('the', 'DT'), ('bazaar', 'NN'), ('.', '.')] | [('When', 'SCONJ'), ('he', 'PRON'), ('was', 'AUX'), ('midway', 'ADV'), ('through', 'ADP'), ('his', 'PRON'), ('dinner', 'NOUN'), ('I', 'PRON'), ('asked', 'VERB'), ('him', 'PRON'), ('to', 'PART'), ('give', 'VERB'), ('me', 'PRON'), ('the', 'DET'), ('money', 'NOUN'), ('to', 'PART'), ('go', 'VERB'), ('to', 'ADP'), ('the', 'DET'), ('bazaar', 'NOUN'), ('.', 'PUNCT')] | [] | [('When', 'advmod', 'was'), ('he', 'nsubj', 'was'), ('was', 'advcl', 'asked'), ('midway', 'advmod', 'was'), ('through', 'prep', 'midway'), ('his', 'poss', 'dinner'), ('dinner', 'pobj', 'through'), ('I', 'nsubj', 'asked'), ('asked', 'ROOT', 'asked'), ('him', 'dobj', 'asked'), ('to', 'aux', 'give'), ('give', 'xcomp', 'asked'), ('me', 'dative', 'give'), ('the', 'det', 'money'), ('money', 'dobj', 'give'), ('to', 'aux', 'go'), ('go', 'relcl', 'money'), ('to', 'prep', 'go'), ('the', 'det', 'bazaar'), ('bazaar', 'pobj', 'to'), ('.', 'punct', 'asked')] |
He said he believed in the old saying: “All work and no play makes Jack a dull boy.” He asked me where I was going and, when I had told him a second time he asked me did I know The Arab’s Farewell to his Steed. | [('He', 'PRP'), ('had', 'VBD'), ('forgotten', 'VBN'), ('.', '.')] | [('He', 'PRON'), ('had', 'AUX'), ('forgotten', 'VERB'), ('.', 'PUNCT')] | [] | [('He', 'nsubj', 'forgotten'), ('had', 'aux', 'forgotten'), ('forgotten', 'ROOT', 'forgotten'), ('.', 'punct', 'forgotten')] |
When I left the kitchen he was about to recite the opening lines of the piece to my aunt. | [('“', 'VB'), ('The', 'DT'), ('people', 'NNS'), ('are', 'VBP'), ('in', 'IN'), ('bed', 'NN'), ('and', 'CC'), ('after', 'IN'), ('their', 'PRP$'), ('first', 'JJ'), ('sleep', 'NN'), ('now', 'RB'), (',', ','), ('”', 'NN'), ('he', 'PRP'), ('said', 'VBD'), ('.', '.')] | [('“', 'PUNCT'), ('The', 'DET'), ('people', 'NOUN'), ('are', 'AUX'), ('in', 'ADP'), ('bed', 'NOUN'), ('and', 'CCONJ'), ('after', 'ADP'), ('their', 'PRON'), ('first', 'ADJ'), ('sleep', 'NOUN'), ('now', 'ADV'), (',', 'PUNCT'), ('”', 'PUNCT'), ('he', 'PRON'), ('said', 'VERB'), ('.', 'PUNCT')] | [('first', 'ORDINAL')] | [('“', 'punct', 'said'), ('The', 'det', 'people'), ('people', 'nsubj', 'are'), ('are', 'ccomp', 'said'), ('in', 'prep', 'are'), ('bed', 'pobj', 'in'), ('and', 'cc', 'are'), ('after', 'prep', 'are'), ('their', 'poss', 'sleep'), ('first', 'amod', 'sleep'), ('sleep', 'pobj', 'after'), ('now', 'advmod', 'sleep'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('he', 'nsubj', 'said'), ('said', 'ROOT', 'said'), ('.', 'punct', 'said')] |
I held a florin tightly in my hand as I strode down Buckingham Street towards the station. | [('I', 'PRP'), ('did', 'VBD'), ('not', 'RB'), ('smile', 'VB'), ('.', '.')] | [('I', 'PRON'), ('did', 'AUX'), ('not', 'PART'), ('smile', 'VERB'), ('.', 'PUNCT')] | [] | [('I', 'nsubj', 'smile'), ('did', 'aux', 'smile'), ('not', 'neg', 'smile'), ('smile', 'ROOT', 'smile'), ('.', 'punct', 'smile')] |
The sight of the streets thronged with buyers and glaring with gas recalled to me the purpose of my journey. | [('My', 'PRP$'), ('aunt', 'NN'), ('said', 'VBD'), ('to', 'TO'), ('him', 'PRP'), ('energetically', 'RB'), (':', ':'), ('“', 'NN'), ('Can', 'MD'), ('’', 'VB'), ('t', 'VB'), ('you', 'PRP'), ('give', 'VBP'), ('him', 'PRP'), ('the', 'DT'), ('money', 'NN'), ('and', 'CC'), ('let', 'VB'), ('him', 'PRP'), ('go', 'VB'), ('?', '.')] | [('My', 'PRON'), ('aunt', 'NOUN'), ('said', 'VERB'), ('to', 'ADP'), ('him', 'PRON'), ('energetically', 'ADV'), (':', 'PUNCT'), ('“', 'PUNCT'), ('Ca', 'AUX'), ('n’t', 'PART'), ('you', 'PRON'), ('give', 'VERB'), ('him', 'PRON'), ('the', 'DET'), ('money', 'NOUN'), ('and', 'CCONJ'), ('let', 'VERB'), ('him', 'PRON'), ('go', 'VERB'), ('?', 'PUNCT')] | [('Can’t', 'WORK_OF_ART')] | [('My', 'poss', 'aunt'), ('aunt', 'nsubj', 'said'), ('said', 'ROOT', 'said'), ('to', 'prep', 'said'), ('him', 'pobj', 'to'), ('energetically', 'advmod', 'said'), (':', 'punct', 'said'), ('“', 'punct', 'said'), ('Ca', 'aux', 'give'), ('n’t', 'neg', 'Ca'), ('you', 'nsubj', 'give'), ('give', 'ccomp', 'said'), ('him', 'dative', 'give'), ('the', 'det', 'money'), ('money', 'dobj', 'give'), ('and', 'cc', 'give'), ('let', 'conj', 'give'), ('him', 'nsubj', 'go'), ('go', 'ccomp', 'let'), ('?', 'punct', 'said')] |
I took my seat in a third-class carriage of a deserted train. | [('You', 'PRP'), ('’', 'VBP'), ('ve', 'JJ'), ('kept', 'VBD'), ('him', 'PRP'), ('late', 'RB'), ('enough', 'RB'), ('as', 'IN'), ('it', 'PRP'), ('is.', 'VBZ'), ('”', 'JJ'), ('My', 'NNP'), ('uncle', 'NN'), ('said', 'VBD'), ('he', 'PRP'), ('was', 'VBD'), ('very', 'RB'), ('sorry', 'JJ'), ('he', 'PRP'), ('had', 'VBD'), ('forgotten', 'VBN'), ('.', '.')] | [('You', 'PRON'), ('’ve', 'AUX'), ('kept', 'VERB'), ('him', 'PRON'), ('late', 'ADV'), ('enough', 'ADV'), ('as', 'SCONJ'), ('it', 'PRON'), ('is', 'AUX'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('My', 'PRON'), ('uncle', 'NOUN'), ('said', 'VERB'), ('he', 'PRON'), ('was', 'AUX'), ('very', 'ADV'), ('sorry', 'ADJ'), ('he', 'PRON'), ('had', 'AUX'), ('forgotten', 'VERB'), ('.', 'PUNCT')] | [] | [('You', 'nsubj', 'kept'), ('’ve', 'aux', 'kept'), ('kept', 'ROOT', 'kept'), ('him', 'dobj', 'kept'), ('late', 'advmod', 'enough'), ('enough', 'advmod', 'kept'), ('as', 'mark', 'is'), ('it', 'nsubj', 'is'), ('is', 'advcl', 'enough'), ('.', 'punct', 'kept'), ('”', 'punct', 'kept'), ('My', 'poss', 'uncle'), ('uncle', 'nsubj', 'said'), ('said', 'ROOT', 'said'), ('he', 'nsubj', 'was'), ('was', 'ccomp', 'said'), ('very', 'advmod', 'sorry'), ('sorry', 'acomp', 'was'), ('he', 'nsubj', 'forgotten'), ('had', 'aux', 'forgotten'), ('forgotten', 'ccomp', 'sorry'), ('.', 'punct', 'said')] |
After an intolerable delay the train moved out of the station slowly. | [('He', 'PRP'), ('said', 'VBD'), ('he', 'PRP'), ('believed', 'VBD'), ('in', 'IN'), ('the', 'DT'), ('old', 'JJ'), ('saying', 'NN'), (':', ':'), ('“', 'NN'), ('All', 'DT'), ('work', 'NN'), ('and', 'CC'), ('no', 'DT'), ('play', 'NN'), ('makes', 'VBZ'), ('Jack', 'NNP'), ('a', 'DT'), ('dull', 'JJ'), ('boy.', 'NN'), ('”', 'NN'), ('He', 'PRP'), ('asked', 'VBD'), ('me', 'PRP'), ('where', 'WRB'), ('I', 'PRP'), ('was', 'VBD'), ('going', 'VBG'), ('and', 'CC'), (',', ','), ('when', 'WRB'), ('I', 'PRP'), ('had', 'VBD'), ('told', 'VBN'), ('him', 'PRP'), ('a', 'DT'), ('second', 'JJ'), ('time', 'NN'), ('he', 'PRP'), ('asked', 'VBD'), ('me', 'PRP'), ('did', 'VBD'), ('I', 'PRP'), ('know', 'VBP'), ('The', 'DT'), ('Arab', 'NNP'), ('’', 'NNP'), ('s', 'NN'), ('Farewell', 'NNP'), ('to', 'TO'), ('his', 'PRP$'), ('Steed', 'NNP'), ('.', '.')] | [('He', 'PRON'), ('said', 'VERB'), ('he', 'PRON'), ('believed', 'VERB'), ('in', 'ADP'), ('the', 'DET'), ('old', 'ADJ'), ('saying', 'NOUN'), (':', 'PUNCT'), ('“', 'PUNCT'), ('All', 'DET'), ('work', 'NOUN'), ('and', 'CCONJ'), ('no', 'DET'), ('play', 'NOUN'), ('makes', 'VERB'), ('Jack', 'PROPN'), ('a', 'DET'), ('dull', 'ADJ'), ('boy', 'NOUN'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('He', 'PRON'), ('asked', 'VERB'), ('me', 'PRON'), ('where', 'SCONJ'), ('I', 'PRON'), ('was', 'AUX'), ('going', 'VERB'), ('and', 'CCONJ'), (',', 'PUNCT'), ('when', 'SCONJ'), ('I', 'PRON'), ('had', 'AUX'), ('told', 'VERB'), ('him', 'PRON'), ('a', 'DET'), ('second', 'ADJ'), ('time', 'NOUN'), ('he', 'PRON'), ('asked', 'VERB'), ('me', 'PRON'), ('did', 'AUX'), ('I', 'PRON'), ('know', 'VERB'), ('The', 'DET'), ('Arab', 'PROPN'), ('’s', 'PART'), ('Farewell', 'PROPN'), ('to', 'ADP'), ('his', 'PRON'), ('Steed', 'PROPN'), ('.', 'PUNCT')] | [('Jack', 'PERSON'), ('second', 'ORDINAL'), ('Arab', 'NORP'), ('Steed', 'PERSON')] | [('He', 'nsubj', 'said'), ('said', 'ROOT', 'said'), ('he', 'nsubj', 'believed'), ('believed', 'ccomp', 'said'), ('in', 'prep', 'believed'), ('the', 'det', 'saying'), ('old', 'amod', 'saying'), ('saying', 'pobj', 'in'), (':', 'punct', 'saying'), ('“', 'punct', 'saying'), ('All', 'det', 'work'), ('work', 'nsubj', 'makes'), ('and', 'cc', 'work'), ('no', 'det', 'play'), ('play', 'conj', 'work'), ('makes', 'acl', 'saying'), ('Jack', 'nsubj', 'boy'), ('a', 'det', 'boy'), ('dull', 'amod', 'boy'), ('boy', 'ccomp', 'makes'), ('.', 'punct', 'said'), ('”', 'punct', 'said'), ('He', 'nsubj', 'asked'), ('asked', 'ROOT', 'asked'), ('me', 'dobj', 'asked'), ('where', 'advmod', 'going'), ('I', 'nsubj', 'going'), ('was', 'aux', 'going'), ('going', 'ccomp', 'asked'), ('and', 'cc', 'asked'), (',', 'punct', 'asked'), ('when', 'advmod', 'told'), ('I', 'nsubj', 'told'), ('had', 'aux', 'told'), ('told', 'advcl', 'asked'), ('him', 'dative', 'told'), ('a', 'det', 'time'), ('second', 'amod', 'time'), ('time', 'dobj', 'told'), ('he', 'nsubj', 'asked'), ('asked', 'relcl', 'time'), ('me', 'dobj', 'asked'), ('did', 'punct', 'asked'), ('I', 'nsubj', 'know'), ('know', 'parataxis', 'asked'), ('The', 'det', 'Arab'), ('Arab', 'poss', 'Farewell'), ('’s', 'case', 'Arab'), ('Farewell', 'dobj', 'know'), ('to', 'prep', 'know'), ('his', 'poss', 'Steed'), ('Steed', 'pobj', 'to'), ('.', 'punct', 'asked')] |
It crept onward among ruinous houses and over the twinkling river. | [('When', 'WRB'), ('I', 'PRP'), ('left', 'VBD'), ('the', 'DT'), ('kitchen', 'NN'), ('he', 'PRP'), ('was', 'VBD'), ('about', 'RB'), ('to', 'TO'), ('recite', 'VB'), ('the', 'DT'), ('opening', 'NN'), ('lines', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('piece', 'NN'), ('to', 'TO'), ('my', 'PRP$'), ('aunt', 'NN'), ('.', '.')] | [('When', 'SCONJ'), ('I', 'PRON'), ('left', 'VERB'), ('the', 'DET'), ('kitchen', 'NOUN'), ('he', 'PRON'), ('was', 'AUX'), ('about', 'ADJ'), ('to', 'PART'), ('recite', 'VERB'), ('the', 'DET'), ('opening', 'NOUN'), ('lines', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('piece', 'NOUN'), ('to', 'ADP'), ('my', 'PRON'), ('aunt', 'NOUN'), ('.', 'PUNCT')] | [] | [('When', 'advmod', 'left'), ('I', 'nsubj', 'left'), ('left', 'ROOT', 'left'), ('the', 'det', 'kitchen'), ('kitchen', 'dobj', 'left'), ('he', 'nsubj', 'was'), ('was', 'relcl', 'kitchen'), ('about', 'acomp', 'was'), ('to', 'aux', 'recite'), ('recite', 'xcomp', 'about'), ('the', 'det', 'lines'), ('opening', 'amod', 'lines'), ('lines', 'dobj', 'recite'), ('of', 'prep', 'lines'), ('the', 'det', 'piece'), ('piece', 'pobj', 'of'), ('to', 'prep', 'recite'), ('my', 'poss', 'aunt'), ('aunt', 'pobj', 'to'), ('.', 'punct', 'left')] |
At Westland Row Station a crowd of people pressed to the carriage doors; but the porters moved them back, saying that it was a special train for the bazaar. | [('I', 'PRP'), ('held', 'VBD'), ('a', 'DT'), ('florin', 'NN'), ('tightly', 'RB'), ('in', 'IN'), ('my', 'PRP$'), ('hand', 'NN'), ('as', 'IN'), ('I', 'PRP'), ('strode', 'VBP'), ('down', 'RP'), ('Buckingham', 'NNP'), ('Street', 'NNP'), ('towards', 'IN'), ('the', 'DT'), ('station', 'NN'), ('.', '.')] | [('I', 'PRON'), ('held', 'VERB'), ('a', 'DET'), ('florin', 'NOUN'), ('tightly', 'ADV'), ('in', 'ADP'), ('my', 'PRON'), ('hand', 'NOUN'), ('as', 'SCONJ'), ('I', 'PRON'), ('strode', 'VERB'), ('down', 'ADP'), ('Buckingham', 'PROPN'), ('Street', 'PROPN'), ('towards', 'ADP'), ('the', 'DET'), ('station', 'NOUN'), ('.', 'PUNCT')] | [('Buckingham Street', 'FAC')] | [('I', 'nsubj', 'held'), ('held', 'ROOT', 'held'), ('a', 'det', 'florin'), ('florin', 'dobj', 'held'), ('tightly', 'advmod', 'held'), ('in', 'prep', 'held'), ('my', 'poss', 'hand'), ('hand', 'pobj', 'in'), ('as', 'mark', 'strode'), ('I', 'nsubj', 'strode'), ('strode', 'advcl', 'held'), ('down', 'prt', 'strode'), ('Buckingham', 'compound', 'Street'), ('Street', 'dobj', 'strode'), ('towards', 'prep', 'strode'), ('the', 'det', 'station'), ('station', 'pobj', 'towards'), ('.', 'punct', 'held')] |
I remained alone in the bare carriage. | [('The', 'DT'), ('sight', 'NN'), ('of', 'IN'), ('the', 'DT'), ('streets', 'NNS'), ('thronged', 'VBD'), ('with', 'IN'), ('buyers', 'NNS'), ('and', 'CC'), ('glaring', 'VBG'), ('with', 'IN'), ('gas', 'NN'), ('recalled', 'VBN'), ('to', 'TO'), ('me', 'PRP'), ('the', 'DT'), ('purpose', 'NN'), ('of', 'IN'), ('my', 'PRP$'), ('journey', 'NN'), ('.', '.')] | [('The', 'DET'), ('sight', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('streets', 'NOUN'), ('thronged', 'VERB'), ('with', 'ADP'), ('buyers', 'NOUN'), ('and', 'CCONJ'), ('glaring', 'VERB'), ('with', 'ADP'), ('gas', 'NOUN'), ('recalled', 'VERB'), ('to', 'ADP'), ('me', 'PRON'), ('the', 'DET'), ('purpose', 'NOUN'), ('of', 'ADP'), ('my', 'PRON'), ('journey', 'NOUN'), ('.', 'PUNCT')] | [] | [('The', 'det', 'sight'), ('sight', 'nsubj', 'recalled'), ('of', 'prep', 'sight'), ('the', 'det', 'streets'), ('streets', 'pobj', 'of'), ('thronged', 'acl', 'streets'), ('with', 'prep', 'thronged'), ('buyers', 'pobj', 'with'), ('and', 'cc', 'thronged'), ('glaring', 'conj', 'thronged'), ('with', 'prep', 'glaring'), ('gas', 'pobj', 'with'), ('recalled', 'ROOT', 'recalled'), ('to', 'prep', 'recalled'), ('me', 'pobj', 'to'), ('the', 'det', 'purpose'), ('purpose', 'dobj', 'recalled'), ('of', 'prep', 'purpose'), ('my', 'poss', 'journey'), ('journey', 'pobj', 'of'), ('.', 'punct', 'recalled')] |
In a few minutes the train drew up beside an improvised wooden platform. | [('I', 'PRP'), ('took', 'VBD'), ('my', 'PRP$'), ('seat', 'NN'), ('in', 'IN'), ('a', 'DT'), ('third-class', 'JJ'), ('carriage', 'NN'), ('of', 'IN'), ('a', 'DT'), ('deserted', 'JJ'), ('train', 'NN'), ('.', '.')] | [('I', 'PRON'), ('took', 'VERB'), ('my', 'PRON'), ('seat', 'NOUN'), ('in', 'ADP'), ('a', 'DET'), ('third', 'ADJ'), ('-', 'PUNCT'), ('class', 'NOUN'), ('carriage', 'NOUN'), ('of', 'ADP'), ('a', 'DET'), ('deserted', 'ADJ'), ('train', 'NOUN'), ('.', 'PUNCT')] | [('third', 'ORDINAL')] | [('I', 'nsubj', 'took'), ('took', 'ROOT', 'took'), ('my', 'poss', 'seat'), ('seat', 'dobj', 'took'), ('in', 'prep', 'took'), ('a', 'det', 'carriage'), ('third', 'amod', 'class'), ('-', 'punct', 'class'), ('class', 'compound', 'carriage'), ('carriage', 'pobj', 'in'), ('of', 'prep', 'carriage'), ('a', 'det', 'train'), ('deserted', 'amod', 'train'), ('train', 'pobj', 'of'), ('.', 'punct', 'took')] |
I passed out on to the road and saw by the lighted dial of a clock that it was ten minutes to ten. | [('After', 'IN'), ('an', 'DT'), ('intolerable', 'JJ'), ('delay', 'NN'), ('the', 'DT'), ('train', 'NN'), ('moved', 'VBD'), ('out', 'RB'), ('of', 'IN'), ('the', 'DT'), ('station', 'NN'), ('slowly', 'RB'), ('.', '.')] | [('After', 'ADP'), ('an', 'DET'), ('intolerable', 'ADJ'), ('delay', 'NOUN'), ('the', 'DET'), ('train', 'NOUN'), ('moved', 'VERB'), ('out', 'ADP'), ('of', 'ADP'), ('the', 'DET'), ('station', 'NOUN'), ('slowly', 'ADV'), ('.', 'PUNCT')] | [] | [('After', 'ROOT', 'After'), ('an', 'det', 'delay'), ('intolerable', 'amod', 'delay'), ('delay', 'pobj', 'After'), ('the', 'det', 'train'), ('train', 'nsubj', 'moved'), ('moved', 'relcl', 'delay'), ('out', 'prep', 'moved'), ('of', 'prep', 'out'), ('the', 'det', 'station'), ('station', 'pobj', 'of'), ('slowly', 'advmod', 'moved'), ('.', 'punct', 'moved')] |
In front of me was a large building which displayed the magical name. | [('It', 'PRP'), ('crept', 'VBZ'), ('onward', 'RB'), ('among', 'IN'), ('ruinous', 'JJ'), ('houses', 'NNS'), ('and', 'CC'), ('over', 'IN'), ('the', 'DT'), ('twinkling', 'VBG'), ('river', 'NN'), ('.', '.')] | [('It', 'PRON'), ('crept', 'VERB'), ('onward', 'ADV'), ('among', 'ADP'), ('ruinous', 'ADJ'), ('houses', 'NOUN'), ('and', 'CCONJ'), ('over', 'ADP'), ('the', 'DET'), ('twinkling', 'NOUN'), ('river', 'NOUN'), ('.', 'PUNCT')] | [] | [('It', 'nsubj', 'crept'), ('crept', 'ROOT', 'crept'), ('onward', 'advmod', 'crept'), ('among', 'prep', 'crept'), ('ruinous', 'amod', 'houses'), ('houses', 'pobj', 'among'), ('and', 'cc', 'among'), ('over', 'conj', 'among'), ('the', 'det', 'river'), ('twinkling', 'compound', 'river'), ('river', 'pobj', 'over'), ('.', 'punct', 'crept')] |
I could not find any sixpenny entrance and, fearing that the bazaar would be closed, I passed in quickly through a turnstile, handing a shilling to a weary-looking man. | [('At', 'IN'), ('Westland', 'NNP'), ('Row', 'NNP'), ('Station', 'NNP'), ('a', 'DT'), ('crowd', 'NN'), ('of', 'IN'), ('people', 'NNS'), ('pressed', 'VBN'), ('to', 'TO'), ('the', 'DT'), ('carriage', 'NN'), ('doors', 'NNS'), (';', ':'), ('but', 'CC'), ('the', 'DT'), ('porters', 'NNS'), ('moved', 'VBD'), ('them', 'PRP'), ('back', 'RP'), (',', ','), ('saying', 'VBG'), ('that', 'IN'), ('it', 'PRP'), ('was', 'VBD'), ('a', 'DT'), ('special', 'JJ'), ('train', 'NN'), ('for', 'IN'), ('the', 'DT'), ('bazaar', 'NN'), ('.', '.')] | [('At', 'ADP'), ('Westland', 'PROPN'), ('Row', 'PROPN'), ('Station', 'PROPN'), ('a', 'DET'), ('crowd', 'NOUN'), ('of', 'ADP'), ('people', 'NOUN'), ('pressed', 'VERB'), ('to', 'ADP'), ('the', 'DET'), ('carriage', 'NOUN'), ('doors', 'NOUN'), (';', 'PUNCT'), ('but', 'CCONJ'), ('the', 'DET'), ('porters', 'NOUN'), ('moved', 'VERB'), ('them', 'PRON'), ('back', 'ADV'), (',', 'PUNCT'), ('saying', 'VERB'), ('that', 'SCONJ'), ('it', 'PRON'), ('was', 'AUX'), ('a', 'DET'), ('special', 'ADJ'), ('train', 'NOUN'), ('for', 'ADP'), ('the', 'DET'), ('bazaar', 'NOUN'), ('.', 'PUNCT')] | [('Westland Row Station', 'FAC')] | [('At', 'prep', 'pressed'), ('Westland', 'compound', 'Station'), ('Row', 'compound', 'Station'), ('Station', 'pobj', 'At'), ('a', 'det', 'crowd'), ('crowd', 'nsubj', 'pressed'), ('of', 'prep', 'crowd'), ('people', 'pobj', 'of'), ('pressed', 'ROOT', 'pressed'), ('to', 'prep', 'pressed'), ('the', 'det', 'doors'), ('carriage', 'compound', 'doors'), ('doors', 'pobj', 'to'), (';', 'punct', 'pressed'), ('but', 'cc', 'pressed'), ('the', 'det', 'porters'), ('porters', 'nsubj', 'moved'), ('moved', 'conj', 'pressed'), ('them', 'dobj', 'moved'), ('back', 'advmod', 'moved'), (',', 'punct', 'moved'), ('saying', 'advcl', 'moved'), ('that', 'mark', 'was'), ('it', 'nsubj', 'was'), ('was', 'ccomp', 'saying'), ('a', 'det', 'train'), ('special', 'amod', 'train'), ('train', 'attr', 'was'), ('for', 'prep', 'train'), ('the', 'det', 'bazaar'), ('bazaar', 'pobj', 'for'), ('.', 'punct', 'moved')] |
I found myself in a big hall girdled at half its height by a gallery. | [('I', 'PRP'), ('remained', 'VBD'), ('alone', 'RB'), ('in', 'IN'), ('the', 'DT'), ('bare', 'NN'), ('carriage', 'NN'), ('.', '.')] | [('I', 'PRON'), ('remained', 'VERB'), ('alone', 'ADJ'), ('in', 'ADP'), ('the', 'DET'), ('bare', 'ADJ'), ('carriage', 'NOUN'), ('.', 'PUNCT')] | [] | [('I', 'nsubj', 'remained'), ('remained', 'ROOT', 'remained'), ('alone', 'acomp', 'remained'), ('in', 'prep', 'remained'), ('the', 'det', 'carriage'), ('bare', 'amod', 'carriage'), ('carriage', 'pobj', 'in'), ('.', 'punct', 'remained')] |
Nearly all the stalls were closed and the greater part of the hall was in darkness. | [('In', 'IN'), ('a', 'DT'), ('few', 'JJ'), ('minutes', 'NNS'), ('the', 'DT'), ('train', 'NN'), ('drew', 'VBD'), ('up', 'RP'), ('beside', 'IN'), ('an', 'DT'), ('improvised', 'JJ'), ('wooden', 'NN'), ('platform', 'NN'), ('.', '.')] | [('In', 'ADP'), ('a', 'DET'), ('few', 'ADJ'), ('minutes', 'NOUN'), ('the', 'DET'), ('train', 'NOUN'), ('drew', 'VERB'), ('up', 'ADP'), ('beside', 'ADP'), ('an', 'DET'), ('improvised', 'VERB'), ('wooden', 'ADJ'), ('platform', 'NOUN'), ('.', 'PUNCT')] | [('a few minutes', 'TIME')] | [('In', 'prep', 'drew'), ('a', 'det', 'minutes'), ('few', 'amod', 'minutes'), ('minutes', 'pobj', 'In'), ('the', 'det', 'train'), ('train', 'nsubj', 'drew'), ('drew', 'ROOT', 'drew'), ('up', 'prt', 'drew'), ('beside', 'prep', 'drew'), ('an', 'det', 'platform'), ('improvised', 'amod', 'platform'), ('wooden', 'amod', 'platform'), ('platform', 'pobj', 'beside'), ('.', 'punct', 'drew')] |
I recognised a silence like that which pervades a church after a service. | [('I', 'PRP'), ('passed', 'VBD'), ('out', 'RP'), ('on', 'IN'), ('to', 'TO'), ('the', 'DT'), ('road', 'NN'), ('and', 'CC'), ('saw', 'NN'), ('by', 'IN'), ('the', 'DT'), ('lighted', 'JJ'), ('dial', 'NN'), ('of', 'IN'), ('a', 'DT'), ('clock', 'NN'), ('that', 'IN'), ('it', 'PRP'), ('was', 'VBD'), ('ten', 'VBN'), ('minutes', 'NNS'), ('to', 'TO'), ('ten', 'VB'), ('.', '.')] | [('I', 'PRON'), ('passed', 'VERB'), ('out', 'ADP'), ('on', 'ADP'), ('to', 'ADP'), ('the', 'DET'), ('road', 'NOUN'), ('and', 'CCONJ'), ('saw', 'VERB'), ('by', 'ADP'), ('the', 'DET'), ('lighted', 'VERB'), ('dial', 'NOUN'), ('of', 'ADP'), ('a', 'DET'), ('clock', 'NOUN'), ('that', 'PRON'), ('it', 'PRON'), ('was', 'AUX'), ('ten', 'NUM'), ('minutes', 'NOUN'), ('to', 'ADP'), ('ten', 'NUM'), ('.', 'PUNCT')] | [('ten minutes', 'TIME'), ('ten', 'CARDINAL')] | [('I', 'nsubj', 'passed'), ('passed', 'ROOT', 'passed'), ('out', 'prt', 'passed'), ('on', 'prep', 'passed'), ('to', 'prep', 'passed'), ('the', 'det', 'road'), ('road', 'pobj', 'to'), ('and', 'cc', 'passed'), ('saw', 'conj', 'passed'), ('by', 'agent', 'saw'), ('the', 'det', 'dial'), ('lighted', 'amod', 'dial'), ('dial', 'pobj', 'by'), ('of', 'prep', 'dial'), ('a', 'det', 'clock'), ('clock', 'pobj', 'of'), ('that', 'mark', 'was'), ('it', 'nsubj', 'was'), ('was', 'relcl', 'clock'), ('ten', 'nummod', 'minutes'), ('minutes', 'attr', 'was'), ('to', 'prep', 'was'), ('ten', 'pobj', 'to'), ('.', 'punct', 'passed')] |
I walked into the centre of the bazaar timidly. | [('In', 'IN'), ('front', 'NN'), ('of', 'IN'), ('me', 'PRP'), ('was', 'VBD'), ('a', 'DT'), ('large', 'JJ'), ('building', 'NN'), ('which', 'WDT'), ('displayed', 'VBD'), ('the', 'DT'), ('magical', 'JJ'), ('name', 'NN'), ('.', '.')] | [('In', 'ADP'), ('front', 'NOUN'), ('of', 'ADP'), ('me', 'PRON'), ('was', 'AUX'), ('a', 'DET'), ('large', 'ADJ'), ('building', 'NOUN'), ('which', 'PRON'), ('displayed', 'VERB'), ('the', 'DET'), ('magical', 'ADJ'), ('name', 'NOUN'), ('.', 'PUNCT')] | [] | [('In', 'prep', 'was'), ('front', 'pobj', 'In'), ('of', 'prep', 'front'), ('me', 'pobj', 'of'), ('was', 'ROOT', 'was'), ('a', 'det', 'building'), ('large', 'amod', 'building'), ('building', 'attr', 'was'), ('which', 'nsubj', 'displayed'), ('displayed', 'relcl', 'building'), ('the', 'det', 'name'), ('magical', 'amod', 'name'), ('name', 'dobj', 'displayed'), ('.', 'punct', 'was')] |
A few people were gathered about the stalls which were still open. | [('I', 'PRP'), ('could', 'MD'), ('not', 'RB'), ('find', 'VB'), ('any', 'DT'), ('sixpenny', 'JJ'), ('entrance', 'NN'), ('and', 'CC'), (',', ','), ('fearing', 'VBG'), ('that', 'IN'), ('the', 'DT'), ('bazaar', 'NN'), ('would', 'MD'), ('be', 'VB'), ('closed', 'VBN'), (',', ','), ('I', 'PRP'), ('passed', 'VBD'), ('in', 'IN'), ('quickly', 'RB'), ('through', 'IN'), ('a', 'DT'), ('turnstile', 'NN'), (',', ','), ('handing', 'VBG'), ('a', 'DT'), ('shilling', 'NN'), ('to', 'TO'), ('a', 'DT'), ('weary-looking', 'JJ'), ('man', 'NN'), ('.', '.')] | [('I', 'PRON'), ('could', 'AUX'), ('not', 'PART'), ('find', 'VERB'), ('any', 'DET'), ('sixpenny', 'ADJ'), ('entrance', 'NOUN'), ('and', 'CCONJ'), (',', 'PUNCT'), ('fearing', 'VERB'), ('that', 'SCONJ'), ('the', 'DET'), ('bazaar', 'NOUN'), ('would', 'AUX'), ('be', 'AUX'), ('closed', 'VERB'), (',', 'PUNCT'), ('I', 'PRON'), ('passed', 'VERB'), ('in', 'ADP'), ('quickly', 'ADV'), ('through', 'ADP'), ('a', 'DET'), ('turnstile', 'NOUN'), (',', 'PUNCT'), ('handing', 'VERB'), ('a', 'DET'), ('shilling', 'NOUN'), ('to', 'ADP'), ('a', 'DET'), ('weary', 'ADJ'), ('-', 'PUNCT'), ('looking', 'VERB'), ('man', 'NOUN'), ('.', 'PUNCT')] | [] | [('I', 'nsubj', 'find'), ('could', 'aux', 'find'), ('not', 'neg', 'find'), ('find', 'ccomp', 'passed'), ('any', 'det', 'entrance'), ('sixpenny', 'amod', 'entrance'), ('entrance', 'dobj', 'find'), ('and', 'cc', 'find'), (',', 'punct', 'find'), ('fearing', 'advcl', 'find'), ('that', 'mark', 'closed'), ('the', 'det', 'bazaar'), ('bazaar', 'nsubjpass', 'closed'), ('would', 'aux', 'closed'), ('be', 'auxpass', 'closed'), ('closed', 'ccomp', 'fearing'), (',', 'punct', 'passed'), ('I', 'nsubj', 'passed'), ('passed', 'ROOT', 'passed'), ('in', 'prt', 'passed'), ('quickly', 'advmod', 'passed'), ('through', 'prep', 'passed'), ('a', 'det', 'turnstile'), ('turnstile', 'pobj', 'through'), (',', 'punct', 'passed'), ('handing', 'advcl', 'passed'), ('a', 'det', 'shilling'), ('shilling', 'dobj', 'handing'), ('to', 'prep', 'handing'), ('a', 'det', 'man'), ('weary', 'amod', 'looking'), ('-', 'punct', 'looking'), ('looking', 'amod', 'man'), ('man', 'pobj', 'to'), ('.', 'punct', 'passed')] |
Before a curtain, over which the words Café Chantant were written in coloured lamps, two men were counting money on a salver. | [('I', 'PRP'), ('found', 'VBD'), ('myself', 'PRP'), ('in', 'IN'), ('a', 'DT'), ('big', 'JJ'), ('hall', 'NN'), ('girdled', 'VBD'), ('at', 'IN'), ('half', 'PDT'), ('its', 'PRP$'), ('height', 'NN'), ('by', 'IN'), ('a', 'DT'), ('gallery', 'NN'), ('.', '.')] | [('I', 'PRON'), ('found', 'VERB'), ('myself', 'PRON'), ('in', 'ADP'), ('a', 'DET'), ('big', 'ADJ'), ('hall', 'NOUN'), ('girdled', 'VERB'), ('at', 'ADP'), ('half', 'DET'), ('its', 'PRON'), ('height', 'NOUN'), ('by', 'ADP'), ('a', 'DET'), ('gallery', 'NOUN'), ('.', 'PUNCT')] | [] | [('I', 'nsubj', 'found'), ('found', 'ROOT', 'found'), ('myself', 'dobj', 'found'), ('in', 'prep', 'found'), ('a', 'det', 'hall'), ('big', 'amod', 'hall'), ('hall', 'pobj', 'in'), ('girdled', 'acl', 'hall'), ('at', 'prep', 'girdled'), ('half', 'predet', 'height'), ('its', 'poss', 'height'), ('height', 'pobj', 'at'), ('by', 'agent', 'girdled'), ('a', 'det', 'gallery'), ('gallery', 'pobj', 'by'), ('.', 'punct', 'found')] |
I listened to the fall of the coins. | [('Nearly', 'RB'), ('all', 'PDT'), ('the', 'DT'), ('stalls', 'NNS'), ('were', 'VBD'), ('closed', 'VBN'), ('and', 'CC'), ('the', 'DT'), ('greater', 'JJR'), ('part', 'NN'), ('of', 'IN'), ('the', 'DT'), ('hall', 'NN'), ('was', 'VBD'), ('in', 'IN'), ('darkness', 'NN'), ('.', '.')] | [('Nearly', 'ADV'), ('all', 'DET'), ('the', 'DET'), ('stalls', 'NOUN'), ('were', 'AUX'), ('closed', 'VERB'), ('and', 'CCONJ'), ('the', 'DET'), ('greater', 'ADJ'), ('part', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('hall', 'NOUN'), ('was', 'AUX'), ('in', 'ADP'), ('darkness', 'NOUN'), ('.', 'PUNCT')] | [] | [('Nearly', 'advmod', 'all'), ('all', 'predet', 'stalls'), ('the', 'det', 'stalls'), ('stalls', 'nsubj', 'were'), ('were', 'ROOT', 'were'), ('closed', 'acomp', 'were'), ('and', 'cc', 'were'), ('the', 'det', 'part'), ('greater', 'amod', 'part'), ('part', 'nsubj', 'was'), ('of', 'prep', 'part'), ('the', 'det', 'hall'), ('hall', 'pobj', 'of'), ('was', 'conj', 'were'), ('in', 'prep', 'was'), ('darkness', 'pobj', 'in'), ('.', 'punct', 'was')] |
Remembering with difficulty why I had come I went over to one of the stalls and examined porcelain vases and flowered tea-sets. | [('I', 'PRP'), ('recognised', 'VBD'), ('a', 'DT'), ('silence', 'NN'), ('like', 'IN'), ('that', 'DT'), ('which', 'WDT'), ('pervades', 'VBZ'), ('a', 'DT'), ('church', 'NN'), ('after', 'IN'), ('a', 'DT'), ('service', 'NN'), ('.', '.')] | [('I', 'PRON'), ('recognised', 'VERB'), ('a', 'DET'), ('silence', 'NOUN'), ('like', 'ADP'), ('that', 'PRON'), ('which', 'PRON'), ('pervades', 'VERB'), ('a', 'DET'), ('church', 'NOUN'), ('after', 'ADP'), ('a', 'DET'), ('service', 'NOUN'), ('.', 'PUNCT')] | [] | [('I', 'nsubj', 'recognised'), ('recognised', 'ROOT', 'recognised'), ('a', 'det', 'silence'), ('silence', 'dobj', 'recognised'), ('like', 'prep', 'silence'), ('that', 'pobj', 'like'), ('which', 'nsubj', 'pervades'), ('pervades', 'relcl', 'silence'), ('a', 'det', 'church'), ('church', 'dobj', 'pervades'), ('after', 'prep', 'pervades'), ('a', 'det', 'service'), ('service', 'pobj', 'after'), ('.', 'punct', 'recognised')] |
At the door of the stall a young lady was talking and laughing with two young gentlemen. | [('I', 'PRP'), ('walked', 'VBD'), ('into', 'IN'), ('the', 'DT'), ('centre', 'NN'), ('of', 'IN'), ('the', 'DT'), ('bazaar', 'NN'), ('timidly', 'RB'), ('.', '.')] | [('I', 'PRON'), ('walked', 'VERB'), ('into', 'ADP'), ('the', 'DET'), ('centre', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('bazaar', 'NOUN'), ('timidly', 'ADV'), ('.', 'PUNCT')] | [] | [('I', 'nsubj', 'walked'), ('walked', 'ROOT', 'walked'), ('into', 'prep', 'walked'), ('the', 'det', 'centre'), ('centre', 'pobj', 'into'), ('of', 'prep', 'centre'), ('the', 'det', 'bazaar'), ('bazaar', 'pobj', 'of'), ('timidly', 'advmod', 'walked'), ('.', 'punct', 'walked')] |
I remarked their English accents and listened vaguely to their conversation. | [('A', 'DT'), ('few', 'JJ'), ('people', 'NNS'), ('were', 'VBD'), ('gathered', 'VBN'), ('about', 'IN'), ('the', 'DT'), ('stalls', 'NNS'), ('which', 'WDT'), ('were', 'VBD'), ('still', 'RB'), ('open', 'JJ'), ('.', '.')] | [('A', 'DET'), ('few', 'ADJ'), ('people', 'NOUN'), ('were', 'AUX'), ('gathered', 'VERB'), ('about', 'ADP'), ('the', 'DET'), ('stalls', 'NOUN'), ('which', 'PRON'), ('were', 'AUX'), ('still', 'ADV'), ('open', 'ADJ'), ('.', 'PUNCT')] | [] | [('A', 'det', 'people'), ('few', 'amod', 'people'), ('people', 'nsubjpass', 'gathered'), ('were', 'auxpass', 'gathered'), ('gathered', 'ROOT', 'gathered'), ('about', 'prep', 'gathered'), ('the', 'det', 'stalls'), ('stalls', 'pobj', 'about'), ('which', 'nsubj', 'were'), ('were', 'relcl', 'stalls'), ('still', 'advmod', 'were'), ('open', 'acomp', 'were'), ('.', 'punct', 'gathered')] |
“O, I never said such a thing!” “O, but you did!” “O, but I didn’t!” “Didn’t she say that?” “Yes. | [('Before', 'IN'), ('a', 'DT'), ('curtain', 'NN'), (',', ','), ('over', 'IN'), ('which', 'WDT'), ('the', 'DT'), ('words', 'NNS'), ('Café', 'NNP'), ('Chantant', 'NNP'), ('were', 'VBD'), ('written', 'VBN'), ('in', 'IN'), ('coloured', 'JJ'), ('lamps', 'NNS'), (',', ','), ('two', 'CD'), ('men', 'NNS'), ('were', 'VBD'), ('counting', 'VBG'), ('money', 'NN'), ('on', 'IN'), ('a', 'DT'), ('salver', 'NN'), ('.', '.')] | [('Before', 'ADP'), ('a', 'DET'), ('curtain', 'NOUN'), (',', 'PUNCT'), ('over', 'ADP'), ('which', 'PRON'), ('the', 'DET'), ('words', 'NOUN'), ('Café', 'PROPN'), ('Chantant', 'PROPN'), ('were', 'AUX'), ('written', 'VERB'), ('in', 'ADP'), ('coloured', 'ADJ'), ('lamps', 'NOUN'), (',', 'PUNCT'), ('two', 'NUM'), ('men', 'NOUN'), ('were', 'AUX'), ('counting', 'VERB'), ('money', 'NOUN'), ('on', 'ADP'), ('a', 'DET'), ('salver', 'NOUN'), ('.', 'PUNCT')] | [('Café Chantant', 'PERSON'), ('two', 'CARDINAL')] | [('Before', 'prep', 'counting'), ('a', 'det', 'curtain'), ('curtain', 'pobj', 'Before'), (',', 'punct', 'curtain'), ('over', 'prep', 'written'), ('which', 'pobj', 'over'), ('the', 'det', 'words'), ('words', 'nsubjpass', 'written'), ('Café', 'compound', 'Chantant'), ('Chantant', 'appos', 'words'), ('were', 'auxpass', 'written'), ('written', 'relcl', 'curtain'), ('in', 'prep', 'written'), ('coloured', 'amod', 'lamps'), ('lamps', 'pobj', 'in'), (',', 'punct', 'counting'), ('two', 'nummod', 'men'), ('men', 'nsubj', 'counting'), ('were', 'aux', 'counting'), ('counting', 'ROOT', 'counting'), ('money', 'dobj', 'counting'), ('on', 'prep', 'counting'), ('a', 'det', 'salver'), ('salver', 'pobj', 'on'), ('.', 'punct', 'counting')] |
I heard her.” “O, there’s a ... fib!” Observing me the young lady came over and asked me did I wish to buy anything. | [('I', 'PRP'), ('listened', 'VBD'), ('to', 'TO'), ('the', 'DT'), ('fall', 'NN'), ('of', 'IN'), ('the', 'DT'), ('coins', 'NNS'), ('.', '.')] | [('I', 'PRON'), ('listened', 'VERB'), ('to', 'ADP'), ('the', 'DET'), ('fall', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('coins', 'NOUN'), ('.', 'PUNCT')] | [] | [('I', 'nsubj', 'listened'), ('listened', 'ROOT', 'listened'), ('to', 'prep', 'listened'), ('the', 'det', 'fall'), ('fall', 'pobj', 'to'), ('of', 'prep', 'fall'), ('the', 'det', 'coins'), ('coins', 'pobj', 'of'), ('.', 'punct', 'listened')] |
The tone of her voice was not encouraging; she seemed to have spoken to me out of a sense of duty. | [('Remembering', 'VBG'), ('with', 'IN'), ('difficulty', 'NN'), ('why', 'WRB'), ('I', 'PRP'), ('had', 'VBD'), ('come', 'VBN'), ('I', 'PRP'), ('went', 'VBD'), ('over', 'IN'), ('to', 'TO'), ('one', 'CD'), ('of', 'IN'), ('the', 'DT'), ('stalls', 'NNS'), ('and', 'CC'), ('examined', 'VBD'), ('porcelain', 'NN'), ('vases', 'NNS'), ('and', 'CC'), ('flowered', 'VBD'), ('tea-sets', 'NNS'), ('.', '.')] | [('Remembering', 'VERB'), ('with', 'ADP'), ('difficulty', 'NOUN'), ('why', 'SCONJ'), ('I', 'PRON'), ('had', 'AUX'), ('come', 'VERB'), ('I', 'PRON'), ('went', 'VERB'), ('over', 'ADP'), ('to', 'ADP'), ('one', 'NUM'), ('of', 'ADP'), ('the', 'DET'), ('stalls', 'NOUN'), ('and', 'CCONJ'), ('examined', 'VERB'), ('porcelain', 'NOUN'), ('vases', 'NOUN'), ('and', 'CCONJ'), ('flowered', 'VERB'), ('tea', 'NOUN'), ('-', 'PUNCT'), ('sets', 'NOUN'), ('.', 'PUNCT')] | [] | [('Remembering', 'advcl', 'went'), ('with', 'prep', 'Remembering'), ('difficulty', 'pobj', 'with'), ('why', 'advmod', 'come'), ('I', 'nsubj', 'come'), ('had', 'aux', 'come'), ('come', 'ccomp', 'Remembering'), ('I', 'nsubj', 'went'), ('went', 'ROOT', 'went'), ('over', 'prt', 'went'), ('to', 'prep', 'went'), ('one', 'pobj', 'to'), ('of', 'prep', 'one'), ('the', 'det', 'stalls'), ('stalls', 'pobj', 'of'), ('and', 'cc', 'went'), ('examined', 'conj', 'went'), ('porcelain', 'compound', 'vases'), ('vases', 'dobj', 'examined'), ('and', 'cc', 'examined'), ('flowered', 'conj', 'examined'), ('tea', 'compound', 'sets'), ('-', 'punct', 'sets'), ('sets', 'dobj', 'flowered'), ('.', 'punct', 'went')] |
I looked humbly at the great jars that stood like eastern guards at either side of the dark entrance to the stall and murmured: “No, thank you.” The young lady changed the position of one of the vases and went back to the two young men. | [('At', 'IN'), ('the', 'DT'), ('door', 'NN'), ('of', 'IN'), ('the', 'DT'), ('stall', 'NN'), ('a', 'DT'), ('young', 'JJ'), ('lady', 'NN'), ('was', 'VBD'), ('talking', 'VBG'), ('and', 'CC'), ('laughing', 'VBG'), ('with', 'IN'), ('two', 'CD'), ('young', 'JJ'), ('gentlemen', 'NNS'), ('.', '.')] | [('At', 'ADP'), ('the', 'DET'), ('door', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('stall', 'NOUN'), ('a', 'DET'), ('young', 'ADJ'), ('lady', 'NOUN'), ('was', 'AUX'), ('talking', 'VERB'), ('and', 'CCONJ'), ('laughing', 'VERB'), ('with', 'ADP'), ('two', 'NUM'), ('young', 'ADJ'), ('gentlemen', 'NOUN'), ('.', 'PUNCT')] | [('two', 'CARDINAL')] | [('At', 'prep', 'talking'), ('the', 'det', 'door'), ('door', 'pobj', 'At'), ('of', 'prep', 'door'), ('the', 'det', 'stall'), ('stall', 'pobj', 'of'), ('a', 'det', 'lady'), ('young', 'amod', 'lady'), ('lady', 'nsubj', 'talking'), ('was', 'aux', 'talking'), ('talking', 'ROOT', 'talking'), ('and', 'cc', 'talking'), ('laughing', 'conj', 'talking'), ('with', 'prep', 'laughing'), ('two', 'nummod', 'gentlemen'), ('young', 'amod', 'gentlemen'), ('gentlemen', 'pobj', 'with'), ('.', 'punct', 'talking')] |
They began to talk of the same subject. | [('I', 'PRP'), ('remarked', 'VBD'), ('their', 'PRP$'), ('English', 'JJ'), ('accents', 'NNS'), ('and', 'CC'), ('listened', 'VBD'), ('vaguely', 'RB'), ('to', 'TO'), ('their', 'PRP$'), ('conversation', 'NN'), ('.', '.')] | [('I', 'PRON'), ('remarked', 'VERB'), ('their', 'PRON'), ('English', 'ADJ'), ('accents', 'NOUN'), ('and', 'CCONJ'), ('listened', 'VERB'), ('vaguely', 'ADV'), ('to', 'ADP'), ('their', 'PRON'), ('conversation', 'NOUN'), ('.', 'PUNCT')] | [('English', 'LANGUAGE')] | [('I', 'nsubj', 'remarked'), ('remarked', 'ROOT', 'remarked'), ('their', 'poss', 'accents'), ('English', 'amod', 'accents'), ('accents', 'dobj', 'remarked'), ('and', 'cc', 'remarked'), ('listened', 'conj', 'remarked'), ('vaguely', 'advmod', 'listened'), ('to', 'prep', 'listened'), ('their', 'poss', 'conversation'), ('conversation', 'pobj', 'to'), ('.', 'punct', 'remarked')] |
Once or twice the young lady glanced at me over her shoulder. | [('“', 'NN'), ('O', 'NNP'), (',', ','), ('I', 'PRP'), ('never', 'RB'), ('said', 'VBD'), ('such', 'JJ'), ('a', 'DT'), ('thing', 'NN'), ('!', '.'), ('”', 'JJ'), ('“', 'NNP'), ('O', 'NNP'), (',', ','), ('but', 'CC'), ('you', 'PRP'), ('did', 'VBD'), ('!', '.'), ('”', 'NN'), ('“', 'NNP'), ('O', 'NNP'), (',', ','), ('but', 'CC'), ('I', 'PRP'), ('didn', 'VBP'), ('’', 'JJ'), ('t', 'NN'), ('!', '.'), ('”', 'JJ'), ('“', 'JJ'), ('Didn', 'NNP'), ('’', 'NN'), ('t', 'NN'), ('she', 'PRP'), ('say', 'VBP'), ('that', 'IN'), ('?', '.'), ('”', 'JJ'), ('“', 'JJ'), ('Yes', 'NNP'), ('.', '.')] | [('“', 'PUNCT'), ('O', 'INTJ'), (',', 'PUNCT'), ('I', 'PRON'), ('never', 'ADV'), ('said', 'VERB'), ('such', 'DET'), ('a', 'DET'), ('thing', 'NOUN'), ('!', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('O', 'INTJ'), (',', 'PUNCT'), ('but', 'CCONJ'), ('you', 'PRON'), ('did', 'VERB'), ('!', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('O', 'INTJ'), (',', 'PUNCT'), ('but', 'CCONJ'), ('I', 'PRON'), ('did', 'VERB'), ('n’t', 'PART'), ('!', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('Did', 'AUX'), ('n’t', 'PART'), ('she', 'PRON'), ('say', 'VERB'), ('that', 'PRON'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('Yes', 'INTJ'), ('.', 'PUNCT')] | [] | [('“', 'punct', 'said'), ('O', 'intj', 'said'), (',', 'punct', 'said'), ('I', 'nsubj', 'said'), ('never', 'neg', 'said'), ('said', 'ROOT', 'said'), ('such', 'predet', 'thing'), ('a', 'det', 'thing'), ('thing', 'dobj', 'said'), ('!', 'punct', 'said'), ('”', 'punct', 'said'), ('“', 'punct', 'O'), ('O', 'ROOT', 'O'), (',', 'punct', 'O'), ('but', 'cc', 'O'), ('you', 'nsubj', 'did'), ('did', 'conj', 'O'), ('!', 'punct', 'did'), ('”', 'punct', 'did'), ('“', 'punct', 'O'), ('O', 'ROOT', 'O'), (',', 'punct', 'O'), ('but', 'cc', 'O'), ('I', 'nsubj', 'did'), ('did', 'conj', 'O'), ('n’t', 'dobj', 'did'), ('!', 'punct', 'did'), ('”', 'punct', 'did'), ('“', 'punct', 'say'), ('Did', 'aux', 'say'), ('n’t', 'neg', 'Did'), ('she', 'nsubj', 'say'), ('say', 'ROOT', 'say'), ('that', 'dobj', 'say'), ('?', 'punct', 'say'), ('”', 'punct', 'say'), ('“', 'punct', 'Yes'), ('Yes', 'ROOT', 'Yes'), ('.', 'punct', 'Yes')] |
I lingered before her stall, though I knew my stay was useless, to make my interest in her wares seem the more real. | [('I', 'PRP'), ('heard', 'VBD'), ('her.', 'NN'), ('”', 'NNP'), ('“', 'NNP'), ('O', 'NNP'), (',', ','), ('there', 'EX'), ('’', 'VBZ'), ('s', 'NN'), ('a', 'DT'), ('...', ':'), ('fib', 'NN'), ('!', '.'), ('”', 'NN'), ('Observing', 'VBG'), ('me', 'PRP'), ('the', 'DT'), ('young', 'JJ'), ('lady', 'NN'), ('came', 'VBD'), ('over', 'RB'), ('and', 'CC'), ('asked', 'VBD'), ('me', 'PRP'), ('did', 'VBD'), ('I', 'PRP'), ('wish', 'VB'), ('to', 'TO'), ('buy', 'VB'), ('anything', 'NN'), ('.', '.')] | [('I', 'PRON'), ('heard', 'VERB'), ('her', 'PRON'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('O', 'INTJ'), (',', 'PUNCT'), ('there', 'PRON'), ('’s', 'VERB'), ('a', 'DET'), ('...', 'PUNCT'), ('fib', 'ADJ'), ('!', 'PUNCT'), ('”', 'PUNCT'), ('Observing', 'VERB'), ('me', 'PRON'), ('the', 'DET'), ('young', 'ADJ'), ('lady', 'NOUN'), ('came', 'VERB'), ('over', 'ADP'), ('and', 'CCONJ'), ('asked', 'VERB'), ('me', 'PRON'), ('did', 'AUX'), ('I', 'PRON'), ('wish', 'VERB'), ('to', 'PART'), ('buy', 'VERB'), ('anything', 'PRON'), ('.', 'PUNCT')] | [] | [('I', 'nsubj', 'heard'), ('heard', 'ROOT', 'heard'), ('her', 'dobj', 'heard'), ('.', 'punct', 'heard'), ('”', 'punct', 'heard'), ('“', 'punct', '’s'), ('O', 'intj', '’s'), (',', 'punct', '’s'), ('there', 'expl', '’s'), ('’s', 'ROOT', '’s'), ('a', 'det', 'fib'), ('...', 'punct', 'fib'), ('fib', 'acomp', '’s'), ('!', 'punct', '’s'), ('”', 'punct', '’s'), ('Observing', 'csubj', 'came'), ('me', 'dobj', 'Observing'), ('the', 'det', 'lady'), ('young', 'amod', 'lady'), ('lady', 'nsubj', 'came'), ('came', 'ROOT', 'came'), ('over', 'prt', 'came'), ('and', 'cc', 'came'), ('asked', 'conj', 'came'), ('me', 'dobj', 'asked'), ('did', 'aux', 'wish'), ('I', 'nsubj', 'wish'), ('wish', 'ccomp', 'asked'), ('to', 'aux', 'buy'), ('buy', 'xcomp', 'wish'), ('anything', 'dobj', 'buy'), ('.', 'punct', 'came')] |
Then I turned away slowly and walked down the middle of the bazaar. | [('The', 'DT'), ('tone', 'NN'), ('of', 'IN'), ('her', 'PRP$'), ('voice', 'NN'), ('was', 'VBD'), ('not', 'RB'), ('encouraging', 'JJ'), (';', ':'), ('she', 'PRP'), ('seemed', 'VBD'), ('to', 'TO'), ('have', 'VB'), ('spoken', 'VBN'), ('to', 'TO'), ('me', 'PRP'), ('out', 'IN'), ('of', 'IN'), ('a', 'DT'), ('sense', 'NN'), ('of', 'IN'), ('duty', 'NN'), ('.', '.')] | [('The', 'DET'), ('tone', 'NOUN'), ('of', 'ADP'), ('her', 'PRON'), ('voice', 'NOUN'), ('was', 'AUX'), ('not', 'PART'), ('encouraging', 'ADJ'), (';', 'PUNCT'), ('she', 'PRON'), ('seemed', 'VERB'), ('to', 'PART'), ('have', 'AUX'), ('spoken', 'VERB'), ('to', 'ADP'), ('me', 'PRON'), ('out', 'ADP'), ('of', 'ADP'), ('a', 'DET'), ('sense', 'NOUN'), ('of', 'ADP'), ('duty', 'NOUN'), ('.', 'PUNCT')] | [] | [('The', 'det', 'tone'), ('tone', 'nsubj', 'was'), ('of', 'prep', 'tone'), ('her', 'poss', 'voice'), ('voice', 'pobj', 'of'), ('was', 'ccomp', 'seemed'), ('not', 'neg', 'was'), ('encouraging', 'acomp', 'was'), (';', 'punct', 'seemed'), ('she', 'nsubj', 'seemed'), ('seemed', 'ROOT', 'seemed'), ('to', 'aux', 'spoken'), ('have', 'aux', 'spoken'), ('spoken', 'xcomp', 'seemed'), ('to', 'prep', 'spoken'), ('me', 'pobj', 'to'), ('out', 'prep', 'spoken'), ('of', 'prep', 'out'), ('a', 'det', 'sense'), ('sense', 'pobj', 'of'), ('of', 'prep', 'sense'), ('duty', 'pobj', 'of'), ('.', 'punct', 'seemed')] |
I allowed the two pennies to fall against the sixpence in my pocket. | [('I', 'PRP'), ('looked', 'VBD'), ('humbly', 'RB'), ('at', 'IN'), ('the', 'DT'), ('great', 'JJ'), ('jars', 'NNS'), ('that', 'WDT'), ('stood', 'VBD'), ('like', 'IN'), ('eastern', 'JJ'), ('guards', 'NNS'), ('at', 'IN'), ('either', 'DT'), ('side', 'NN'), ('of', 'IN'), ('the', 'DT'), ('dark', 'JJ'), ('entrance', 'NN'), ('to', 'TO'), ('the', 'DT'), ('stall', 'NN'), ('and', 'CC'), ('murmured', 'VBD'), (':', ':'), ('“', 'NN'), ('No', 'NNP'), (',', ','), ('thank', 'VBD'), ('you.', 'JJ'), ('”', 'IN'), ('The', 'DT'), ('young', 'JJ'), ('lady', 'NN'), ('changed', 'VBD'), ('the', 'DT'), ('position', 'NN'), ('of', 'IN'), ('one', 'CD'), ('of', 'IN'), ('the', 'DT'), ('vases', 'NNS'), ('and', 'CC'), ('went', 'VBD'), ('back', 'RB'), ('to', 'TO'), ('the', 'DT'), ('two', 'CD'), ('young', 'JJ'), ('men', 'NNS'), ('.', '.')] | [('I', 'PRON'), ('looked', 'VERB'), ('humbly', 'ADV'), ('at', 'ADP'), ('the', 'DET'), ('great', 'ADJ'), ('jars', 'NOUN'), ('that', 'PRON'), ('stood', 'VERB'), ('like', 'ADP'), ('eastern', 'ADJ'), ('guards', 'NOUN'), ('at', 'ADP'), ('either', 'DET'), ('side', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('dark', 'ADJ'), ('entrance', 'NOUN'), ('to', 'ADP'), ('the', 'DET'), ('stall', 'NOUN'), ('and', 'CCONJ'), ('murmured', 'VERB'), (':', 'PUNCT'), ('“', 'PUNCT'), ('No', 'INTJ'), (',', 'PUNCT'), ('thank', 'VERB'), ('you', 'PRON'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('The', 'DET'), ('young', 'ADJ'), ('lady', 'NOUN'), ('changed', 'VERB'), ('the', 'DET'), ('position', 'NOUN'), ('of', 'ADP'), ('one', 'NUM'), ('of', 'ADP'), ('the', 'DET'), ('vases', 'NOUN'), ('and', 'CCONJ'), ('went', 'VERB'), ('back', 'ADV'), ('to', 'ADP'), ('the', 'DET'), ('two', 'NUM'), ('young', 'ADJ'), ('men', 'NOUN'), ('.', 'PUNCT')] | [('one', 'CARDINAL'), ('two', 'CARDINAL')] | [('I', 'nsubj', 'looked'), ('looked', 'ROOT', 'looked'), ('humbly', 'advmod', 'looked'), ('at', 'prep', 'looked'), ('the', 'det', 'jars'), ('great', 'amod', 'jars'), ('jars', 'pobj', 'at'), ('that', 'nsubj', 'stood'), ('stood', 'relcl', 'jars'), ('like', 'prep', 'stood'), ('eastern', 'amod', 'guards'), ('guards', 'pobj', 'like'), ('at', 'prep', 'stood'), ('either', 'det', 'side'), ('side', 'pobj', 'at'), ('of', 'prep', 'side'), ('the', 'det', 'entrance'), ('dark', 'amod', 'entrance'), ('entrance', 'pobj', 'of'), ('to', 'prep', 'entrance'), ('the', 'det', 'stall'), ('stall', 'pobj', 'to'), ('and', 'cc', 'stood'), ('murmured', 'conj', 'stood'), (':', 'punct', 'murmured'), ('“', 'punct', 'murmured'), ('No', 'intj', 'thank'), (',', 'punct', 'thank'), ('thank', 'ccomp', 'murmured'), ('you', 'dobj', 'thank'), ('.', 'punct', 'looked'), ('”', 'punct', 'looked'), ('The', 'det', 'lady'), ('young', 'amod', 'lady'), ('lady', 'nsubj', 'changed'), ('changed', 'ROOT', 'changed'), ('the', 'det', 'position'), ('position', 'dobj', 'changed'), ('of', 'prep', 'position'), ('one', 'pobj', 'of'), ('of', 'prep', 'one'), ('the', 'det', 'vases'), ('vases', 'pobj', 'of'), ('and', 'cc', 'changed'), ('went', 'conj', 'changed'), ('back', 'advmod', 'went'), ('to', 'prep', 'back'), ('the', 'det', 'men'), ('two', 'nummod', 'men'), ('young', 'amod', 'men'), ('men', 'pobj', 'to'), ('.', 'punct', 'changed')] |
I heard a voice call from one end of the gallery that the light was out. | [('They', 'PRP'), ('began', 'VBD'), ('to', 'TO'), ('talk', 'VB'), ('of', 'IN'), ('the', 'DT'), ('same', 'JJ'), ('subject', 'NN'), ('.', '.')] | [('They', 'PRON'), ('began', 'VERB'), ('to', 'PART'), ('talk', 'VERB'), ('of', 'ADP'), ('the', 'DET'), ('same', 'ADJ'), ('subject', 'NOUN'), ('.', 'PUNCT')] | [] | [('They', 'nsubj', 'began'), ('began', 'ROOT', 'began'), ('to', 'aux', 'talk'), ('talk', 'xcomp', 'began'), ('of', 'prep', 'talk'), ('the', 'det', 'subject'), ('same', 'amod', 'subject'), ('subject', 'pobj', 'of'), ('.', 'punct', 'began')] |
The upper part of the hall was now completely dark. | [('Once', 'RB'), ('or', 'CC'), ('twice', 'VB'), ('the', 'DT'), ('young', 'JJ'), ('lady', 'NN'), ('glanced', 'VBN'), ('at', 'IN'), ('me', 'PRP'), ('over', 'IN'), ('her', 'PRP$'), ('shoulder', 'NN'), ('.', '.')] | [('Once', 'ADV'), ('or', 'CCONJ'), ('twice', 'DET'), ('the', 'DET'), ('young', 'ADJ'), ('lady', 'NOUN'), ('glanced', 'VERB'), ('at', 'ADP'), ('me', 'PRON'), ('over', 'ADP'), ('her', 'PRON'), ('shoulder', 'NOUN'), ('.', 'PUNCT')] | [] | [('Once', 'advmod', 'glanced'), ('or', 'cc', 'Once'), ('twice', 'predet', 'lady'), ('the', 'det', 'lady'), ('young', 'amod', 'lady'), ('lady', 'nsubj', 'glanced'), ('glanced', 'ROOT', 'glanced'), ('at', 'prep', 'glanced'), ('me', 'pobj', 'at'), ('over', 'prep', 'glanced'), ('her', 'poss', 'shoulder'), ('shoulder', 'pobj', 'over'), ('.', 'punct', 'glanced')] |
Gazing up into the darkness I saw myself as a creature driven and derided by vanity; and my eyes burned with anguish and anger. | [('I', 'PRP'), ('lingered', 'VBD'), ('before', 'IN'), ('her', 'PRP$'), ('stall', 'NN'), (',', ','), ('though', 'IN'), ('I', 'PRP'), ('knew', 'VBD'), ('my', 'PRP$'), ('stay', 'NN'), ('was', 'VBD'), ('useless', 'JJ'), (',', ','), ('to', 'TO'), ('make', 'VB'), ('my', 'PRP$'), ('interest', 'NN'), ('in', 'IN'), ('her', 'PRP$'), ('wares', 'NNS'), ('seem', 'VBP'), ('the', 'DT'), ('more', 'JJR'), ('real', 'JJ'), ('.', '.')] | [('I', 'PRON'), ('lingered', 'VERB'), ('before', 'ADP'), ('her', 'PRON'), ('stall', 'NOUN'), (',', 'PUNCT'), ('though', 'SCONJ'), ('I', 'PRON'), ('knew', 'VERB'), ('my', 'PRON'), ('stay', 'NOUN'), ('was', 'AUX'), ('useless', 'ADJ'), (',', 'PUNCT'), ('to', 'PART'), ('make', 'VERB'), ('my', 'PRON'), ('interest', 'NOUN'), ('in', 'ADP'), ('her', 'PRON'), ('wares', 'NOUN'), ('seem', 'VERB'), ('the', 'DET'), ('more', 'ADV'), ('real', 'ADJ'), ('.', 'PUNCT')] | [] | [('I', 'nsubj', 'lingered'), ('lingered', 'ROOT', 'lingered'), ('before', 'prep', 'lingered'), ('her', 'poss', 'stall'), ('stall', 'pobj', 'before'), (',', 'punct', 'lingered'), ('though', 'mark', 'knew'), ('I', 'nsubj', 'knew'), ('knew', 'advcl', 'lingered'), ('my', 'poss', 'stay'), ('stay', 'nsubj', 'was'), ('was', 'ccomp', 'knew'), ('useless', 'acomp', 'was'), (',', 'punct', 'was'), ('to', 'aux', 'make'), ('make', 'advcl', 'was'), ('my', 'poss', 'interest'), ('interest', 'nsubj', 'seem'), ('in', 'prep', 'interest'), ('her', 'poss', 'wares'), ('wares', 'pobj', 'in'), ('seem', 'ccomp', 'make'), ('the', 'det', 'real'), ('more', 'advmod', 'real'), ('real', 'oprd', 'seem'), ('.', 'punct', 'lingered')] |
EVELINE She sat at the window watching the evening invade the avenue. | [('Then', 'RB'), ('I', 'PRP'), ('turned', 'VBD'), ('away', 'RB'), ('slowly', 'RB'), ('and', 'CC'), ('walked', 'VBD'), ('down', 'IN'), ('the', 'DT'), ('middle', 'NN'), ('of', 'IN'), ('the', 'DT'), ('bazaar', 'NN'), ('.', '.')] | [('Then', 'ADV'), ('I', 'PRON'), ('turned', 'VERB'), ('away', 'ADV'), ('slowly', 'ADV'), ('and', 'CCONJ'), ('walked', 'VERB'), ('down', 'ADP'), ('the', 'DET'), ('middle', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('bazaar', 'NOUN'), ('.', 'PUNCT')] | [] | [('Then', 'advmod', 'turned'), ('I', 'nsubj', 'turned'), ('turned', 'ROOT', 'turned'), ('away', 'advmod', 'turned'), ('slowly', 'advmod', 'turned'), ('and', 'cc', 'turned'), ('walked', 'conj', 'turned'), ('down', 'prep', 'walked'), ('the', 'det', 'middle'), ('middle', 'pobj', 'down'), ('of', 'prep', 'middle'), ('the', 'det', 'bazaar'), ('bazaar', 'pobj', 'of'), ('.', 'punct', 'turned')] |
Her head was leaned against the window curtains and in her nostrils was the odour of dusty cretonne. | [('I', 'PRP'), ('allowed', 'VBD'), ('the', 'DT'), ('two', 'CD'), ('pennies', 'NNS'), ('to', 'TO'), ('fall', 'VB'), ('against', 'IN'), ('the', 'DT'), ('sixpence', 'NN'), ('in', 'IN'), ('my', 'PRP$'), ('pocket', 'NN'), ('.', '.')] | [('I', 'PRON'), ('allowed', 'VERB'), ('the', 'DET'), ('two', 'NUM'), ('pennies', 'NOUN'), ('to', 'PART'), ('fall', 'VERB'), ('against', 'ADP'), ('the', 'DET'), ('sixpence', 'NOUN'), ('in', 'ADP'), ('my', 'PRON'), ('pocket', 'NOUN'), ('.', 'PUNCT')] | [('two', 'CARDINAL')] | [('I', 'nsubj', 'allowed'), ('allowed', 'ROOT', 'allowed'), ('the', 'det', 'pennies'), ('two', 'nummod', 'pennies'), ('pennies', 'nsubj', 'fall'), ('to', 'aux', 'fall'), ('fall', 'ccomp', 'allowed'), ('against', 'prep', 'fall'), ('the', 'det', 'sixpence'), ('sixpence', 'pobj', 'against'), ('in', 'prep', 'fall'), ('my', 'poss', 'pocket'), ('pocket', 'pobj', 'in'), ('.', 'punct', 'allowed')] |
She was tired. | [('I', 'PRP'), ('heard', 'VBD'), ('a', 'DT'), ('voice', 'NN'), ('call', 'NN'), ('from', 'IN'), ('one', 'CD'), ('end', 'NN'), ('of', 'IN'), ('the', 'DT'), ('gallery', 'NN'), ('that', 'IN'), ('the', 'DT'), ('light', 'NN'), ('was', 'VBD'), ('out', 'RP'), ('.', '.')] | [('I', 'PRON'), ('heard', 'VERB'), ('a', 'DET'), ('voice', 'NOUN'), ('call', 'NOUN'), ('from', 'ADP'), ('one', 'NUM'), ('end', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('gallery', 'NOUN'), ('that', 'SCONJ'), ('the', 'DET'), ('light', 'NOUN'), ('was', 'AUX'), ('out', 'ADV'), ('.', 'PUNCT')] | [('one', 'CARDINAL')] | [('I', 'nsubj', 'heard'), ('heard', 'ROOT', 'heard'), ('a', 'det', 'call'), ('voice', 'compound', 'call'), ('call', 'dobj', 'heard'), ('from', 'prep', 'call'), ('one', 'nummod', 'end'), ('end', 'pobj', 'from'), ('of', 'prep', 'end'), ('the', 'det', 'gallery'), ('gallery', 'pobj', 'of'), ('that', 'mark', 'was'), ('the', 'det', 'light'), ('light', 'nsubj', 'was'), ('was', 'ccomp', 'heard'), ('out', 'advmod', 'was'), ('.', 'punct', 'heard')] |
Few people passed. | [('The', 'DT'), ('upper', 'JJ'), ('part', 'NN'), ('of', 'IN'), ('the', 'DT'), ('hall', 'NN'), ('was', 'VBD'), ('now', 'RB'), ('completely', 'RB'), ('dark', 'JJ'), ('.', '.')] | [('The', 'DET'), ('upper', 'ADJ'), ('part', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('hall', 'NOUN'), ('was', 'AUX'), ('now', 'ADV'), ('completely', 'ADV'), ('dark', 'ADJ'), ('.', 'PUNCT')] | [] | [('The', 'det', 'part'), ('upper', 'amod', 'part'), ('part', 'nsubj', 'was'), ('of', 'prep', 'part'), ('the', 'det', 'hall'), ('hall', 'pobj', 'of'), ('was', 'ROOT', 'was'), ('now', 'advmod', 'was'), ('completely', 'advmod', 'dark'), ('dark', 'acomp', 'was'), ('.', 'punct', 'was')] |
The man out of the last house passed on his way home; she heard his footsteps clacking along the concrete pavement and afterwards crunching on the cinder path before the new red houses. | [('Gazing', 'VBG'), ('up', 'RP'), ('into', 'IN'), ('the', 'DT'), ('darkness', 'NN'), ('I', 'PRP'), ('saw', 'VBD'), ('myself', 'PRP'), ('as', 'IN'), ('a', 'DT'), ('creature', 'NN'), ('driven', 'VBN'), ('and', 'CC'), ('derided', 'VBN'), ('by', 'IN'), ('vanity', 'NN'), (';', ':'), ('and', 'CC'), ('my', 'PRP$'), ('eyes', 'NNS'), ('burned', 'VBN'), ('with', 'IN'), ('anguish', 'JJ'), ('and', 'CC'), ('anger', 'NN'), ('.', '.')] | [('Gazing', 'VERB'), ('up', 'ADP'), ('into', 'ADP'), ('the', 'DET'), ('darkness', 'NOUN'), ('I', 'PRON'), ('saw', 'VERB'), ('myself', 'PRON'), ('as', 'ADP'), ('a', 'DET'), ('creature', 'NOUN'), ('driven', 'VERB'), ('and', 'CCONJ'), ('derided', 'VERB'), ('by', 'ADP'), ('vanity', 'NOUN'), (';', 'PUNCT'), ('and', 'CCONJ'), ('my', 'PRON'), ('eyes', 'NOUN'), ('burned', 'VERB'), ('with', 'ADP'), ('anguish', 'NOUN'), ('and', 'CCONJ'), ('anger', 'NOUN'), ('.', 'PUNCT')] | [] | [('Gazing', 'advcl', 'saw'), ('up', 'prt', 'Gazing'), ('into', 'prep', 'Gazing'), ('the', 'det', 'darkness'), ('darkness', 'pobj', 'into'), ('I', 'nsubj', 'saw'), ('saw', 'ROOT', 'saw'), ('myself', 'dobj', 'saw'), ('as', 'prep', 'saw'), ('a', 'det', 'creature'), ('creature', 'pobj', 'as'), ('driven', 'acl', 'creature'), ('and', 'cc', 'driven'), ('derided', 'conj', 'driven'), ('by', 'agent', 'derided'), ('vanity', 'pobj', 'by'), (';', 'punct', 'saw'), ('and', 'cc', 'saw'), ('my', 'poss', 'eyes'), ('eyes', 'nsubj', 'burned'), ('burned', 'conj', 'saw'), ('with', 'prep', 'burned'), ('anguish', 'pobj', 'with'), ('and', 'cc', 'anguish'), ('anger', 'conj', 'anguish'), ('.', 'punct', 'burned')] |
One time there used to be a field there in which they used to play every evening with other people’s children. | [('EVELINE', 'NNP'), ('She', 'PRP'), ('sat', 'VBD'), ('at', 'IN'), ('the', 'DT'), ('window', 'NN'), ('watching', 'VBG'), ('the', 'DT'), ('evening', 'NN'), ('invade', 'VBD'), ('the', 'DT'), ('avenue', 'NN'), ('.', '.')] | [('EVELINE', 'PROPN'), ('She', 'PRON'), ('sat', 'VERB'), ('at', 'ADP'), ('the', 'DET'), ('window', 'NOUN'), ('watching', 'VERB'), ('the', 'DET'), ('evening', 'NOUN'), ('invade', 'VERB'), ('the', 'DET'), ('avenue', 'NOUN'), ('.', 'PUNCT')] | [('the evening', 'TIME')] | [('EVELINE', 'npadvmod', 'sat'), ('She', 'nsubj', 'sat'), ('sat', 'ROOT', 'sat'), ('at', 'prep', 'sat'), ('the', 'det', 'window'), ('window', 'pobj', 'at'), ('watching', 'advcl', 'sat'), ('the', 'det', 'evening'), ('evening', 'nsubj', 'invade'), ('invade', 'ccomp', 'watching'), ('the', 'det', 'avenue'), ('avenue', 'dobj', 'invade'), ('.', 'punct', 'sat')] |
Then a man from Belfast bought the field and built houses in it—not like their little brown houses but bright brick houses with shining roofs. | [('Her', 'PRP$'), ('head', 'NN'), ('was', 'VBD'), ('leaned', 'VBN'), ('against', 'IN'), ('the', 'DT'), ('window', 'NN'), ('curtains', 'NNS'), ('and', 'CC'), ('in', 'IN'), ('her', 'PRP$'), ('nostrils', 'NNS'), ('was', 'VBD'), ('the', 'DT'), ('odour', 'NN'), ('of', 'IN'), ('dusty', 'JJ'), ('cretonne', 'NN'), ('.', '.')] | [('Her', 'PRON'), ('head', 'NOUN'), ('was', 'AUX'), ('leaned', 'VERB'), ('against', 'ADP'), ('the', 'DET'), ('window', 'NOUN'), ('curtains', 'NOUN'), ('and', 'CCONJ'), ('in', 'ADP'), ('her', 'PRON'), ('nostrils', 'NOUN'), ('was', 'AUX'), ('the', 'DET'), ('odour', 'NOUN'), ('of', 'ADP'), ('dusty', 'ADJ'), ('cretonne', 'NOUN'), ('.', 'PUNCT')] | [] | [('Her', 'poss', 'head'), ('head', 'nsubjpass', 'leaned'), ('was', 'auxpass', 'leaned'), ('leaned', 'ROOT', 'leaned'), ('against', 'prep', 'leaned'), ('the', 'det', 'curtains'), ('window', 'compound', 'curtains'), ('curtains', 'pobj', 'against'), ('and', 'cc', 'leaned'), ('in', 'prep', 'was'), ('her', 'poss', 'nostrils'), ('nostrils', 'pobj', 'in'), ('was', 'conj', 'leaned'), ('the', 'det', 'odour'), ('odour', 'attr', 'was'), ('of', 'prep', 'odour'), ('dusty', 'amod', 'cretonne'), ('cretonne', 'pobj', 'of'), ('.', 'punct', 'was')] |
The children of the avenue used to play together in that field—the Devines, the Waters, the Dunns, little Keogh the cripple, she and her brothers and sisters. | [('She', 'PRP'), ('was', 'VBD'), ('tired', 'VBN'), ('.', '.')] | [('She', 'PRON'), ('was', 'AUX'), ('tired', 'ADJ'), ('.', 'PUNCT')] | [] | [('She', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('tired', 'acomp', 'was'), ('.', 'punct', 'was')] |
Ernest, however, never played: he was too grown up. | [('Few', 'JJ'), ('people', 'NNS'), ('passed', 'VBN'), ('.', '.')] | [('Few', 'ADJ'), ('people', 'NOUN'), ('passed', 'VERB'), ('.', 'PUNCT')] | [] | [('Few', 'amod', 'people'), ('people', 'nsubj', 'passed'), ('passed', 'ROOT', 'passed'), ('.', 'punct', 'passed')] |
Her father used often to hunt them in out of the field with his blackthorn stick; but usually little Keogh used to keep nix and call out when he saw her father coming. | [('The', 'DT'), ('man', 'NN'), ('out', 'IN'), ('of', 'IN'), ('the', 'DT'), ('last', 'JJ'), ('house', 'NN'), ('passed', 'VBD'), ('on', 'IN'), ('his', 'PRP$'), ('way', 'NN'), ('home', 'NN'), (';', ':'), ('she', 'PRP'), ('heard', 'VBD'), ('his', 'PRP$'), ('footsteps', 'NNS'), ('clacking', 'VBG'), ('along', 'IN'), ('the', 'DT'), ('concrete', 'JJ'), ('pavement', 'NN'), ('and', 'CC'), ('afterwards', 'NNS'), ('crunching', 'VBG'), ('on', 'IN'), ('the', 'DT'), ('cinder', 'NN'), ('path', 'NN'), ('before', 'IN'), ('the', 'DT'), ('new', 'JJ'), ('red', 'JJ'), ('houses', 'NNS'), ('.', '.')] | [('The', 'DET'), ('man', 'NOUN'), ('out', 'ADP'), ('of', 'ADP'), ('the', 'DET'), ('last', 'ADJ'), ('house', 'NOUN'), ('passed', 'VERB'), ('on', 'ADP'), ('his', 'PRON'), ('way', 'NOUN'), ('home', 'ADV'), (';', 'PUNCT'), ('she', 'PRON'), ('heard', 'VERB'), ('his', 'PRON'), ('footsteps', 'NOUN'), ('clacking', 'VERB'), ('along', 'ADP'), ('the', 'DET'), ('concrete', 'ADJ'), ('pavement', 'NOUN'), ('and', 'CCONJ'), ('afterwards', 'ADV'), ('crunching', 'VERB'), ('on', 'ADP'), ('the', 'DET'), ('cinder', 'NOUN'), ('path', 'NOUN'), ('before', 'ADP'), ('the', 'DET'), ('new', 'ADJ'), ('red', 'ADJ'), ('houses', 'NOUN'), ('.', 'PUNCT')] | [] | [('The', 'det', 'man'), ('man', 'nsubj', 'passed'), ('out', 'prep', 'man'), ('of', 'prep', 'out'), ('the', 'det', 'house'), ('last', 'amod', 'house'), ('house', 'pobj', 'of'), ('passed', 'ccomp', 'heard'), ('on', 'prep', 'passed'), ('his', 'poss', 'way'), ('way', 'pobj', 'on'), ('home', 'advmod', 'way'), (';', 'punct', 'heard'), ('she', 'nsubj', 'heard'), ('heard', 'ROOT', 'heard'), ('his', 'poss', 'footsteps'), ('footsteps', 'nsubj', 'clacking'), ('clacking', 'ccomp', 'heard'), ('along', 'prep', 'clacking'), ('the', 'det', 'pavement'), ('concrete', 'amod', 'pavement'), ('pavement', 'pobj', 'along'), ('and', 'cc', 'clacking'), ('afterwards', 'advmod', 'crunching'), ('crunching', 'conj', 'clacking'), ('on', 'prep', 'crunching'), ('the', 'det', 'path'), ('cinder', 'compound', 'path'), ('path', 'pobj', 'on'), ('before', 'prep', 'crunching'), ('the', 'det', 'houses'), ('new', 'amod', 'houses'), ('red', 'amod', 'houses'), ('houses', 'pobj', 'before'), ('.', 'punct', 'heard')] |
Still they seemed to have been rather happy then. | [('One', 'CD'), ('time', 'NN'), ('there', 'RB'), ('used', 'VBN'), ('to', 'TO'), ('be', 'VB'), ('a', 'DT'), ('field', 'NN'), ('there', 'RB'), ('in', 'IN'), ('which', 'WDT'), ('they', 'PRP'), ('used', 'VBD'), ('to', 'TO'), ('play', 'VB'), ('every', 'DT'), ('evening', 'NN'), ('with', 'IN'), ('other', 'JJ'), ('people', 'NNS'), ('’', 'VBP'), ('s', 'JJ'), ('children', 'NNS'), ('.', '.')] | [('One', 'NUM'), ('time', 'NOUN'), ('there', 'ADV'), ('used', 'VERB'), ('to', 'PART'), ('be', 'AUX'), ('a', 'DET'), ('field', 'NOUN'), ('there', 'ADV'), ('in', 'ADP'), ('which', 'PRON'), ('they', 'PRON'), ('used', 'VERB'), ('to', 'PART'), ('play', 'VERB'), ('every', 'DET'), ('evening', 'NOUN'), ('with', 'ADP'), ('other', 'ADJ'), ('people', 'NOUN'), ('’s', 'PART'), ('children', 'NOUN'), ('.', 'PUNCT')] | [('One', 'CARDINAL')] | [('One', 'nummod', 'time'), ('time', 'nsubj', 'used'), ('there', 'advmod', 'time'), ('used', 'ROOT', 'used'), ('to', 'aux', 'be'), ('be', 'xcomp', 'used'), ('a', 'det', 'field'), ('field', 'attr', 'be'), ('there', 'advmod', 'field'), ('in', 'prep', 'used'), ('which', 'pobj', 'in'), ('they', 'nsubj', 'used'), ('used', 'relcl', 'field'), ('to', 'aux', 'play'), ('play', 'xcomp', 'used'), ('every', 'det', 'evening'), ('evening', 'dobj', 'play'), ('with', 'prep', 'play'), ('other', 'amod', 'people'), ('people', 'poss', 'children'), ('’s', 'case', 'people'), ('children', 'pobj', 'with'), ('.', 'punct', 'used')] |
Her father was not so bad then; and besides, her mother was alive. | [('Then', 'RB'), ('a', 'DT'), ('man', 'NN'), ('from', 'IN'), ('Belfast', 'NNP'), ('bought', 'VBD'), ('the', 'DT'), ('field', 'NN'), ('and', 'CC'), ('built', 'JJ'), ('houses', 'NNS'), ('in', 'IN'), ('it—not', 'NN'), ('like', 'IN'), ('their', 'PRP$'), ('little', 'JJ'), ('brown', 'JJ'), ('houses', 'NNS'), ('but', 'CC'), ('bright', 'JJ'), ('brick', 'NN'), ('houses', 'NNS'), ('with', 'IN'), ('shining', 'VBG'), ('roofs', 'NN'), ('.', '.')] | [('Then', 'ADV'), ('a', 'DET'), ('man', 'NOUN'), ('from', 'ADP'), ('Belfast', 'PROPN'), ('bought', 'VERB'), ('the', 'DET'), ('field', 'NOUN'), ('and', 'CCONJ'), ('built', 'VERB'), ('houses', 'NOUN'), ('in', 'ADP'), ('it', 'PRON'), ('—', 'PUNCT'), ('not', 'PART'), ('like', 'ADP'), ('their', 'PRON'), ('little', 'ADJ'), ('brown', 'ADJ'), ('houses', 'NOUN'), ('but', 'CCONJ'), ('bright', 'ADJ'), ('brick', 'NOUN'), ('houses', 'NOUN'), ('with', 'ADP'), ('shining', 'VERB'), ('roofs', 'NOUN'), ('.', 'PUNCT')] | [('Belfast', 'GPE')] | [('Then', 'advmod', 'bought'), ('a', 'det', 'man'), ('man', 'nsubj', 'bought'), ('from', 'prep', 'man'), ('Belfast', 'pobj', 'from'), ('bought', 'ROOT', 'bought'), ('the', 'det', 'field'), ('field', 'dobj', 'bought'), ('and', 'cc', 'bought'), ('built', 'conj', 'bought'), ('houses', 'dobj', 'built'), ('in', 'prep', 'built'), ('it', 'pobj', 'in'), ('—', 'punct', 'built'), ('not', 'neg', 'like'), ('like', 'dep', 'built'), ('their', 'poss', 'houses'), ('little', 'amod', 'houses'), ('brown', 'amod', 'houses'), ('houses', 'pobj', 'like'), ('but', 'cc', 'houses'), ('bright', 'amod', 'houses'), ('brick', 'compound', 'houses'), ('houses', 'conj', 'houses'), ('with', 'prep', 'houses'), ('shining', 'amod', 'roofs'), ('roofs', 'pobj', 'with'), ('.', 'punct', 'bought')] |
That was a long time ago; she and her brothers and sisters were all grown up; her mother was dead. | [('The', 'DT'), ('children', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('avenue', 'NN'), ('used', 'VBN'), ('to', 'TO'), ('play', 'VB'), ('together', 'RB'), ('in', 'IN'), ('that', 'DT'), ('field—the', 'NN'), ('Devines', 'NNP'), (',', ','), ('the', 'DT'), ('Waters', 'NNP'), (',', ','), ('the', 'DT'), ('Dunns', 'NNP'), (',', ','), ('little', 'JJ'), ('Keogh', 'NNP'), ('the', 'DT'), ('cripple', 'NN'), (',', ','), ('she', 'PRP'), ('and', 'CC'), ('her', 'PRP$'), ('brothers', 'NNS'), ('and', 'CC'), ('sisters', 'NNS'), ('.', '.')] | [('The', 'DET'), ('children', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('avenue', 'NOUN'), ('used', 'VERB'), ('to', 'PART'), ('play', 'VERB'), ('together', 'ADV'), ('in', 'ADP'), ('that', 'DET'), ('field', 'NOUN'), ('—', 'PUNCT'), ('the', 'DET'), ('Devines', 'PROPN'), (',', 'PUNCT'), ('the', 'DET'), ('Waters', 'NOUN'), (',', 'PUNCT'), ('the', 'DET'), ('Dunns', 'PROPN'), (',', 'PUNCT'), ('little', 'ADJ'), ('Keogh', 'PROPN'), ('the', 'DET'), ('cripple', 'NOUN'), (',', 'PUNCT'), ('she', 'PRON'), ('and', 'CCONJ'), ('her', 'PRON'), ('brothers', 'NOUN'), ('and', 'CCONJ'), ('sisters', 'NOUN'), ('.', 'PUNCT')] | [('Devines', 'PRODUCT'), ('Waters', 'NORP'), ('Dunns', 'ORG'), ('Keogh', 'PERSON')] | [('The', 'det', 'children'), ('children', 'nsubj', 'used'), ('of', 'prep', 'children'), ('the', 'det', 'avenue'), ('avenue', 'pobj', 'of'), ('used', 'ROOT', 'used'), ('to', 'aux', 'play'), ('play', 'xcomp', 'used'), ('together', 'advmod', 'play'), ('in', 'prep', 'play'), ('that', 'det', 'field'), ('field', 'pobj', 'in'), ('—', 'punct', 'used'), ('the', 'det', 'Devines'), ('Devines', 'appos', 'children'), (',', 'punct', 'Devines'), ('the', 'det', 'Waters'), ('Waters', 'conj', 'Devines'), (',', 'punct', 'Waters'), ('the', 'det', 'Dunns'), ('Dunns', 'conj', 'Waters'), (',', 'punct', 'Dunns'), ('little', 'amod', 'Keogh'), ('Keogh', 'conj', 'Dunns'), ('the', 'det', 'cripple'), ('cripple', 'conj', 'Waters'), (',', 'punct', 'Devines'), ('she', 'conj', 'Devines'), ('and', 'cc', 'she'), ('her', 'poss', 'brothers'), ('brothers', 'conj', 'she'), ('and', 'cc', 'brothers'), ('sisters', 'conj', 'brothers'), ('.', 'punct', 'used')] |
Tizzie Dunn was dead, too, and the Waters had gone back to England. | [('Ernest', 'NNP'), (',', ','), ('however', 'RB'), (',', ','), ('never', 'RB'), ('played', 'VBN'), (':', ':'), ('he', 'PRP'), ('was', 'VBD'), ('too', 'RB'), ('grown', 'VBN'), ('up', 'RP'), ('.', '.')] | [('Ernest', 'PROPN'), (',', 'PUNCT'), ('however', 'ADV'), (',', 'PUNCT'), ('never', 'ADV'), ('played', 'VERB'), (':', 'PUNCT'), ('he', 'PRON'), ('was', 'AUX'), ('too', 'ADV'), ('grown', 'VERB'), ('up', 'ADP'), ('.', 'PUNCT')] | [] | [('Ernest', 'nsubj', 'played'), (',', 'punct', 'played'), ('however', 'advmod', 'played'), (',', 'punct', 'played'), ('never', 'neg', 'played'), ('played', 'ccomp', 'grown'), (':', 'punct', 'grown'), ('he', 'nsubjpass', 'grown'), ('was', 'auxpass', 'grown'), ('too', 'advmod', 'grown'), ('grown', 'ROOT', 'grown'), ('up', 'prt', 'grown'), ('.', 'punct', 'grown')] |
Everything changes. | [('Her', 'PRP$'), ('father', 'NN'), ('used', 'VBN'), ('often', 'RB'), ('to', 'TO'), ('hunt', 'VB'), ('them', 'PRP'), ('in', 'IN'), ('out', 'IN'), ('of', 'IN'), ('the', 'DT'), ('field', 'NN'), ('with', 'IN'), ('his', 'PRP$'), ('blackthorn', 'JJ'), ('stick', 'NN'), (';', ':'), ('but', 'CC'), ('usually', 'RB'), ('little', 'JJ'), ('Keogh', 'NNP'), ('used', 'VBD'), ('to', 'TO'), ('keep', 'VB'), ('nix', 'NN'), ('and', 'CC'), ('call', 'VB'), ('out', 'RP'), ('when', 'WRB'), ('he', 'PRP'), ('saw', 'VBD'), ('her', 'PRP'), ('father', 'NN'), ('coming', 'VBG'), ('.', '.')] | [('Her', 'PRON'), ('father', 'NOUN'), ('used', 'VERB'), ('often', 'ADV'), ('to', 'PART'), ('hunt', 'VERB'), ('them', 'PRON'), ('in', 'ADP'), ('out', 'ADP'), ('of', 'ADP'), ('the', 'DET'), ('field', 'NOUN'), ('with', 'ADP'), ('his', 'PRON'), ('blackthorn', 'VERB'), ('stick', 'NOUN'), (';', 'PUNCT'), ('but', 'CCONJ'), ('usually', 'ADV'), ('little', 'ADJ'), ('Keogh', 'PROPN'), ('used', 'VERB'), ('to', 'PART'), ('keep', 'VERB'), ('nix', 'NOUN'), ('and', 'CCONJ'), ('call', 'VERB'), ('out', 'ADP'), ('when', 'SCONJ'), ('he', 'PRON'), ('saw', 'VERB'), ('her', 'PRON'), ('father', 'NOUN'), ('coming', 'VERB'), ('.', 'PUNCT')] | [('Keogh', 'PERSON')] | [('Her', 'poss', 'father'), ('father', 'nsubj', 'used'), ('used', 'ROOT', 'used'), ('often', 'advmod', 'used'), ('to', 'aux', 'hunt'), ('hunt', 'xcomp', 'used'), ('them', 'dobj', 'hunt'), ('in', 'prt', 'hunt'), ('out', 'prep', 'hunt'), ('of', 'prep', 'out'), ('the', 'det', 'field'), ('field', 'pobj', 'of'), ('with', 'prep', 'hunt'), ('his', 'poss', 'stick'), ('blackthorn', 'amod', 'stick'), ('stick', 'pobj', 'with'), (';', 'punct', 'used'), ('but', 'cc', 'used'), ('usually', 'advmod', 'used'), ('little', 'amod', 'Keogh'), ('Keogh', 'nsubj', 'used'), ('used', 'conj', 'used'), ('to', 'aux', 'keep'), ('keep', 'xcomp', 'used'), ('nix', 'dobj', 'keep'), ('and', 'cc', 'keep'), ('call', 'conj', 'keep'), ('out', 'prt', 'call'), ('when', 'advmod', 'saw'), ('he', 'nsubj', 'saw'), ('saw', 'advcl', 'call'), ('her', 'poss', 'father'), ('father', 'nsubj', 'coming'), ('coming', 'ccomp', 'saw'), ('.', 'punct', 'used')] |
Now she was going to go away like the others, to leave her home. | [('Still', 'RB'), ('they', 'PRP'), ('seemed', 'VBD'), ('to', 'TO'), ('have', 'VB'), ('been', 'VBN'), ('rather', 'RB'), ('happy', 'JJ'), ('then', 'RB'), ('.', '.')] | [('Still', 'ADV'), ('they', 'PRON'), ('seemed', 'VERB'), ('to', 'PART'), ('have', 'AUX'), ('been', 'AUX'), ('rather', 'ADV'), ('happy', 'ADJ'), ('then', 'ADV'), ('.', 'PUNCT')] | [] | [('Still', 'advmod', 'seemed'), ('they', 'nsubj', 'seemed'), ('seemed', 'ROOT', 'seemed'), ('to', 'aux', 'been'), ('have', 'aux', 'been'), ('been', 'xcomp', 'seemed'), ('rather', 'advmod', 'happy'), ('happy', 'acomp', 'been'), ('then', 'advmod', 'been'), ('.', 'punct', 'seemed')] |
Home! | [('Her', 'PRP$'), ('father', 'NN'), ('was', 'VBD'), ('not', 'RB'), ('so', 'RB'), ('bad', 'JJ'), ('then', 'RB'), (';', ':'), ('and', 'CC'), ('besides', 'IN'), (',', ','), ('her', 'PRP$'), ('mother', 'NN'), ('was', 'VBD'), ('alive', 'JJ'), ('.', '.')] | [('Her', 'PRON'), ('father', 'NOUN'), ('was', 'AUX'), ('not', 'PART'), ('so', 'ADV'), ('bad', 'ADJ'), ('then', 'ADV'), (';', 'PUNCT'), ('and', 'CCONJ'), ('besides', 'ADV'), (',', 'PUNCT'), ('her', 'PRON'), ('mother', 'NOUN'), ('was', 'AUX'), ('alive', 'ADJ'), ('.', 'PUNCT')] | [] | [('Her', 'poss', 'father'), ('father', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('not', 'neg', 'was'), ('so', 'advmod', 'bad'), ('bad', 'acomp', 'was'), ('then', 'advmod', 'was'), (';', 'punct', 'was'), ('and', 'cc', 'was'), ('besides', 'advmod', 'was'), (',', 'punct', 'was'), ('her', 'poss', 'mother'), ('mother', 'nsubj', 'was'), ('was', 'conj', 'was'), ('alive', 'acomp', 'was'), ('.', 'punct', 'was')] |
She looked round the room, reviewing all its familiar objects which she had dusted once a week for so many years, wondering where on earth all the dust came from. | [('That', 'DT'), ('was', 'VBD'), ('a', 'DT'), ('long', 'JJ'), ('time', 'NN'), ('ago', 'RB'), (';', ':'), ('she', 'PRP'), ('and', 'CC'), ('her', 'PRP$'), ('brothers', 'NNS'), ('and', 'CC'), ('sisters', 'NNS'), ('were', 'VBD'), ('all', 'DT'), ('grown', 'VBN'), ('up', 'RP'), (';', ':'), ('her', 'PRP$'), ('mother', 'NN'), ('was', 'VBD'), ('dead', 'JJ'), ('.', '.')] | [('That', 'PRON'), ('was', 'AUX'), ('a', 'DET'), ('long', 'ADJ'), ('time', 'NOUN'), ('ago', 'ADV'), (';', 'PUNCT'), ('she', 'PRON'), ('and', 'CCONJ'), ('her', 'PRON'), ('brothers', 'NOUN'), ('and', 'CCONJ'), ('sisters', 'NOUN'), ('were', 'AUX'), ('all', 'PRON'), ('grown', 'VERB'), ('up', 'ADP'), (';', 'PUNCT'), ('her', 'PRON'), ('mother', 'NOUN'), ('was', 'AUX'), ('dead', 'ADJ'), ('.', 'PUNCT')] | [] | [('That', 'nsubj', 'was'), ('was', 'ccomp', 'grown'), ('a', 'det', 'time'), ('long', 'amod', 'time'), ('time', 'npadvmod', 'ago'), ('ago', 'advmod', 'was'), (';', 'punct', 'grown'), ('she', 'nsubjpass', 'grown'), ('and', 'cc', 'she'), ('her', 'poss', 'brothers'), ('brothers', 'conj', 'she'), ('and', 'cc', 'brothers'), ('sisters', 'conj', 'brothers'), ('were', 'auxpass', 'grown'), ('all', 'dep', 'grown'), ('grown', 'ccomp', 'was'), ('up', 'prt', 'grown'), (';', 'punct', 'was'), ('her', 'poss', 'mother'), ('mother', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('dead', 'acomp', 'was'), ('.', 'punct', 'was')] |
Perhaps she would never see again those familiar objects from which she had never dreamed of being divided. | [('Tizzie', 'NNP'), ('Dunn', 'NNP'), ('was', 'VBD'), ('dead', 'JJ'), (',', ','), ('too', 'RB'), (',', ','), ('and', 'CC'), ('the', 'DT'), ('Waters', 'NNP'), ('had', 'VBD'), ('gone', 'VBN'), ('back', 'RB'), ('to', 'TO'), ('England', 'NNP'), ('.', '.')] | [('Tizzie', 'PROPN'), ('Dunn', 'PROPN'), ('was', 'AUX'), ('dead', 'ADJ'), (',', 'PUNCT'), ('too', 'ADV'), (',', 'PUNCT'), ('and', 'CCONJ'), ('the', 'DET'), ('Waters', 'PROPN'), ('had', 'AUX'), ('gone', 'VERB'), ('back', 'ADV'), ('to', 'ADP'), ('England', 'PROPN'), ('.', 'PUNCT')] | [('Tizzie Dunn', 'PERSON'), ('Waters', 'ORG'), ('England', 'GPE')] | [('Tizzie', 'compound', 'Dunn'), ('Dunn', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('dead', 'acomp', 'was'), (',', 'punct', 'was'), ('too', 'advmod', 'was'), (',', 'punct', 'was'), ('and', 'cc', 'was'), ('the', 'det', 'Waters'), ('Waters', 'nsubj', 'gone'), ('had', 'aux', 'gone'), ('gone', 'conj', 'was'), ('back', 'advmod', 'gone'), ('to', 'prep', 'back'), ('England', 'pobj', 'to'), ('.', 'punct', 'gone')] |
And yet during all those years she had never found out the name of the priest whose yellowing photograph hung on the wall above the broken harmonium beside the coloured print of the promises made to Blessed Margaret Mary Alacoque. | [('Everything', 'NN'), ('changes', 'NNS'), ('.', '.')] | [('Everything', 'PRON'), ('changes', 'NOUN'), ('.', 'PUNCT')] | [] | [('Everything', 'nsubj', 'changes'), ('changes', 'ROOT', 'changes'), ('.', 'punct', 'changes')] |
He had been a school friend of her father. | [('Now', 'RB'), ('she', 'PRP'), ('was', 'VBD'), ('going', 'VBG'), ('to', 'TO'), ('go', 'VB'), ('away', 'RB'), ('like', 'IN'), ('the', 'DT'), ('others', 'NNS'), (',', ','), ('to', 'TO'), ('leave', 'VB'), ('her', 'PRP$'), ('home', 'NN'), ('.', '.')] | [('Now', 'ADV'), ('she', 'PRON'), ('was', 'AUX'), ('going', 'VERB'), ('to', 'PART'), ('go', 'VERB'), ('away', 'ADV'), ('like', 'ADP'), ('the', 'DET'), ('others', 'NOUN'), (',', 'PUNCT'), ('to', 'PART'), ('leave', 'VERB'), ('her', 'PRON'), ('home', 'NOUN'), ('.', 'PUNCT')] | [] | [('Now', 'advmod', 'going'), ('she', 'nsubj', 'going'), ('was', 'aux', 'going'), ('going', 'ROOT', 'going'), ('to', 'aux', 'go'), ('go', 'xcomp', 'going'), ('away', 'advmod', 'go'), ('like', 'prep', 'go'), ('the', 'det', 'others'), ('others', 'pobj', 'like'), (',', 'punct', 'go'), ('to', 'aux', 'leave'), ('leave', 'advcl', 'go'), ('her', 'poss', 'home'), ('home', 'dobj', 'leave'), ('.', 'punct', 'going')] |
Whenever he showed the photograph to a visitor her father used to pass it with a casual word: “He is in Melbourne now.” She had consented to go away, to leave her home. | [('Home', 'NN'), ('!', '.')] | [('Home', 'ADV'), ('!', 'PUNCT')] | [] | [('Home', 'ROOT', 'Home'), ('!', 'punct', 'Home')] |
Was that wise? | [('She', 'PRP'), ('looked', 'VBD'), ('round', 'IN'), ('the', 'DT'), ('room', 'NN'), (',', ','), ('reviewing', 'VBG'), ('all', 'PDT'), ('its', 'PRP$'), ('familiar', 'JJ'), ('objects', 'NNS'), ('which', 'WDT'), ('she', 'PRP'), ('had', 'VBD'), ('dusted', 'VBN'), ('once', 'RB'), ('a', 'DT'), ('week', 'NN'), ('for', 'IN'), ('so', 'RB'), ('many', 'JJ'), ('years', 'NNS'), (',', ','), ('wondering', 'VBG'), ('where', 'WRB'), ('on', 'IN'), ('earth', 'NN'), ('all', 'PDT'), ('the', 'DT'), ('dust', 'NN'), ('came', 'VBD'), ('from', 'IN'), ('.', '.')] | [('She', 'PRON'), ('looked', 'VERB'), ('round', 'ADV'), ('the', 'DET'), ('room', 'NOUN'), (',', 'PUNCT'), ('reviewing', 'VERB'), ('all', 'DET'), ('its', 'PRON'), ('familiar', 'ADJ'), ('objects', 'NOUN'), ('which', 'PRON'), ('she', 'PRON'), ('had', 'AUX'), ('dusted', 'VERB'), ('once', 'ADV'), ('a', 'DET'), ('week', 'NOUN'), ('for', 'ADP'), ('so', 'ADV'), ('many', 'ADJ'), ('years', 'NOUN'), (',', 'PUNCT'), ('wondering', 'VERB'), ('where', 'SCONJ'), ('on', 'ADP'), ('earth', 'NOUN'), ('all', 'DET'), ('the', 'DET'), ('dust', 'NOUN'), ('came', 'VERB'), ('from', 'ADP'), ('.', 'PUNCT')] | [] | [('She', 'nsubj', 'looked'), ('looked', 'ROOT', 'looked'), ('round', 'prep', 'looked'), ('the', 'det', 'room'), ('room', 'pobj', 'round'), (',', 'punct', 'looked'), ('reviewing', 'advcl', 'looked'), ('all', 'predet', 'objects'), ('its', 'poss', 'objects'), ('familiar', 'amod', 'objects'), ('objects', 'dobj', 'reviewing'), ('which', 'dobj', 'dusted'), ('she', 'nsubj', 'dusted'), ('had', 'aux', 'dusted'), ('dusted', 'relcl', 'objects'), ('once', 'advmod', 'dusted'), ('a', 'det', 'week'), ('week', 'npadvmod', 'dusted'), ('for', 'prep', 'dusted'), ('so', 'advmod', 'many'), ('many', 'amod', 'years'), ('years', 'pobj', 'for'), (',', 'punct', 'reviewing'), ('wondering', 'conj', 'reviewing'), ('where', 'advmod', 'on'), ('on', 'prep', 'came'), ('earth', 'pobj', 'on'), ('all', 'predet', 'dust'), ('the', 'det', 'dust'), ('dust', 'nsubj', 'came'), ('came', 'ccomp', 'wondering'), ('from', 'prep', 'came'), ('.', 'punct', 'looked')] |
She tried to weigh each side of the question. | [('Perhaps', 'RB'), ('she', 'PRP'), ('would', 'MD'), ('never', 'RB'), ('see', 'VB'), ('again', 'RB'), ('those', 'DT'), ('familiar', 'JJ'), ('objects', 'NNS'), ('from', 'IN'), ('which', 'WDT'), ('she', 'PRP'), ('had', 'VBD'), ('never', 'RB'), ('dreamed', 'VBN'), ('of', 'IN'), ('being', 'VBG'), ('divided', 'VBN'), ('.', '.')] | [('Perhaps', 'ADV'), ('she', 'PRON'), ('would', 'AUX'), ('never', 'ADV'), ('see', 'VERB'), ('again', 'ADV'), ('those', 'DET'), ('familiar', 'ADJ'), ('objects', 'NOUN'), ('from', 'ADP'), ('which', 'PRON'), ('she', 'PRON'), ('had', 'AUX'), ('never', 'ADV'), ('dreamed', 'VERB'), ('of', 'ADP'), ('being', 'AUX'), ('divided', 'VERB'), ('.', 'PUNCT')] | [] | [('Perhaps', 'advmod', 'see'), ('she', 'nsubj', 'see'), ('would', 'aux', 'see'), ('never', 'neg', 'see'), ('see', 'ROOT', 'see'), ('again', 'advmod', 'see'), ('those', 'det', 'objects'), ('familiar', 'amod', 'objects'), ('objects', 'dobj', 'see'), ('from', 'prep', 'dreamed'), ('which', 'pobj', 'from'), ('she', 'nsubj', 'dreamed'), ('had', 'aux', 'dreamed'), ('never', 'neg', 'dreamed'), ('dreamed', 'relcl', 'objects'), ('of', 'prep', 'dreamed'), ('being', 'auxpass', 'divided'), ('divided', 'pcomp', 'of'), ('.', 'punct', 'see')] |
In her home anyway she had shelter and food; she had those whom she had known all her life about her. | [('And', 'CC'), ('yet', 'RB'), ('during', 'IN'), ('all', 'PDT'), ('those', 'DT'), ('years', 'NNS'), ('she', 'PRP'), ('had', 'VBD'), ('never', 'RB'), ('found', 'VBN'), ('out', 'RP'), ('the', 'DT'), ('name', 'NN'), ('of', 'IN'), ('the', 'DT'), ('priest', 'JJS'), ('whose', 'WP$'), ('yellowing', 'VBG'), ('photograph', 'NN'), ('hung', 'NN'), ('on', 'IN'), ('the', 'DT'), ('wall', 'NN'), ('above', 'IN'), ('the', 'DT'), ('broken', 'JJ'), ('harmonium', 'NN'), ('beside', 'IN'), ('the', 'DT'), ('coloured', 'JJ'), ('print', 'NN'), ('of', 'IN'), ('the', 'DT'), ('promises', 'NNS'), ('made', 'VBN'), ('to', 'TO'), ('Blessed', 'VBN'), ('Margaret', 'NNP'), ('Mary', 'NNP'), ('Alacoque', 'NNP'), ('.', '.')] | [('And', 'CCONJ'), ('yet', 'ADV'), ('during', 'ADP'), ('all', 'DET'), ('those', 'DET'), ('years', 'NOUN'), ('she', 'PRON'), ('had', 'AUX'), ('never', 'ADV'), ('found', 'VERB'), ('out', 'ADP'), ('the', 'DET'), ('name', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('priest', 'NOUN'), ('whose', 'DET'), ('yellowing', 'VERB'), ('photograph', 'NOUN'), ('hung', 'VERB'), ('on', 'ADP'), ('the', 'DET'), ('wall', 'NOUN'), ('above', 'ADP'), ('the', 'DET'), ('broken', 'ADJ'), ('harmonium', 'NOUN'), ('beside', 'ADP'), ('the', 'DET'), ('coloured', 'ADJ'), ('print', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('promises', 'NOUN'), ('made', 'VERB'), ('to', 'ADP'), ('Blessed', 'PROPN'), ('Margaret', 'PROPN'), ('Mary', 'PROPN'), ('Alacoque', 'PROPN'), ('.', 'PUNCT')] | [('Blessed Margaret Mary Alacoque', 'PERSON')] | [('And', 'cc', 'found'), ('yet', 'advmod', 'found'), ('during', 'prep', 'found'), ('all', 'predet', 'years'), ('those', 'det', 'years'), ('years', 'pobj', 'during'), ('she', 'nsubj', 'found'), ('had', 'aux', 'found'), ('never', 'neg', 'found'), ('found', 'ROOT', 'found'), ('out', 'prt', 'found'), ('the', 'det', 'name'), ('name', 'dobj', 'found'), ('of', 'prep', 'name'), ('the', 'det', 'priest'), ('priest', 'pobj', 'of'), ('whose', 'poss', 'photograph'), ('yellowing', 'compound', 'photograph'), ('photograph', 'nsubj', 'hung'), ('hung', 'relcl', 'priest'), ('on', 'prep', 'hung'), ('the', 'det', 'wall'), ('wall', 'pobj', 'on'), ('above', 'prep', 'hung'), ('the', 'det', 'harmonium'), ('broken', 'amod', 'harmonium'), ('harmonium', 'pobj', 'above'), ('beside', 'prep', 'hung'), ('the', 'det', 'print'), ('coloured', 'amod', 'print'), ('print', 'pobj', 'beside'), ('of', 'prep', 'print'), ('the', 'det', 'promises'), ('promises', 'pobj', 'of'), ('made', 'acl', 'promises'), ('to', 'prep', 'made'), ('Blessed', 'amod', 'Alacoque'), ('Margaret', 'compound', 'Alacoque'), ('Mary', 'compound', 'Alacoque'), ('Alacoque', 'pobj', 'to'), ('.', 'punct', 'found')] |
Of course she had to work hard, both in the house and at business. | [('He', 'PRP'), ('had', 'VBD'), ('been', 'VBN'), ('a', 'DT'), ('school', 'NN'), ('friend', 'NN'), ('of', 'IN'), ('her', 'PRP$'), ('father', 'NN'), ('.', '.')] | [('He', 'PRON'), ('had', 'AUX'), ('been', 'AUX'), ('a', 'DET'), ('school', 'NOUN'), ('friend', 'NOUN'), ('of', 'ADP'), ('her', 'PRON'), ('father', 'NOUN'), ('.', 'PUNCT')] | [] | [('He', 'nsubj', 'been'), ('had', 'aux', 'been'), ('been', 'ROOT', 'been'), ('a', 'det', 'friend'), ('school', 'compound', 'friend'), ('friend', 'attr', 'been'), ('of', 'prep', 'friend'), ('her', 'poss', 'father'), ('father', 'pobj', 'of'), ('.', 'punct', 'been')] |
What would they say of her in the Stores when they found out that she had run away with a fellow? | [('Whenever', 'WRB'), ('he', 'PRP'), ('showed', 'VBD'), ('the', 'DT'), ('photograph', 'NN'), ('to', 'TO'), ('a', 'DT'), ('visitor', 'NN'), ('her', 'PRP$'), ('father', 'NN'), ('used', 'VBN'), ('to', 'TO'), ('pass', 'VB'), ('it', 'PRP'), ('with', 'IN'), ('a', 'DT'), ('casual', 'JJ'), ('word', 'NN'), (':', ':'), ('“', 'NN'), ('He', 'PRP'), ('is', 'VBZ'), ('in', 'IN'), ('Melbourne', 'NNP'), ('now.', 'NN'), ('”', 'NNP'), ('She', 'PRP'), ('had', 'VBD'), ('consented', 'VBN'), ('to', 'TO'), ('go', 'VB'), ('away', 'RB'), (',', ','), ('to', 'TO'), ('leave', 'VB'), ('her', 'PRP$'), ('home', 'NN'), ('.', '.')] | [('Whenever', 'SCONJ'), ('he', 'PRON'), ('showed', 'VERB'), ('the', 'DET'), ('photograph', 'NOUN'), ('to', 'ADP'), ('a', 'DET'), ('visitor', 'NOUN'), ('her', 'PRON'), ('father', 'NOUN'), ('used', 'VERB'), ('to', 'PART'), ('pass', 'VERB'), ('it', 'PRON'), ('with', 'ADP'), ('a', 'DET'), ('casual', 'ADJ'), ('word', 'NOUN'), (':', 'PUNCT'), ('“', 'PUNCT'), ('He', 'PRON'), ('is', 'AUX'), ('in', 'ADP'), ('Melbourne', 'PROPN'), ('now', 'ADV'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('She', 'PRON'), ('had', 'AUX'), ('consented', 'VERB'), ('to', 'PART'), ('go', 'VERB'), ('away', 'ADV'), (',', 'PUNCT'), ('to', 'PART'), ('leave', 'VERB'), ('her', 'PRON'), ('home', 'NOUN'), ('.', 'PUNCT')] | [('Melbourne', 'GPE')] | [('Whenever', 'advmod', 'showed'), ('he', 'nsubj', 'showed'), ('showed', 'ROOT', 'showed'), ('the', 'det', 'photograph'), ('photograph', 'dobj', 'showed'), ('to', 'prep', 'showed'), ('a', 'det', 'visitor'), ('visitor', 'pobj', 'to'), ('her', 'poss', 'father'), ('father', 'nsubj', 'used'), ('used', 'relcl', 'visitor'), ('to', 'aux', 'pass'), ('pass', 'xcomp', 'used'), ('it', 'dobj', 'pass'), ('with', 'prep', 'pass'), ('a', 'det', 'word'), ('casual', 'amod', 'word'), ('word', 'pobj', 'with'), (':', 'punct', 'word'), ('“', 'punct', 'word'), ('He', 'nsubj', 'is'), ('is', 'acl', 'word'), ('in', 'prep', 'is'), ('Melbourne', 'pobj', 'in'), ('now', 'advmod', 'is'), ('.', 'punct', 'showed'), ('”', 'punct', 'showed'), ('She', 'nsubj', 'consented'), ('had', 'aux', 'consented'), ('consented', 'ROOT', 'consented'), ('to', 'aux', 'go'), ('go', 'xcomp', 'consented'), ('away', 'advmod', 'go'), (',', 'punct', 'go'), ('to', 'aux', 'leave'), ('leave', 'advcl', 'go'), ('her', 'poss', 'home'), ('home', 'dobj', 'leave'), ('.', 'punct', 'consented')] |
Say she was a fool, perhaps; and her place would be filled up by advertisement. | [('Was', 'NNP'), ('that', 'IN'), ('wise', 'NN'), ('?', '.')] | [('Was', 'AUX'), ('that', 'ADV'), ('wise', 'ADJ'), ('?', 'PUNCT')] | [] | [('Was', 'ROOT', 'Was'), ('that', 'nsubj', 'Was'), ('wise', 'acomp', 'Was'), ('?', 'punct', 'Was')] |
Miss Gavan would be glad. | [('She', 'PRP'), ('tried', 'VBD'), ('to', 'TO'), ('weigh', 'VB'), ('each', 'DT'), ('side', 'NN'), ('of', 'IN'), ('the', 'DT'), ('question', 'NN'), ('.', '.')] | [('She', 'PRON'), ('tried', 'VERB'), ('to', 'PART'), ('weigh', 'VERB'), ('each', 'DET'), ('side', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('question', 'NOUN'), ('.', 'PUNCT')] | [] | [('She', 'nsubj', 'tried'), ('tried', 'ROOT', 'tried'), ('to', 'aux', 'weigh'), ('weigh', 'xcomp', 'tried'), ('each', 'det', 'side'), ('side', 'dobj', 'weigh'), ('of', 'prep', 'side'), ('the', 'det', 'question'), ('question', 'pobj', 'of'), ('.', 'punct', 'tried')] |
She had always had an edge on her, especially whenever there were people listening. | [('In', 'IN'), ('her', 'PRP$'), ('home', 'NN'), ('anyway', 'NN'), ('she', 'PRP'), ('had', 'VBD'), ('shelter', 'NN'), ('and', 'CC'), ('food', 'NN'), (';', ':'), ('she', 'PRP'), ('had', 'VBD'), ('those', 'DT'), ('whom', 'WP'), ('she', 'PRP'), ('had', 'VBD'), ('known', 'VBN'), ('all', 'DT'), ('her', 'PRP$'), ('life', 'NN'), ('about', 'IN'), ('her', 'PRP'), ('.', '.')] | [('In', 'ADP'), ('her', 'PRON'), ('home', 'NOUN'), ('anyway', 'INTJ'), ('she', 'PRON'), ('had', 'VERB'), ('shelter', 'NOUN'), ('and', 'CCONJ'), ('food', 'NOUN'), (';', 'PUNCT'), ('she', 'PRON'), ('had', 'VERB'), ('those', 'PRON'), ('whom', 'PRON'), ('she', 'PRON'), ('had', 'AUX'), ('known', 'VERB'), ('all', 'DET'), ('her', 'PRON'), ('life', 'NOUN'), ('about', 'ADP'), ('her', 'PRON'), ('.', 'PUNCT')] | [] | [('In', 'prep', 'had'), ('her', 'poss', 'home'), ('home', 'pobj', 'In'), ('anyway', 'intj', 'had'), ('she', 'nsubj', 'had'), ('had', 'ccomp', 'had'), ('shelter', 'dobj', 'had'), ('and', 'cc', 'shelter'), ('food', 'conj', 'shelter'), (';', 'punct', 'had'), ('she', 'nsubj', 'had'), ('had', 'ROOT', 'had'), ('those', 'dobj', 'had'), ('whom', 'dobj', 'known'), ('she', 'nsubj', 'known'), ('had', 'aux', 'known'), ('known', 'relcl', 'those'), ('all', 'det', 'life'), ('her', 'poss', 'life'), ('life', 'dobj', 'known'), ('about', 'prep', 'known'), ('her', 'pobj', 'about'), ('.', 'punct', 'had')] |
“Miss Hill, don’t you see these ladies are waiting?” “Look lively, Miss Hill, please.” She would not cry many tears at leaving the Stores. | [('Of', 'IN'), ('course', 'NN'), ('she', 'PRP'), ('had', 'VBD'), ('to', 'TO'), ('work', 'VB'), ('hard', 'RB'), (',', ','), ('both', 'DT'), ('in', 'IN'), ('the', 'DT'), ('house', 'NN'), ('and', 'CC'), ('at', 'IN'), ('business', 'NN'), ('.', '.')] | [('Of', 'ADV'), ('course', 'ADV'), ('she', 'PRON'), ('had', 'VERB'), ('to', 'PART'), ('work', 'VERB'), ('hard', 'ADV'), (',', 'PUNCT'), ('both', 'CCONJ'), ('in', 'ADP'), ('the', 'DET'), ('house', 'NOUN'), ('and', 'CCONJ'), ('at', 'ADP'), ('business', 'NOUN'), ('.', 'PUNCT')] | [] | [('Of', 'advmod', 'course'), ('course', 'advmod', 'had'), ('she', 'nsubj', 'had'), ('had', 'ROOT', 'had'), ('to', 'aux', 'work'), ('work', 'xcomp', 'had'), ('hard', 'advmod', 'work'), (',', 'punct', 'had'), ('both', 'preconj', 'in'), ('in', 'prep', 'had'), ('the', 'det', 'house'), ('house', 'pobj', 'in'), ('and', 'cc', 'in'), ('at', 'conj', 'in'), ('business', 'pobj', 'at'), ('.', 'punct', 'had')] |
But in her new home, in a distant unknown country, it would not be like that. | [('What', 'WP'), ('would', 'MD'), ('they', 'PRP'), ('say', 'VB'), ('of', 'IN'), ('her', 'PRP'), ('in', 'IN'), ('the', 'DT'), ('Stores', 'NNPS'), ('when', 'WRB'), ('they', 'PRP'), ('found', 'VBD'), ('out', 'RP'), ('that', 'IN'), ('she', 'PRP'), ('had', 'VBD'), ('run', 'VBN'), ('away', 'RB'), ('with', 'IN'), ('a', 'DT'), ('fellow', 'NN'), ('?', '.')] | [('What', 'PRON'), ('would', 'AUX'), ('they', 'PRON'), ('say', 'VERB'), ('of', 'ADP'), ('her', 'PRON'), ('in', 'ADP'), ('the', 'DET'), ('Stores', 'NOUN'), ('when', 'SCONJ'), ('they', 'PRON'), ('found', 'VERB'), ('out', 'ADP'), ('that', 'SCONJ'), ('she', 'PRON'), ('had', 'AUX'), ('run', 'VERB'), ('away', 'ADV'), ('with', 'ADP'), ('a', 'DET'), ('fellow', 'NOUN'), ('?', 'PUNCT')] | [] | [('What', 'dobj', 'say'), ('would', 'aux', 'say'), ('they', 'nsubj', 'say'), ('say', 'ROOT', 'say'), ('of', 'prep', 'say'), ('her', 'pobj', 'of'), ('in', 'prep', 'say'), ('the', 'det', 'Stores'), ('Stores', 'pobj', 'in'), ('when', 'advmod', 'found'), ('they', 'nsubj', 'found'), ('found', 'advcl', 'say'), ('out', 'prt', 'found'), ('that', 'mark', 'run'), ('she', 'nsubj', 'run'), ('had', 'aux', 'run'), ('run', 'ccomp', 'found'), ('away', 'advmod', 'run'), ('with', 'prep', 'run'), ('a', 'det', 'fellow'), ('fellow', 'pobj', 'with'), ('?', 'punct', 'say')] |
Then she would be married—she, Eveline. | [('Say', 'NNP'), ('she', 'PRP'), ('was', 'VBD'), ('a', 'DT'), ('fool', 'NN'), (',', ','), ('perhaps', 'RB'), (';', ':'), ('and', 'CC'), ('her', 'PRP$'), ('place', 'NN'), ('would', 'MD'), ('be', 'VB'), ('filled', 'VBN'), ('up', 'RP'), ('by', 'IN'), ('advertisement', 'NN'), ('.', '.')] | [('Say', 'VERB'), ('she', 'PRON'), ('was', 'AUX'), ('a', 'DET'), ('fool', 'NOUN'), (',', 'PUNCT'), ('perhaps', 'ADV'), (';', 'PUNCT'), ('and', 'CCONJ'), ('her', 'PRON'), ('place', 'NOUN'), ('would', 'AUX'), ('be', 'AUX'), ('filled', 'VERB'), ('up', 'ADP'), ('by', 'ADP'), ('advertisement', 'NOUN'), ('.', 'PUNCT')] | [] | [('Say', 'ROOT', 'Say'), ('she', 'nsubj', 'was'), ('was', 'ccomp', 'Say'), ('a', 'det', 'fool'), ('fool', 'attr', 'was'), (',', 'punct', 'fool'), ('perhaps', 'advmod', 'was'), (';', 'punct', 'Say'), ('and', 'cc', 'Say'), ('her', 'poss', 'place'), ('place', 'nsubjpass', 'filled'), ('would', 'aux', 'filled'), ('be', 'auxpass', 'filled'), ('filled', 'conj', 'Say'), ('up', 'prt', 'filled'), ('by', 'agent', 'filled'), ('advertisement', 'pobj', 'by'), ('.', 'punct', 'filled')] |
People would treat her with respect then. | [('Miss', 'NNP'), ('Gavan', 'NNP'), ('would', 'MD'), ('be', 'VB'), ('glad', 'JJ'), ('.', '.')] | [('Miss', 'PROPN'), ('Gavan', 'PROPN'), ('would', 'AUX'), ('be', 'AUX'), ('glad', 'ADJ'), ('.', 'PUNCT')] | [('Gavan', 'PERSON')] | [('Miss', 'compound', 'Gavan'), ('Gavan', 'nsubj', 'be'), ('would', 'aux', 'be'), ('be', 'ROOT', 'be'), ('glad', 'acomp', 'be'), ('.', 'punct', 'be')] |
She would not be treated as her mother had been. | [('She', 'PRP'), ('had', 'VBD'), ('always', 'RB'), ('had', 'VBD'), ('an', 'DT'), ('edge', 'NN'), ('on', 'IN'), ('her', 'PRP'), (',', ','), ('especially', 'RB'), ('whenever', 'WRB'), ('there', 'EX'), ('were', 'VBD'), ('people', 'NNS'), ('listening', 'VBG'), ('.', '.')] | [('She', 'PRON'), ('had', 'AUX'), ('always', 'ADV'), ('had', 'VERB'), ('an', 'DET'), ('edge', 'NOUN'), ('on', 'ADP'), ('her', 'PRON'), (',', 'PUNCT'), ('especially', 'ADV'), ('whenever', 'SCONJ'), ('there', 'PRON'), ('were', 'VERB'), ('people', 'NOUN'), ('listening', 'VERB'), ('.', 'PUNCT')] | [] | [('She', 'nsubj', 'had'), ('had', 'aux', 'had'), ('always', 'advmod', 'had'), ('had', 'ROOT', 'had'), ('an', 'det', 'edge'), ('edge', 'dobj', 'had'), ('on', 'prep', 'had'), ('her', 'pobj', 'on'), (',', 'punct', 'had'), ('especially', 'advmod', 'were'), ('whenever', 'advmod', 'were'), ('there', 'expl', 'were'), ('were', 'advcl', 'had'), ('people', 'attr', 'were'), ('listening', 'acl', 'people'), ('.', 'punct', 'had')] |
Even now, though she was over nineteen, she sometimes felt herself in danger of her father’s violence. | [('“', 'JJ'), ('Miss', 'NNP'), ('Hill', 'NNP'), (',', ','), ('don', 'NN'), ('’', 'NNP'), ('t', 'NN'), ('you', 'PRP'), ('see', 'VBP'), ('these', 'DT'), ('ladies', 'NNS'), ('are', 'VBP'), ('waiting', 'VBG'), ('?', '.'), ('”', 'JJ'), ('“', 'JJ'), ('Look', 'NNP'), ('lively', 'RB'), (',', ','), ('Miss', 'NNP'), ('Hill', 'NNP'), (',', ','), ('please.', 'NN'), ('”', 'NN'), ('She', 'PRP'), ('would', 'MD'), ('not', 'RB'), ('cry', 'VB'), ('many', 'JJ'), ('tears', 'NNS'), ('at', 'IN'), ('leaving', 'VBG'), ('the', 'DT'), ('Stores', 'NNPS'), ('.', '.')] | [('“', 'PUNCT'), ('Miss', 'PROPN'), ('Hill', 'PROPN'), (',', 'PUNCT'), ('do', 'AUX'), ('n’t', 'PART'), ('you', 'PRON'), ('see', 'VERB'), ('these', 'DET'), ('ladies', 'NOUN'), ('are', 'AUX'), ('waiting', 'VERB'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('“', 'PUNCT'), ('Look', 'VERB'), ('lively', 'ADJ'), (',', 'PUNCT'), ('Miss', 'PROPN'), ('Hill', 'PROPN'), (',', 'PUNCT'), ('please', 'INTJ'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('She', 'PRON'), ('would', 'AUX'), ('not', 'PART'), ('cry', 'VERB'), ('many', 'ADJ'), ('tears', 'NOUN'), ('at', 'ADP'), ('leaving', 'VERB'), ('the', 'DET'), ('Stores', 'PROPN'), ('.', 'PUNCT')] | [('Hill', 'PERSON'), ('Hill', 'PERSON')] | [('“', 'punct', 'see'), ('Miss', 'compound', 'Hill'), ('Hill', 'npadvmod', 'see'), (',', 'punct', 'see'), ('do', 'aux', 'see'), ('n’t', 'punct', 'do'), ('you', 'nsubj', 'see'), ('see', 'ROOT', 'see'), ('these', 'det', 'ladies'), ('ladies', 'nsubj', 'waiting'), ('are', 'aux', 'waiting'), ('waiting', 'ccomp', 'see'), ('?', 'punct', 'see'), ('”', 'punct', 'see'), ('“', 'punct', 'Look'), ('Look', 'ROOT', 'Look'), ('lively', 'acomp', 'Look'), (',', 'punct', 'Look'), ('Miss', 'compound', 'Hill'), ('Hill', 'meta', ','), (',', 'punct', 'Hill'), ('please', 'intj', 'Look'), ('.', 'punct', 'Look'), ('”', 'punct', 'Look'), ('She', 'nsubj', 'cry'), ('would', 'aux', 'cry'), ('not', 'neg', 'cry'), ('cry', 'ROOT', 'cry'), ('many', 'amod', 'tears'), ('tears', 'dobj', 'cry'), ('at', 'prep', 'cry'), ('leaving', 'pcomp', 'at'), ('the', 'det', 'Stores'), ('Stores', 'dobj', 'leaving'), ('.', 'punct', 'cry')] |
She knew it was that that had given her the palpitations. | [('But', 'CC'), ('in', 'IN'), ('her', 'PRP$'), ('new', 'JJ'), ('home', 'NN'), (',', ','), ('in', 'IN'), ('a', 'DT'), ('distant', 'JJ'), ('unknown', 'JJ'), ('country', 'NN'), (',', ','), ('it', 'PRP'), ('would', 'MD'), ('not', 'RB'), ('be', 'VB'), ('like', 'IN'), ('that', 'DT'), ('.', '.')] | [('But', 'CCONJ'), ('in', 'ADP'), ('her', 'PRON'), ('new', 'ADJ'), ('home', 'NOUN'), (',', 'PUNCT'), ('in', 'ADP'), ('a', 'DET'), ('distant', 'ADJ'), ('unknown', 'ADJ'), ('country', 'NOUN'), (',', 'PUNCT'), ('it', 'PRON'), ('would', 'AUX'), ('not', 'PART'), ('be', 'AUX'), ('like', 'ADP'), ('that', 'PRON'), ('.', 'PUNCT')] | [] | [('But', 'cc', 'be'), ('in', 'prep', 'be'), ('her', 'poss', 'home'), ('new', 'amod', 'home'), ('home', 'pobj', 'in'), (',', 'punct', 'be'), ('in', 'prep', 'be'), ('a', 'det', 'country'), ('distant', 'amod', 'country'), ('unknown', 'amod', 'country'), ('country', 'pobj', 'in'), (',', 'punct', 'be'), ('it', 'nsubj', 'be'), ('would', 'aux', 'be'), ('not', 'neg', 'be'), ('be', 'ROOT', 'be'), ('like', 'prep', 'be'), ('that', 'pobj', 'like'), ('.', 'punct', 'be')] |
When they were growing up he had never gone for her like he used to go for Harry and Ernest, because she was a girl; but latterly he had begun to threaten her and say what he would do to her only for her dead mother’s sake. | [('Then', 'RB'), ('she', 'PRP'), ('would', 'MD'), ('be', 'VB'), ('married—she', 'VBN'), (',', ','), ('Eveline', 'NNP'), ('.', '.')] | [('Then', 'ADV'), ('she', 'PRON'), ('would', 'AUX'), ('be', 'AUX'), ('married', 'VERB'), ('—', 'PUNCT'), ('she', 'PRON'), (',', 'PUNCT'), ('Eveline', 'PROPN'), ('.', 'PUNCT')] | [('Eveline', 'NORP')] | [('Then', 'advmod', 'be'), ('she', 'nsubj', 'be'), ('would', 'aux', 'be'), ('be', 'auxpass', 'married'), ('married', 'ROOT', 'married'), ('—', 'punct', 'married'), ('she', 'appos', 'married'), (',', 'punct', 'she'), ('Eveline', 'appos', 'she'), ('.', 'punct', 'married')] |
And now she had nobody to protect her. | [('People', 'NNS'), ('would', 'MD'), ('treat', 'VB'), ('her', 'PRP'), ('with', 'IN'), ('respect', 'NN'), ('then', 'RB'), ('.', '.')] | [('People', 'NOUN'), ('would', 'AUX'), ('treat', 'VERB'), ('her', 'PRON'), ('with', 'ADP'), ('respect', 'NOUN'), ('then', 'ADV'), ('.', 'PUNCT')] | [] | [('People', 'nsubj', 'treat'), ('would', 'aux', 'treat'), ('treat', 'ROOT', 'treat'), ('her', 'dobj', 'treat'), ('with', 'prep', 'treat'), ('respect', 'pobj', 'with'), ('then', 'advmod', 'treat'), ('.', 'punct', 'treat')] |
Ernest was dead and Harry, who was in the church decorating business, was nearly always down somewhere in the country. | [('She', 'PRP'), ('would', 'MD'), ('not', 'RB'), ('be', 'VB'), ('treated', 'VBN'), ('as', 'IN'), ('her', 'PRP$'), ('mother', 'NN'), ('had', 'VBD'), ('been', 'VBN'), ('.', '.')] | [('She', 'PRON'), ('would', 'AUX'), ('not', 'PART'), ('be', 'AUX'), ('treated', 'VERB'), ('as', 'SCONJ'), ('her', 'PRON'), ('mother', 'NOUN'), ('had', 'AUX'), ('been', 'AUX'), ('.', 'PUNCT')] | [] | [('She', 'nsubjpass', 'treated'), ('would', 'aux', 'treated'), ('not', 'neg', 'treated'), ('be', 'auxpass', 'treated'), ('treated', 'ROOT', 'treated'), ('as', 'mark', 'been'), ('her', 'poss', 'mother'), ('mother', 'nsubj', 'been'), ('had', 'aux', 'been'), ('been', 'advcl', 'treated'), ('.', 'punct', 'treated')] |
Besides, the invariable squabble for money on Saturday nights had begun to weary her unspeakably. | [('Even', 'RB'), ('now', 'RB'), (',', ','), ('though', 'IN'), ('she', 'PRP'), ('was', 'VBD'), ('over', 'RB'), ('nineteen', 'JJ'), (',', ','), ('she', 'PRP'), ('sometimes', 'RB'), ('felt', 'VBD'), ('herself', 'PRP'), ('in', 'IN'), ('danger', 'NN'), ('of', 'IN'), ('her', 'PRP$'), ('father', 'NN'), ('’', 'NN'), ('s', 'JJ'), ('violence', 'NN'), ('.', '.')] | [('Even', 'ADV'), ('now', 'ADV'), (',', 'PUNCT'), ('though', 'SCONJ'), ('she', 'PRON'), ('was', 'AUX'), ('over', 'ADP'), ('nineteen', 'NUM'), (',', 'PUNCT'), ('she', 'PRON'), ('sometimes', 'ADV'), ('felt', 'VERB'), ('herself', 'PRON'), ('in', 'ADP'), ('danger', 'NOUN'), ('of', 'ADP'), ('her', 'PRON'), ('father', 'NOUN'), ('’s', 'PART'), ('violence', 'NOUN'), ('.', 'PUNCT')] | [('nineteen', 'DATE')] | [('Even', 'advmod', 'now'), ('now', 'advmod', 'felt'), (',', 'punct', 'felt'), ('though', 'mark', 'was'), ('she', 'nsubj', 'was'), ('was', 'advcl', 'felt'), ('over', 'prep', 'was'), ('nineteen', 'pobj', 'over'), (',', 'punct', 'felt'), ('she', 'nsubj', 'felt'), ('sometimes', 'advmod', 'felt'), ('felt', 'ROOT', 'felt'), ('herself', 'dobj', 'felt'), ('in', 'prep', 'felt'), ('danger', 'pobj', 'in'), ('of', 'prep', 'danger'), ('her', 'poss', 'father'), ('father', 'poss', 'violence'), ('’s', 'case', 'father'), ('violence', 'pobj', 'of'), ('.', 'punct', 'felt')] |
She always gave her entire wages—seven shillings—and Harry always sent up what he could but the trouble was to get any money from her father. | [('She', 'PRP'), ('knew', 'VBD'), ('it', 'PRP'), ('was', 'VBD'), ('that', 'IN'), ('that', 'DT'), ('had', 'VBD'), ('given', 'VBN'), ('her', 'PRP$'), ('the', 'DT'), ('palpitations', 'NNS'), ('.', '.')] | [('She', 'PRON'), ('knew', 'VERB'), ('it', 'PRON'), ('was', 'AUX'), ('that', 'SCONJ'), ('that', 'PRON'), ('had', 'AUX'), ('given', 'VERB'), ('her', 'PRON'), ('the', 'DET'), ('palpitations', 'NOUN'), ('.', 'PUNCT')] | [] | [('She', 'nsubj', 'knew'), ('knew', 'ROOT', 'knew'), ('it', 'nsubj', 'was'), ('was', 'ccomp', 'knew'), ('that', 'mark', 'given'), ('that', 'nsubj', 'given'), ('had', 'aux', 'given'), ('given', 'ccomp', 'was'), ('her', 'dative', 'given'), ('the', 'det', 'palpitations'), ('palpitations', 'dobj', 'given'), ('.', 'punct', 'knew')] |
He said she used to squander the money, that she had no head, that he wasn’t going to give her his hard-earned money to throw about the streets, and much more, for he was usually fairly bad of a Saturday night. | [('When', 'WRB'), ('they', 'PRP'), ('were', 'VBD'), ('growing', 'VBG'), ('up', 'RP'), ('he', 'PRP'), ('had', 'VBD'), ('never', 'RB'), ('gone', 'VBN'), ('for', 'IN'), ('her', 'PRP$'), ('like', 'IN'), ('he', 'PRP'), ('used', 'VBD'), ('to', 'TO'), ('go', 'VB'), ('for', 'IN'), ('Harry', 'NNP'), ('and', 'CC'), ('Ernest', 'NNP'), (',', ','), ('because', 'IN'), ('she', 'PRP'), ('was', 'VBD'), ('a', 'DT'), ('girl', 'NN'), (';', ':'), ('but', 'CC'), ('latterly', 'RB'), ('he', 'PRP'), ('had', 'VBD'), ('begun', 'VBN'), ('to', 'TO'), ('threaten', 'VB'), ('her', 'PRP$'), ('and', 'CC'), ('say', 'VB'), ('what', 'WP'), ('he', 'PRP'), ('would', 'MD'), ('do', 'VB'), ('to', 'TO'), ('her', 'PRP$'), ('only', 'RB'), ('for', 'IN'), ('her', 'PRP$'), ('dead', 'JJ'), ('mother', 'NN'), ('’', 'NNP'), ('s', 'NN'), ('sake', 'NN'), ('.', '.')] | [('When', 'SCONJ'), ('they', 'PRON'), ('were', 'AUX'), ('growing', 'VERB'), ('up', 'ADP'), ('he', 'PRON'), ('had', 'AUX'), ('never', 'ADV'), ('gone', 'VERB'), ('for', 'ADP'), ('her', 'PRON'), ('like', 'SCONJ'), ('he', 'PRON'), ('used', 'VERB'), ('to', 'PART'), ('go', 'VERB'), ('for', 'ADP'), ('Harry', 'PROPN'), ('and', 'CCONJ'), ('Ernest', 'PROPN'), (',', 'PUNCT'), ('because', 'SCONJ'), ('she', 'PRON'), ('was', 'AUX'), ('a', 'DET'), ('girl', 'NOUN'), (';', 'PUNCT'), ('but', 'CCONJ'), ('latterly', 'ADV'), ('he', 'PRON'), ('had', 'AUX'), ('begun', 'VERB'), ('to', 'PART'), ('threaten', 'VERB'), ('her', 'PRON'), ('and', 'CCONJ'), ('say', 'VERB'), ('what', 'PRON'), ('he', 'PRON'), ('would', 'AUX'), ('do', 'VERB'), ('to', 'ADP'), ('her', 'PRON'), ('only', 'ADV'), ('for', 'ADP'), ('her', 'PRON'), ('dead', 'ADJ'), ('mother', 'NOUN'), ('’s', 'PART'), ('sake', 'NOUN'), ('.', 'PUNCT')] | [('Harry', 'PERSON'), ('Ernest', 'PERSON')] | [('When', 'advmod', 'growing'), ('they', 'nsubj', 'growing'), ('were', 'aux', 'growing'), ('growing', 'advcl', 'gone'), ('up', 'prt', 'growing'), ('he', 'nsubj', 'gone'), ('had', 'aux', 'gone'), ('never', 'neg', 'gone'), ('gone', 'ROOT', 'gone'), ('for', 'prep', 'gone'), ('her', 'pobj', 'for'), ('like', 'mark', 'used'), ('he', 'nsubj', 'used'), ('used', 'advcl', 'gone'), ('to', 'aux', 'go'), ('go', 'xcomp', 'used'), ('for', 'prep', 'go'), ('Harry', 'pobj', 'for'), ('and', 'cc', 'Harry'), ('Ernest', 'conj', 'Harry'), (',', 'punct', 'used'), ('because', 'mark', 'was'), ('she', 'nsubj', 'was'), ('was', 'advcl', 'used'), ('a', 'det', 'girl'), ('girl', 'attr', 'was'), (';', 'punct', 'gone'), ('but', 'cc', 'gone'), ('latterly', 'advmod', 'begun'), ('he', 'nsubj', 'begun'), ('had', 'aux', 'begun'), ('begun', 'conj', 'gone'), ('to', 'aux', 'threaten'), ('threaten', 'xcomp', 'begun'), ('her', 'dobj', 'threaten'), ('and', 'cc', 'begun'), ('say', 'conj', 'begun'), ('what', 'dobj', 'do'), ('he', 'nsubj', 'do'), ('would', 'aux', 'do'), ('do', 'ccomp', 'say'), ('to', 'prep', 'do'), ('her', 'pobj', 'to'), ('only', 'advmod', 'for'), ('for', 'prep', 'do'), ('her', 'poss', 'mother'), ('dead', 'amod', 'mother'), ('mother', 'poss', 'sake'), ('’s', 'case', 'mother'), ('sake', 'pobj', 'for'), ('.', 'punct', 'begun')] |
In the end he would give her the money and ask her had she any intention of buying Sunday’s dinner. | [('And', 'CC'), ('now', 'RB'), ('she', 'PRP'), ('had', 'VBD'), ('nobody', 'NN'), ('to', 'TO'), ('protect', 'VB'), ('her', 'PRP'), ('.', '.')] | [('And', 'CCONJ'), ('now', 'ADV'), ('she', 'PRON'), ('had', 'VERB'), ('nobody', 'PRON'), ('to', 'PART'), ('protect', 'VERB'), ('her', 'PRON'), ('.', 'PUNCT')] | [] | [('And', 'cc', 'had'), ('now', 'advmod', 'had'), ('she', 'nsubj', 'had'), ('had', 'ROOT', 'had'), ('nobody', 'dobj', 'had'), ('to', 'aux', 'protect'), ('protect', 'relcl', 'nobody'), ('her', 'dobj', 'protect'), ('.', 'punct', 'had')] |
Then she had to rush out as quickly as she could and do her marketing, holding her black leather purse tightly in her hand as she elbowed her way through the crowds and returning home late under her load of provisions. | [('Ernest', 'NNP'), ('was', 'VBD'), ('dead', 'JJ'), ('and', 'CC'), ('Harry', 'NNP'), (',', ','), ('who', 'WP'), ('was', 'VBD'), ('in', 'IN'), ('the', 'DT'), ('church', 'NN'), ('decorating', 'NN'), ('business', 'NN'), (',', ','), ('was', 'VBD'), ('nearly', 'RB'), ('always', 'RB'), ('down', 'RB'), ('somewhere', 'RB'), ('in', 'IN'), ('the', 'DT'), ('country', 'NN'), ('.', '.')] | [('Ernest', 'PROPN'), ('was', 'AUX'), ('dead', 'ADJ'), ('and', 'CCONJ'), ('Harry', 'PROPN'), (',', 'PUNCT'), ('who', 'PRON'), ('was', 'AUX'), ('in', 'ADP'), ('the', 'DET'), ('church', 'NOUN'), ('decorating', 'VERB'), ('business', 'NOUN'), (',', 'PUNCT'), ('was', 'AUX'), ('nearly', 'ADV'), ('always', 'ADV'), ('down', 'ADV'), ('somewhere', 'ADV'), ('in', 'ADP'), ('the', 'DET'), ('country', 'NOUN'), ('.', 'PUNCT')] | [('Harry', 'PERSON')] | [('Ernest', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('dead', 'acomp', 'was'), ('and', 'cc', 'was'), ('Harry', 'nsubj', 'was'), (',', 'punct', 'Harry'), ('who', 'nsubj', 'was'), ('was', 'relcl', 'Harry'), ('in', 'prep', 'was'), ('the', 'det', 'church'), ('church', 'pobj', 'in'), ('decorating', 'advcl', 'was'), ('business', 'dobj', 'decorating'), (',', 'punct', 'Harry'), ('was', 'conj', 'was'), ('nearly', 'advmod', 'always'), ('always', 'advmod', 'was'), ('down', 'advmod', 'somewhere'), ('somewhere', 'advmod', 'was'), ('in', 'prep', 'somewhere'), ('the', 'det', 'country'), ('country', 'pobj', 'in'), ('.', 'punct', 'was')] |
She had hard work to keep the house together and to see that the two young children who had been left to her charge went to school regularly and got their meals regularly. | [('Besides', 'IN'), (',', ','), ('the', 'DT'), ('invariable', 'JJ'), ('squabble', 'NN'), ('for', 'IN'), ('money', 'NN'), ('on', 'IN'), ('Saturday', 'NNP'), ('nights', 'NNS'), ('had', 'VBD'), ('begun', 'VBN'), ('to', 'TO'), ('weary', 'VB'), ('her', 'PRP$'), ('unspeakably', 'NN'), ('.', '.')] | [('Besides', 'ADV'), (',', 'PUNCT'), ('the', 'DET'), ('invariable', 'ADJ'), ('squabble', 'NOUN'), ('for', 'ADP'), ('money', 'NOUN'), ('on', 'ADP'), ('Saturday', 'PROPN'), ('nights', 'NOUN'), ('had', 'AUX'), ('begun', 'VERB'), ('to', 'PART'), ('weary', 'VERB'), ('her', 'PRON'), ('unspeakably', 'ADV'), ('.', 'PUNCT')] | [('Saturday', 'DATE'), ('nights', 'TIME')] | [('Besides', 'advmod', 'begun'), (',', 'punct', 'begun'), ('the', 'det', 'squabble'), ('invariable', 'amod', 'squabble'), ('squabble', 'nsubj', 'begun'), ('for', 'prep', 'squabble'), ('money', 'pobj', 'for'), ('on', 'prep', 'squabble'), ('Saturday', 'compound', 'nights'), ('nights', 'pobj', 'on'), ('had', 'aux', 'begun'), ('begun', 'ROOT', 'begun'), ('to', 'aux', 'weary'), ('weary', 'xcomp', 'begun'), ('her', 'dobj', 'weary'), ('unspeakably', 'advmod', 'weary'), ('.', 'punct', 'begun')] |
It was hard work—a hard life—but now that she was about to leave it she did not find it a wholly undesirable life. | [('She', 'PRP'), ('always', 'RB'), ('gave', 'VBD'), ('her', 'PRP'), ('entire', 'JJ'), ('wages—seven', 'JJ'), ('shillings—and', 'NN'), ('Harry', 'NNP'), ('always', 'RB'), ('sent', 'VBD'), ('up', 'RP'), ('what', 'WP'), ('he', 'PRP'), ('could', 'MD'), ('but', 'CC'), ('the', 'DT'), ('trouble', 'NN'), ('was', 'VBD'), ('to', 'TO'), ('get', 'VB'), ('any', 'DT'), ('money', 'NN'), ('from', 'IN'), ('her', 'PRP$'), ('father', 'NN'), ('.', '.')] | [('She', 'PRON'), ('always', 'ADV'), ('gave', 'VERB'), ('her', 'PRON'), ('entire', 'ADJ'), ('wages', 'NOUN'), ('—', 'PUNCT'), ('seven', 'NUM'), ('shillings', 'NOUN'), ('—', 'PUNCT'), ('and', 'CCONJ'), ('Harry', 'PROPN'), ('always', 'ADV'), ('sent', 'VERB'), ('up', 'ADP'), ('what', 'PRON'), ('he', 'PRON'), ('could', 'AUX'), ('but', 'CCONJ'), ('the', 'DET'), ('trouble', 'NOUN'), ('was', 'AUX'), ('to', 'PART'), ('get', 'VERB'), ('any', 'DET'), ('money', 'NOUN'), ('from', 'ADP'), ('her', 'PRON'), ('father', 'NOUN'), ('.', 'PUNCT')] | [('seven', 'CARDINAL'), ('Harry', 'PERSON')] | [('She', 'nsubj', 'gave'), ('always', 'advmod', 'gave'), ('gave', 'ROOT', 'gave'), ('her', 'poss', 'wages'), ('entire', 'amod', 'wages'), ('wages', 'dobj', 'gave'), ('—', 'punct', 'wages'), ('seven', 'nummod', 'shillings'), ('shillings', 'appos', 'wages'), ('—', 'punct', 'shillings'), ('and', 'cc', 'shillings'), ('Harry', 'nsubj', 'sent'), ('always', 'advmod', 'sent'), ('sent', 'conj', 'gave'), ('up', 'prt', 'sent'), ('what', 'dobj', 'sent'), ('he', 'nsubj', 'could'), ('could', 'aux', 'what'), ('but', 'cc', 'what'), ('the', 'det', 'trouble'), ('trouble', 'nsubj', 'was'), ('was', 'ccomp', 'sent'), ('to', 'aux', 'get'), ('get', 'xcomp', 'was'), ('any', 'det', 'money'), ('money', 'dobj', 'get'), ('from', 'prep', 'get'), ('her', 'poss', 'father'), ('father', 'pobj', 'from'), ('.', 'punct', 'sent')] |
She was about to explore another life with Frank. | [('He', 'PRP'), ('said', 'VBD'), ('she', 'PRP'), ('used', 'VBD'), ('to', 'TO'), ('squander', 'VB'), ('the', 'DT'), ('money', 'NN'), (',', ','), ('that', 'IN'), ('she', 'PRP'), ('had', 'VBD'), ('no', 'DT'), ('head', 'NN'), (',', ','), ('that', 'IN'), ('he', 'PRP'), ('wasn', 'VBZ'), ('’', 'JJ'), ('t', 'NN'), ('going', 'VBG'), ('to', 'TO'), ('give', 'VB'), ('her', 'PRP'), ('his', 'PRP$'), ('hard-earned', 'JJ'), ('money', 'NN'), ('to', 'TO'), ('throw', 'VB'), ('about', 'IN'), ('the', 'DT'), ('streets', 'NNS'), (',', ','), ('and', 'CC'), ('much', 'RB'), ('more', 'JJR'), (',', ','), ('for', 'IN'), ('he', 'PRP'), ('was', 'VBD'), ('usually', 'RB'), ('fairly', 'RB'), ('bad', 'JJ'), ('of', 'IN'), ('a', 'DT'), ('Saturday', 'NNP'), ('night', 'NN'), ('.', '.')] | [('He', 'PRON'), ('said', 'VERB'), ('she', 'PRON'), ('used', 'VERB'), ('to', 'PART'), ('squander', 'VERB'), ('the', 'DET'), ('money', 'NOUN'), (',', 'PUNCT'), ('that', 'SCONJ'), ('she', 'PRON'), ('had', 'VERB'), ('no', 'DET'), ('head', 'NOUN'), (',', 'PUNCT'), ('that', 'SCONJ'), ('he', 'PRON'), ('was', 'AUX'), ('n’t', 'PART'), ('going', 'VERB'), ('to', 'PART'), ('give', 'VERB'), ('her', 'PRON'), ('his', 'PRON'), ('hard', 'ADV'), ('-', 'PUNCT'), ('earned', 'VERB'), ('money', 'NOUN'), ('to', 'PART'), ('throw', 'VERB'), ('about', 'ADP'), ('the', 'DET'), ('streets', 'NOUN'), (',', 'PUNCT'), ('and', 'CCONJ'), ('much', 'ADV'), ('more', 'ADJ'), (',', 'PUNCT'), ('for', 'SCONJ'), ('he', 'PRON'), ('was', 'AUX'), ('usually', 'ADV'), ('fairly', 'ADV'), ('bad', 'ADJ'), ('of', 'ADP'), ('a', 'DET'), ('Saturday', 'PROPN'), ('night', 'NOUN'), ('.', 'PUNCT')] | [('Saturday', 'DATE'), ('night', 'TIME')] | [('He', 'nsubj', 'said'), ('said', 'ROOT', 'said'), ('she', 'nsubj', 'used'), ('used', 'ccomp', 'said'), ('to', 'aux', 'squander'), ('squander', 'xcomp', 'used'), ('the', 'det', 'money'), ('money', 'dobj', 'squander'), (',', 'punct', 'used'), ('that', 'mark', 'had'), ('she', 'nsubj', 'had'), ('had', 'ccomp', 'used'), ('no', 'det', 'head'), ('head', 'dobj', 'had'), (',', 'punct', 'had'), ('that', 'mark', 'going'), ('he', 'nsubj', 'going'), ('was', 'aux', 'going'), ('n’t', 'neg', 'going'), ('going', 'ccomp', 'had'), ('to', 'aux', 'give'), ('give', 'xcomp', 'going'), ('her', 'dative', 'give'), ('his', 'poss', 'money'), ('hard', 'advmod', 'earned'), ('-', 'punct', 'earned'), ('earned', 'amod', 'money'), ('money', 'dobj', 'give'), ('to', 'aux', 'throw'), ('throw', 'advcl', 'give'), ('about', 'prt', 'throw'), ('the', 'det', 'streets'), ('streets', 'dobj', 'throw'), (',', 'punct', 'going'), ('and', 'cc', 'going'), ('much', 'advmod', 'more'), ('more', 'conj', 'going'), (',', 'punct', 'going'), ('for', 'mark', 'was'), ('he', 'nsubj', 'was'), ('was', 'advcl', 'going'), ('usually', 'advmod', 'was'), ('fairly', 'advmod', 'bad'), ('bad', 'acomp', 'was'), ('of', 'prep', 'bad'), ('a', 'det', 'night'), ('Saturday', 'compound', 'night'), ('night', 'pobj', 'of'), ('.', 'punct', 'said')] |
Frank was very kind, manly, open-hearted. | [('In', 'IN'), ('the', 'DT'), ('end', 'NN'), ('he', 'PRP'), ('would', 'MD'), ('give', 'VB'), ('her', 'PRP$'), ('the', 'DT'), ('money', 'NN'), ('and', 'CC'), ('ask', 'VB'), ('her', 'PRP'), ('had', 'VBD'), ('she', 'PRP'), ('any', 'DT'), ('intention', 'NN'), ('of', 'IN'), ('buying', 'VBG'), ('Sunday', 'NNP'), ('’', 'NNP'), ('s', 'NN'), ('dinner', 'NN'), ('.', '.')] | [('In', 'ADP'), ('the', 'DET'), ('end', 'NOUN'), ('he', 'PRON'), ('would', 'AUX'), ('give', 'VERB'), ('her', 'PRON'), ('the', 'DET'), ('money', 'NOUN'), ('and', 'CCONJ'), ('ask', 'VERB'), ('her', 'PRON'), ('had', 'VERB'), ('she', 'PRON'), ('any', 'DET'), ('intention', 'NOUN'), ('of', 'ADP'), ('buying', 'VERB'), ('Sunday', 'PROPN'), ('’s', 'PART'), ('dinner', 'NOUN'), ('.', 'PUNCT')] | [('Sunday', 'DATE')] | [('In', 'prep', 'give'), ('the', 'det', 'end'), ('end', 'pobj', 'In'), ('he', 'nsubj', 'give'), ('would', 'aux', 'give'), ('give', 'ROOT', 'give'), ('her', 'dative', 'give'), ('the', 'det', 'money'), ('money', 'dobj', 'give'), ('and', 'cc', 'give'), ('ask', 'conj', 'give'), ('her', 'dobj', 'ask'), ('had', 'ccomp', 'ask'), ('she', 'dobj', 'had'), ('any', 'det', 'intention'), ('intention', 'dobj', 'ask'), ('of', 'prep', 'intention'), ('buying', 'pcomp', 'of'), ('Sunday', 'poss', 'dinner'), ('’s', 'case', 'Sunday'), ('dinner', 'dobj', 'buying'), ('.', 'punct', 'give')] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.