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
A slap on the hand or a box on the ear was no good: what he wanted was to get a nice warm whipping.
[('I', 'PRP'), ('was', 'VBD'), ('going', 'VBG'), ('to', 'TO'), ('reply', 'VB'), ('indignantly', 'RB'), ('that', 'IN'), ('we', 'PRP'), ('were', 'VBD'), ('not', 'RB'), ('National', 'NNP'), ('School', 'NNP'), ('boys', 'VBZ'), ('to', 'TO'), ('be', 'VB'), ('whipped', 'VBN'), (',', ','), ('as', 'IN'), ('he', 'PRP'), ('called', 'VBD'), ('it', 'PRP'), (';', ':'), ('but', 'CC'), ('I', 'PRP'), ('remained', 'VBD'), ('silent', 'JJ'), ('.', '.')]
[('I', 'PRON'), ('was', 'AUX'), ('going', 'VERB'), ('to', 'PART'), ('reply', 'VERB'), ('indignantly', 'ADV'), ('that', 'SCONJ'), ('we', 'PRON'), ('were', 'AUX'), ('not', 'PART'), ('National', 'PROPN'), ('School', 'PROPN'), ('boys', 'NOUN'), ('to', 'PART'), ('be', 'AUX'), ('whipped', 'VERB'), (',', 'PUNCT'), ('as', 'SCONJ'), ('he', 'PRON'), ('called', 'VERB'), ('it', 'PRON'), (';', 'PUNCT'), ('but', 'CCONJ'), ('I', 'PRON'), ('remained', 'VERB'), ('silent', 'ADJ'), ('.', 'PUNCT')]
[('National School', 'ORG')]
[('I', 'nsubj', 'going'), ('was', 'aux', 'going'), ('going', 'ROOT', 'going'), ('to', 'aux', 'reply'), ('reply', 'xcomp', 'going'), ('indignantly', 'advmod', 'reply'), ('that', 'mark', 'were'), ('we', 'nsubj', 'were'), ('were', 'ccomp', 'reply'), ('not', 'neg', 'were'), ('National', 'compound', 'School'), ('School', 'compound', 'boys'), ('boys', 'nsubjpass', 'whipped'), ('to', 'aux', 'whipped'), ('be', 'auxpass', 'whipped'), ('whipped', 'acomp', 'were'), (',', 'punct', 'whipped'), ('as', 'mark', 'called'), ('he', 'nsubj', 'called'), ('called', 'advcl', 'reply'), ('it', 'dobj', 'called'), (';', 'punct', 'going'), ('but', 'cc', 'going'), ('I', 'nsubj', 'remained'), ('remained', 'conj', 'going'), ('silent', 'acomp', 'remained'), ('.', 'punct', 'remained')]
I was surprised at this sentiment and involuntarily glanced up at his face.
[('He', 'PRP'), ('began', 'VBD'), ('to', 'TO'), ('speak', 'VB'), ('on', 'IN'), ('the', 'DT'), ('subject', 'NN'), ('of', 'IN'), ('chastising', 'VBG'), ('boys', 'NNS'), ('.', '.')]
[('He', 'PRON'), ('began', 'VERB'), ('to', 'PART'), ('speak', 'VERB'), ('on', 'ADP'), ('the', 'DET'), ('subject', 'NOUN'), ('of', 'ADP'), ('chastising', 'VERB'), ('boys', 'NOUN'), ('.', 'PUNCT')]
[]
[('He', 'nsubj', 'began'), ('began', 'ROOT', 'began'), ('to', 'aux', 'speak'), ('speak', 'xcomp', 'began'), ('on', 'prep', 'speak'), ('the', 'det', 'subject'), ('subject', 'pobj', 'on'), ('of', 'prep', 'subject'), ('chastising', 'amod', 'boys'), ('boys', 'pobj', 'of'), ('.', 'punct', 'began')]
As I did so I met the gaze of a pair of bottle-green eyes peering at me from under a twitching forehead.
[('His', 'PRP$'), ('mind', 'NN'), (',', ','), ('as', 'IN'), ('if', 'IN'), ('magnetised', 'VBN'), ('again', 'RB'), ('by', 'IN'), ('his', 'PRP$'), ('speech', 'NN'), (',', ','), ('seemed', 'VBD'), ('to', 'TO'), ('circle', 'VB'), ('slowly', 'RB'), ('round', 'NN'), ('and', 'CC'), ('round', 'VB'), ('its', 'PRP$'), ('new', 'JJ'), ('centre', 'NN'), ('.', '.')]
[('His', 'PRON'), ('mind', 'NOUN'), (',', 'PUNCT'), ('as', 'SCONJ'), ('if', 'SCONJ'), ('magnetised', 'VERB'), ('again', 'ADV'), ('by', 'ADP'), ('his', 'PRON'), ('speech', 'NOUN'), (',', 'PUNCT'), ('seemed', 'VERB'), ('to', 'PART'), ('circle', 'VERB'), ('slowly', 'ADV'), ('round', 'ADV'), ('and', 'CCONJ'), ('round', 'VERB'), ('its', 'PRON'), ('new', 'ADJ'), ('centre', 'NOUN'), ('.', 'PUNCT')]
[]
[('His', 'poss', 'mind'), ('mind', 'nsubj', 'seemed'), (',', 'punct', 'seemed'), ('as', 'mark', 'magnetised'), ('if', 'mark', 'magnetised'), ('magnetised', 'advcl', 'seemed'), ('again', 'advmod', 'magnetised'), ('by', 'agent', 'magnetised'), ('his', 'poss', 'speech'), ('speech', 'pobj', 'by'), (',', 'punct', 'seemed'), ('seemed', 'ROOT', 'seemed'), ('to', 'aux', 'circle'), ('circle', 'xcomp', 'seemed'), ('slowly', 'advmod', 'round'), ('round', 'advmod', 'circle'), ('and', 'cc', 'circle'), ('round', 'conj', 'circle'), ('its', 'poss', 'centre'), ('new', 'amod', 'centre'), ('centre', 'dobj', 'round'), ('.', 'punct', 'seemed')]
I turned my eyes away again.
[('He', 'PRP'), ('said', 'VBD'), ('that', 'IN'), ('when', 'WRB'), ('boys', 'NNS'), ('were', 'VBD'), ('that', 'IN'), ('kind', 'NN'), ('they', 'PRP'), ('ought', 'MD'), ('to', 'TO'), ('be', 'VB'), ('whipped', 'VBN'), ('and', 'CC'), ('well', 'RB'), ('whipped', 'VBD'), ('.', '.')]
[('He', 'PRON'), ('said', 'VERB'), ('that', 'SCONJ'), ('when', 'SCONJ'), ('boys', 'NOUN'), ('were', 'AUX'), ('that', 'DET'), ('kind', 'NOUN'), ('they', 'PRON'), ('ought', 'AUX'), ('to', 'PART'), ('be', 'AUX'), ('whipped', 'VERB'), ('and', 'CCONJ'), ('well', 'ADV'), ('whipped', 'VERB'), ('.', 'PUNCT')]
[]
[('He', 'nsubj', 'said'), ('said', 'ROOT', 'said'), ('that', 'mark', 'ought'), ('when', 'advmod', 'were'), ('boys', 'nsubj', 'were'), ('were', 'advcl', 'ought'), ('that', 'det', 'kind'), ('kind', 'attr', 'were'), ('they', 'nsubj', 'ought'), ('ought', 'ccomp', 'said'), ('to', 'aux', 'whipped'), ('be', 'auxpass', 'whipped'), ('whipped', 'xcomp', 'ought'), ('and', 'cc', 'whipped'), ('well', 'advmod', 'whipped'), ('whipped', 'conj', 'whipped'), ('.', 'punct', 'said')]
The man continued his monologue.
[('When', 'WRB'), ('a', 'DT'), ('boy', 'NN'), ('was', 'VBD'), ('rough', 'JJ'), ('and', 'CC'), ('unruly', 'JJ'), ('there', 'EX'), ('was', 'VBD'), ('nothing', 'NN'), ('would', 'MD'), ('do', 'VB'), ('him', 'PRP'), ('any', 'DT'), ('good', 'JJ'), ('but', 'CC'), ('a', 'DT'), ('good', 'JJ'), ('sound', 'NN'), ('whipping', 'NN'), ('.', '.')]
[('When', 'SCONJ'), ('a', 'DET'), ('boy', 'NOUN'), ('was', 'AUX'), ('rough', 'ADJ'), ('and', 'CCONJ'), ('unruly', 'ADJ'), ('there', 'PRON'), ('was', 'VERB'), ('nothing', 'PRON'), ('would', 'AUX'), ('do', 'VERB'), ('him', 'PRON'), ('any', 'DET'), ('good', 'NOUN'), ('but', 'CCONJ'), ('a', 'DET'), ('good', 'ADJ'), ('sound', 'NOUN'), ('whipping', 'NOUN'), ('.', 'PUNCT')]
[]
[('When', 'advmod', 'was'), ('a', 'det', 'boy'), ('boy', 'nsubj', 'was'), ('was', 'advcl', 'was'), ('rough', 'acomp', 'was'), ('and', 'cc', 'rough'), ('unruly', 'conj', 'rough'), ('there', 'expl', 'was'), ('was', 'ROOT', 'was'), ('nothing', 'attr', 'was'), ('would', 'aux', 'do'), ('do', 'relcl', 'nothing'), ('him', 'dative', 'do'), ('any', 'det', 'good'), ('good', 'dobj', 'do'), ('but', 'cc', 'whipping'), ('a', 'det', 'sound'), ('good', 'amod', 'sound'), ('sound', 'nsubj', 'whipping'), ('whipping', 'ROOT', 'whipping'), ('.', 'punct', 'whipping')]
He seemed to have forgotten his recent liberalism.
[('A', 'DT'), ('slap', 'NN'), ('on', 'IN'), ('the', 'DT'), ('hand', 'NN'), ('or', 'CC'), ('a', 'DT'), ('box', 'NN'), ('on', 'IN'), ('the', 'DT'), ('ear', 'NN'), ('was', 'VBD'), ('no', 'DT'), ('good', 'JJ'), (':', ':'), ('what', 'WP'), ('he', 'PRP'), ('wanted', 'VBD'), ('was', 'VBD'), ('to', 'TO'), ('get', 'VB'), ('a', 'DT'), ('nice', 'JJ'), ('warm', 'NN'), ('whipping', 'NN'), ('.', '.')]
[('A', 'DET'), ('slap', 'NOUN'), ('on', 'ADP'), ('the', 'DET'), ('hand', 'NOUN'), ('or', 'CCONJ'), ('a', 'DET'), ('box', 'NOUN'), ('on', 'ADP'), ('the', 'DET'), ('ear', 'NOUN'), ('was', 'AUX'), ('no', 'DET'), ('good', 'ADJ'), (':', 'PUNCT'), ('what', 'PRON'), ('he', 'PRON'), ('wanted', 'VERB'), ('was', 'AUX'), ('to', 'PART'), ('get', 'VERB'), ('a', 'DET'), ('nice', 'ADJ'), ('warm', 'ADJ'), ('whipping', 'NOUN'), ('.', 'PUNCT')]
[]
[('A', 'det', 'slap'), ('slap', 'nsubj', 'was'), ('on', 'prep', 'slap'), ('the', 'det', 'hand'), ('hand', 'pobj', 'on'), ('or', 'cc', 'hand'), ('a', 'det', 'box'), ('box', 'conj', 'slap'), ('on', 'prep', 'box'), ('the', 'det', 'ear'), ('ear', 'pobj', 'on'), ('was', 'ccomp', 'was'), ('no', 'det', 'good'), ('good', 'attr', 'was'), (':', 'punct', 'was'), ('what', 'dobj', 'wanted'), ('he', 'nsubj', 'wanted'), ('wanted', 'csubj', 'was'), ('was', 'ROOT', 'was'), ('to', 'aux', 'get'), ('get', 'xcomp', 'was'), ('a', 'det', 'whipping'), ('nice', 'amod', 'whipping'), ('warm', 'amod', 'whipping'), ('whipping', 'dobj', 'get'), ('.', 'punct', 'was')]
He said that if ever he found a boy talking to girls or having a girl for a sweetheart he would whip him and whip him; and that would teach him not to be talking to girls.
[('I', 'PRP'), ('was', 'VBD'), ('surprised', 'VBN'), ('at', 'IN'), ('this', 'DT'), ('sentiment', 'NN'), ('and', 'CC'), ('involuntarily', 'RB'), ('glanced', 'VBD'), ('up', 'RP'), ('at', 'IN'), ('his', 'PRP$'), ('face', 'NN'), ('.', '.')]
[('I', 'PRON'), ('was', 'AUX'), ('surprised', 'ADJ'), ('at', 'ADP'), ('this', 'DET'), ('sentiment', 'NOUN'), ('and', 'CCONJ'), ('involuntarily', 'ADV'), ('glanced', 'VERB'), ('up', 'ADP'), ('at', 'ADP'), ('his', 'PRON'), ('face', 'NOUN'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('surprised', 'acomp', 'was'), ('at', 'prep', 'surprised'), ('this', 'det', 'sentiment'), ('sentiment', 'pobj', 'at'), ('and', 'cc', 'surprised'), ('involuntarily', 'advmod', 'glanced'), ('glanced', 'conj', 'surprised'), ('up', 'prt', 'glanced'), ('at', 'prep', 'glanced'), ('his', 'poss', 'face'), ('face', 'pobj', 'at'), ('.', 'punct', 'was')]
And if a boy had a girl for a sweetheart and told lies about it then he would give him such a whipping as no boy ever got in this world.
[('As', 'IN'), ('I', 'PRP'), ('did', 'VBD'), ('so', 'RB'), ('I', 'PRP'), ('met', 'VBD'), ('the', 'DT'), ('gaze', 'NN'), ('of', 'IN'), ('a', 'DT'), ('pair', 'NN'), ('of', 'IN'), ('bottle-green', 'JJ'), ('eyes', 'NNS'), ('peering', 'VBG'), ('at', 'IN'), ('me', 'PRP'), ('from', 'IN'), ('under', 'IN'), ('a', 'DT'), ('twitching', 'JJ'), ('forehead', 'NN'), ('.', '.')]
[('As', 'SCONJ'), ('I', 'PRON'), ('did', 'VERB'), ('so', 'ADV'), ('I', 'PRON'), ('met', 'VERB'), ('the', 'DET'), ('gaze', 'NOUN'), ('of', 'ADP'), ('a', 'DET'), ('pair', 'NOUN'), ('of', 'ADP'), ('bottle', 'NOUN'), ('-', 'PUNCT'), ('green', 'ADJ'), ('eyes', 'NOUN'), ('peering', 'VERB'), ('at', 'ADP'), ('me', 'PRON'), ('from', 'ADP'), ('under', 'ADP'), ('a', 'DET'), ('twitching', 'NOUN'), ('forehead', 'NOUN'), ('.', 'PUNCT')]
[]
[('As', 'mark', 'did'), ('I', 'nsubj', 'did'), ('did', 'advcl', 'met'), ('so', 'advmod', 'met'), ('I', 'nsubj', 'met'), ('met', 'ROOT', 'met'), ('the', 'det', 'gaze'), ('gaze', 'dobj', 'met'), ('of', 'prep', 'gaze'), ('a', 'det', 'pair'), ('pair', 'pobj', 'of'), ('of', 'prep', 'pair'), ('bottle', 'npadvmod', 'green'), ('-', 'punct', 'green'), ('green', 'amod', 'eyes'), ('eyes', 'pobj', 'of'), ('peering', 'acl', 'pair'), ('at', 'prep', 'peering'), ('me', 'pobj', 'at'), ('from', 'prep', 'peering'), ('under', 'prep', 'from'), ('a', 'det', 'forehead'), ('twitching', 'compound', 'forehead'), ('forehead', 'pobj', 'under'), ('.', 'punct', 'met')]
He said that there was nothing in this world he would like so well as that.
[('I', 'PRP'), ('turned', 'VBD'), ('my', 'PRP$'), ('eyes', 'NNS'), ('away', 'RB'), ('again', 'RB'), ('.', '.')]
[('I', 'PRON'), ('turned', 'VERB'), ('my', 'PRON'), ('eyes', 'NOUN'), ('away', 'ADV'), ('again', 'ADV'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'turned'), ('turned', 'ROOT', 'turned'), ('my', 'poss', 'eyes'), ('eyes', 'dobj', 'turned'), ('away', 'advmod', 'turned'), ('again', 'advmod', 'turned'), ('.', 'punct', 'turned')]
He described to me how he would whip such a boy as if he were unfolding some elaborate mystery.
[('The', 'DT'), ('man', 'NN'), ('continued', 'VBD'), ('his', 'PRP$'), ('monologue', 'NN'), ('.', '.')]
[('The', 'DET'), ('man', 'NOUN'), ('continued', 'VERB'), ('his', 'PRON'), ('monologue', 'NOUN'), ('.', 'PUNCT')]
[]
[('The', 'det', 'man'), ('man', 'nsubj', 'continued'), ('continued', 'ROOT', 'continued'), ('his', 'poss', 'monologue'), ('monologue', 'dobj', 'continued'), ('.', 'punct', 'continued')]
He would love that, he said, better than anything in this world; and his voice, as he led me monotonously through the mystery, grew almost affectionate and seemed to plead with me that I should understand him.
[('He', 'PRP'), ('seemed', 'VBD'), ('to', 'TO'), ('have', 'VB'), ('forgotten', 'VBN'), ('his', 'PRP$'), ('recent', 'JJ'), ('liberalism', 'NN'), ('.', '.')]
[('He', 'PRON'), ('seemed', 'VERB'), ('to', 'PART'), ('have', 'AUX'), ('forgotten', 'VERB'), ('his', 'PRON'), ('recent', 'ADJ'), ('liberalism', 'NOUN'), ('.', 'PUNCT')]
[]
[('He', 'nsubj', 'seemed'), ('seemed', 'ROOT', 'seemed'), ('to', 'aux', 'forgotten'), ('have', 'aux', 'forgotten'), ('forgotten', 'xcomp', 'seemed'), ('his', 'poss', 'liberalism'), ('recent', 'amod', 'liberalism'), ('liberalism', 'dobj', 'forgotten'), ('.', 'punct', 'seemed')]
I waited till his monologue paused again.
[('He', 'PRP'), ('said', 'VBD'), ('that', 'IN'), ('if', 'IN'), ('ever', 'RB'), ('he', 'PRP'), ('found', 'VBD'), ('a', 'DT'), ('boy', 'NN'), ('talking', 'VBG'), ('to', 'TO'), ('girls', 'NNS'), ('or', 'CC'), ('having', 'VBG'), ('a', 'DT'), ('girl', 'NN'), ('for', 'IN'), ('a', 'DT'), ('sweetheart', 'NN'), ('he', 'PRP'), ('would', 'MD'), ('whip', 'VB'), ('him', 'PRP'), ('and', 'CC'), ('whip', 'VBD'), ('him', 'PRP'), (';', ':'), ('and', 'CC'), ('that', 'DT'), ('would', 'MD'), ('teach', 'VB'), ('him', 'PRP'), ('not', 'RB'), ('to', 'TO'), ('be', 'VB'), ('talking', 'VBG'), ('to', 'TO'), ('girls', 'NNS'), ('.', '.')]
[('He', 'PRON'), ('said', 'VERB'), ('that', 'SCONJ'), ('if', 'SCONJ'), ('ever', 'ADV'), ('he', 'PRON'), ('found', 'VERB'), ('a', 'DET'), ('boy', 'NOUN'), ('talking', 'VERB'), ('to', 'ADP'), ('girls', 'NOUN'), ('or', 'CCONJ'), ('having', 'VERB'), ('a', 'DET'), ('girl', 'NOUN'), ('for', 'ADP'), ('a', 'DET'), ('sweetheart', 'NOUN'), ('he', 'PRON'), ('would', 'AUX'), ('whip', 'VERB'), ('him', 'PRON'), ('and', 'CCONJ'), ('whip', 'VERB'), ('him', 'PRON'), (';', 'PUNCT'), ('and', 'CCONJ'), ('that', 'PRON'), ('would', 'AUX'), ('teach', 'VERB'), ('him', 'PRON'), ('not', 'PART'), ('to', 'PART'), ('be', 'AUX'), ('talking', 'VERB'), ('to', 'ADP'), ('girls', 'NOUN'), ('.', 'PUNCT')]
[]
[('He', 'nsubj', 'said'), ('said', 'ROOT', 'said'), ('that', 'mark', 'whip'), ('if', 'mark', 'found'), ('ever', 'advmod', 'found'), ('he', 'nsubj', 'found'), ('found', 'advcl', 'whip'), ('a', 'det', 'boy'), ('boy', 'nsubj', 'talking'), ('talking', 'ccomp', 'found'), ('to', 'prep', 'talking'), ('girls', 'pobj', 'to'), ('or', 'cc', 'found'), ('having', 'conj', 'found'), ('a', 'det', 'girl'), ('girl', 'dobj', 'having'), ('for', 'prep', 'girl'), ('a', 'det', 'sweetheart'), ('sweetheart', 'pobj', 'for'), ('he', 'nsubj', 'whip'), ('would', 'aux', 'whip'), ('whip', 'ccomp', 'said'), ('him', 'dobj', 'whip'), ('and', 'cc', 'whip'), ('whip', 'conj', 'whip'), ('him', 'dobj', 'whip'), (';', 'punct', 'whip'), ('and', 'cc', 'whip'), ('that', 'nsubj', 'teach'), ('would', 'aux', 'teach'), ('teach', 'conj', 'whip'), ('him', 'dobj', 'teach'), ('not', 'neg', 'talking'), ('to', 'aux', 'talking'), ('be', 'aux', 'talking'), ('talking', 'xcomp', 'teach'), ('to', 'prep', 'talking'), ('girls', 'pobj', 'to'), ('.', 'punct', 'said')]
Then I stood up abruptly.
[('And', 'CC'), ('if', 'IN'), ('a', 'DT'), ('boy', 'NN'), ('had', 'VBD'), ('a', 'DT'), ('girl', 'NN'), ('for', 'IN'), ('a', 'DT'), ('sweetheart', 'NN'), ('and', 'CC'), ('told', 'VBD'), ('lies', 'NNS'), ('about', 'IN'), ('it', 'PRP'), ('then', 'RB'), ('he', 'PRP'), ('would', 'MD'), ('give', 'VB'), ('him', 'PRP'), ('such', 'PDT'), ('a', 'DT'), ('whipping', 'NN'), ('as', 'IN'), ('no', 'DT'), ('boy', 'NN'), ('ever', 'RB'), ('got', 'VBD'), ('in', 'IN'), ('this', 'DT'), ('world', 'NN'), ('.', '.')]
[('And', 'CCONJ'), ('if', 'SCONJ'), ('a', 'DET'), ('boy', 'NOUN'), ('had', 'VERB'), ('a', 'DET'), ('girl', 'NOUN'), ('for', 'ADP'), ('a', 'DET'), ('sweetheart', 'NOUN'), ('and', 'CCONJ'), ('told', 'VERB'), ('lies', 'NOUN'), ('about', 'ADP'), ('it', 'PRON'), ('then', 'ADV'), ('he', 'PRON'), ('would', 'AUX'), ('give', 'VERB'), ('him', 'PRON'), ('such', 'DET'), ('a', 'DET'), ('whipping', 'NOUN'), ('as', 'ADP'), ('no', 'DET'), ('boy', 'NOUN'), ('ever', 'ADV'), ('got', 'VERB'), ('in', 'ADP'), ('this', 'DET'), ('world', 'NOUN'), ('.', 'PUNCT')]
[]
[('And', 'cc', 'give'), ('if', 'mark', 'had'), ('a', 'det', 'boy'), ('boy', 'nsubj', 'had'), ('had', 'advcl', 'give'), ('a', 'det', 'girl'), ('girl', 'dobj', 'had'), ('for', 'prep', 'girl'), ('a', 'det', 'sweetheart'), ('sweetheart', 'pobj', 'for'), ('and', 'cc', 'had'), ('told', 'conj', 'had'), ('lies', 'dobj', 'told'), ('about', 'prep', 'told'), ('it', 'pobj', 'about'), ('then', 'advmod', 'give'), ('he', 'nsubj', 'give'), ('would', 'aux', 'give'), ('give', 'ROOT', 'give'), ('him', 'dative', 'give'), ('such', 'predet', 'whipping'), ('a', 'det', 'whipping'), ('whipping', 'dobj', 'give'), ('as', 'prep', 'whipping'), ('no', 'det', 'boy'), ('boy', 'nsubj', 'got'), ('ever', 'advmod', 'got'), ('got', 'ccomp', 'give'), ('in', 'prep', 'got'), ('this', 'det', 'world'), ('world', 'pobj', 'in'), ('.', 'punct', 'give')]
Lest I should betray my agitation I delayed a few moments pretending to fix my shoe properly and then, saying that I was obliged to go, I bade him good-day.
[('He', 'PRP'), ('said', 'VBD'), ('that', 'IN'), ('there', 'EX'), ('was', 'VBD'), ('nothing', 'NN'), ('in', 'IN'), ('this', 'DT'), ('world', 'NN'), ('he', 'PRP'), ('would', 'MD'), ('like', 'VB'), ('so', 'RB'), ('well', 'RB'), ('as', 'IN'), ('that', 'DT'), ('.', '.')]
[('He', 'PRON'), ('said', 'VERB'), ('that', 'SCONJ'), ('there', 'PRON'), ('was', 'VERB'), ('nothing', 'PRON'), ('in', 'ADP'), ('this', 'DET'), ('world', 'NOUN'), ('he', 'PRON'), ('would', 'AUX'), ('like', 'VERB'), ('so', 'ADV'), ('well', 'ADV'), ('as', 'ADP'), ('that', 'PRON'), ('.', 'PUNCT')]
[]
[('He', 'nsubj', 'said'), ('said', 'ROOT', 'said'), ('that', 'mark', 'was'), ('there', 'expl', 'was'), ('was', 'ccomp', 'said'), ('nothing', 'attr', 'was'), ('in', 'prep', 'nothing'), ('this', 'det', 'world'), ('world', 'pobj', 'in'), ('he', 'nsubj', 'like'), ('would', 'aux', 'like'), ('like', 'relcl', 'nothing'), ('so', 'advmod', 'well'), ('well', 'advmod', 'as'), ('as', 'prep', 'like'), ('that', 'pobj', 'as'), ('.', 'punct', 'said')]
I went up the slope calmly but my heart was beating quickly with fear that he would seize me by the ankles.
[('He', 'PRP'), ('described', 'VBD'), ('to', 'TO'), ('me', 'PRP'), ('how', 'WRB'), ('he', 'PRP'), ('would', 'MD'), ('whip', 'VB'), ('such', 'JJ'), ('a', 'DT'), ('boy', 'NN'), ('as', 'IN'), ('if', 'IN'), ('he', 'PRP'), ('were', 'VBD'), ('unfolding', 'VBG'), ('some', 'DT'), ('elaborate', 'JJ'), ('mystery', 'NN'), ('.', '.')]
[('He', 'PRON'), ('described', 'VERB'), ('to', 'ADP'), ('me', 'PRON'), ('how', 'SCONJ'), ('he', 'PRON'), ('would', 'AUX'), ('whip', 'VERB'), ('such', 'DET'), ('a', 'DET'), ('boy', 'NOUN'), ('as', 'SCONJ'), ('if', 'SCONJ'), ('he', 'PRON'), ('were', 'AUX'), ('unfolding', 'VERB'), ('some', 'DET'), ('elaborate', 'ADJ'), ('mystery', 'NOUN'), ('.', 'PUNCT')]
[]
[('He', 'nsubj', 'described'), ('described', 'ROOT', 'described'), ('to', 'prep', 'described'), ('me', 'pobj', 'to'), ('how', 'advmod', 'whip'), ('he', 'nsubj', 'whip'), ('would', 'aux', 'whip'), ('whip', 'ccomp', 'described'), ('such', 'predet', 'boy'), ('a', 'det', 'boy'), ('boy', 'dobj', 'whip'), ('as', 'mark', 'unfolding'), ('if', 'mark', 'unfolding'), ('he', 'nsubj', 'unfolding'), ('were', 'aux', 'unfolding'), ('unfolding', 'advcl', 'whip'), ('some', 'det', 'mystery'), ('elaborate', 'amod', 'mystery'), ('mystery', 'dobj', 'unfolding'), ('.', 'punct', 'described')]
When I reached the top of the slope I turned round and, without looking at him, called loudly across the field: “Murphy!” My voice had an accent of forced bravery in it and I was ashamed of my paltry stratagem.
[('He', 'PRP'), ('would', 'MD'), ('love', 'VB'), ('that', 'IN'), (',', ','), ('he', 'PRP'), ('said', 'VBD'), (',', ','), ('better', 'JJR'), ('than', 'IN'), ('anything', 'NN'), ('in', 'IN'), ('this', 'DT'), ('world', 'NN'), (';', ':'), ('and', 'CC'), ('his', 'PRP$'), ('voice', 'NN'), (',', ','), ('as', 'IN'), ('he', 'PRP'), ('led', 'VBD'), ('me', 'PRP'), ('monotonously', 'RB'), ('through', 'IN'), ('the', 'DT'), ('mystery', 'NN'), (',', ','), ('grew', 'VBD'), ('almost', 'RB'), ('affectionate', 'JJ'), ('and', 'CC'), ('seemed', 'VBD'), ('to', 'TO'), ('plead', 'VB'), ('with', 'IN'), ('me', 'PRP'), ('that', 'IN'), ('I', 'PRP'), ('should', 'MD'), ('understand', 'VB'), ('him', 'PRP'), ('.', '.')]
[('He', 'PRON'), ('would', 'AUX'), ('love', 'VERB'), ('that', 'PRON'), (',', 'PUNCT'), ('he', 'PRON'), ('said', 'VERB'), (',', 'PUNCT'), ('better', 'ADJ'), ('than', 'ADP'), ('anything', 'PRON'), ('in', 'ADP'), ('this', 'DET'), ('world', 'NOUN'), (';', 'PUNCT'), ('and', 'CCONJ'), ('his', 'PRON'), ('voice', 'NOUN'), (',', 'PUNCT'), ('as', 'SCONJ'), ('he', 'PRON'), ('led', 'VERB'), ('me', 'PRON'), ('monotonously', 'ADV'), ('through', 'ADP'), ('the', 'DET'), ('mystery', 'NOUN'), (',', 'PUNCT'), ('grew', 'VERB'), ('almost', 'ADV'), ('affectionate', 'ADJ'), ('and', 'CCONJ'), ('seemed', 'VERB'), ('to', 'PART'), ('plead', 'VERB'), ('with', 'ADP'), ('me', 'PRON'), ('that', 'SCONJ'), ('I', 'PRON'), ('should', 'AUX'), ('understand', 'VERB'), ('him', 'PRON'), ('.', 'PUNCT')]
[]
[('He', 'nsubj', 'love'), ('would', 'aux', 'love'), ('love', 'ROOT', 'love'), ('that', 'dobj', 'love'), (',', 'punct', 'said'), ('he', 'nsubj', 'said'), ('said', 'parataxis', 'love'), (',', 'punct', 'said'), ('better', 'advmod', 'said'), ('than', 'prep', 'better'), ('anything', 'pobj', 'than'), ('in', 'prep', 'anything'), ('this', 'det', 'world'), ('world', 'pobj', 'in'), (';', 'punct', 'said'), ('and', 'cc', 'love'), ('his', 'poss', 'voice'), ('voice', 'conj', 'love'), (',', 'punct', 'voice'), ('as', 'mark', 'led'), ('he', 'nsubj', 'led'), ('led', 'advcl', 'love'), ('me', 'dobj', 'led'), ('monotonously', 'advmod', 'led'), ('through', 'prep', 'led'), ('the', 'det', 'mystery'), ('mystery', 'pobj', 'through'), (',', 'punct', 'love'), ('grew', 'conj', 'love'), ('almost', 'advmod', 'affectionate'), ('affectionate', 'acomp', 'grew'), ('and', 'cc', 'grew'), ('seemed', 'conj', 'grew'), ('to', 'aux', 'plead'), ('plead', 'xcomp', 'seemed'), ('with', 'prep', 'plead'), ('me', 'pobj', 'with'), ('that', 'mark', 'understand'), ('I', 'nsubj', 'understand'), ('should', 'aux', 'understand'), ('understand', 'ccomp', 'plead'), ('him', 'dobj', 'understand'), ('.', 'punct', 'love')]
I had to call the name again before Mahony saw me and hallooed in answer.
[('I', 'PRP'), ('waited', 'VBD'), ('till', 'VB'), ('his', 'PRP$'), ('monologue', 'NN'), ('paused', 'VBD'), ('again', 'RB'), ('.', '.')]
[('I', 'PRON'), ('waited', 'VERB'), ('till', 'SCONJ'), ('his', 'PRON'), ('monologue', 'NOUN'), ('paused', 'VERB'), ('again', 'ADV'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'waited'), ('waited', 'ROOT', 'waited'), ('till', 'mark', 'paused'), ('his', 'poss', 'monologue'), ('monologue', 'nsubj', 'paused'), ('paused', 'advcl', 'waited'), ('again', 'advmod', 'paused'), ('.', 'punct', 'waited')]
How my heart beat as he came running across the field to me!
[('Then', 'RB'), ('I', 'PRP'), ('stood', 'VBD'), ('up', 'RP'), ('abruptly', 'RB'), ('.', '.')]
[('Then', 'ADV'), ('I', 'PRON'), ('stood', 'VERB'), ('up', 'ADP'), ('abruptly', 'ADV'), ('.', 'PUNCT')]
[]
[('Then', 'advmod', 'stood'), ('I', 'nsubj', 'stood'), ('stood', 'ROOT', 'stood'), ('up', 'prt', 'stood'), ('abruptly', 'advmod', 'stood'), ('.', 'punct', 'stood')]
He ran as if to bring me aid.
[('Lest', 'JJS'), ('I', 'PRP'), ('should', 'MD'), ('betray', 'VB'), ('my', 'PRP$'), ('agitation', 'NN'), ('I', 'PRP'), ('delayed', 'VBD'), ('a', 'DT'), ('few', 'JJ'), ('moments', 'NNS'), ('pretending', 'VBG'), ('to', 'TO'), ('fix', 'VB'), ('my', 'PRP$'), ('shoe', 'NN'), ('properly', 'RB'), ('and', 'CC'), ('then', 'RB'), (',', ','), ('saying', 'VBG'), ('that', 'IN'), ('I', 'PRP'), ('was', 'VBD'), ('obliged', 'VBN'), ('to', 'TO'), ('go', 'VB'), (',', ','), ('I', 'PRP'), ('bade', 'VBD'), ('him', 'PRP'), ('good-day', 'NN'), ('.', '.')]
[('Lest', 'SCONJ'), ('I', 'PRON'), ('should', 'AUX'), ('betray', 'VERB'), ('my', 'PRON'), ('agitation', 'NOUN'), ('I', 'PRON'), ('delayed', 'VERB'), ('a', 'DET'), ('few', 'ADJ'), ('moments', 'NOUN'), ('pretending', 'VERB'), ('to', 'PART'), ('fix', 'VERB'), ('my', 'PRON'), ('shoe', 'NOUN'), ('properly', 'ADV'), ('and', 'CCONJ'), ('then', 'ADV'), (',', 'PUNCT'), ('saying', 'VERB'), ('that', 'SCONJ'), ('I', 'PRON'), ('was', 'AUX'), ('obliged', 'VERB'), ('to', 'PART'), ('go', 'VERB'), (',', 'PUNCT'), ('I', 'PRON'), ('bade', 'VERB'), ('him', 'PRON'), ('good', 'ADJ'), ('-', 'PUNCT'), ('day', 'NOUN'), ('.', 'PUNCT')]
[]
[('Lest', 'mark', 'betray'), ('I', 'nsubj', 'betray'), ('should', 'aux', 'betray'), ('betray', 'advcl', 'delayed'), ('my', 'poss', 'agitation'), ('agitation', 'dobj', 'betray'), ('I', 'nsubj', 'delayed'), ('delayed', 'ccomp', 'bade'), ('a', 'quantmod', 'few'), ('few', 'nummod', 'moments'), ('moments', 'dobj', 'delayed'), ('pretending', 'acl', 'moments'), ('to', 'aux', 'fix'), ('fix', 'xcomp', 'pretending'), ('my', 'poss', 'shoe'), ('shoe', 'dobj', 'fix'), ('properly', 'advmod', 'fix'), ('and', 'cc', 'delayed'), ('then', 'advmod', 'delayed'), (',', 'punct', 'delayed'), ('saying', 'advcl', 'delayed'), ('that', 'mark', 'obliged'), ('I', 'nsubjpass', 'obliged'), ('was', 'auxpass', 'obliged'), ('obliged', 'ccomp', 'saying'), ('to', 'aux', 'go'), ('go', 'xcomp', 'obliged'), (',', 'punct', 'bade'), ('I', 'nsubj', 'bade'), ('bade', 'ROOT', 'bade'), ('him', 'dobj', 'bade'), ('good', 'amod', 'day'), ('-', 'punct', 'day'), ('day', 'npadvmod', 'bade'), ('.', 'punct', 'bade')]
And I was penitent; for in my heart I had always despised him a little.
[('I', 'PRP'), ('went', 'VBD'), ('up', 'RP'), ('the', 'DT'), ('slope', 'NN'), ('calmly', 'NN'), ('but', 'CC'), ('my', 'PRP$'), ('heart', 'NN'), ('was', 'VBD'), ('beating', 'VBG'), ('quickly', 'RB'), ('with', 'IN'), ('fear', 'NN'), ('that', 'IN'), ('he', 'PRP'), ('would', 'MD'), ('seize', 'VB'), ('me', 'PRP'), ('by', 'IN'), ('the', 'DT'), ('ankles', 'NNS'), ('.', '.')]
[('I', 'PRON'), ('went', 'VERB'), ('up', 'ADP'), ('the', 'DET'), ('slope', 'NOUN'), ('calmly', 'ADV'), ('but', 'CCONJ'), ('my', 'PRON'), ('heart', 'NOUN'), ('was', 'AUX'), ('beating', 'VERB'), ('quickly', 'ADV'), ('with', 'ADP'), ('fear', 'NOUN'), ('that', 'SCONJ'), ('he', 'PRON'), ('would', 'AUX'), ('seize', 'VERB'), ('me', 'PRON'), ('by', 'ADP'), ('the', 'DET'), ('ankles', 'NOUN'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'went'), ('went', 'ROOT', 'went'), ('up', 'prep', 'went'), ('the', 'det', 'slope'), ('slope', 'pobj', 'up'), ('calmly', 'advmod', 'went'), ('but', 'cc', 'went'), ('my', 'poss', 'heart'), ('heart', 'nsubj', 'beating'), ('was', 'aux', 'beating'), ('beating', 'conj', 'went'), ('quickly', 'advmod', 'beating'), ('with', 'prep', 'beating'), ('fear', 'pobj', 'with'), ('that', 'mark', 'seize'), ('he', 'nsubj', 'seize'), ('would', 'aux', 'seize'), ('seize', 'acl', 'fear'), ('me', 'dobj', 'seize'), ('by', 'prep', 'seize'), ('the', 'det', 'ankles'), ('ankles', 'pobj', 'by'), ('.', 'punct', 'beating')]
ARABY North Richmond Street, being blind, was a quiet street except at the hour when the Christian Brothers’ School set the boys free.
[('When', 'WRB'), ('I', 'PRP'), ('reached', 'VBD'), ('the', 'DT'), ('top', 'NN'), ('of', 'IN'), ('the', 'DT'), ('slope', 'NN'), ('I', 'PRP'), ('turned', 'VBD'), ('round', 'NN'), ('and', 'CC'), (',', ','), ('without', 'IN'), ('looking', 'VBG'), ('at', 'IN'), ('him', 'PRP'), (',', ','), ('called', 'VBD'), ('loudly', 'RB'), ('across', 'IN'), ('the', 'DT'), ('field', 'NN'), (':', ':'), ('“', 'JJ'), ('Murphy', 'NN'), ('!', '.'), ('”', 'VB'), ('My', 'NNP'), ('voice', 'NN'), ('had', 'VBD'), ('an', 'DT'), ('accent', 'NN'), ('of', 'IN'), ('forced', 'JJ'), ('bravery', 'NN'), ('in', 'IN'), ('it', 'PRP'), ('and', 'CC'), ('I', 'PRP'), ('was', 'VBD'), ('ashamed', 'VBN'), ('of', 'IN'), ('my', 'PRP$'), ('paltry', 'NN'), ('stratagem', 'NN'), ('.', '.')]
[('When', 'SCONJ'), ('I', 'PRON'), ('reached', 'VERB'), ('the', 'DET'), ('top', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('slope', 'NOUN'), ('I', 'PRON'), ('turned', 'VERB'), ('round', 'ADV'), ('and', 'CCONJ'), (',', 'PUNCT'), ('without', 'ADP'), ('looking', 'VERB'), ('at', 'ADP'), ('him', 'PRON'), (',', 'PUNCT'), ('called', 'VERB'), ('loudly', 'ADV'), ('across', 'ADP'), ('the', 'DET'), ('field', 'NOUN'), (':', 'PUNCT'), ('“', 'PUNCT'), ('Murphy', 'NOUN'), ('!', 'PUNCT'), ('”', 'PUNCT'), ('My', 'PRON'), ('voice', 'NOUN'), ('had', 'VERB'), ('an', 'DET'), ('accent', 'NOUN'), ('of', 'ADP'), ('forced', 'VERB'), ('bravery', 'NOUN'), ('in', 'ADP'), ('it', 'PRON'), ('and', 'CCONJ'), ('I', 'PRON'), ('was', 'AUX'), ('ashamed', 'ADJ'), ('of', 'ADP'), ('my', 'PRON'), ('paltry', 'NOUN'), ('stratagem', 'NOUN'), ('.', 'PUNCT')]
[('Murphy', 'WORK_OF_ART')]
[('When', 'advmod', 'reached'), ('I', 'nsubj', 'reached'), ('reached', 'advcl', 'turned'), ('the', 'det', 'top'), ('top', 'dobj', 'reached'), ('of', 'prep', 'top'), ('the', 'det', 'slope'), ('slope', 'pobj', 'of'), ('I', 'nsubj', 'turned'), ('turned', 'ROOT', 'turned'), ('round', 'advmod', 'turned'), ('and', 'cc', 'turned'), (',', 'punct', 'turned'), ('without', 'prep', 'turned'), ('looking', 'pcomp', 'without'), ('at', 'prep', 'looking'), ('him', 'pobj', 'at'), (',', 'punct', 'turned'), ('called', 'advcl', 'turned'), ('loudly', 'advmod', 'called'), ('across', 'prep', 'called'), ('the', 'det', 'field'), ('field', 'pobj', 'across'), (':', 'punct', 'turned'), ('“', 'punct', 'Murphy'), ('Murphy', 'appos', 'I'), ('!', 'punct', 'Murphy'), ('”', 'punct', 'turned'), ('My', 'poss', 'voice'), ('voice', 'nsubj', 'had'), ('had', 'ROOT', 'had'), ('an', 'det', 'accent'), ('accent', 'dobj', 'had'), ('of', 'prep', 'accent'), ('forced', 'amod', 'bravery'), ('bravery', 'pobj', 'of'), ('in', 'prep', 'bravery'), ('it', 'pobj', 'in'), ('and', 'cc', 'had'), ('I', 'nsubj', 'was'), ('was', 'conj', 'had'), ('ashamed', 'acomp', 'was'), ('of', 'prep', 'ashamed'), ('my', 'poss', 'stratagem'), ('paltry', 'compound', 'stratagem'), ('stratagem', 'pobj', 'of'), ('.', 'punct', 'was')]
An uninhabited house of two storeys stood at the blind end, detached from its neighbours in a square ground.
[('I', 'PRP'), ('had', 'VBD'), ('to', 'TO'), ('call', 'VB'), ('the', 'DT'), ('name', 'NN'), ('again', 'RB'), ('before', 'IN'), ('Mahony', 'NNP'), ('saw', 'VBD'), ('me', 'PRP'), ('and', 'CC'), ('hallooed', 'VB'), ('in', 'IN'), ('answer', 'NN'), ('.', '.')]
[('I', 'PRON'), ('had', 'VERB'), ('to', 'PART'), ('call', 'VERB'), ('the', 'DET'), ('name', 'NOUN'), ('again', 'ADV'), ('before', 'SCONJ'), ('Mahony', 'PROPN'), ('saw', 'VERB'), ('me', 'PRON'), ('and', 'CCONJ'), ('hallooed', 'VERB'), ('in', 'ADP'), ('answer', 'NOUN'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'had'), ('had', 'ROOT', 'had'), ('to', 'aux', 'call'), ('call', 'xcomp', 'had'), ('the', 'det', 'name'), ('name', 'dobj', 'call'), ('again', 'advmod', 'call'), ('before', 'mark', 'saw'), ('Mahony', 'nsubj', 'saw'), ('saw', 'advcl', 'call'), ('me', 'dobj', 'saw'), ('and', 'cc', 'saw'), ('hallooed', 'conj', 'saw'), ('in', 'prep', 'hallooed'), ('answer', 'pobj', 'in'), ('.', 'punct', 'had')]
The other houses of the street, conscious of decent lives within them, gazed at one another with brown imperturbable faces.
[('How', 'WRB'), ('my', 'PRP$'), ('heart', 'NN'), ('beat', 'NN'), ('as', 'IN'), ('he', 'PRP'), ('came', 'VBD'), ('running', 'VBG'), ('across', 'IN'), ('the', 'DT'), ('field', 'NN'), ('to', 'TO'), ('me', 'PRP'), ('!', '.')]
[('How', 'SCONJ'), ('my', 'PRON'), ('heart', 'NOUN'), ('beat', 'VERB'), ('as', 'SCONJ'), ('he', 'PRON'), ('came', 'AUX'), ('running', 'VERB'), ('across', 'ADP'), ('the', 'DET'), ('field', 'NOUN'), ('to', 'ADP'), ('me', 'PRON'), ('!', 'PUNCT')]
[]
[('How', 'advmod', 'beat'), ('my', 'poss', 'heart'), ('heart', 'nsubj', 'beat'), ('beat', 'ROOT', 'beat'), ('as', 'mark', 'running'), ('he', 'nsubj', 'running'), ('came', 'aux', 'running'), ('running', 'advcl', 'beat'), ('across', 'prep', 'running'), ('the', 'det', 'field'), ('field', 'pobj', 'across'), ('to', 'prep', 'running'), ('me', 'pobj', 'to'), ('!', 'punct', 'beat')]
The former tenant of our house, a priest, had died in the back drawing-room.
[('He', 'PRP'), ('ran', 'VBD'), ('as', 'IN'), ('if', 'IN'), ('to', 'TO'), ('bring', 'VB'), ('me', 'PRP'), ('aid', 'NN'), ('.', '.')]
[('He', 'PRON'), ('ran', 'VERB'), ('as', 'SCONJ'), ('if', 'SCONJ'), ('to', 'PART'), ('bring', 'VERB'), ('me', 'PRON'), ('aid', 'NOUN'), ('.', 'PUNCT')]
[]
[('He', 'nsubj', 'ran'), ('ran', 'ROOT', 'ran'), ('as', 'mark', 'bring'), ('if', 'mark', 'bring'), ('to', 'aux', 'bring'), ('bring', 'advcl', 'ran'), ('me', 'dative', 'bring'), ('aid', 'dobj', 'bring'), ('.', 'punct', 'ran')]
Air, musty from having been long enclosed, hung in all the rooms, and the waste room behind the kitchen was littered with old useless papers.
[('And', 'CC'), ('I', 'PRP'), ('was', 'VBD'), ('penitent', 'NN'), (';', ':'), ('for', 'IN'), ('in', 'IN'), ('my', 'PRP$'), ('heart', 'NN'), ('I', 'PRP'), ('had', 'VBD'), ('always', 'RB'), ('despised', 'VBN'), ('him', 'PRP'), ('a', 'DT'), ('little', 'JJ'), ('.', '.')]
[('And', 'CCONJ'), ('I', 'PRON'), ('was', 'AUX'), ('penitent', 'ADJ'), (';', 'PUNCT'), ('for', 'ADP'), ('in', 'ADP'), ('my', 'PRON'), ('heart', 'NOUN'), ('I', 'PRON'), ('had', 'AUX'), ('always', 'ADV'), ('despised', 'VERB'), ('him', 'PRON'), ('a', 'DET'), ('little', 'ADJ'), ('.', 'PUNCT')]
[]
[('And', 'cc', 'was'), ('I', 'nsubj', 'was'), ('was', 'ccomp', 'despised'), ('penitent', 'acomp', 'was'), (';', 'punct', 'despised'), ('for', 'prep', 'despised'), ('in', 'prep', 'despised'), ('my', 'poss', 'heart'), ('heart', 'pobj', 'in'), ('I', 'nsubj', 'despised'), ('had', 'aux', 'despised'), ('always', 'advmod', 'despised'), ('despised', 'ROOT', 'despised'), ('him', 'dative', 'despised'), ('a', 'det', 'little'), ('little', 'npadvmod', 'despised'), ('.', 'punct', 'despised')]
Among these I found a few paper-covered books, the pages of which were curled and damp: The Abbot, by Walter Scott, The Devout Communicant and The Memoirs of Vidocq.
[('ARABY', 'NNP'), ('North', 'NNP'), ('Richmond', 'NNP'), ('Street', 'NNP'), (',', ','), ('being', 'VBG'), ('blind', 'NN'), (',', ','), ('was', 'VBD'), ('a', 'DT'), ('quiet', 'JJ'), ('street', 'NN'), ('except', 'IN'), ('at', 'IN'), ('the', 'DT'), ('hour', 'NN'), ('when', 'WRB'), ('the', 'DT'), ('Christian', 'NNP'), ('Brothers', 'NNPS'), ('’', 'NNP'), ('School', 'NNP'), ('set', 'VBD'), ('the', 'DT'), ('boys', 'NNS'), ('free', 'JJ'), ('.', '.')]
[('ARABY', 'PROPN'), ('North', 'PROPN'), ('Richmond', 'PROPN'), ('Street', 'PROPN'), (',', 'PUNCT'), ('being', 'AUX'), ('blind', 'ADJ'), (',', 'PUNCT'), ('was', 'AUX'), ('a', 'DET'), ('quiet', 'ADJ'), ('street', 'NOUN'), ('except', 'SCONJ'), ('at', 'ADP'), ('the', 'DET'), ('hour', 'NOUN'), ('when', 'SCONJ'), ('the', 'DET'), ('Christian', 'PROPN'), ('Brothers', 'PROPN'), ('’', 'PART'), ('School', 'PROPN'), ('set', 'VERB'), ('the', 'DET'), ('boys', 'NOUN'), ('free', 'ADJ'), ('.', 'PUNCT')]
[('North Richmond Street', 'LOC'), ('the hour', 'TIME'), ('the Christian Brothers’ School', 'ORG')]
[('ARABY', 'compound', 'Street'), ('North', 'compound', 'Street'), ('Richmond', 'compound', 'Street'), ('Street', 'nsubj', 'was'), (',', 'punct', 'was'), ('being', 'advcl', 'was'), ('blind', 'acomp', 'being'), (',', 'punct', 'was'), ('was', 'ROOT', 'was'), ('a', 'det', 'street'), ('quiet', 'amod', 'street'), ('street', 'attr', 'was'), ('except', 'prep', 'street'), ('at', 'prep', 'except'), ('the', 'det', 'hour'), ('hour', 'pobj', 'at'), ('when', 'advmod', 'set'), ('the', 'det', 'Brothers'), ('Christian', 'compound', 'Brothers'), ('Brothers', 'poss', 'School'), ('’', 'case', 'Brothers'), ('School', 'nsubj', 'set'), ('set', 'relcl', 'hour'), ('the', 'det', 'boys'), ('boys', 'dobj', 'set'), ('free', 'oprd', 'set'), ('.', 'punct', 'was')]
I liked the last best because its leaves were yellow.
[('An', 'DT'), ('uninhabited', 'JJ'), ('house', 'NN'), ('of', 'IN'), ('two', 'CD'), ('storeys', 'NNS'), ('stood', 'VBD'), ('at', 'IN'), ('the', 'DT'), ('blind', 'JJ'), ('end', 'NN'), (',', ','), ('detached', 'VBN'), ('from', 'IN'), ('its', 'PRP$'), ('neighbours', 'NNS'), ('in', 'IN'), ('a', 'DT'), ('square', 'NN'), ('ground', 'NN'), ('.', '.')]
[('An', 'DET'), ('uninhabited', 'ADJ'), ('house', 'NOUN'), ('of', 'ADP'), ('two', 'NUM'), ('storeys', 'NOUN'), ('stood', 'VERB'), ('at', 'ADP'), ('the', 'DET'), ('blind', 'ADJ'), ('end', 'NOUN'), (',', 'PUNCT'), ('detached', 'VERB'), ('from', 'ADP'), ('its', 'PRON'), ('neighbours', 'NOUN'), ('in', 'ADP'), ('a', 'DET'), ('square', 'ADJ'), ('ground', 'NOUN'), ('.', 'PUNCT')]
[('two', 'CARDINAL')]
[('An', 'det', 'house'), ('uninhabited', 'amod', 'house'), ('house', 'nsubj', 'stood'), ('of', 'prep', 'house'), ('two', 'nummod', 'storeys'), ('storeys', 'pobj', 'of'), ('stood', 'ROOT', 'stood'), ('at', 'prep', 'stood'), ('the', 'det', 'end'), ('blind', 'amod', 'end'), ('end', 'pobj', 'at'), (',', 'punct', 'stood'), ('detached', 'advcl', 'stood'), ('from', 'prep', 'detached'), ('its', 'poss', 'neighbours'), ('neighbours', 'pobj', 'from'), ('in', 'prep', 'detached'), ('a', 'det', 'ground'), ('square', 'amod', 'ground'), ('ground', 'pobj', 'in'), ('.', 'punct', 'stood')]
The wild garden behind the house contained a central apple-tree and a few straggling bushes under one of which I found the late tenant’s rusty bicycle-pump.
[('The', 'DT'), ('other', 'JJ'), ('houses', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('street', 'NN'), (',', ','), ('conscious', 'JJ'), ('of', 'IN'), ('decent', 'JJ'), ('lives', 'NNS'), ('within', 'IN'), ('them', 'PRP'), (',', ','), ('gazed', 'VBN'), ('at', 'IN'), ('one', 'CD'), ('another', 'DT'), ('with', 'IN'), ('brown', 'NN'), ('imperturbable', 'JJ'), ('faces', 'VBZ'), ('.', '.')]
[('The', 'DET'), ('other', 'ADJ'), ('houses', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('street', 'NOUN'), (',', 'PUNCT'), ('conscious', 'ADJ'), ('of', 'ADP'), ('decent', 'ADJ'), ('lives', 'NOUN'), ('within', 'ADP'), ('them', 'PRON'), (',', 'PUNCT'), ('gazed', 'VERB'), ('at', 'ADP'), ('one', 'NUM'), ('another', 'DET'), ('with', 'ADP'), ('brown', 'ADJ'), ('imperturbable', 'ADJ'), ('faces', 'NOUN'), ('.', 'PUNCT')]
[]
[('The', 'det', 'houses'), ('other', 'amod', 'houses'), ('houses', 'nsubj', 'gazed'), ('of', 'prep', 'houses'), ('the', 'det', 'street'), ('street', 'pobj', 'of'), (',', 'punct', 'houses'), ('conscious', 'amod', 'houses'), ('of', 'prep', 'conscious'), ('decent', 'amod', 'lives'), ('lives', 'pobj', 'of'), ('within', 'prep', 'lives'), ('them', 'pobj', 'within'), (',', 'punct', 'houses'), ('gazed', 'ROOT', 'gazed'), ('at', 'prep', 'gazed'), ('one', 'pobj', 'at'), ('another', 'det', 'one'), ('with', 'prep', 'gazed'), ('brown', 'amod', 'faces'), ('imperturbable', 'amod', 'faces'), ('faces', 'pobj', 'with'), ('.', 'punct', 'gazed')]
He had been a very charitable priest; in his will he had left all his money to institutions and the furniture of his house to his sister.
[('The', 'DT'), ('former', 'JJ'), ('tenant', 'NN'), ('of', 'IN'), ('our', 'PRP$'), ('house', 'NN'), (',', ','), ('a', 'DT'), ('priest', 'NN'), (',', ','), ('had', 'VBD'), ('died', 'VBN'), ('in', 'IN'), ('the', 'DT'), ('back', 'JJ'), ('drawing-room', 'NN'), ('.', '.')]
[('The', 'DET'), ('former', 'ADJ'), ('tenant', 'NOUN'), ('of', 'ADP'), ('our', 'PRON'), ('house', 'NOUN'), (',', 'PUNCT'), ('a', 'DET'), ('priest', 'NOUN'), (',', 'PUNCT'), ('had', 'AUX'), ('died', 'VERB'), ('in', 'ADP'), ('the', 'DET'), ('back', 'ADJ'), ('drawing', 'NOUN'), ('-', 'PUNCT'), ('room', 'NOUN'), ('.', 'PUNCT')]
[]
[('The', 'det', 'tenant'), ('former', 'amod', 'tenant'), ('tenant', 'nsubj', 'died'), ('of', 'prep', 'tenant'), ('our', 'poss', 'house'), ('house', 'pobj', 'of'), (',', 'punct', 'tenant'), ('a', 'det', 'priest'), ('priest', 'appos', 'tenant'), (',', 'punct', 'died'), ('had', 'aux', 'died'), ('died', 'ROOT', 'died'), ('in', 'prep', 'died'), ('the', 'det', 'room'), ('back', 'amod', 'room'), ('drawing', 'compound', 'room'), ('-', 'punct', 'room'), ('room', 'pobj', 'in'), ('.', 'punct', 'died')]
When the short days of winter came dusk fell before we had well eaten our dinners.
[('Air', 'NNP'), (',', ','), ('musty', 'NN'), ('from', 'IN'), ('having', 'VBG'), ('been', 'VBN'), ('long', 'RB'), ('enclosed', 'VBN'), (',', ','), ('hung', 'NN'), ('in', 'IN'), ('all', 'PDT'), ('the', 'DT'), ('rooms', 'NNS'), (',', ','), ('and', 'CC'), ('the', 'DT'), ('waste', 'NN'), ('room', 'NN'), ('behind', 'IN'), ('the', 'DT'), ('kitchen', 'NN'), ('was', 'VBD'), ('littered', 'VBN'), ('with', 'IN'), ('old', 'JJ'), ('useless', 'JJ'), ('papers', 'NNS'), ('.', '.')]
[('Air', 'NOUN'), (',', 'PUNCT'), ('musty', 'ADJ'), ('from', 'ADP'), ('having', 'AUX'), ('been', 'AUX'), ('long', 'ADV'), ('enclosed', 'VERB'), (',', 'PUNCT'), ('hung', 'VERB'), ('in', 'ADP'), ('all', 'DET'), ('the', 'DET'), ('rooms', 'NOUN'), (',', 'PUNCT'), ('and', 'CCONJ'), ('the', 'DET'), ('waste', 'NOUN'), ('room', 'NOUN'), ('behind', 'ADP'), ('the', 'DET'), ('kitchen', 'NOUN'), ('was', 'AUX'), ('littered', 'VERB'), ('with', 'ADP'), ('old', 'ADJ'), ('useless', 'ADJ'), ('papers', 'NOUN'), ('.', 'PUNCT')]
[]
[('Air', 'nsubj', 'hung'), (',', 'punct', 'Air'), ('musty', 'amod', 'Air'), ('from', 'prep', 'musty'), ('having', 'aux', 'enclosed'), ('been', 'auxpass', 'enclosed'), ('long', 'advmod', 'enclosed'), ('enclosed', 'pcomp', 'from'), (',', 'punct', 'Air'), ('hung', 'ROOT', 'hung'), ('in', 'prep', 'hung'), ('all', 'predet', 'rooms'), ('the', 'det', 'rooms'), ('rooms', 'pobj', 'in'), (',', 'punct', 'hung'), ('and', 'cc', 'hung'), ('the', 'det', 'room'), ('waste', 'compound', 'room'), ('room', 'nsubjpass', 'littered'), ('behind', 'prep', 'room'), ('the', 'det', 'kitchen'), ('kitchen', 'pobj', 'behind'), ('was', 'auxpass', 'littered'), ('littered', 'conj', 'hung'), ('with', 'prep', 'littered'), ('old', 'amod', 'papers'), ('useless', 'amod', 'papers'), ('papers', 'pobj', 'with'), ('.', 'punct', 'hung')]
When we met in the street the houses had grown sombre.
[('Among', 'IN'), ('these', 'DT'), ('I', 'PRP'), ('found', 'VBD'), ('a', 'DT'), ('few', 'JJ'), ('paper-covered', 'JJ'), ('books', 'NNS'), (',', ','), ('the', 'DT'), ('pages', 'NNS'), ('of', 'IN'), ('which', 'WDT'), ('were', 'VBD'), ('curled', 'VBN'), ('and', 'CC'), ('damp', 'NNS'), (':', ':'), ('The', 'DT'), ('Abbot', 'NNP'), (',', ','), ('by', 'IN'), ('Walter', 'NNP'), ('Scott', 'NNP'), (',', ','), ('The', 'DT'), ('Devout', 'NNP'), ('Communicant', 'NNP'), ('and', 'CC'), ('The', 'DT'), ('Memoirs', 'NNP'), ('of', 'IN'), ('Vidocq', 'NNP'), ('.', '.')]
[('Among', 'ADP'), ('these', 'PRON'), ('I', 'PRON'), ('found', 'VERB'), ('a', 'DET'), ('few', 'ADJ'), ('paper', 'NOUN'), ('-', 'PUNCT'), ('covered', 'VERB'), ('books', 'NOUN'), (',', 'PUNCT'), ('the', 'DET'), ('pages', 'NOUN'), ('of', 'ADP'), ('which', 'PRON'), ('were', 'AUX'), ('curled', 'VERB'), ('and', 'CCONJ'), ('damp', 'VERB'), (':', 'PUNCT'), ('The', 'DET'), ('Abbot', 'PROPN'), (',', 'PUNCT'), ('by', 'ADP'), ('Walter', 'PROPN'), ('Scott', 'PROPN'), (',', 'PUNCT'), ('The', 'DET'), ('Devout', 'PROPN'), ('Communicant', 'PROPN'), ('and', 'CCONJ'), ('The', 'DET'), ('Memoirs', 'PROPN'), ('of', 'ADP'), ('Vidocq', 'PROPN'), ('.', 'PUNCT')]
[('Abbot', 'PERSON'), ('Walter Scott', 'PERSON'), ('The Devout Communicant', 'ORG'), ('Vidocq', 'GPE')]
[('Among', 'prep', 'found'), ('these', 'pobj', 'Among'), ('I', 'nsubj', 'found'), ('found', 'ROOT', 'found'), ('a', 'det', 'books'), ('few', 'amod', 'books'), ('paper', 'npadvmod', 'covered'), ('-', 'punct', 'covered'), ('covered', 'amod', 'books'), ('books', 'dobj', 'found'), (',', 'punct', 'books'), ('the', 'det', 'pages'), ('pages', 'nsubjpass', 'curled'), ('of', 'prep', 'pages'), ('which', 'pobj', 'of'), ('were', 'auxpass', 'curled'), ('curled', 'relcl', 'books'), ('and', 'cc', 'curled'), ('damp', 'conj', 'curled'), (':', 'punct', 'books'), ('The', 'det', 'Abbot'), ('Abbot', 'appos', 'books'), (',', 'punct', 'Abbot'), ('by', 'prep', 'Abbot'), ('Walter', 'compound', 'Scott'), ('Scott', 'pobj', 'by'), (',', 'punct', 'Scott'), ('The', 'det', 'Communicant'), ('Devout', 'compound', 'Communicant'), ('Communicant', 'conj', 'Scott'), ('and', 'cc', 'Communicant'), ('The', 'det', 'Memoirs'), ('Memoirs', 'conj', 'Communicant'), ('of', 'prep', 'Memoirs'), ('Vidocq', 'pobj', 'of'), ('.', 'punct', 'found')]
The space of sky above us was the colour of ever-changing violet and towards it the lamps of the street lifted their feeble lanterns.
[('I', 'PRP'), ('liked', 'VBD'), ('the', 'DT'), ('last', 'JJ'), ('best', 'JJS'), ('because', 'IN'), ('its', 'PRP$'), ('leaves', 'NNS'), ('were', 'VBD'), ('yellow', 'JJ'), ('.', '.')]
[('I', 'PRON'), ('liked', 'VERB'), ('the', 'DET'), ('last', 'ADJ'), ('best', 'ADJ'), ('because', 'SCONJ'), ('its', 'PRON'), ('leaves', 'NOUN'), ('were', 'AUX'), ('yellow', 'ADJ'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'liked'), ('liked', 'ROOT', 'liked'), ('the', 'det', 'best'), ('last', 'amod', 'best'), ('best', 'dobj', 'liked'), ('because', 'mark', 'were'), ('its', 'poss', 'leaves'), ('leaves', 'nsubj', 'were'), ('were', 'advcl', 'liked'), ('yellow', 'acomp', 'were'), ('.', 'punct', 'liked')]
The cold air stung us and we played till our bodies glowed.
[('The', 'DT'), ('wild', 'JJ'), ('garden', 'NN'), ('behind', 'IN'), ('the', 'DT'), ('house', 'NN'), ('contained', 'VBD'), ('a', 'DT'), ('central', 'JJ'), ('apple-tree', 'JJ'), ('and', 'CC'), ('a', 'DT'), ('few', 'JJ'), ('straggling', 'NN'), ('bushes', 'NNS'), ('under', 'IN'), ('one', 'CD'), ('of', 'IN'), ('which', 'WDT'), ('I', 'PRP'), ('found', 'VBD'), ('the', 'DT'), ('late', 'JJ'), ('tenant', 'NN'), ('’', 'NNP'), ('s', 'VBZ'), ('rusty', 'JJ'), ('bicycle-pump', 'NN'), ('.', '.')]
[('The', 'DET'), ('wild', 'ADJ'), ('garden', 'NOUN'), ('behind', 'ADP'), ('the', 'DET'), ('house', 'NOUN'), ('contained', 'VERB'), ('a', 'DET'), ('central', 'ADJ'), ('apple', 'NOUN'), ('-', 'PUNCT'), ('tree', 'NOUN'), ('and', 'CCONJ'), ('a', 'DET'), ('few', 'ADJ'), ('straggling', 'VERB'), ('bushes', 'NOUN'), ('under', 'ADP'), ('one', 'NUM'), ('of', 'ADP'), ('which', 'PRON'), ('I', 'PRON'), ('found', 'VERB'), ('the', 'DET'), ('late', 'ADJ'), ('tenant', 'NOUN'), ('’s', 'PART'), ('rusty', 'ADJ'), ('bicycle', 'NOUN'), ('-', 'PUNCT'), ('pump', 'NOUN'), ('.', 'PUNCT')]
[]
[('The', 'det', 'garden'), ('wild', 'amod', 'garden'), ('garden', 'nsubj', 'contained'), ('behind', 'prep', 'garden'), ('the', 'det', 'house'), ('house', 'pobj', 'behind'), ('contained', 'ROOT', 'contained'), ('a', 'det', 'tree'), ('central', 'amod', 'tree'), ('apple', 'compound', 'tree'), ('-', 'punct', 'tree'), ('tree', 'nmod', 'bushes'), ('and', 'cc', 'tree'), ('a', 'quantmod', 'few'), ('few', 'conj', 'tree'), ('straggling', 'amod', 'bushes'), ('bushes', 'dobj', 'contained'), ('under', 'prep', 'contained'), ('one', 'pobj', 'under'), ('of', 'prep', 'one'), ('which', 'pobj', 'of'), ('I', 'nsubj', 'found'), ('found', 'relcl', 'one'), ('the', 'det', 'tenant'), ('late', 'amod', 'tenant'), ('tenant', 'poss', 'pump'), ('’s', 'case', 'tenant'), ('rusty', 'amod', 'pump'), ('bicycle', 'compound', 'pump'), ('-', 'punct', 'pump'), ('pump', 'dobj', 'found'), ('.', 'punct', 'contained')]
Our shouts echoed in the silent street.
[('He', 'PRP'), ('had', 'VBD'), ('been', 'VBN'), ('a', 'DT'), ('very', 'RB'), ('charitable', 'JJ'), ('priest', 'NN'), (';', ':'), ('in', 'IN'), ('his', 'PRP$'), ('will', 'MD'), ('he', 'PRP'), ('had', 'VBD'), ('left', 'VBN'), ('all', 'PDT'), ('his', 'PRP$'), ('money', 'NN'), ('to', 'TO'), ('institutions', 'NNS'), ('and', 'CC'), ('the', 'DT'), ('furniture', 'NN'), ('of', 'IN'), ('his', 'PRP$'), ('house', 'NN'), ('to', 'TO'), ('his', 'PRP$'), ('sister', 'NN'), ('.', '.')]
[('He', 'PRON'), ('had', 'AUX'), ('been', 'AUX'), ('a', 'DET'), ('very', 'ADV'), ('charitable', 'ADJ'), ('priest', 'NOUN'), (';', 'PUNCT'), ('in', 'ADP'), ('his', 'PRON'), ('will', 'AUX'), ('he', 'PRON'), ('had', 'AUX'), ('left', 'VERB'), ('all', 'DET'), ('his', 'PRON'), ('money', 'NOUN'), ('to', 'ADP'), ('institutions', 'NOUN'), ('and', 'CCONJ'), ('the', 'DET'), ('furniture', 'NOUN'), ('of', 'ADP'), ('his', 'PRON'), ('house', 'NOUN'), ('to', 'ADP'), ('his', 'PRON'), ('sister', 'NOUN'), ('.', 'PUNCT')]
[]
[('He', 'nsubj', 'been'), ('had', 'aux', 'been'), ('been', 'ccomp', 'left'), ('a', 'det', 'priest'), ('very', 'advmod', 'charitable'), ('charitable', 'amod', 'priest'), ('priest', 'attr', 'been'), (';', 'punct', 'left'), ('in', 'prep', 'left'), ('his', 'poss', 'will'), ('will', 'aux', 'left'), ('he', 'nsubj', 'left'), ('had', 'aux', 'left'), ('left', 'ROOT', 'left'), ('all', 'predet', 'money'), ('his', 'poss', 'money'), ('money', 'dobj', 'left'), ('to', 'prep', 'left'), ('institutions', 'pobj', 'to'), ('and', 'cc', 'institutions'), ('the', 'det', 'furniture'), ('furniture', 'conj', 'institutions'), ('of', 'prep', 'furniture'), ('his', 'poss', 'house'), ('house', 'pobj', 'of'), ('to', 'prep', 'furniture'), ('his', 'poss', 'sister'), ('sister', 'pobj', 'to'), ('.', 'punct', 'left')]
The career of our play brought us through the dark muddy lanes behind the houses where we ran the gauntlet of the rough tribes from the cottages, to the back doors of the dark dripping gardens where odours arose from the ashpits, to the dark odorous stables where a coachman smoothed and combed the horse or shook music from the buckled harness.
[('When', 'WRB'), ('the', 'DT'), ('short', 'JJ'), ('days', 'NNS'), ('of', 'IN'), ('winter', 'NN'), ('came', 'VBD'), ('dusk', 'NN'), ('fell', 'VBD'), ('before', 'IN'), ('we', 'PRP'), ('had', 'VBD'), ('well', 'RB'), ('eaten', 'RB'), ('our', 'PRP$'), ('dinners', 'NNS'), ('.', '.')]
[('When', 'SCONJ'), ('the', 'DET'), ('short', 'ADJ'), ('days', 'NOUN'), ('of', 'ADP'), ('winter', 'NOUN'), ('came', 'VERB'), ('dusk', 'NOUN'), ('fell', 'VERB'), ('before', 'SCONJ'), ('we', 'PRON'), ('had', 'AUX'), ('well', 'ADV'), ('eaten', 'VERB'), ('our', 'PRON'), ('dinners', 'NOUN'), ('.', 'PUNCT')]
[('the short days', 'DATE')]
[('When', 'advmod', 'came'), ('the', 'det', 'days'), ('short', 'amod', 'days'), ('days', 'nsubj', 'came'), ('of', 'prep', 'days'), ('winter', 'pobj', 'of'), ('came', 'advcl', 'fell'), ('dusk', 'nsubj', 'fell'), ('fell', 'ROOT', 'fell'), ('before', 'mark', 'eaten'), ('we', 'nsubj', 'eaten'), ('had', 'aux', 'eaten'), ('well', 'advmod', 'eaten'), ('eaten', 'advcl', 'fell'), ('our', 'poss', 'dinners'), ('dinners', 'dobj', 'eaten'), ('.', 'punct', 'fell')]
When we returned to the street light from the kitchen windows had filled the areas.
[('When', 'WRB'), ('we', 'PRP'), ('met', 'VBD'), ('in', 'IN'), ('the', 'DT'), ('street', 'NN'), ('the', 'DT'), ('houses', 'NNS'), ('had', 'VBD'), ('grown', 'VBN'), ('sombre', 'NNS'), ('.', '.')]
[('When', 'SCONJ'), ('we', 'PRON'), ('met', 'VERB'), ('in', 'ADP'), ('the', 'DET'), ('street', 'NOUN'), ('the', 'DET'), ('houses', 'NOUN'), ('had', 'AUX'), ('grown', 'VERB'), ('sombre', 'NOUN'), ('.', 'PUNCT')]
[]
[('When', 'advmod', 'met'), ('we', 'nsubj', 'met'), ('met', 'advcl', 'grown'), ('in', 'prep', 'met'), ('the', 'det', 'street'), ('street', 'pobj', 'in'), ('the', 'det', 'houses'), ('houses', 'nsubj', 'grown'), ('had', 'aux', 'grown'), ('grown', 'ROOT', 'grown'), ('sombre', 'dobj', 'grown'), ('.', 'punct', 'grown')]
If my uncle was seen turning the corner we hid in the shadow until we had seen him safely housed.
[('The', 'DT'), ('space', 'NN'), ('of', 'IN'), ('sky', 'NN'), ('above', 'IN'), ('us', 'PRP'), ('was', 'VBD'), ('the', 'DT'), ('colour', 'NN'), ('of', 'IN'), ('ever-changing', 'JJ'), ('violet', 'NN'), ('and', 'CC'), ('towards', 'NNS'), ('it', 'PRP'), ('the', 'DT'), ('lamps', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('street', 'NN'), ('lifted', 'VBD'), ('their', 'PRP$'), ('feeble', 'JJ'), ('lanterns', 'NNS'), ('.', '.')]
[('The', 'DET'), ('space', 'NOUN'), ('of', 'ADP'), ('sky', 'NOUN'), ('above', 'ADP'), ('us', 'PRON'), ('was', 'AUX'), ('the', 'DET'), ('colour', 'NOUN'), ('of', 'ADP'), ('ever', 'ADV'), ('-', 'PUNCT'), ('changing', 'VERB'), ('violet', 'NOUN'), ('and', 'CCONJ'), ('towards', 'ADP'), ('it', 'PRON'), ('the', 'DET'), ('lamps', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('street', 'NOUN'), ('lifted', 'VERB'), ('their', 'PRON'), ('feeble', 'ADJ'), ('lanterns', 'NOUN'), ('.', 'PUNCT')]
[]
[('The', 'det', 'space'), ('space', 'nsubj', 'was'), ('of', 'prep', 'space'), ('sky', 'pobj', 'of'), ('above', 'prep', 'space'), ('us', 'pobj', 'above'), ('was', 'ROOT', 'was'), ('the', 'det', 'colour'), ('colour', 'attr', 'was'), ('of', 'prep', 'colour'), ('ever', 'advmod', 'changing'), ('-', 'punct', 'changing'), ('changing', 'amod', 'violet'), ('violet', 'pobj', 'of'), ('and', 'cc', 'was'), ('towards', 'prep', 'lifted'), ('it', 'pobj', 'towards'), ('the', 'det', 'lamps'), ('lamps', 'nsubj', 'lifted'), ('of', 'prep', 'lamps'), ('the', 'det', 'street'), ('street', 'pobj', 'of'), ('lifted', 'conj', 'was'), ('their', 'poss', 'lanterns'), ('feeble', 'amod', 'lanterns'), ('lanterns', 'dobj', 'lifted'), ('.', 'punct', 'lifted')]
Or if Mangan’s sister came out on the doorstep to call her brother in to his tea we watched her from our shadow peer up and down the street.
[('The', 'DT'), ('cold', 'JJ'), ('air', 'NN'), ('stung', 'VBD'), ('us', 'PRP'), ('and', 'CC'), ('we', 'PRP'), ('played', 'VBD'), ('till', 'VB'), ('our', 'PRP$'), ('bodies', 'NNS'), ('glowed', 'VBN'), ('.', '.')]
[('The', 'DET'), ('cold', 'ADJ'), ('air', 'NOUN'), ('stung', 'VERB'), ('us', 'PRON'), ('and', 'CCONJ'), ('we', 'PRON'), ('played', 'VERB'), ('till', 'SCONJ'), ('our', 'PRON'), ('bodies', 'NOUN'), ('glowed', 'VERB'), ('.', 'PUNCT')]
[]
[('The', 'det', 'air'), ('cold', 'amod', 'air'), ('air', 'nsubj', 'stung'), ('stung', 'ROOT', 'stung'), ('us', 'dobj', 'stung'), ('and', 'cc', 'stung'), ('we', 'nsubj', 'played'), ('played', 'conj', 'stung'), ('till', 'mark', 'glowed'), ('our', 'poss', 'bodies'), ('bodies', 'nsubj', 'glowed'), ('glowed', 'advcl', 'played'), ('.', 'punct', 'played')]
We waited to see whether she would remain or go in and, if she remained, we left our shadow and walked up to Mangan’s steps resignedly.
[('Our', 'PRP$'), ('shouts', 'NNS'), ('echoed', 'VBN'), ('in', 'IN'), ('the', 'DT'), ('silent', 'JJ'), ('street', 'NN'), ('.', '.')]
[('Our', 'PRON'), ('shouts', 'NOUN'), ('echoed', 'VERB'), ('in', 'ADP'), ('the', 'DET'), ('silent', 'ADJ'), ('street', 'NOUN'), ('.', 'PUNCT')]
[]
[('Our', 'poss', 'shouts'), ('shouts', 'nsubj', 'echoed'), ('echoed', 'ROOT', 'echoed'), ('in', 'prep', 'echoed'), ('the', 'det', 'street'), ('silent', 'amod', 'street'), ('street', 'pobj', 'in'), ('.', 'punct', 'echoed')]
She was waiting for us, her figure defined by the light from the half-opened door.
[('The', 'DT'), ('career', 'NN'), ('of', 'IN'), ('our', 'PRP$'), ('play', 'NN'), ('brought', 'VBD'), ('us', 'PRP'), ('through', 'IN'), ('the', 'DT'), ('dark', 'NN'), ('muddy', 'NN'), ('lanes', 'NNS'), ('behind', 'IN'), ('the', 'DT'), ('houses', 'NNS'), ('where', 'WRB'), ('we', 'PRP'), ('ran', 'VBD'), ('the', 'DT'), ('gauntlet', 'NN'), ('of', 'IN'), ('the', 'DT'), ('rough', 'JJ'), ('tribes', 'NN'), ('from', 'IN'), ('the', 'DT'), ('cottages', 'NNS'), (',', ','), ('to', 'TO'), ('the', 'DT'), ('back', 'JJ'), ('doors', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('dark', 'NN'), ('dripping', 'VBG'), ('gardens', 'NNS'), ('where', 'WRB'), ('odours', 'NNS'), ('arose', 'VBP'), ('from', 'IN'), ('the', 'DT'), ('ashpits', 'NNS'), (',', ','), ('to', 'TO'), ('the', 'DT'), ('dark', 'NN'), ('odorous', 'JJ'), ('stables', 'NNS'), ('where', 'WRB'), ('a', 'DT'), ('coachman', 'NN'), ('smoothed', 'VBN'), ('and', 'CC'), ('combed', 'VBN'), ('the', 'DT'), ('horse', 'NN'), ('or', 'CC'), ('shook', 'NN'), ('music', 'NN'), ('from', 'IN'), ('the', 'DT'), ('buckled', 'JJ'), ('harness', 'NN'), ('.', '.')]
[('The', 'DET'), ('career', 'NOUN'), ('of', 'ADP'), ('our', 'PRON'), ('play', 'NOUN'), ('brought', 'VERB'), ('us', 'PRON'), ('through', 'ADP'), ('the', 'DET'), ('dark', 'ADJ'), ('muddy', 'ADJ'), ('lanes', 'NOUN'), ('behind', 'ADP'), ('the', 'DET'), ('houses', 'NOUN'), ('where', 'SCONJ'), ('we', 'PRON'), ('ran', 'VERB'), ('the', 'DET'), ('gauntlet', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('rough', 'ADJ'), ('tribes', 'NOUN'), ('from', 'ADP'), ('the', 'DET'), ('cottages', 'NOUN'), (',', 'PUNCT'), ('to', 'ADP'), ('the', 'DET'), ('back', 'ADJ'), ('doors', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('dark', 'ADJ'), ('dripping', 'ADJ'), ('gardens', 'NOUN'), ('where', 'SCONJ'), ('odours', 'NOUN'), ('arose', 'VERB'), ('from', 'ADP'), ('the', 'DET'), ('ashpits', 'NOUN'), (',', 'PUNCT'), ('to', 'ADP'), ('the', 'DET'), ('dark', 'ADJ'), ('odorous', 'ADJ'), ('stables', 'NOUN'), ('where', 'SCONJ'), ('a', 'DET'), ('coachman', 'NOUN'), ('smoothed', 'VERB'), ('and', 'CCONJ'), ('combed', 'VERB'), ('the', 'DET'), ('horse', 'NOUN'), ('or', 'CCONJ'), ('shook', 'VERB'), ('music', 'NOUN'), ('from', 'ADP'), ('the', 'DET'), ('buckled', 'ADJ'), ('harness', 'NOUN'), ('.', 'PUNCT')]
[]
[('The', 'det', 'career'), ('career', 'nsubj', 'brought'), ('of', 'prep', 'career'), ('our', 'poss', 'play'), ('play', 'pobj', 'of'), ('brought', 'ROOT', 'brought'), ('us', 'dobj', 'brought'), ('through', 'prep', 'brought'), ('the', 'det', 'lanes'), ('dark', 'amod', 'lanes'), ('muddy', 'amod', 'lanes'), ('lanes', 'pobj', 'through'), ('behind', 'prep', 'brought'), ('the', 'det', 'houses'), ('houses', 'pobj', 'behind'), ('where', 'advmod', 'ran'), ('we', 'nsubj', 'ran'), ('ran', 'relcl', 'houses'), ('the', 'det', 'gauntlet'), ('gauntlet', 'dobj', 'ran'), ('of', 'prep', 'gauntlet'), ('the', 'det', 'tribes'), ('rough', 'amod', 'tribes'), ('tribes', 'pobj', 'of'), ('from', 'prep', 'tribes'), ('the', 'det', 'cottages'), ('cottages', 'pobj', 'from'), (',', 'punct', 'brought'), ('to', 'prep', 'brought'), ('the', 'det', 'doors'), ('back', 'amod', 'doors'), ('doors', 'pobj', 'to'), ('of', 'prep', 'doors'), ('the', 'det', 'gardens'), ('dark', 'amod', 'gardens'), ('dripping', 'amod', 'gardens'), ('gardens', 'pobj', 'of'), ('where', 'advmod', 'arose'), ('odours', 'nsubj', 'arose'), ('arose', 'relcl', 'gardens'), ('from', 'prep', 'arose'), ('the', 'det', 'ashpits'), ('ashpits', 'pobj', 'from'), (',', 'punct', 'brought'), ('to', 'prep', 'brought'), ('the', 'det', 'stables'), ('dark', 'amod', 'stables'), ('odorous', 'amod', 'stables'), ('stables', 'pobj', 'to'), ('where', 'advmod', 'smoothed'), ('a', 'det', 'coachman'), ('coachman', 'nsubj', 'smoothed'), ('smoothed', 'relcl', 'stables'), ('and', 'cc', 'smoothed'), ('combed', 'conj', 'smoothed'), ('the', 'det', 'horse'), ('horse', 'dobj', 'combed'), ('or', 'cc', 'combed'), ('shook', 'conj', 'combed'), ('music', 'dobj', 'shook'), ('from', 'prep', 'shook'), ('the', 'det', 'harness'), ('buckled', 'amod', 'harness'), ('harness', 'pobj', 'from'), ('.', 'punct', 'brought')]
Her brother always teased her before he obeyed and I stood by the railings looking at her.
[('When', 'WRB'), ('we', 'PRP'), ('returned', 'VBD'), ('to', 'TO'), ('the', 'DT'), ('street', 'NN'), ('light', 'NN'), ('from', 'IN'), ('the', 'DT'), ('kitchen', 'NN'), ('windows', 'NNS'), ('had', 'VBD'), ('filled', 'VBN'), ('the', 'DT'), ('areas', 'NNS'), ('.', '.')]
[('When', 'SCONJ'), ('we', 'PRON'), ('returned', 'VERB'), ('to', 'ADP'), ('the', 'DET'), ('street', 'NOUN'), ('light', 'NOUN'), ('from', 'ADP'), ('the', 'DET'), ('kitchen', 'NOUN'), ('windows', 'NOUN'), ('had', 'AUX'), ('filled', 'VERB'), ('the', 'DET'), ('areas', 'NOUN'), ('.', 'PUNCT')]
[]
[('When', 'advmod', 'returned'), ('we', 'nsubj', 'returned'), ('returned', 'advcl', 'filled'), ('to', 'prep', 'returned'), ('the', 'det', 'light'), ('street', 'compound', 'light'), ('light', 'pobj', 'to'), ('from', 'prep', 'returned'), ('the', 'det', 'windows'), ('kitchen', 'compound', 'windows'), ('windows', 'pobj', 'from'), ('had', 'aux', 'filled'), ('filled', 'ROOT', 'filled'), ('the', 'det', 'areas'), ('areas', 'dobj', 'filled'), ('.', 'punct', 'filled')]
Her dress swung as she moved her body and the soft rope of her hair tossed from side to side.
[('If', 'IN'), ('my', 'PRP$'), ('uncle', 'NN'), ('was', 'VBD'), ('seen', 'VBN'), ('turning', 'VBG'), ('the', 'DT'), ('corner', 'NN'), ('we', 'PRP'), ('hid', 'VBP'), ('in', 'IN'), ('the', 'DT'), ('shadow', 'NN'), ('until', 'IN'), ('we', 'PRP'), ('had', 'VBD'), ('seen', 'VBN'), ('him', 'PRP'), ('safely', 'RB'), ('housed', 'VBD'), ('.', '.')]
[('If', 'SCONJ'), ('my', 'PRON'), ('uncle', 'NOUN'), ('was', 'AUX'), ('seen', 'VERB'), ('turning', 'VERB'), ('the', 'DET'), ('corner', 'NOUN'), ('we', 'PRON'), ('hid', 'VERB'), ('in', 'ADP'), ('the', 'DET'), ('shadow', 'NOUN'), ('until', 'SCONJ'), ('we', 'PRON'), ('had', 'AUX'), ('seen', 'VERB'), ('him', 'PRON'), ('safely', 'ADV'), ('housed', 'VERB'), ('.', 'PUNCT')]
[]
[('If', 'mark', 'seen'), ('my', 'poss', 'uncle'), ('uncle', 'nsubjpass', 'seen'), ('was', 'auxpass', 'seen'), ('seen', 'ROOT', 'seen'), ('turning', 'xcomp', 'seen'), ('the', 'det', 'corner'), ('corner', 'dobj', 'turning'), ('we', 'nsubj', 'hid'), ('hid', 'relcl', 'corner'), ('in', 'prep', 'hid'), ('the', 'det', 'shadow'), ('shadow', 'pobj', 'in'), ('until', 'mark', 'seen'), ('we', 'nsubj', 'seen'), ('had', 'aux', 'seen'), ('seen', 'advcl', 'turning'), ('him', 'nsubj', 'housed'), ('safely', 'advmod', 'housed'), ('housed', 'ccomp', 'seen'), ('.', 'punct', 'seen')]
Every morning I lay on the floor in the front parlour watching her door.
[('Or', 'CC'), ('if', 'IN'), ('Mangan', 'NNP'), ('’', 'NNP'), ('s', 'VBP'), ('sister', 'NN'), ('came', 'VBD'), ('out', 'RP'), ('on', 'IN'), ('the', 'DT'), ('doorstep', 'NN'), ('to', 'TO'), ('call', 'VB'), ('her', 'PRP$'), ('brother', 'NN'), ('in', 'IN'), ('to', 'TO'), ('his', 'PRP$'), ('tea', 'NN'), ('we', 'PRP'), ('watched', 'VBD'), ('her', 'PRP'), ('from', 'IN'), ('our', 'PRP$'), ('shadow', 'NN'), ('peer', 'VB'), ('up', 'IN'), ('and', 'CC'), ('down', 'IN'), ('the', 'DT'), ('street', 'NN'), ('.', '.')]
[('Or', 'CCONJ'), ('if', 'SCONJ'), ('Mangan', 'PROPN'), ('’s', 'PART'), ('sister', 'NOUN'), ('came', 'VERB'), ('out', 'ADP'), ('on', 'ADP'), ('the', 'DET'), ('doorstep', 'NOUN'), ('to', 'PART'), ('call', 'VERB'), ('her', 'PRON'), ('brother', 'NOUN'), ('in', 'ADP'), ('to', 'ADP'), ('his', 'PRON'), ('tea', 'NOUN'), ('we', 'PRON'), ('watched', 'VERB'), ('her', 'PRON'), ('from', 'ADP'), ('our', 'PRON'), ('shadow', 'NOUN'), ('peer', 'VERB'), ('up', 'ADV'), ('and', 'CCONJ'), ('down', 'ADP'), ('the', 'DET'), ('street', 'NOUN'), ('.', 'PUNCT')]
[('Mangan', 'PERSON')]
[('Or', 'cc', 'watched'), ('if', 'mark', 'came'), ('Mangan', 'poss', 'sister'), ('’s', 'case', 'Mangan'), ('sister', 'nsubj', 'came'), ('came', 'advcl', 'watched'), ('out', 'prt', 'came'), ('on', 'prep', 'came'), ('the', 'det', 'doorstep'), ('doorstep', 'pobj', 'on'), ('to', 'aux', 'call'), ('call', 'advcl', 'came'), ('her', 'poss', 'brother'), ('brother', 'dobj', 'call'), ('in', 'prep', 'call'), ('to', 'prep', 'call'), ('his', 'poss', 'tea'), ('tea', 'pobj', 'to'), ('we', 'nsubj', 'watched'), ('watched', 'ROOT', 'watched'), ('her', 'dobj', 'watched'), ('from', 'prep', 'watched'), ('our', 'poss', 'shadow'), ('shadow', 'pobj', 'from'), ('peer', 'conj', 'watched'), ('up', 'prt', 'peer'), ('and', 'cc', 'up'), ('down', 'conj', 'up'), ('the', 'det', 'street'), ('street', 'pobj', 'down'), ('.', 'punct', 'watched')]
The blind was pulled down to within an inch of the sash so that I could not be seen.
[('We', 'PRP'), ('waited', 'VBD'), ('to', 'TO'), ('see', 'VB'), ('whether', 'IN'), ('she', 'PRP'), ('would', 'MD'), ('remain', 'VB'), ('or', 'CC'), ('go', 'VB'), ('in', 'IN'), ('and', 'CC'), (',', ','), ('if', 'IN'), ('she', 'PRP'), ('remained', 'VBD'), (',', ','), ('we', 'PRP'), ('left', 'VBD'), ('our', 'PRP$'), ('shadow', 'NN'), ('and', 'CC'), ('walked', 'VBD'), ('up', 'RB'), ('to', 'TO'), ('Mangan', 'NNP'), ('’', 'NNP'), ('s', 'JJ'), ('steps', 'NNS'), ('resignedly', 'RB'), ('.', '.')]
[('We', 'PRON'), ('waited', 'VERB'), ('to', 'PART'), ('see', 'VERB'), ('whether', 'SCONJ'), ('she', 'PRON'), ('would', 'AUX'), ('remain', 'VERB'), ('or', 'CCONJ'), ('go', 'VERB'), ('in', 'ADV'), ('and', 'CCONJ'), (',', 'PUNCT'), ('if', 'SCONJ'), ('she', 'PRON'), ('remained', 'VERB'), (',', 'PUNCT'), ('we', 'PRON'), ('left', 'VERB'), ('our', 'PRON'), ('shadow', 'NOUN'), ('and', 'CCONJ'), ('walked', 'VERB'), ('up', 'ADV'), ('to', 'ADP'), ('Mangan', 'PROPN'), ('’s', 'PART'), ('steps', 'NOUN'), ('resignedly', 'ADV'), ('.', 'PUNCT')]
[('Mangan', 'GPE')]
[('We', 'nsubj', 'waited'), ('waited', 'ccomp', 'left'), ('to', 'aux', 'see'), ('see', 'xcomp', 'waited'), ('whether', 'mark', 'remain'), ('she', 'nsubj', 'remain'), ('would', 'aux', 'remain'), ('remain', 'ccomp', 'see'), ('or', 'cc', 'remain'), ('go', 'conj', 'remain'), ('in', 'advmod', 'go'), ('and', 'cc', 'remain'), (',', 'punct', 'waited'), ('if', 'mark', 'remained'), ('she', 'nsubj', 'remained'), ('remained', 'advcl', 'left'), (',', 'punct', 'left'), ('we', 'nsubj', 'left'), ('left', 'ROOT', 'left'), ('our', 'poss', 'shadow'), ('shadow', 'dobj', 'left'), ('and', 'cc', 'left'), ('walked', 'conj', 'left'), ('up', 'prt', 'walked'), ('to', 'prep', 'up'), ('Mangan', 'poss', 'steps'), ('’s', 'case', 'Mangan'), ('steps', 'pobj', 'to'), ('resignedly', 'advmod', 'walked'), ('.', 'punct', 'left')]
When she came out on the doorstep my heart leaped.
[('She', 'PRP'), ('was', 'VBD'), ('waiting', 'VBG'), ('for', 'IN'), ('us', 'PRP'), (',', ','), ('her', 'PRP'), ('figure', 'NN'), ('defined', 'VBN'), ('by', 'IN'), ('the', 'DT'), ('light', 'NN'), ('from', 'IN'), ('the', 'DT'), ('half-opened', 'JJ'), ('door', 'NN'), ('.', '.')]
[('She', 'PRON'), ('was', 'AUX'), ('waiting', 'VERB'), ('for', 'ADP'), ('us', 'PRON'), (',', 'PUNCT'), ('her', 'PRON'), ('figure', 'NOUN'), ('defined', 'VERB'), ('by', 'ADP'), ('the', 'DET'), ('light', 'NOUN'), ('from', 'ADP'), ('the', 'DET'), ('half', 'ADV'), ('-', 'PUNCT'), ('opened', 'VERB'), ('door', 'NOUN'), ('.', 'PUNCT')]
[('half', 'CARDINAL')]
[('She', 'nsubj', 'waiting'), ('was', 'aux', 'waiting'), ('waiting', 'ROOT', 'waiting'), ('for', 'prep', 'waiting'), ('us', 'pobj', 'for'), (',', 'punct', 'waiting'), ('her', 'poss', 'figure'), ('figure', 'npadvmod', 'waiting'), ('defined', 'acl', 'figure'), ('by', 'agent', 'defined'), ('the', 'det', 'light'), ('light', 'pobj', 'by'), ('from', 'prep', 'defined'), ('the', 'det', 'door'), ('half', 'advmod', 'opened'), ('-', 'punct', 'opened'), ('opened', 'amod', 'door'), ('door', 'pobj', 'from'), ('.', 'punct', 'waiting')]
I ran to the hall, seized my books and followed her.
[('Her', 'PRP$'), ('brother', 'NN'), ('always', 'RB'), ('teased', 'VBD'), ('her', 'PRP'), ('before', 'IN'), ('he', 'PRP'), ('obeyed', 'VBD'), ('and', 'CC'), ('I', 'PRP'), ('stood', 'VBP'), ('by', 'IN'), ('the', 'DT'), ('railings', 'NNS'), ('looking', 'VBG'), ('at', 'IN'), ('her', 'PRP'), ('.', '.')]
[('Her', 'PRON'), ('brother', 'NOUN'), ('always', 'ADV'), ('teased', 'VERB'), ('her', 'PRON'), ('before', 'SCONJ'), ('he', 'PRON'), ('obeyed', 'VERB'), ('and', 'CCONJ'), ('I', 'PRON'), ('stood', 'VERB'), ('by', 'ADP'), ('the', 'DET'), ('railings', 'NOUN'), ('looking', 'VERB'), ('at', 'ADP'), ('her', 'PRON'), ('.', 'PUNCT')]
[]
[('Her', 'poss', 'brother'), ('brother', 'nsubj', 'teased'), ('always', 'advmod', 'teased'), ('teased', 'ROOT', 'teased'), ('her', 'dobj', 'teased'), ('before', 'mark', 'obeyed'), ('he', 'nsubj', 'obeyed'), ('obeyed', 'advcl', 'teased'), ('and', 'cc', 'teased'), ('I', 'nsubj', 'stood'), ('stood', 'conj', 'teased'), ('by', 'prep', 'stood'), ('the', 'det', 'railings'), ('railings', 'pobj', 'by'), ('looking', 'acl', 'railings'), ('at', 'prep', 'looking'), ('her', 'pobj', 'at'), ('.', 'punct', 'stood')]
I kept her brown figure always in my eye and, when we came near the point at which our ways diverged, I quickened my pace and passed her.
[('Her', 'PRP$'), ('dress', 'NN'), ('swung', 'NN'), ('as', 'IN'), ('she', 'PRP'), ('moved', 'VBD'), ('her', 'PRP'), ('body', 'NN'), ('and', 'CC'), ('the', 'DT'), ('soft', 'JJ'), ('rope', 'NN'), ('of', 'IN'), ('her', 'PRP$'), ('hair', 'NN'), ('tossed', 'VBD'), ('from', 'IN'), ('side', 'NN'), ('to', 'TO'), ('side', 'VB'), ('.', '.')]
[('Her', 'PRON'), ('dress', 'NOUN'), ('swung', 'VERB'), ('as', 'SCONJ'), ('she', 'PRON'), ('moved', 'VERB'), ('her', 'PRON'), ('body', 'NOUN'), ('and', 'CCONJ'), ('the', 'DET'), ('soft', 'ADJ'), ('rope', 'NOUN'), ('of', 'ADP'), ('her', 'PRON'), ('hair', 'NOUN'), ('tossed', 'VERB'), ('from', 'ADP'), ('side', 'NOUN'), ('to', 'ADP'), ('side', 'NOUN'), ('.', 'PUNCT')]
[]
[('Her', 'poss', 'dress'), ('dress', 'nsubj', 'swung'), ('swung', 'ROOT', 'swung'), ('as', 'mark', 'moved'), ('she', 'nsubj', 'moved'), ('moved', 'advcl', 'swung'), ('her', 'poss', 'body'), ('body', 'dobj', 'moved'), ('and', 'cc', 'body'), ('the', 'det', 'rope'), ('soft', 'amod', 'rope'), ('rope', 'nsubj', 'tossed'), ('of', 'prep', 'rope'), ('her', 'poss', 'hair'), ('hair', 'pobj', 'of'), ('tossed', 'conj', 'swung'), ('from', 'prep', 'tossed'), ('side', 'pobj', 'from'), ('to', 'prep', 'from'), ('side', 'pobj', 'to'), ('.', 'punct', 'tossed')]
This happened morning after morning.
[('Every', 'DT'), ('morning', 'NN'), ('I', 'PRP'), ('lay', 'VBD'), ('on', 'IN'), ('the', 'DT'), ('floor', 'NN'), ('in', 'IN'), ('the', 'DT'), ('front', 'JJ'), ('parlour', 'NN'), ('watching', 'VBG'), ('her', 'PRP$'), ('door', 'NN'), ('.', '.')]
[('Every', 'DET'), ('morning', 'NOUN'), ('I', 'PRON'), ('lay', 'VERB'), ('on', 'ADP'), ('the', 'DET'), ('floor', 'NOUN'), ('in', 'ADP'), ('the', 'DET'), ('front', 'ADJ'), ('parlour', 'NOUN'), ('watching', 'VERB'), ('her', 'PRON'), ('door', 'NOUN'), ('.', 'PUNCT')]
[]
[('Every', 'det', 'morning'), ('morning', 'npadvmod', 'lay'), ('I', 'nsubj', 'lay'), ('lay', 'ROOT', 'lay'), ('on', 'prep', 'lay'), ('the', 'det', 'floor'), ('floor', 'pobj', 'on'), ('in', 'prep', 'lay'), ('the', 'det', 'parlour'), ('front', 'amod', 'parlour'), ('parlour', 'pobj', 'in'), ('watching', 'advcl', 'lay'), ('her', 'poss', 'door'), ('door', 'dobj', 'watching'), ('.', 'punct', 'lay')]
I had never spoken to her, except for a few casual words, and yet her name was like a summons to all my foolish blood.
[('The', 'DT'), ('blind', 'NN'), ('was', 'VBD'), ('pulled', 'VBN'), ('down', 'RB'), ('to', 'TO'), ('within', 'IN'), ('an', 'DT'), ('inch', 'NN'), ('of', 'IN'), ('the', 'DT'), ('sash', 'NN'), ('so', 'IN'), ('that', 'IN'), ('I', 'PRP'), ('could', 'MD'), ('not', 'RB'), ('be', 'VB'), ('seen', 'VBN'), ('.', '.')]
[('The', 'DET'), ('blind', 'ADJ'), ('was', 'AUX'), ('pulled', 'VERB'), ('down', 'ADP'), ('to', 'ADP'), ('within', 'ADP'), ('an', 'DET'), ('inch', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('sash', 'NOUN'), ('so', 'SCONJ'), ('that', 'SCONJ'), ('I', 'PRON'), ('could', 'AUX'), ('not', 'PART'), ('be', 'AUX'), ('seen', 'VERB'), ('.', 'PUNCT')]
[('an inch', 'QUANTITY')]
[('The', 'det', 'blind'), ('blind', 'nsubjpass', 'pulled'), ('was', 'auxpass', 'pulled'), ('pulled', 'ROOT', 'pulled'), ('down', 'prt', 'pulled'), ('to', 'prep', 'pulled'), ('within', 'prep', 'pulled'), ('an', 'det', 'inch'), ('inch', 'pobj', 'within'), ('of', 'prep', 'inch'), ('the', 'det', 'sash'), ('sash', 'pobj', 'of'), ('so', 'mark', 'seen'), ('that', 'mark', 'seen'), ('I', 'nsubjpass', 'seen'), ('could', 'aux', 'seen'), ('not', 'neg', 'seen'), ('be', 'auxpass', 'seen'), ('seen', 'advcl', 'pulled'), ('.', 'punct', 'pulled')]
Her image accompanied me even in places the most hostile to romance.
[('When', 'WRB'), ('she', 'PRP'), ('came', 'VBD'), ('out', 'RB'), ('on', 'IN'), ('the', 'DT'), ('doorstep', 'NN'), ('my', 'PRP$'), ('heart', 'NN'), ('leaped', 'VBD'), ('.', '.')]
[('When', 'SCONJ'), ('she', 'PRON'), ('came', 'VERB'), ('out', 'ADP'), ('on', 'ADP'), ('the', 'DET'), ('doorstep', 'NOUN'), ('my', 'PRON'), ('heart', 'NOUN'), ('leaped', 'VERB'), ('.', 'PUNCT')]
[]
[('When', 'advmod', 'came'), ('she', 'nsubj', 'came'), ('came', 'ROOT', 'came'), ('out', 'prt', 'came'), ('on', 'prep', 'came'), ('the', 'det', 'doorstep'), ('doorstep', 'pobj', 'on'), ('my', 'poss', 'heart'), ('heart', 'nsubj', 'leaped'), ('leaped', 'relcl', 'doorstep'), ('.', 'punct', 'came')]
On Saturday evenings when my aunt went marketing I had to go to carry some of the parcels.
[('I', 'PRP'), ('ran', 'VBD'), ('to', 'TO'), ('the', 'DT'), ('hall', 'NN'), (',', ','), ('seized', 'VBN'), ('my', 'PRP$'), ('books', 'NNS'), ('and', 'CC'), ('followed', 'VBD'), ('her', 'PRP'), ('.', '.')]
[('I', 'PRON'), ('ran', 'VERB'), ('to', 'ADP'), ('the', 'DET'), ('hall', 'NOUN'), (',', 'PUNCT'), ('seized', 'VERB'), ('my', 'PRON'), ('books', 'NOUN'), ('and', 'CCONJ'), ('followed', 'VERB'), ('her', 'PRON'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'ran'), ('ran', 'ROOT', 'ran'), ('to', 'prep', 'ran'), ('the', 'det', 'hall'), ('hall', 'pobj', 'to'), (',', 'punct', 'ran'), ('seized', 'advcl', 'ran'), ('my', 'poss', 'books'), ('books', 'dobj', 'seized'), ('and', 'cc', 'seized'), ('followed', 'conj', 'seized'), ('her', 'dobj', 'followed'), ('.', 'punct', 'ran')]
We walked through the flaring streets, jostled by drunken men and bargaining women, amid the curses of labourers, the shrill litanies of shop-boys who stood on guard by the barrels of pigs’ cheeks, the nasal chanting of street-singers, who sang a come-all-you about O’Donovan Rossa, or a ballad about the troubles in our native land.
[('I', 'PRP'), ('kept', 'VBD'), ('her', 'PRP'), ('brown', 'JJ'), ('figure', 'NN'), ('always', 'RB'), ('in', 'IN'), ('my', 'PRP$'), ('eye', 'NN'), ('and', 'CC'), (',', ','), ('when', 'WRB'), ('we', 'PRP'), ('came', 'VBD'), ('near', 'IN'), ('the', 'DT'), ('point', 'NN'), ('at', 'IN'), ('which', 'WDT'), ('our', 'PRP$'), ('ways', 'NNS'), ('diverged', 'VBN'), (',', ','), ('I', 'PRP'), ('quickened', 'VBD'), ('my', 'PRP$'), ('pace', 'NN'), ('and', 'CC'), ('passed', 'VBD'), ('her', 'PRP'), ('.', '.')]
[('I', 'PRON'), ('kept', 'VERB'), ('her', 'PRON'), ('brown', 'ADJ'), ('figure', 'NOUN'), ('always', 'ADV'), ('in', 'ADP'), ('my', 'PRON'), ('eye', 'NOUN'), ('and', 'CCONJ'), (',', 'PUNCT'), ('when', 'SCONJ'), ('we', 'PRON'), ('came', 'VERB'), ('near', 'ADP'), ('the', 'DET'), ('point', 'NOUN'), ('at', 'ADP'), ('which', 'PRON'), ('our', 'PRON'), ('ways', 'NOUN'), ('diverged', 'VERB'), (',', 'PUNCT'), ('I', 'PRON'), ('quickened', 'VERB'), ('my', 'PRON'), ('pace', 'NOUN'), ('and', 'CCONJ'), ('passed', 'VERB'), ('her', 'PRON'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'kept'), ('kept', 'ROOT', 'kept'), ('her', 'poss', 'figure'), ('brown', 'amod', 'figure'), ('figure', 'dobj', 'kept'), ('always', 'advmod', 'kept'), ('in', 'prep', 'kept'), ('my', 'poss', 'eye'), ('eye', 'pobj', 'in'), ('and', 'cc', 'kept'), (',', 'punct', 'kept'), ('when', 'advmod', 'came'), ('we', 'nsubj', 'came'), ('came', 'advcl', 'quickened'), ('near', 'prep', 'came'), ('the', 'det', 'point'), ('point', 'pobj', 'near'), ('at', 'prep', 'diverged'), ('which', 'pobj', 'at'), ('our', 'poss', 'ways'), ('ways', 'nsubj', 'diverged'), ('diverged', 'relcl', 'point'), (',', 'punct', 'quickened'), ('I', 'nsubj', 'quickened'), ('quickened', 'ccomp', 'kept'), ('my', 'poss', 'pace'), ('pace', 'dobj', 'quickened'), ('and', 'cc', 'quickened'), ('passed', 'conj', 'quickened'), ('her', 'dobj', 'passed'), ('.', 'punct', 'kept')]
These noises converged in a single sensation of life for me: I imagined that I bore my chalice safely through a throng of foes.
[('This', 'DT'), ('happened', 'VBD'), ('morning', 'NN'), ('after', 'IN'), ('morning', 'NN'), ('.', '.')]
[('This', 'PRON'), ('happened', 'VERB'), ('morning', 'NOUN'), ('after', 'ADP'), ('morning', 'NOUN'), ('.', 'PUNCT')]
[('morning after morning', 'TIME')]
[('This', 'nsubj', 'happened'), ('happened', 'ROOT', 'happened'), ('morning', 'npadvmod', 'happened'), ('after', 'prep', 'happened'), ('morning', 'pobj', 'after'), ('.', 'punct', 'happened')]
Her name sprang to my lips at moments in strange prayers and praises which I myself did not understand.
[('I', 'PRP'), ('had', 'VBD'), ('never', 'RB'), ('spoken', 'VBN'), ('to', 'TO'), ('her', 'PRP$'), (',', ','), ('except', 'IN'), ('for', 'IN'), ('a', 'DT'), ('few', 'JJ'), ('casual', 'JJ'), ('words', 'NNS'), (',', ','), ('and', 'CC'), ('yet', 'RB'), ('her', 'PRP$'), ('name', 'NN'), ('was', 'VBD'), ('like', 'IN'), ('a', 'DT'), ('summons', 'NNS'), ('to', 'TO'), ('all', 'DT'), ('my', 'PRP$'), ('foolish', 'JJ'), ('blood', 'NN'), ('.', '.')]
[('I', 'PRON'), ('had', 'AUX'), ('never', 'ADV'), ('spoken', 'VERB'), ('to', 'ADP'), ('her', 'PRON'), (',', 'PUNCT'), ('except', 'SCONJ'), ('for', 'ADP'), ('a', 'DET'), ('few', 'ADJ'), ('casual', 'ADJ'), ('words', 'NOUN'), (',', 'PUNCT'), ('and', 'CCONJ'), ('yet', 'ADV'), ('her', 'PRON'), ('name', 'NOUN'), ('was', 'AUX'), ('like', 'ADP'), ('a', 'DET'), ('summons', 'NOUN'), ('to', 'ADP'), ('all', 'DET'), ('my', 'PRON'), ('foolish', 'ADJ'), ('blood', 'NOUN'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'spoken'), ('had', 'aux', 'spoken'), ('never', 'neg', 'spoken'), ('spoken', 'ROOT', 'spoken'), ('to', 'prep', 'spoken'), ('her', 'pobj', 'to'), (',', 'punct', 'spoken'), ('except', 'prep', 'spoken'), ('for', 'prep', 'except'), ('a', 'det', 'words'), ('few', 'amod', 'words'), ('casual', 'amod', 'words'), ('words', 'pobj', 'for'), (',', 'punct', 'spoken'), ('and', 'cc', 'spoken'), ('yet', 'advmod', 'was'), ('her', 'poss', 'name'), ('name', 'nsubj', 'was'), ('was', 'conj', 'spoken'), ('like', 'prep', 'was'), ('a', 'det', 'summons'), ('summons', 'pobj', 'like'), ('to', 'prep', 'summons'), ('all', 'predet', 'blood'), ('my', 'poss', 'blood'), ('foolish', 'amod', 'blood'), ('blood', 'pobj', 'to'), ('.', 'punct', 'was')]
My eyes were often full of tears (I could not tell why) and at times a flood from my heart seemed to pour itself out into my bosom.
[('Her', 'PRP$'), ('image', 'NN'), ('accompanied', 'VBN'), ('me', 'PRP'), ('even', 'RB'), ('in', 'IN'), ('places', 'NNS'), ('the', 'DT'), ('most', 'RBS'), ('hostile', 'JJ'), ('to', 'TO'), ('romance', 'NN'), ('.', '.')]
[('Her', 'PRON'), ('image', 'NOUN'), ('accompanied', 'VERB'), ('me', 'PRON'), ('even', 'ADV'), ('in', 'ADP'), ('places', 'NOUN'), ('the', 'DET'), ('most', 'ADV'), ('hostile', 'ADJ'), ('to', 'ADP'), ('romance', 'NOUN'), ('.', 'PUNCT')]
[]
[('Her', 'poss', 'image'), ('image', 'nsubj', 'accompanied'), ('accompanied', 'ROOT', 'accompanied'), ('me', 'dobj', 'accompanied'), ('even', 'advmod', 'in'), ('in', 'prep', 'accompanied'), ('places', 'pobj', 'in'), ('the', 'det', 'hostile'), ('most', 'advmod', 'hostile'), ('hostile', 'dobj', 'accompanied'), ('to', 'prep', 'hostile'), ('romance', 'pobj', 'to'), ('.', 'punct', 'accompanied')]
I thought little of the future.
[('On', 'IN'), ('Saturday', 'NNP'), ('evenings', 'NNS'), ('when', 'WRB'), ('my', 'PRP$'), ('aunt', 'NN'), ('went', 'VBD'), ('marketing', 'NN'), ('I', 'PRP'), ('had', 'VBD'), ('to', 'TO'), ('go', 'VB'), ('to', 'TO'), ('carry', 'VB'), ('some', 'DT'), ('of', 'IN'), ('the', 'DT'), ('parcels', 'NNS'), ('.', '.')]
[('On', 'ADP'), ('Saturday', 'PROPN'), ('evenings', 'NOUN'), ('when', 'SCONJ'), ('my', 'PRON'), ('aunt', 'NOUN'), ('went', 'VERB'), ('marketing', 'VERB'), ('I', 'PRON'), ('had', 'VERB'), ('to', 'PART'), ('go', 'VERB'), ('to', 'PART'), ('carry', 'VERB'), ('some', 'PRON'), ('of', 'ADP'), ('the', 'DET'), ('parcels', 'NOUN'), ('.', 'PUNCT')]
[('Saturday', 'DATE')]
[('On', 'prep', 'had'), ('Saturday', 'compound', 'evenings'), ('evenings', 'pobj', 'On'), ('when', 'advmod', 'went'), ('my', 'poss', 'aunt'), ('aunt', 'nsubj', 'went'), ('went', 'advcl', 'had'), ('marketing', 'dobj', 'went'), ('I', 'nsubj', 'had'), ('had', 'ROOT', 'had'), ('to', 'aux', 'go'), ('go', 'xcomp', 'had'), ('to', 'aux', 'carry'), ('carry', 'advcl', 'go'), ('some', 'dobj', 'carry'), ('of', 'prep', 'some'), ('the', 'det', 'parcels'), ('parcels', 'pobj', 'of'), ('.', 'punct', 'had')]
I did not know whether I would ever speak to her or not or, if I spoke to her, how I could tell her of my confused adoration.
[('We', 'PRP'), ('walked', 'VBD'), ('through', 'IN'), ('the', 'DT'), ('flaring', 'JJ'), ('streets', 'NNS'), (',', ','), ('jostled', 'VBN'), ('by', 'IN'), ('drunken', 'JJ'), ('men', 'NNS'), ('and', 'CC'), ('bargaining', 'VBG'), ('women', 'NNS'), (',', ','), ('amid', 'IN'), ('the', 'DT'), ('curses', 'NNS'), ('of', 'IN'), ('labourers', 'NNS'), (',', ','), ('the', 'DT'), ('shrill', 'NN'), ('litanies', 'NNS'), ('of', 'IN'), ('shop-boys', 'NNS'), ('who', 'WP'), ('stood', 'VBD'), ('on', 'IN'), ('guard', 'NN'), ('by', 'IN'), ('the', 'DT'), ('barrels', 'NNS'), ('of', 'IN'), ('pigs', 'NNS'), ('’', 'NNP'), ('cheeks', 'NN'), (',', ','), ('the', 'DT'), ('nasal', 'JJ'), ('chanting', 'NN'), ('of', 'IN'), ('street-singers', 'NNS'), (',', ','), ('who', 'WP'), ('sang', 'VBD'), ('a', 'DT'), ('come-all-you', 'JJ'), ('about', 'IN'), ('O', 'NNP'), ('’', 'NNP'), ('Donovan', 'NNP'), ('Rossa', 'NNP'), (',', ','), ('or', 'CC'), ('a', 'DT'), ('ballad', 'NN'), ('about', 'IN'), ('the', 'DT'), ('troubles', 'NNS'), ('in', 'IN'), ('our', 'PRP$'), ('native', 'JJ'), ('land', 'NN'), ('.', '.')]
[('We', 'PRON'), ('walked', 'VERB'), ('through', 'ADP'), ('the', 'DET'), ('flaring', 'VERB'), ('streets', 'NOUN'), (',', 'PUNCT'), ('jostled', 'VERB'), ('by', 'ADP'), ('drunken', 'ADJ'), ('men', 'NOUN'), ('and', 'CCONJ'), ('bargaining', 'NOUN'), ('women', 'NOUN'), (',', 'PUNCT'), ('amid', 'ADP'), ('the', 'DET'), ('curses', 'NOUN'), ('of', 'ADP'), ('labourers', 'NOUN'), (',', 'PUNCT'), ('the', 'DET'), ('shrill', 'ADJ'), ('litanies', 'NOUN'), ('of', 'ADP'), ('shop', 'NOUN'), ('-', 'PUNCT'), ('boys', 'NOUN'), ('who', 'PRON'), ('stood', 'VERB'), ('on', 'ADP'), ('guard', 'NOUN'), ('by', 'ADP'), ('the', 'DET'), ('barrels', 'NOUN'), ('of', 'ADP'), ('pigs', 'NOUN'), ('’', 'PUNCT'), ('cheeks', 'NOUN'), (',', 'PUNCT'), ('the', 'DET'), ('nasal', 'NOUN'), ('chanting', 'VERB'), ('of', 'ADP'), ('street', 'NOUN'), ('-', 'PUNCT'), ('singers', 'NOUN'), (',', 'PUNCT'), ('who', 'PRON'), ('sang', 'VERB'), ('a', 'DET'), ('come', 'VERB'), ('-', 'PUNCT'), ('all', 'PRON'), ('-', 'PUNCT'), ('you', 'PRON'), ('about', 'ADP'), ('O’Donovan', 'PROPN'), ('Rossa', 'PROPN'), (',', 'PUNCT'), ('or', 'CCONJ'), ('a', 'DET'), ('ballad', 'NOUN'), ('about', 'ADP'), ('the', 'DET'), ('troubles', 'NOUN'), ('in', 'ADP'), ('our', 'PRON'), ('native', 'ADJ'), ('land', 'NOUN'), ('.', 'PUNCT')]
[('O’Donovan Rossa', 'PERSON')]
[('We', 'nsubj', 'walked'), ('walked', 'ROOT', 'walked'), ('through', 'prep', 'walked'), ('the', 'det', 'streets'), ('flaring', 'amod', 'streets'), ('streets', 'pobj', 'through'), (',', 'punct', 'walked'), ('jostled', 'advcl', 'walked'), ('by', 'agent', 'jostled'), ('drunken', 'amod', 'men'), ('men', 'pobj', 'by'), ('and', 'cc', 'men'), ('bargaining', 'compound', 'women'), ('women', 'conj', 'men'), (',', 'punct', 'jostled'), ('amid', 'prep', 'jostled'), ('the', 'det', 'curses'), ('curses', 'pobj', 'amid'), ('of', 'prep', 'curses'), ('labourers', 'pobj', 'of'), (',', 'punct', 'litanies'), ('the', 'det', 'litanies'), ('shrill', 'amod', 'litanies'), ('litanies', 'dep', 'walked'), ('of', 'prep', 'litanies'), ('shop', 'compound', 'boys'), ('-', 'punct', 'boys'), ('boys', 'pobj', 'of'), ('who', 'nsubj', 'stood'), ('stood', 'relcl', 'boys'), ('on', 'prep', 'stood'), ('guard', 'pobj', 'on'), ('by', 'prep', 'stood'), ('the', 'det', 'barrels'), ('barrels', 'pobj', 'by'), ('of', 'prep', 'barrels'), ('pigs', 'pobj', 'of'), ('’', 'punct', 'stood'), ('cheeks', 'dobj', 'stood'), (',', 'punct', 'litanies'), ('the', 'det', 'nasal'), ('nasal', 'appos', 'litanies'), ('chanting', 'acl', 'nasal'), ('of', 'prep', 'chanting'), ('street', 'compound', 'singers'), ('-', 'punct', 'singers'), ('singers', 'pobj', 'of'), (',', 'punct', 'singers'), ('who', 'nsubj', 'sang'), ('sang', 'relcl', 'singers'), ('a', 'det', 'you'), ('come', 'compound', 'all'), ('-', 'punct', 'come'), ('all', 'dep', 'a'), ('-', 'punct', 'all'), ('you', 'dobj', 'sang'), ('about', 'prep', 'sang'), ('O’Donovan', 'compound', 'Rossa'), ('Rossa', 'pobj', 'about'), (',', 'punct', 'Rossa'), ('or', 'cc', 'Rossa'), ('a', 'det', 'ballad'), ('ballad', 'conj', 'Rossa'), ('about', 'prep', 'ballad'), ('the', 'det', 'troubles'), ('troubles', 'pobj', 'about'), ('in', 'prep', 'troubles'), ('our', 'poss', 'land'), ('native', 'amod', 'land'), ('land', 'pobj', 'in'), ('.', 'punct', 'walked')]
But my body was like a harp and her words and gestures were like fingers running upon the wires.
[('These', 'DT'), ('noises', 'NNS'), ('converged', 'VBD'), ('in', 'IN'), ('a', 'DT'), ('single', 'JJ'), ('sensation', 'NN'), ('of', 'IN'), ('life', 'NN'), ('for', 'IN'), ('me', 'PRP'), (':', ':'), ('I', 'PRP'), ('imagined', 'VBD'), ('that', 'IN'), ('I', 'PRP'), ('bore', 'VBP'), ('my', 'PRP$'), ('chalice', 'NN'), ('safely', 'RB'), ('through', 'IN'), ('a', 'DT'), ('throng', 'NN'), ('of', 'IN'), ('foes', 'NNS'), ('.', '.')]
[('These', 'DET'), ('noises', 'NOUN'), ('converged', 'VERB'), ('in', 'ADP'), ('a', 'DET'), ('single', 'ADJ'), ('sensation', 'NOUN'), ('of', 'ADP'), ('life', 'NOUN'), ('for', 'ADP'), ('me', 'PRON'), (':', 'PUNCT'), ('I', 'PRON'), ('imagined', 'VERB'), ('that', 'SCONJ'), ('I', 'PRON'), ('bore', 'VERB'), ('my', 'PRON'), ('chalice', 'NOUN'), ('safely', 'ADV'), ('through', 'ADP'), ('a', 'DET'), ('throng', 'NOUN'), ('of', 'ADP'), ('foes', 'NOUN'), ('.', 'PUNCT')]
[]
[('These', 'det', 'noises'), ('noises', 'nsubj', 'converged'), ('converged', 'ccomp', 'imagined'), ('in', 'prep', 'converged'), ('a', 'det', 'sensation'), ('single', 'amod', 'sensation'), ('sensation', 'pobj', 'in'), ('of', 'prep', 'sensation'), ('life', 'pobj', 'of'), ('for', 'prep', 'converged'), ('me', 'pobj', 'for'), (':', 'punct', 'imagined'), ('I', 'nsubj', 'imagined'), ('imagined', 'ROOT', 'imagined'), ('that', 'mark', 'bore'), ('I', 'nsubj', 'bore'), ('bore', 'ccomp', 'imagined'), ('my', 'poss', 'chalice'), ('chalice', 'dobj', 'bore'), ('safely', 'advmod', 'bore'), ('through', 'prep', 'bore'), ('a', 'det', 'throng'), ('throng', 'pobj', 'through'), ('of', 'prep', 'throng'), ('foes', 'pobj', 'of'), ('.', 'punct', 'imagined')]
One evening I went into the back drawing-room in which the priest had died.
[('Her', 'PRP$'), ('name', 'NN'), ('sprang', 'NN'), ('to', 'TO'), ('my', 'PRP$'), ('lips', 'NNS'), ('at', 'IN'), ('moments', 'NNS'), ('in', 'IN'), ('strange', 'JJ'), ('prayers', 'NNS'), ('and', 'CC'), ('praises', 'NNS'), ('which', 'WDT'), ('I', 'PRP'), ('myself', 'PRP'), ('did', 'VBD'), ('not', 'RB'), ('understand', 'VB'), ('.', '.')]
[('Her', 'PRON'), ('name', 'NOUN'), ('sprang', 'VERB'), ('to', 'ADP'), ('my', 'PRON'), ('lips', 'NOUN'), ('at', 'ADP'), ('moments', 'NOUN'), ('in', 'ADP'), ('strange', 'ADJ'), ('prayers', 'NOUN'), ('and', 'CCONJ'), ('praises', 'NOUN'), ('which', 'PRON'), ('I', 'PRON'), ('myself', 'PRON'), ('did', 'AUX'), ('not', 'PART'), ('understand', 'VERB'), ('.', 'PUNCT')]
[]
[('Her', 'poss', 'name'), ('name', 'nsubj', 'sprang'), ('sprang', 'ROOT', 'sprang'), ('to', 'prep', 'sprang'), ('my', 'poss', 'lips'), ('lips', 'pobj', 'to'), ('at', 'prep', 'sprang'), ('moments', 'pobj', 'at'), ('in', 'prep', 'moments'), ('strange', 'amod', 'prayers'), ('prayers', 'pobj', 'in'), ('and', 'cc', 'prayers'), ('praises', 'conj', 'prayers'), ('which', 'dobj', 'understand'), ('I', 'nsubj', 'understand'), ('myself', 'appos', 'I'), ('did', 'aux', 'understand'), ('not', 'neg', 'understand'), ('understand', 'relcl', 'prayers'), ('.', 'punct', 'sprang')]
It was a dark rainy evening and there was no sound in the house.
[('My', 'PRP$'), ('eyes', 'NNS'), ('were', 'VBD'), ('often', 'RB'), ('full', 'JJ'), ('of', 'IN'), ('tears', 'NNS'), ('(', '('), ('I', 'PRP'), ('could', 'MD'), ('not', 'RB'), ('tell', 'VB'), ('why', 'WRB'), (')', ')'), ('and', 'CC'), ('at', 'IN'), ('times', 'NNS'), ('a', 'DT'), ('flood', 'NN'), ('from', 'IN'), ('my', 'PRP$'), ('heart', 'NN'), ('seemed', 'VBD'), ('to', 'TO'), ('pour', 'VB'), ('itself', 'PRP'), ('out', 'RP'), ('into', 'IN'), ('my', 'PRP$'), ('bosom', 'NN'), ('.', '.')]
[('My', 'PRON'), ('eyes', 'NOUN'), ('were', 'AUX'), ('often', 'ADV'), ('full', 'ADJ'), ('of', 'ADP'), ('tears', 'NOUN'), ('(', 'PUNCT'), ('I', 'PRON'), ('could', 'AUX'), ('not', 'PART'), ('tell', 'VERB'), ('why', 'SCONJ'), (')', 'PUNCT'), ('and', 'CCONJ'), ('at', 'ADP'), ('times', 'NOUN'), ('a', 'DET'), ('flood', 'NOUN'), ('from', 'ADP'), ('my', 'PRON'), ('heart', 'NOUN'), ('seemed', 'VERB'), ('to', 'PART'), ('pour', 'VERB'), ('itself', 'PRON'), ('out', 'ADP'), ('into', 'ADP'), ('my', 'PRON'), ('bosom', 'NOUN'), ('.', 'PUNCT')]
[]
[('My', 'poss', 'eyes'), ('eyes', 'nsubj', 'were'), ('were', 'ccomp', 'tell'), ('often', 'advmod', 'were'), ('full', 'acomp', 'were'), ('of', 'prep', 'full'), ('tears', 'pobj', 'of'), ('(', 'punct', 'tell'), ('I', 'nsubj', 'tell'), ('could', 'aux', 'tell'), ('not', 'neg', 'tell'), ('tell', 'ROOT', 'tell'), ('why', 'advmod', 'tell'), (')', 'punct', 'tell'), ('and', 'cc', 'tell'), ('at', 'prep', 'seemed'), ('times', 'pobj', 'at'), ('a', 'det', 'flood'), ('flood', 'pobj', 'at'), ('from', 'prep', 'flood'), ('my', 'poss', 'heart'), ('heart', 'pobj', 'from'), ('seemed', 'conj', 'tell'), ('to', 'aux', 'pour'), ('pour', 'xcomp', 'seemed'), ('itself', 'dobj', 'pour'), ('out', 'prt', 'pour'), ('into', 'prep', 'pour'), ('my', 'poss', 'bosom'), ('bosom', 'pobj', 'into'), ('.', 'punct', 'seemed')]
Through one of the broken panes I heard the rain impinge upon the earth, the fine incessant needles of water playing in the sodden beds.
[('I', 'PRP'), ('thought', 'VBD'), ('little', 'RB'), ('of', 'IN'), ('the', 'DT'), ('future', 'NN'), ('.', '.')]
[('I', 'PRON'), ('thought', 'VERB'), ('little', 'ADJ'), ('of', 'ADP'), ('the', 'DET'), ('future', 'NOUN'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'thought'), ('thought', 'ROOT', 'thought'), ('little', 'dobj', 'thought'), ('of', 'prep', 'little'), ('the', 'det', 'future'), ('future', 'pobj', 'of'), ('.', 'punct', 'thought')]
Some distant lamp or lighted window gleamed below me.
[('I', 'PRP'), ('did', 'VBD'), ('not', 'RB'), ('know', 'VB'), ('whether', 'IN'), ('I', 'PRP'), ('would', 'MD'), ('ever', 'RB'), ('speak', 'VB'), ('to', 'TO'), ('her', 'PRP$'), ('or', 'CC'), ('not', 'RB'), ('or', 'CC'), (',', ','), ('if', 'IN'), ('I', 'PRP'), ('spoke', 'VBD'), ('to', 'TO'), ('her', 'PRP$'), (',', ','), ('how', 'WRB'), ('I', 'PRP'), ('could', 'MD'), ('tell', 'VB'), ('her', 'PRP$'), ('of', 'IN'), ('my', 'PRP$'), ('confused', 'JJ'), ('adoration', 'NN'), ('.', '.')]
[('I', 'PRON'), ('did', 'AUX'), ('not', 'PART'), ('know', 'VERB'), ('whether', 'SCONJ'), ('I', 'PRON'), ('would', 'AUX'), ('ever', 'ADV'), ('speak', 'VERB'), ('to', 'ADP'), ('her', 'PRON'), ('or', 'CCONJ'), ('not', 'PART'), ('or', 'CCONJ'), (',', 'PUNCT'), ('if', 'SCONJ'), ('I', 'PRON'), ('spoke', 'VERB'), ('to', 'ADP'), ('her', 'PRON'), (',', 'PUNCT'), ('how', 'SCONJ'), ('I', 'PRON'), ('could', 'AUX'), ('tell', 'VERB'), ('her', 'PRON'), ('of', 'ADP'), ('my', 'PRON'), ('confused', 'ADJ'), ('adoration', 'NOUN'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'know'), ('did', 'aux', 'know'), ('not', 'neg', 'know'), ('know', 'ROOT', 'know'), ('whether', 'mark', 'speak'), ('I', 'nsubj', 'speak'), ('would', 'aux', 'speak'), ('ever', 'advmod', 'speak'), ('speak', 'ccomp', 'know'), ('to', 'prep', 'speak'), ('her', 'pobj', 'to'), ('or', 'cc', 'speak'), ('not', 'neg', 'or'), ('or', 'cc', 'speak'), (',', 'punct', 'know'), ('if', 'mark', 'spoke'), ('I', 'nsubj', 'spoke'), ('spoke', 'advcl', 'tell'), ('to', 'prep', 'spoke'), ('her', 'pobj', 'to'), (',', 'punct', 'tell'), ('how', 'advmod', 'tell'), ('I', 'nsubj', 'tell'), ('could', 'aux', 'tell'), ('tell', 'ccomp', 'know'), ('her', 'dobj', 'tell'), ('of', 'prep', 'tell'), ('my', 'poss', 'adoration'), ('confused', 'amod', 'adoration'), ('adoration', 'pobj', 'of'), ('.', 'punct', 'know')]
I was thankful that I could see so little.
[('But', 'CC'), ('my', 'PRP$'), ('body', 'NN'), ('was', 'VBD'), ('like', 'IN'), ('a', 'DT'), ('harp', 'NN'), ('and', 'CC'), ('her', 'PRP$'), ('words', 'NNS'), ('and', 'CC'), ('gestures', 'NNS'), ('were', 'VBD'), ('like', 'JJ'), ('fingers', 'NNS'), ('running', 'VBG'), ('upon', 'IN'), ('the', 'DT'), ('wires', 'NNS'), ('.', '.')]
[('But', 'CCONJ'), ('my', 'PRON'), ('body', 'NOUN'), ('was', 'AUX'), ('like', 'ADP'), ('a', 'DET'), ('harp', 'NOUN'), ('and', 'CCONJ'), ('her', 'PRON'), ('words', 'NOUN'), ('and', 'CCONJ'), ('gestures', 'NOUN'), ('were', 'AUX'), ('like', 'ADP'), ('fingers', 'NOUN'), ('running', 'VERB'), ('upon', 'SCONJ'), ('the', 'DET'), ('wires', 'NOUN'), ('.', 'PUNCT')]
[]
[('But', 'cc', 'was'), ('my', 'poss', 'body'), ('body', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('like', 'prep', 'was'), ('a', 'det', 'harp'), ('harp', 'pobj', 'like'), ('and', 'cc', 'harp'), ('her', 'poss', 'words'), ('words', 'nsubj', 'were'), ('and', 'cc', 'words'), ('gestures', 'conj', 'words'), ('were', 'conj', 'was'), ('like', 'prep', 'were'), ('fingers', 'pobj', 'like'), ('running', 'acl', 'fingers'), ('upon', 'prep', 'running'), ('the', 'det', 'wires'), ('wires', 'pobj', 'upon'), ('.', 'punct', 'were')]
All my senses seemed to desire to veil themselves and, feeling that I was about to slip from them, I pressed the palms of my hands together until they trembled, murmuring: “O love!
[('One', 'CD'), ('evening', 'NN'), ('I', 'PRP'), ('went', 'VBD'), ('into', 'IN'), ('the', 'DT'), ('back', 'JJ'), ('drawing-room', 'NN'), ('in', 'IN'), ('which', 'WDT'), ('the', 'DT'), ('priest', 'NN'), ('had', 'VBD'), ('died', 'VBN'), ('.', '.')]
[('One', 'NUM'), ('evening', 'NOUN'), ('I', 'PRON'), ('went', 'VERB'), ('into', 'ADP'), ('the', 'DET'), ('back', 'ADJ'), ('drawing', 'NOUN'), ('-', 'PUNCT'), ('room', 'NOUN'), ('in', 'ADP'), ('which', 'PRON'), ('the', 'DET'), ('priest', 'NOUN'), ('had', 'AUX'), ('died', 'VERB'), ('.', 'PUNCT')]
[('One', 'CARDINAL')]
[('One', 'nummod', 'evening'), ('evening', 'npadvmod', 'went'), ('I', 'nsubj', 'went'), ('went', 'ROOT', 'went'), ('into', 'prep', 'went'), ('the', 'det', 'room'), ('back', 'amod', 'room'), ('drawing', 'compound', 'room'), ('-', 'punct', 'room'), ('room', 'pobj', 'into'), ('in', 'prep', 'died'), ('which', 'pobj', 'in'), ('the', 'det', 'priest'), ('priest', 'nsubj', 'died'), ('had', 'aux', 'died'), ('died', 'relcl', 'room'), ('.', 'punct', 'went')]
O love!” many times.
[('It', 'PRP'), ('was', 'VBD'), ('a', 'DT'), ('dark', 'JJ'), ('rainy', 'NN'), ('evening', 'NN'), ('and', 'CC'), ('there', 'EX'), ('was', 'VBD'), ('no', 'DT'), ('sound', 'NN'), ('in', 'IN'), ('the', 'DT'), ('house', 'NN'), ('.', '.')]
[('It', 'PRON'), ('was', 'AUX'), ('a', 'DET'), ('dark', 'ADJ'), ('rainy', 'ADJ'), ('evening', 'NOUN'), ('and', 'CCONJ'), ('there', 'PRON'), ('was', 'VERB'), ('no', 'DET'), ('sound', 'NOUN'), ('in', 'ADP'), ('the', 'DET'), ('house', 'NOUN'), ('.', 'PUNCT')]
[('evening', 'TIME')]
[('It', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('a', 'det', 'evening'), ('dark', 'amod', 'evening'), ('rainy', 'amod', 'evening'), ('evening', 'attr', 'was'), ('and', 'cc', 'was'), ('there', 'expl', 'was'), ('was', 'conj', 'was'), ('no', 'det', 'sound'), ('sound', 'attr', 'was'), ('in', 'prep', 'sound'), ('the', 'det', 'house'), ('house', 'pobj', 'in'), ('.', 'punct', 'was')]
At last she spoke to me.
[('Through', 'IN'), ('one', 'CD'), ('of', 'IN'), ('the', 'DT'), ('broken', 'JJ'), ('panes', 'NNS'), ('I', 'PRP'), ('heard', 'VBD'), ('the', 'DT'), ('rain', 'NN'), ('impinge', 'NN'), ('upon', 'IN'), ('the', 'DT'), ('earth', 'NN'), (',', ','), ('the', 'DT'), ('fine', 'JJ'), ('incessant', 'JJ'), ('needles', 'NNS'), ('of', 'IN'), ('water', 'NN'), ('playing', 'NN'), ('in', 'IN'), ('the', 'DT'), ('sodden', 'JJ'), ('beds', 'NNS'), ('.', '.')]
[('Through', 'ADP'), ('one', 'NUM'), ('of', 'ADP'), ('the', 'DET'), ('broken', 'VERB'), ('panes', 'NOUN'), ('I', 'PRON'), ('heard', 'VERB'), ('the', 'DET'), ('rain', 'NOUN'), ('impinge', 'NOUN'), ('upon', 'SCONJ'), ('the', 'DET'), ('earth', 'NOUN'), (',', 'PUNCT'), ('the', 'DET'), ('fine', 'ADJ'), ('incessant', 'ADJ'), ('needles', 'NOUN'), ('of', 'ADP'), ('water', 'NOUN'), ('playing', 'VERB'), ('in', 'ADP'), ('the', 'DET'), ('sodden', 'ADJ'), ('beds', 'NOUN'), ('.', 'PUNCT')]
[('one', 'CARDINAL')]
[('Through', 'prep', 'needles'), ('one', 'pobj', 'Through'), ('of', 'prep', 'one'), ('the', 'det', 'panes'), ('broken', 'amod', 'panes'), ('panes', 'pobj', 'of'), ('I', 'nsubj', 'heard'), ('heard', 'relcl', 'panes'), ('the', 'det', 'rain'), ('rain', 'nsubj', 'impinge'), ('impinge', 'ccomp', 'heard'), ('upon', 'prep', 'impinge'), ('the', 'det', 'earth'), ('earth', 'pobj', 'upon'), (',', 'punct', 'needles'), ('the', 'det', 'needles'), ('fine', 'amod', 'needles'), ('incessant', 'amod', 'needles'), ('needles', 'ROOT', 'needles'), ('of', 'prep', 'needles'), ('water', 'compound', 'playing'), ('playing', 'pobj', 'of'), ('in', 'prep', 'playing'), ('the', 'det', 'beds'), ('sodden', 'amod', 'beds'), ('beds', 'pobj', 'in'), ('.', 'punct', 'needles')]
When she addressed the first words to me I was so confused that I did not know what to answer.
[('Some', 'DT'), ('distant', 'JJ'), ('lamp', 'NN'), ('or', 'CC'), ('lighted', 'VBN'), ('window', 'NN'), ('gleamed', 'VBN'), ('below', 'IN'), ('me', 'PRP'), ('.', '.')]
[('Some', 'DET'), ('distant', 'ADJ'), ('lamp', 'NOUN'), ('or', 'CCONJ'), ('lighted', 'VERB'), ('window', 'NOUN'), ('gleamed', 'VERB'), ('below', 'ADP'), ('me', 'PRON'), ('.', 'PUNCT')]
[]
[('Some', 'det', 'lamp'), ('distant', 'amod', 'lamp'), ('lamp', 'nsubj', 'gleamed'), ('or', 'cc', 'lamp'), ('lighted', 'amod', 'window'), ('window', 'conj', 'lamp'), ('gleamed', 'ROOT', 'gleamed'), ('below', 'prep', 'gleamed'), ('me', 'pobj', 'below'), ('.', 'punct', 'gleamed')]
She asked me was I going to Araby.
[('I', 'PRP'), ('was', 'VBD'), ('thankful', 'JJ'), ('that', 'IN'), ('I', 'PRP'), ('could', 'MD'), ('see', 'VB'), ('so', 'RB'), ('little', 'JJ'), ('.', '.')]
[('I', 'PRON'), ('was', 'AUX'), ('thankful', 'ADJ'), ('that', 'SCONJ'), ('I', 'PRON'), ('could', 'AUX'), ('see', 'VERB'), ('so', 'ADV'), ('little', 'ADJ'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('thankful', 'acomp', 'was'), ('that', 'mark', 'see'), ('I', 'nsubj', 'see'), ('could', 'aux', 'see'), ('see', 'ccomp', 'thankful'), ('so', 'advmod', 'little'), ('little', 'dobj', 'see'), ('.', 'punct', 'was')]
I forgot whether I answered yes or no.
[('All', 'DT'), ('my', 'PRP$'), ('senses', 'NNS'), ('seemed', 'VBD'), ('to', 'TO'), ('desire', 'VB'), ('to', 'TO'), ('veil', 'VB'), ('themselves', 'PRP'), ('and', 'CC'), (',', ','), ('feeling', 'VBG'), ('that', 'IN'), ('I', 'PRP'), ('was', 'VBD'), ('about', 'RB'), ('to', 'TO'), ('slip', 'VB'), ('from', 'IN'), ('them', 'PRP'), (',', ','), ('I', 'PRP'), ('pressed', 'VBD'), ('the', 'DT'), ('palms', 'NN'), ('of', 'IN'), ('my', 'PRP$'), ('hands', 'NNS'), ('together', 'RB'), ('until', 'IN'), ('they', 'PRP'), ('trembled', 'VBD'), (',', ','), ('murmuring', 'VBG'), (':', ':'), ('“', 'NN'), ('O', 'NNP'), ('love', 'NN'), ('!', '.')]
[('All', 'DET'), ('my', 'PRON'), ('senses', 'NOUN'), ('seemed', 'VERB'), ('to', 'PART'), ('desire', 'VERB'), ('to', 'PART'), ('veil', 'VERB'), ('themselves', 'PRON'), ('and', 'CCONJ'), (',', 'PUNCT'), ('feeling', 'VERB'), ('that', 'SCONJ'), ('I', 'PRON'), ('was', 'AUX'), ('about', 'ADJ'), ('to', 'PART'), ('slip', 'VERB'), ('from', 'ADP'), ('them', 'PRON'), (',', 'PUNCT'), ('I', 'PRON'), ('pressed', 'VERB'), ('the', 'DET'), ('palms', 'NOUN'), ('of', 'ADP'), ('my', 'PRON'), ('hands', 'NOUN'), ('together', 'ADV'), ('until', 'SCONJ'), ('they', 'PRON'), ('trembled', 'VERB'), (',', 'PUNCT'), ('murmuring', 'VERB'), (':', 'PUNCT'), ('“', 'PUNCT'), ('O', 'INTJ'), ('love', 'NOUN'), ('!', 'PUNCT')]
[]
[('All', 'det', 'senses'), ('my', 'poss', 'senses'), ('senses', 'nsubj', 'seemed'), ('seemed', 'ROOT', 'seemed'), ('to', 'aux', 'desire'), ('desire', 'xcomp', 'seemed'), ('to', 'aux', 'veil'), ('veil', 'xcomp', 'desire'), ('themselves', 'dobj', 'veil'), ('and', 'cc', 'veil'), (',', 'punct', 'seemed'), ('feeling', 'advcl', 'pressed'), ('that', 'mark', 'was'), ('I', 'nsubj', 'was'), ('was', 'ccomp', 'feeling'), ('about', 'acomp', 'was'), ('to', 'aux', 'slip'), ('slip', 'xcomp', 'about'), ('from', 'prep', 'slip'), ('them', 'pobj', 'from'), (',', 'punct', 'pressed'), ('I', 'nsubj', 'pressed'), ('pressed', 'conj', 'seemed'), ('the', 'det', 'palms'), ('palms', 'dobj', 'pressed'), ('of', 'prep', 'palms'), ('my', 'poss', 'hands'), ('hands', 'pobj', 'of'), ('together', 'advmod', 'pressed'), ('until', 'mark', 'trembled'), ('they', 'nsubj', 'trembled'), ('trembled', 'advcl', 'pressed'), (',', 'punct', 'pressed'), ('murmuring', 'conj', 'pressed'), (':', 'punct', 'murmuring'), ('“', 'punct', 'love'), ('O', 'intj', 'love'), ('love', 'dobj', 'murmuring'), ('!', 'punct', 'seemed')]
It would be a splendid bazaar, she said; she would love to go.
[('O', 'NNP'), ('love', 'NN'), ('!', '.'), ('”', 'RB'), ('many', 'JJ'), ('times', 'NNS'), ('.', '.')]
[('O', 'INTJ'), ('love', 'NOUN'), ('!', 'PUNCT'), ('”', 'PUNCT'), ('many', 'ADJ'), ('times', 'NOUN'), ('.', 'PUNCT')]
[]
[('O', 'intj', 'love'), ('love', 'ROOT', 'love'), ('!', 'punct', 'love'), ('”', 'punct', 'love'), ('many', 'amod', 'times'), ('times', 'ROOT', 'times'), ('.', 'punct', 'times')]
“And why can’t you?” I asked.
[('At', 'IN'), ('last', 'JJ'), ('she', 'PRP'), ('spoke', 'VBD'), ('to', 'TO'), ('me', 'PRP'), ('.', '.')]
[('At', 'ADP'), ('last', 'ADJ'), ('she', 'PRON'), ('spoke', 'VERB'), ('to', 'ADP'), ('me', 'PRON'), ('.', 'PUNCT')]
[]
[('At', 'prep', 'spoke'), ('last', 'pobj', 'At'), ('she', 'nsubj', 'spoke'), ('spoke', 'ROOT', 'spoke'), ('to', 'prep', 'spoke'), ('me', 'pobj', 'to'), ('.', 'punct', 'spoke')]
While she spoke she turned a silver bracelet round and round her wrist.
[('When', 'WRB'), ('she', 'PRP'), ('addressed', 'VBD'), ('the', 'DT'), ('first', 'JJ'), ('words', 'NNS'), ('to', 'TO'), ('me', 'PRP'), ('I', 'PRP'), ('was', 'VBD'), ('so', 'RB'), ('confused', 'JJ'), ('that', 'IN'), ('I', 'PRP'), ('did', 'VBD'), ('not', 'RB'), ('know', 'VB'), ('what', 'WP'), ('to', 'TO'), ('answer', 'VB'), ('.', '.')]
[('When', 'SCONJ'), ('she', 'PRON'), ('addressed', 'VERB'), ('the', 'DET'), ('first', 'ADJ'), ('words', 'NOUN'), ('to', 'ADP'), ('me', 'PRON'), ('I', 'PRON'), ('was', 'AUX'), ('so', 'ADV'), ('confused', 'ADJ'), ('that', 'SCONJ'), ('I', 'PRON'), ('did', 'AUX'), ('not', 'PART'), ('know', 'VERB'), ('what', 'PRON'), ('to', 'PART'), ('answer', 'VERB'), ('.', 'PUNCT')]
[('first', 'ORDINAL')]
[('When', 'advmod', 'addressed'), ('she', 'nsubj', 'addressed'), ('addressed', 'advcl', 'was'), ('the', 'det', 'words'), ('first', 'amod', 'words'), ('words', 'dobj', 'addressed'), ('to', 'prep', 'addressed'), ('me', 'pobj', 'to'), ('I', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('so', 'advmod', 'confused'), ('confused', 'acomp', 'was'), ('that', 'mark', 'know'), ('I', 'nsubj', 'know'), ('did', 'aux', 'know'), ('not', 'neg', 'know'), ('know', 'ccomp', 'confused'), ('what', 'dobj', 'answer'), ('to', 'aux', 'answer'), ('answer', 'xcomp', 'know'), ('.', 'punct', 'was')]
She could not go, she said, because there would be a retreat that week in her convent.
[('She', 'PRP'), ('asked', 'VBD'), ('me', 'PRP'), ('was', 'VBD'), ('I', 'PRP'), ('going', 'VBG'), ('to', 'TO'), ('Araby', 'NNP'), ('.', '.')]
[('She', 'PRON'), ('asked', 'VERB'), ('me', 'PRON'), ('was', 'AUX'), ('I', 'PRON'), ('going', 'VERB'), ('to', 'ADP'), ('Araby', 'PROPN'), ('.', 'PUNCT')]
[('Araby', 'PRODUCT')]
[('She', 'nsubj', 'asked'), ('asked', 'ROOT', 'asked'), ('me', 'dobj', 'asked'), ('was', 'aux', 'going'), ('I', 'nsubj', 'going'), ('going', 'ccomp', 'asked'), ('to', 'prep', 'going'), ('Araby', 'pobj', 'to'), ('.', 'punct', 'asked')]
Her brother and two other boys were fighting for their caps and I was alone at the railings.
[('I', 'PRP'), ('forgot', 'VBD'), ('whether', 'IN'), ('I', 'PRP'), ('answered', 'VBD'), ('yes', 'NNS'), ('or', 'CC'), ('no', 'DT'), ('.', '.')]
[('I', 'PRON'), ('forgot', 'VERB'), ('whether', 'SCONJ'), ('I', 'PRON'), ('answered', 'VERB'), ('yes', 'INTJ'), ('or', 'CCONJ'), ('no', 'NOUN'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'forgot'), ('forgot', 'ROOT', 'forgot'), ('whether', 'mark', 'answered'), ('I', 'nsubj', 'answered'), ('answered', 'ccomp', 'forgot'), ('yes', 'intj', 'answered'), ('or', 'cc', 'no'), ('no', 'conj', 'answered'), ('.', 'punct', 'forgot')]
She held one of the spikes, bowing her head towards me.
[('It', 'PRP'), ('would', 'MD'), ('be', 'VB'), ('a', 'DT'), ('splendid', 'JJ'), ('bazaar', 'NN'), (',', ','), ('she', 'PRP'), ('said', 'VBD'), (';', ':'), ('she', 'PRP'), ('would', 'MD'), ('love', 'VB'), ('to', 'TO'), ('go', 'VB'), ('.', '.')]
[('It', 'PRON'), ('would', 'AUX'), ('be', 'AUX'), ('a', 'DET'), ('splendid', 'ADJ'), ('bazaar', 'NOUN'), (',', 'PUNCT'), ('she', 'PRON'), ('said', 'VERB'), (';', 'PUNCT'), ('she', 'PRON'), ('would', 'AUX'), ('love', 'VERB'), ('to', 'PART'), ('go', 'VERB'), ('.', 'PUNCT')]
[]
[('It', 'nsubj', 'be'), ('would', 'aux', 'be'), ('be', 'ccomp', 'said'), ('a', 'det', 'bazaar'), ('splendid', 'amod', 'bazaar'), ('bazaar', 'attr', 'be'), (',', 'punct', 'said'), ('she', 'nsubj', 'said'), ('said', 'ROOT', 'said'), (';', 'punct', 'said'), ('she', 'nsubj', 'love'), ('would', 'aux', 'love'), ('love', 'ccomp', 'said'), ('to', 'aux', 'go'), ('go', 'xcomp', 'love'), ('.', 'punct', 'said')]
The light from the lamp opposite our door caught the white curve of her neck, lit up her hair that rested there and, falling, lit up the hand upon the railing.
[('“', 'NN'), ('And', 'CC'), ('why', 'WRB'), ('can', 'MD'), ('’', 'VB'), ('t', 'VB'), ('you', 'PRP'), ('?', '.'), ('”', "''"), ('I', 'PRP'), ('asked', 'VBD'), ('.', '.')]
[('“', 'PUNCT'), ('And', 'CCONJ'), ('why', 'SCONJ'), ('ca', 'AUX'), ('n’t', 'PART'), ('you', 'PRON'), ('?', 'PUNCT'), ('”', 'PUNCT'), ('I', 'PRON'), ('asked', 'VERB'), ('.', 'PUNCT')]
[]
[('“', 'punct', 'ca'), ('And', 'cc', 'ca'), ('why', 'advmod', 'ca'), ('ca', 'ROOT', 'ca'), ('n’t', 'neg', 'ca'), ('you', 'nsubj', 'ca'), ('?', 'punct', 'ca'), ('”', 'punct', 'ca'), ('I', 'nsubj', 'asked'), ('asked', 'ROOT', 'asked'), ('.', 'punct', 'asked')]
It fell over one side of her dress and caught the white border of a petticoat, just visible as she stood at ease.
[('While', 'IN'), ('she', 'PRP'), ('spoke', 'VBD'), ('she', 'PRP'), ('turned', 'VBD'), ('a', 'DT'), ('silver', 'JJ'), ('bracelet', 'NN'), ('round', 'NN'), ('and', 'CC'), ('round', 'VB'), ('her', 'PRP$'), ('wrist', 'NN'), ('.', '.')]
[('While', 'SCONJ'), ('she', 'PRON'), ('spoke', 'VERB'), ('she', 'PRON'), ('turned', 'VERB'), ('a', 'DET'), ('silver', 'ADJ'), ('bracelet', 'NOUN'), ('round', 'NOUN'), ('and', 'CCONJ'), ('round', 'VERB'), ('her', 'PRON'), ('wrist', 'NOUN'), ('.', 'PUNCT')]
[]
[('While', 'mark', 'spoke'), ('she', 'nsubj', 'spoke'), ('spoke', 'advcl', 'turned'), ('she', 'nsubj', 'turned'), ('turned', 'ROOT', 'turned'), ('a', 'det', 'round'), ('silver', 'amod', 'round'), ('bracelet', 'compound', 'round'), ('round', 'dobj', 'turned'), ('and', 'cc', 'turned'), ('round', 'conj', 'turned'), ('her', 'poss', 'wrist'), ('wrist', 'dobj', 'round'), ('.', 'punct', 'turned')]
“It’s well for you,” she said.
[('She', 'PRP'), ('could', 'MD'), ('not', 'RB'), ('go', 'VB'), (',', ','), ('she', 'PRP'), ('said', 'VBD'), (',', ','), ('because', 'IN'), ('there', 'EX'), ('would', 'MD'), ('be', 'VB'), ('a', 'DT'), ('retreat', 'NN'), ('that', 'WDT'), ('week', 'NN'), ('in', 'IN'), ('her', 'PRP$'), ('convent', 'NN'), ('.', '.')]
[('She', 'PRON'), ('could', 'AUX'), ('not', 'PART'), ('go', 'VERB'), (',', 'PUNCT'), ('she', 'PRON'), ('said', 'VERB'), (',', 'PUNCT'), ('because', 'SCONJ'), ('there', 'PRON'), ('would', 'AUX'), ('be', 'AUX'), ('a', 'DET'), ('retreat', 'NOUN'), ('that', 'DET'), ('week', 'NOUN'), ('in', 'ADP'), ('her', 'PRON'), ('convent', 'NOUN'), ('.', 'PUNCT')]
[('that week', 'DATE')]
[('She', 'nsubj', 'go'), ('could', 'aux', 'go'), ('not', 'neg', 'go'), ('go', 'ROOT', 'go'), (',', 'punct', 'said'), ('she', 'nsubj', 'said'), ('said', 'parataxis', 'go'), (',', 'punct', 'said'), ('because', 'mark', 'be'), ('there', 'expl', 'be'), ('would', 'aux', 'be'), ('be', 'advcl', 'go'), ('a', 'det', 'retreat'), ('retreat', 'attr', 'be'), ('that', 'det', 'week'), ('week', 'npadvmod', 'be'), ('in', 'prep', 'be'), ('her', 'poss', 'convent'), ('convent', 'pobj', 'in'), ('.', 'punct', 'go')]
“If I go,” I said, “I will bring you something.” What innumerable follies laid waste my waking and sleeping thoughts after that evening!
[('Her', 'PRP$'), ('brother', 'NN'), ('and', 'CC'), ('two', 'CD'), ('other', 'JJ'), ('boys', 'NNS'), ('were', 'VBD'), ('fighting', 'VBG'), ('for', 'IN'), ('their', 'PRP$'), ('caps', 'NNS'), ('and', 'CC'), ('I', 'PRP'), ('was', 'VBD'), ('alone', 'RB'), ('at', 'IN'), ('the', 'DT'), ('railings', 'NNS'), ('.', '.')]
[('Her', 'PRON'), ('brother', 'NOUN'), ('and', 'CCONJ'), ('two', 'NUM'), ('other', 'ADJ'), ('boys', 'NOUN'), ('were', 'AUX'), ('fighting', 'VERB'), ('for', 'ADP'), ('their', 'PRON'), ('caps', 'NOUN'), ('and', 'CCONJ'), ('I', 'PRON'), ('was', 'AUX'), ('alone', 'ADJ'), ('at', 'ADP'), ('the', 'DET'), ('railings', 'NOUN'), ('.', 'PUNCT')]
[('two', 'CARDINAL')]
[('Her', 'poss', 'brother'), ('brother', 'nsubj', 'fighting'), ('and', 'cc', 'brother'), ('two', 'nummod', 'boys'), ('other', 'amod', 'boys'), ('boys', 'conj', 'brother'), ('were', 'aux', 'fighting'), ('fighting', 'ROOT', 'fighting'), ('for', 'prep', 'fighting'), ('their', 'poss', 'caps'), ('caps', 'pobj', 'for'), ('and', 'cc', 'fighting'), ('I', 'nsubj', 'was'), ('was', 'conj', 'fighting'), ('alone', 'acomp', 'was'), ('at', 'prep', 'alone'), ('the', 'det', 'railings'), ('railings', 'pobj', 'at'), ('.', 'punct', 'was')]
I wished to annihilate the tedious intervening days.
[('She', 'PRP'), ('held', 'VBD'), ('one', 'CD'), ('of', 'IN'), ('the', 'DT'), ('spikes', 'NNS'), (',', ','), ('bowing', 'VBG'), ('her', 'PRP$'), ('head', 'NN'), ('towards', 'IN'), ('me', 'PRP'), ('.', '.')]
[('She', 'PRON'), ('held', 'VERB'), ('one', 'NUM'), ('of', 'ADP'), ('the', 'DET'), ('spikes', 'NOUN'), (',', 'PUNCT'), ('bowing', 'VERB'), ('her', 'PRON'), ('head', 'NOUN'), ('towards', 'ADP'), ('me', 'PRON'), ('.', 'PUNCT')]
[]
[('She', 'nsubj', 'held'), ('held', 'ROOT', 'held'), ('one', 'dobj', 'held'), ('of', 'prep', 'one'), ('the', 'det', 'spikes'), ('spikes', 'pobj', 'of'), (',', 'punct', 'held'), ('bowing', 'advcl', 'held'), ('her', 'poss', 'head'), ('head', 'dobj', 'bowing'), ('towards', 'prep', 'bowing'), ('me', 'pobj', 'towards'), ('.', 'punct', 'held')]
I chafed against the work of school.
[('The', 'DT'), ('light', 'NN'), ('from', 'IN'), ('the', 'DT'), ('lamp', 'NN'), ('opposite', 'RB'), ('our', 'PRP$'), ('door', 'NN'), ('caught', 'VBD'), ('the', 'DT'), ('white', 'JJ'), ('curve', 'NN'), ('of', 'IN'), ('her', 'PRP$'), ('neck', 'NN'), (',', ','), ('lit', 'VBD'), ('up', 'RP'), ('her', 'PRP$'), ('hair', 'NN'), ('that', 'IN'), ('rested', 'VBD'), ('there', 'EX'), ('and', 'CC'), (',', ','), ('falling', 'VBG'), (',', ','), ('lit', 'VBD'), ('up', 'RP'), ('the', 'DT'), ('hand', 'NN'), ('upon', 'IN'), ('the', 'DT'), ('railing', 'NN'), ('.', '.')]
[('The', 'DET'), ('light', 'NOUN'), ('from', 'ADP'), ('the', 'DET'), ('lamp', 'NOUN'), ('opposite', 'ADP'), ('our', 'PRON'), ('door', 'NOUN'), ('caught', 'VERB'), ('the', 'DET'), ('white', 'ADJ'), ('curve', 'NOUN'), ('of', 'ADP'), ('her', 'PRON'), ('neck', 'NOUN'), (',', 'PUNCT'), ('lit', 'VERB'), ('up', 'ADP'), ('her', 'PRON'), ('hair', 'NOUN'), ('that', 'PRON'), ('rested', 'VERB'), ('there', 'ADV'), ('and', 'CCONJ'), (',', 'PUNCT'), ('falling', 'VERB'), (',', 'PUNCT'), ('lit', 'VERB'), ('up', 'ADP'), ('the', 'DET'), ('hand', 'NOUN'), ('upon', 'SCONJ'), ('the', 'DET'), ('railing', 'NOUN'), ('.', 'PUNCT')]
[]
[('The', 'det', 'light'), ('light', 'nsubj', 'caught'), ('from', 'prep', 'light'), ('the', 'det', 'lamp'), ('lamp', 'pobj', 'from'), ('opposite', 'prep', 'light'), ('our', 'poss', 'door'), ('door', 'pobj', 'opposite'), ('caught', 'ROOT', 'caught'), ('the', 'det', 'curve'), ('white', 'amod', 'curve'), ('curve', 'dobj', 'caught'), ('of', 'prep', 'curve'), ('her', 'poss', 'neck'), ('neck', 'pobj', 'of'), (',', 'punct', 'caught'), ('lit', 'advcl', 'caught'), ('up', 'prt', 'lit'), ('her', 'poss', 'hair'), ('hair', 'dobj', 'lit'), ('that', 'nsubj', 'rested'), ('rested', 'relcl', 'hair'), ('there', 'advmod', 'rested'), ('and', 'cc', 'rested'), (',', 'punct', 'lit'), ('falling', 'advcl', 'lit'), (',', 'punct', 'lit'), ('lit', 'conj', 'lit'), ('up', 'prt', 'lit'), ('the', 'det', 'hand'), ('hand', 'dobj', 'lit'), ('upon', 'prep', 'lit'), ('the', 'det', 'railing'), ('railing', 'pobj', 'upon'), ('.', 'punct', 'caught')]
At night in my bedroom and by day in the classroom her image came between me and the page I strove to read.
[('It', 'PRP'), ('fell', 'VBD'), ('over', 'RP'), ('one', 'CD'), ('side', 'NN'), ('of', 'IN'), ('her', 'PRP$'), ('dress', 'NN'), ('and', 'CC'), ('caught', 'VBD'), ('the', 'DT'), ('white', 'JJ'), ('border', 'NN'), ('of', 'IN'), ('a', 'DT'), ('petticoat', 'NN'), (',', ','), ('just', 'RB'), ('visible', 'JJ'), ('as', 'IN'), ('she', 'PRP'), ('stood', 'VBD'), ('at', 'IN'), ('ease', 'NN'), ('.', '.')]
[('It', 'PRON'), ('fell', 'VERB'), ('over', 'ADP'), ('one', 'NUM'), ('side', 'NOUN'), ('of', 'ADP'), ('her', 'PRON'), ('dress', 'NOUN'), ('and', 'CCONJ'), ('caught', 'VERB'), ('the', 'DET'), ('white', 'ADJ'), ('border', 'NOUN'), ('of', 'ADP'), ('a', 'DET'), ('petticoat', 'NOUN'), (',', 'PUNCT'), ('just', 'ADV'), ('visible', 'ADJ'), ('as', 'SCONJ'), ('she', 'PRON'), ('stood', 'VERB'), ('at', 'ADP'), ('ease', 'NOUN'), ('.', 'PUNCT')]
[]
[('It', 'nsubj', 'fell'), ('fell', 'ROOT', 'fell'), ('over', 'prep', 'fell'), ('one', 'nummod', 'side'), ('side', 'pobj', 'over'), ('of', 'prep', 'side'), ('her', 'poss', 'dress'), ('dress', 'pobj', 'of'), ('and', 'cc', 'fell'), ('caught', 'conj', 'fell'), ('the', 'det', 'border'), ('white', 'amod', 'border'), ('border', 'dobj', 'caught'), ('of', 'prep', 'border'), ('a', 'det', 'petticoat'), ('petticoat', 'pobj', 'of'), (',', 'punct', 'caught'), ('just', 'advmod', 'visible'), ('visible', 'conj', 'caught'), ('as', 'mark', 'stood'), ('she', 'nsubj', 'stood'), ('stood', 'advcl', 'visible'), ('at', 'prep', 'stood'), ('ease', 'pobj', 'at'), ('.', 'punct', 'fell')]
The syllables of the word Araby were called to me through the silence in which my soul luxuriated and cast an Eastern enchantment over me.
[('“', 'VB'), ('It', 'PRP'), ('’', 'NNP'), ('s', 'VBZ'), ('well', 'RB'), ('for', 'IN'), ('you', 'PRP'), (',', ','), ('”', 'VB'), ('she', 'PRP'), ('said', 'VBD'), ('.', '.')]
[('“', 'PUNCT'), ('It', 'PRON'), ('’s', 'VERB'), ('well', 'ADV'), ('for', 'ADP'), ('you', 'PRON'), (',', 'PUNCT'), ('”', 'PUNCT'), ('she', 'PRON'), ('said', 'VERB'), ('.', 'PUNCT')]
[]
[('“', 'punct', 'said'), ('It', 'nsubj', '’s'), ('’s', 'ccomp', 'said'), ('well', 'acomp', '’s'), ('for', 'prep', '’s'), ('you', 'pobj', 'for'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('she', 'nsubj', 'said'), ('said', 'ROOT', 'said'), ('.', 'punct', 'said')]
I asked for leave to go to the bazaar on Saturday night.
[('“', 'NN'), ('If', 'IN'), ('I', 'PRP'), ('go', 'VBP'), (',', ','), ('”', 'VBP'), ('I', 'PRP'), ('said', 'VBD'), (',', ','), ('“', 'NNP'), ('I', 'PRP'), ('will', 'MD'), ('bring', 'VB'), ('you', 'PRP'), ('something.', 'VBP'), ('”', 'VB'), ('What', 'WP'), ('innumerable', 'JJ'), ('follies', 'NNS'), ('laid', 'VBN'), ('waste', 'NN'), ('my', 'PRP$'), ('waking', 'NN'), ('and', 'CC'), ('sleeping', 'VBG'), ('thoughts', 'NNS'), ('after', 'IN'), ('that', 'DT'), ('evening', 'NN'), ('!', '.')]
[('“', 'PUNCT'), ('If', 'SCONJ'), ('I', 'PRON'), ('go', 'VERB'), (',', 'PUNCT'), ('”', 'PUNCT'), ('I', 'PRON'), ('said', 'VERB'), (',', 'PUNCT'), ('“', 'PUNCT'), ('I', 'PRON'), ('will', 'AUX'), ('bring', 'VERB'), ('you', 'PRON'), ('something', 'PRON'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('What', 'PRON'), ('innumerable', 'ADJ'), ('follies', 'NOUN'), ('laid', 'VERB'), ('waste', 'VERB'), ('my', 'PRON'), ('waking', 'NOUN'), ('and', 'CCONJ'), ('sleeping', 'VERB'), ('thoughts', 'NOUN'), ('after', 'ADP'), ('that', 'DET'), ('evening', 'NOUN'), ('!', 'PUNCT')]
[('evening', 'TIME')]
[('“', 'punct', 'said'), ('If', 'mark', 'go'), ('I', 'nsubj', 'go'), ('go', 'advcl', 'said'), (',', 'punct', 'said'), ('”', 'punct', 'said'), ('I', 'nsubj', 'said'), ('said', 'ROOT', 'said'), (',', 'punct', 'said'), ('“', 'punct', 'said'), ('I', 'nsubj', 'bring'), ('will', 'aux', 'bring'), ('bring', 'ccomp', 'said'), ('you', 'dative', 'bring'), ('something', 'dobj', 'bring'), ('.', 'punct', 'said'), ('”', 'punct', 'said'), ('What', 'det', 'follies'), ('innumerable', 'amod', 'follies'), ('follies', 'nsubj', 'laid'), ('laid', 'ROOT', 'laid'), ('waste', 'dobj', 'laid'), ('my', 'poss', 'waking'), ('waking', 'dobj', 'waste'), ('and', 'cc', 'waking'), ('sleeping', 'conj', 'waking'), ('thoughts', 'conj', 'waking'), ('after', 'prep', 'laid'), ('that', 'det', 'evening'), ('evening', 'pobj', 'after'), ('!', 'punct', 'laid')]
My aunt was surprised and hoped it was not some Freemason affair.
[('I', 'PRP'), ('wished', 'VBD'), ('to', 'TO'), ('annihilate', 'VB'), ('the', 'DT'), ('tedious', 'JJ'), ('intervening', 'NN'), ('days', 'NNS'), ('.', '.')]
[('I', 'PRON'), ('wished', 'VERB'), ('to', 'PART'), ('annihilate', 'VERB'), ('the', 'DET'), ('tedious', 'ADJ'), ('intervening', 'NOUN'), ('days', 'NOUN'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'wished'), ('wished', 'ROOT', 'wished'), ('to', 'aux', 'annihilate'), ('annihilate', 'xcomp', 'wished'), ('the', 'det', 'days'), ('tedious', 'amod', 'days'), ('intervening', 'compound', 'days'), ('days', 'dobj', 'annihilate'), ('.', 'punct', 'wished')]
I answered few questions in class.
[('I', 'PRP'), ('chafed', 'VBP'), ('against', 'IN'), ('the', 'DT'), ('work', 'NN'), ('of', 'IN'), ('school', 'NN'), ('.', '.')]
[('I', 'PRON'), ('chafed', 'VERB'), ('against', 'ADP'), ('the', 'DET'), ('work', 'NOUN'), ('of', 'ADP'), ('school', 'NOUN'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'chafed'), ('chafed', 'ROOT', 'chafed'), ('against', 'prep', 'chafed'), ('the', 'det', 'work'), ('work', 'pobj', 'against'), ('of', 'prep', 'work'), ('school', 'pobj', 'of'), ('.', 'punct', 'chafed')]
I watched my master’s face pass from amiability to sternness; he hoped I was not beginning to idle.
[('At', 'IN'), ('night', 'NN'), ('in', 'IN'), ('my', 'PRP$'), ('bedroom', 'NN'), ('and', 'CC'), ('by', 'IN'), ('day', 'NN'), ('in', 'IN'), ('the', 'DT'), ('classroom', 'NN'), ('her', 'PRP$'), ('image', 'NN'), ('came', 'VBD'), ('between', 'IN'), ('me', 'PRP'), ('and', 'CC'), ('the', 'DT'), ('page', 'NN'), ('I', 'PRP'), ('strove', 'VBP'), ('to', 'TO'), ('read', 'VB'), ('.', '.')]
[('At', 'ADP'), ('night', 'NOUN'), ('in', 'ADP'), ('my', 'PRON'), ('bedroom', 'NOUN'), ('and', 'CCONJ'), ('by', 'ADP'), ('day', 'NOUN'), ('in', 'ADP'), ('the', 'DET'), ('classroom', 'NOUN'), ('her', 'PRON'), ('image', 'NOUN'), ('came', 'VERB'), ('between', 'ADP'), ('me', 'PRON'), ('and', 'CCONJ'), ('the', 'DET'), ('page', 'NOUN'), ('I', 'PRON'), ('strove', 'VERB'), ('to', 'PART'), ('read', 'VERB'), ('.', 'PUNCT')]
[('night', 'TIME')]
[('At', 'prep', 'came'), ('night', 'pobj', 'At'), ('in', 'prep', 'night'), ('my', 'poss', 'bedroom'), ('bedroom', 'pobj', 'in'), ('and', 'cc', 'in'), ('by', 'prep', 'came'), ('day', 'pobj', 'by'), ('in', 'prep', 'day'), ('the', 'det', 'classroom'), ('classroom', 'pobj', 'in'), ('her', 'poss', 'image'), ('image', 'nsubj', 'came'), ('came', 'ROOT', 'came'), ('between', 'prep', 'came'), ('me', 'pobj', 'between'), ('and', 'cc', 'me'), ('the', 'det', 'page'), ('page', 'conj', 'me'), ('I', 'nsubj', 'strove'), ('strove', 'relcl', 'page'), ('to', 'aux', 'read'), ('read', 'xcomp', 'strove'), ('.', 'punct', 'came')]
I could not call my wandering thoughts together.
[('The', 'DT'), ('syllables', 'NNS'), ('of', 'IN'), ('the', 'DT'), ('word', 'NN'), ('Araby', 'NNP'), ('were', 'VBD'), ('called', 'VBN'), ('to', 'TO'), ('me', 'PRP'), ('through', 'IN'), ('the', 'DT'), ('silence', 'NN'), ('in', 'IN'), ('which', 'WDT'), ('my', 'PRP$'), ('soul', 'NN'), ('luxuriated', 'VBN'), ('and', 'CC'), ('cast', 'VBD'), ('an', 'DT'), ('Eastern', 'JJ'), ('enchantment', 'NN'), ('over', 'IN'), ('me', 'PRP'), ('.', '.')]
[('The', 'DET'), ('syllables', 'NOUN'), ('of', 'ADP'), ('the', 'DET'), ('word', 'NOUN'), ('Araby', 'PROPN'), ('were', 'AUX'), ('called', 'VERB'), ('to', 'ADP'), ('me', 'PRON'), ('through', 'ADP'), ('the', 'DET'), ('silence', 'NOUN'), ('in', 'ADP'), ('which', 'PRON'), ('my', 'PRON'), ('soul', 'NOUN'), ('luxuriated', 'VERB'), ('and', 'CCONJ'), ('cast', 'VERB'), ('an', 'DET'), ('Eastern', 'PROPN'), ('enchantment', 'NOUN'), ('over', 'ADP'), ('me', 'PRON'), ('.', 'PUNCT')]
[('Araby', 'PERSON'), ('Eastern', 'ORG')]
[('The', 'det', 'syllables'), ('syllables', 'ROOT', 'syllables'), ('of', 'prep', 'syllables'), ('the', 'det', 'word'), ('word', 'pobj', 'of'), ('Araby', 'nsubjpass', 'called'), ('were', 'auxpass', 'called'), ('called', 'relcl', 'word'), ('to', 'prep', 'called'), ('me', 'pobj', 'to'), ('through', 'prep', 'called'), ('the', 'det', 'silence'), ('silence', 'pobj', 'through'), ('in', 'prep', 'cast'), ('which', 'pobj', 'in'), ('my', 'poss', 'soul'), ('soul', 'nsubj', 'luxuriated'), ('luxuriated', 'relcl', 'silence'), ('and', 'cc', 'luxuriated'), ('cast', 'conj', 'luxuriated'), ('an', 'det', 'enchantment'), ('Eastern', 'compound', 'enchantment'), ('enchantment', 'dobj', 'cast'), ('over', 'prep', 'cast'), ('me', 'pobj', 'over'), ('.', 'punct', 'syllables')]
I had hardly any patience with the serious work of life which, now that it stood between me and my desire, seemed to me child’s play, ugly monotonous child’s play.
[('I', 'PRP'), ('asked', 'VBD'), ('for', 'IN'), ('leave', 'NN'), ('to', 'TO'), ('go', 'VB'), ('to', 'TO'), ('the', 'DT'), ('bazaar', 'NN'), ('on', 'IN'), ('Saturday', 'NNP'), ('night', 'NN'), ('.', '.')]
[('I', 'PRON'), ('asked', 'VERB'), ('for', 'ADP'), ('leave', 'NOUN'), ('to', 'PART'), ('go', 'VERB'), ('to', 'ADP'), ('the', 'DET'), ('bazaar', 'NOUN'), ('on', 'ADP'), ('Saturday', 'PROPN'), ('night', 'NOUN'), ('.', 'PUNCT')]
[('Saturday night', 'TIME')]
[('I', 'nsubj', 'asked'), ('asked', 'ROOT', 'asked'), ('for', 'prep', 'asked'), ('leave', 'pobj', 'for'), ('to', 'aux', 'go'), ('go', 'xcomp', 'asked'), ('to', 'prep', 'go'), ('the', 'det', 'bazaar'), ('bazaar', 'pobj', 'to'), ('on', 'prep', 'go'), ('Saturday', 'compound', 'night'), ('night', 'pobj', 'on'), ('.', 'punct', 'asked')]
On Saturday morning I reminded my uncle that I wished to go to the bazaar in the evening.
[('My', 'PRP$'), ('aunt', 'NN'), ('was', 'VBD'), ('surprised', 'JJ'), ('and', 'CC'), ('hoped', 'VBD'), ('it', 'PRP'), ('was', 'VBD'), ('not', 'RB'), ('some', 'DT'), ('Freemason', 'NNP'), ('affair', 'NN'), ('.', '.')]
[('My', 'PRON'), ('aunt', 'NOUN'), ('was', 'AUX'), ('surprised', 'ADJ'), ('and', 'CCONJ'), ('hoped', 'VERB'), ('it', 'PRON'), ('was', 'AUX'), ('not', 'PART'), ('some', 'DET'), ('Freemason', 'PROPN'), ('affair', 'NOUN'), ('.', 'PUNCT')]
[('Freemason', 'ORG')]
[('My', 'poss', 'aunt'), ('aunt', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('surprised', 'acomp', 'was'), ('and', 'cc', 'was'), ('hoped', 'conj', 'was'), ('it', 'nsubj', 'was'), ('was', 'ccomp', 'hoped'), ('not', 'neg', 'was'), ('some', 'det', 'affair'), ('Freemason', 'compound', 'affair'), ('affair', 'attr', 'was'), ('.', 'punct', 'was')]
He was fussing at the hallstand, looking for the hat-brush, and answered me curtly: “Yes, boy, I know.” As he was in the hall I could not go into the front parlour and lie at the window.
[('I', 'PRP'), ('answered', 'VBD'), ('few', 'JJ'), ('questions', 'NNS'), ('in', 'IN'), ('class', 'NN'), ('.', '.')]
[('I', 'PRON'), ('answered', 'VERB'), ('few', 'ADJ'), ('questions', 'NOUN'), ('in', 'ADP'), ('class', 'NOUN'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'answered'), ('answered', 'ROOT', 'answered'), ('few', 'amod', 'questions'), ('questions', 'dobj', 'answered'), ('in', 'prep', 'questions'), ('class', 'pobj', 'in'), ('.', 'punct', 'answered')]
I left the house in bad humour and walked slowly towards the school.
[('I', 'PRP'), ('watched', 'VBD'), ('my', 'PRP$'), ('master', 'NN'), ('’', 'NNP'), ('s', 'VBD'), ('face', 'NN'), ('pass', 'NN'), ('from', 'IN'), ('amiability', 'NN'), ('to', 'TO'), ('sternness', 'NN'), (';', ':'), ('he', 'PRP'), ('hoped', 'VBD'), ('I', 'PRP'), ('was', 'VBD'), ('not', 'RB'), ('beginning', 'VBG'), ('to', 'TO'), ('idle', 'VB'), ('.', '.')]
[('I', 'PRON'), ('watched', 'VERB'), ('my', 'PRON'), ('master', 'NOUN'), ('’s', 'PART'), ('face', 'NOUN'), ('pass', 'NOUN'), ('from', 'ADP'), ('amiability', 'NOUN'), ('to', 'ADP'), ('sternness', 'VERB'), (';', 'PUNCT'), ('he', 'PRON'), ('hoped', 'VERB'), ('I', 'PRON'), ('was', 'AUX'), ('not', 'PART'), ('beginning', 'VERB'), ('to', 'PART'), ('idle', 'VERB'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'watched'), ('watched', 'ccomp', 'hoped'), ('my', 'poss', 'master'), ('master', 'poss', 'pass'), ('’s', 'case', 'master'), ('face', 'compound', 'pass'), ('pass', 'dobj', 'watched'), ('from', 'prep', 'pass'), ('amiability', 'pobj', 'from'), ('to', 'prep', 'amiability'), ('sternness', 'pobj', 'to'), (';', 'punct', 'hoped'), ('he', 'nsubj', 'hoped'), ('hoped', 'ROOT', 'hoped'), ('I', 'nsubj', 'beginning'), ('was', 'aux', 'beginning'), ('not', 'neg', 'beginning'), ('beginning', 'ccomp', 'hoped'), ('to', 'aux', 'idle'), ('idle', 'xcomp', 'beginning'), ('.', 'punct', 'hoped')]
The air was pitilessly raw and already my heart misgave me.
[('I', 'PRP'), ('could', 'MD'), ('not', 'RB'), ('call', 'VB'), ('my', 'PRP$'), ('wandering', 'VBG'), ('thoughts', 'NNS'), ('together', 'RB'), ('.', '.')]
[('I', 'PRON'), ('could', 'AUX'), ('not', 'PART'), ('call', 'VERB'), ('my', 'PRON'), ('wandering', 'ADJ'), ('thoughts', 'NOUN'), ('together', 'ADV'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'call'), ('could', 'aux', 'call'), ('not', 'neg', 'call'), ('call', 'ROOT', 'call'), ('my', 'poss', 'thoughts'), ('wandering', 'amod', 'thoughts'), ('thoughts', 'dobj', 'call'), ('together', 'advmod', 'call'), ('.', 'punct', 'call')]
When I came home to dinner my uncle had not yet been home.
[('I', 'PRP'), ('had', 'VBD'), ('hardly', 'RB'), ('any', 'DT'), ('patience', 'NN'), ('with', 'IN'), ('the', 'DT'), ('serious', 'JJ'), ('work', 'NN'), ('of', 'IN'), ('life', 'NN'), ('which', 'WDT'), (',', ','), ('now', 'RB'), ('that', 'IN'), ('it', 'PRP'), ('stood', 'VBD'), ('between', 'IN'), ('me', 'PRP'), ('and', 'CC'), ('my', 'PRP$'), ('desire', 'NN'), (',', ','), ('seemed', 'VBD'), ('to', 'TO'), ('me', 'PRP'), ('child', 'VB'), ('’', 'NNP'), ('s', 'JJ'), ('play', 'NN'), (',', ','), ('ugly', 'RB'), ('monotonous', 'JJ'), ('child', 'NN'), ('’', 'NNP'), ('s', 'NN'), ('play', 'NN'), ('.', '.')]
[('I', 'PRON'), ('had', 'VERB'), ('hardly', 'ADV'), ('any', 'DET'), ('patience', 'NOUN'), ('with', 'ADP'), ('the', 'DET'), ('serious', 'ADJ'), ('work', 'NOUN'), ('of', 'ADP'), ('life', 'NOUN'), ('which', 'PRON'), (',', 'PUNCT'), ('now', 'ADV'), ('that', 'SCONJ'), ('it', 'PRON'), ('stood', 'VERB'), ('between', 'ADP'), ('me', 'PRON'), ('and', 'CCONJ'), ('my', 'PRON'), ('desire', 'NOUN'), (',', 'PUNCT'), ('seemed', 'VERB'), ('to', 'ADP'), ('me', 'PRON'), ('child', 'NOUN'), ('’s', 'PART'), ('play', 'NOUN'), (',', 'PUNCT'), ('ugly', 'ADJ'), ('monotonous', 'ADJ'), ('child', 'NOUN'), ('’s', 'PART'), ('play', 'NOUN'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'had'), ('had', 'ccomp', 'seemed'), ('hardly', 'advmod', 'had'), ('any', 'det', 'patience'), ('patience', 'dobj', 'had'), ('with', 'prep', 'patience'), ('the', 'det', 'work'), ('serious', 'amod', 'work'), ('work', 'pobj', 'with'), ('of', 'prep', 'work'), ('life', 'pobj', 'of'), ('which', 'nsubj', 'stood'), (',', 'punct', 'stood'), ('now', 'advmod', 'stood'), ('that', 'mark', 'stood'), ('it', 'nsubj', 'stood'), ('stood', 'relcl', 'work'), ('between', 'prep', 'stood'), ('me', 'pobj', 'between'), ('and', 'cc', 'me'), ('my', 'poss', 'desire'), ('desire', 'conj', 'me'), (',', 'punct', 'seemed'), ('seemed', 'ROOT', 'seemed'), ('to', 'prep', 'seemed'), ('me', 'pobj', 'to'), ('child', 'poss', 'play'), ('’s', 'case', 'child'), ('play', 'pobj', 'to'), (',', 'punct', 'play'), ('ugly', 'amod', 'child'), ('monotonous', 'amod', 'child'), ('child', 'poss', 'play'), ('’s', 'case', 'child'), ('play', 'appos', 'play'), ('.', 'punct', 'seemed')]
Still it was early.
[('On', 'IN'), ('Saturday', 'NNP'), ('morning', 'NN'), ('I', 'PRP'), ('reminded', 'VBD'), ('my', 'PRP$'), ('uncle', 'NN'), ('that', 'IN'), ('I', 'PRP'), ('wished', 'VBD'), ('to', 'TO'), ('go', 'VB'), ('to', 'TO'), ('the', 'DT'), ('bazaar', 'NN'), ('in', 'IN'), ('the', 'DT'), ('evening', 'NN'), ('.', '.')]
[('On', 'ADP'), ('Saturday', 'PROPN'), ('morning', 'NOUN'), ('I', 'PRON'), ('reminded', 'VERB'), ('my', 'PRON'), ('uncle', 'NOUN'), ('that', 'PRON'), ('I', 'PRON'), ('wished', 'VERB'), ('to', 'PART'), ('go', 'VERB'), ('to', 'ADP'), ('the', 'DET'), ('bazaar', 'NOUN'), ('in', 'ADP'), ('the', 'DET'), ('evening', 'NOUN'), ('.', 'PUNCT')]
[('Saturday', 'DATE'), ('morning', 'TIME'), ('the evening', 'TIME')]
[('On', 'prep', 'reminded'), ('Saturday', 'compound', 'morning'), ('morning', 'pobj', 'On'), ('I', 'nsubj', 'reminded'), ('reminded', 'ROOT', 'reminded'), ('my', 'poss', 'uncle'), ('uncle', 'dobj', 'reminded'), ('that', 'dobj', 'go'), ('I', 'nsubj', 'wished'), ('wished', 'ccomp', 'reminded'), ('to', 'aux', 'go'), ('go', 'xcomp', 'wished'), ('to', 'prep', 'go'), ('the', 'det', 'bazaar'), ('bazaar', 'pobj', 'to'), ('in', 'prep', 'go'), ('the', 'det', 'evening'), ('evening', 'pobj', 'in'), ('.', 'punct', 'reminded')]
I sat staring at the clock for some time and, when its ticking began to irritate me, I left the room.
[('He', 'PRP'), ('was', 'VBD'), ('fussing', 'VBG'), ('at', 'IN'), ('the', 'DT'), ('hallstand', 'NN'), (',', ','), ('looking', 'VBG'), ('for', 'IN'), ('the', 'DT'), ('hat-brush', 'NN'), (',', ','), ('and', 'CC'), ('answered', 'VBD'), ('me', 'PRP'), ('curtly', 'RB'), (':', ':'), ('“', 'JJ'), ('Yes', 'UH'), (',', ','), ('boy', 'UH'), (',', ','), ('I', 'PRP'), ('know.', 'VBP'), ('”', 'RB'), ('As', 'IN'), ('he', 'PRP'), ('was', 'VBD'), ('in', 'IN'), ('the', 'DT'), ('hall', 'NN'), ('I', 'PRP'), ('could', 'MD'), ('not', 'RB'), ('go', 'VB'), ('into', 'IN'), ('the', 'DT'), ('front', 'JJ'), ('parlour', 'NN'), ('and', 'CC'), ('lie', 'NN'), ('at', 'IN'), ('the', 'DT'), ('window', 'NN'), ('.', '.')]
[('He', 'PRON'), ('was', 'AUX'), ('fussing', 'VERB'), ('at', 'ADP'), ('the', 'DET'), ('hallstand', 'NOUN'), (',', 'PUNCT'), ('looking', 'VERB'), ('for', 'ADP'), ('the', 'DET'), ('hat', 'NOUN'), ('-', 'PUNCT'), ('brush', 'NOUN'), (',', 'PUNCT'), ('and', 'CCONJ'), ('answered', 'VERB'), ('me', 'PRON'), ('curtly', 'ADV'), (':', 'PUNCT'), ('“', 'PUNCT'), ('Yes', 'INTJ'), (',', 'PUNCT'), ('boy', 'INTJ'), (',', 'PUNCT'), ('I', 'PRON'), ('know', 'VERB'), ('.', 'PUNCT'), ('”', 'PUNCT'), ('As', 'SCONJ'), ('he', 'PRON'), ('was', 'AUX'), ('in', 'ADP'), ('the', 'DET'), ('hall', 'NOUN'), ('I', 'PRON'), ('could', 'AUX'), ('not', 'PART'), ('go', 'VERB'), ('into', 'ADP'), ('the', 'DET'), ('front', 'ADJ'), ('parlour', 'NOUN'), ('and', 'CCONJ'), ('lie', 'VERB'), ('at', 'ADP'), ('the', 'DET'), ('window', 'NOUN'), ('.', 'PUNCT')]
[]
[('He', 'nsubj', 'fussing'), ('was', 'aux', 'fussing'), ('fussing', 'ROOT', 'fussing'), ('at', 'prep', 'fussing'), ('the', 'det', 'hallstand'), ('hallstand', 'pobj', 'at'), (',', 'punct', 'fussing'), ('looking', 'advcl', 'fussing'), ('for', 'prep', 'looking'), ('the', 'det', 'brush'), ('hat', 'compound', 'brush'), ('-', 'punct', 'brush'), ('brush', 'pobj', 'for'), (',', 'punct', 'fussing'), ('and', 'cc', 'fussing'), ('answered', 'conj', 'fussing'), ('me', 'dobj', 'answered'), ('curtly', 'advmod', 'answered'), (':', 'punct', 'answered'), ('“', 'punct', 'answered'), ('Yes', 'intj', 'know'), (',', 'punct', 'know'), ('boy', 'meta', ','), (',', 'punct', 'know'), ('I', 'nsubj', 'know'), ('know', 'ccomp', 'answered'), ('.', 'punct', 'fussing'), ('”', 'punct', 'fussing'), ('As', 'mark', 'was'), ('he', 'nsubj', 'was'), ('was', 'advcl', 'go'), ('in', 'prep', 'was'), ('the', 'det', 'hall'), ('hall', 'pobj', 'in'), ('I', 'nsubj', 'go'), ('could', 'aux', 'go'), ('not', 'neg', 'go'), ('go', 'ROOT', 'go'), ('into', 'prep', 'go'), ('the', 'det', 'parlour'), ('front', 'amod', 'parlour'), ('parlour', 'pobj', 'into'), ('and', 'cc', 'go'), ('lie', 'conj', 'go'), ('at', 'prep', 'lie'), ('the', 'det', 'window'), ('window', 'pobj', 'at'), ('.', 'punct', 'go')]
I mounted the staircase and gained the upper part of the house.
[('I', 'PRP'), ('left', 'VBD'), ('the', 'DT'), ('house', 'NN'), ('in', 'IN'), ('bad', 'JJ'), ('humour', 'NN'), ('and', 'CC'), ('walked', 'VBD'), ('slowly', 'RB'), ('towards', 'IN'), ('the', 'DT'), ('school', 'NN'), ('.', '.')]
[('I', 'PRON'), ('left', 'VERB'), ('the', 'DET'), ('house', 'NOUN'), ('in', 'ADP'), ('bad', 'ADJ'), ('humour', 'NOUN'), ('and', 'CCONJ'), ('walked', 'VERB'), ('slowly', 'ADV'), ('towards', 'ADP'), ('the', 'DET'), ('school', 'NOUN'), ('.', 'PUNCT')]
[]
[('I', 'nsubj', 'left'), ('left', 'ROOT', 'left'), ('the', 'det', 'house'), ('house', 'dobj', 'left'), ('in', 'prep', 'left'), ('bad', 'amod', 'humour'), ('humour', 'pobj', 'in'), ('and', 'cc', 'left'), ('walked', 'conj', 'left'), ('slowly', 'advmod', 'walked'), ('towards', 'prep', 'walked'), ('the', 'det', 'school'), ('school', 'pobj', 'towards'), ('.', 'punct', 'left')]
The high cold empty gloomy rooms liberated me and I went from room to room singing.
[('The', 'DT'), ('air', 'NN'), ('was', 'VBD'), ('pitilessly', 'RB'), ('raw', 'JJ'), ('and', 'CC'), ('already', 'RB'), ('my', 'PRP$'), ('heart', 'NN'), ('misgave', 'VB'), ('me', 'PRP'), ('.', '.')]
[('The', 'DET'), ('air', 'NOUN'), ('was', 'AUX'), ('pitilessly', 'ADV'), ('raw', 'ADJ'), ('and', 'CCONJ'), ('already', 'ADV'), ('my', 'PRON'), ('heart', 'NOUN'), ('misgave', 'VERB'), ('me', 'PRON'), ('.', 'PUNCT')]
[]
[('The', 'det', 'air'), ('air', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('pitilessly', 'advmod', 'was'), ('raw', 'acomp', 'was'), ('and', 'cc', 'was'), ('already', 'advmod', 'misgave'), ('my', 'poss', 'heart'), ('heart', 'nsubj', 'misgave'), ('misgave', 'conj', 'was'), ('me', 'dobj', 'misgave'), ('.', 'punct', 'misgave')]
From the front window I saw my companions playing below in the street.
[('When', 'WRB'), ('I', 'PRP'), ('came', 'VBD'), ('home', 'NN'), ('to', 'TO'), ('dinner', 'VB'), ('my', 'PRP$'), ('uncle', 'NN'), ('had', 'VBD'), ('not', 'RB'), ('yet', 'RB'), ('been', 'VBN'), ('home', 'NN'), ('.', '.')]
[('When', 'SCONJ'), ('I', 'PRON'), ('came', 'VERB'), ('home', 'ADV'), ('to', 'ADP'), ('dinner', 'NOUN'), ('my', 'PRON'), ('uncle', 'NOUN'), ('had', 'AUX'), ('not', 'PART'), ('yet', 'ADV'), ('been', 'AUX'), ('home', 'ADV'), ('.', 'PUNCT')]
[]
[('When', 'advmod', 'came'), ('I', 'nsubj', 'came'), ('came', 'advcl', 'been'), ('home', 'advmod', 'came'), ('to', 'prep', 'came'), ('dinner', 'pobj', 'to'), ('my', 'poss', 'uncle'), ('uncle', 'nsubj', 'been'), ('had', 'aux', 'been'), ('not', 'neg', 'been'), ('yet', 'advmod', 'been'), ('been', 'ROOT', 'been'), ('home', 'advmod', 'been'), ('.', 'punct', 'been')]
Their cries reached me weakened and indistinct and, leaning my forehead against the cool glass, I looked over at the dark house where she lived.
[('Still', 'RB'), ('it', 'PRP'), ('was', 'VBD'), ('early', 'RB'), ('.', '.')]
[('Still', 'ADV'), ('it', 'PRON'), ('was', 'AUX'), ('early', 'ADJ'), ('.', 'PUNCT')]
[]
[('Still', 'advmod', 'was'), ('it', 'nsubj', 'was'), ('was', 'ROOT', 'was'), ('early', 'acomp', 'was'), ('.', 'punct', 'was')]