diff --git a/lab.ipynb b/lab.ipynb index 56262e7..4f378d0 100644 --- a/lab.ipynb +++ b/lab.ipynb @@ -12,23 +12,101 @@ "- How many tokens does your tokenization method obtain? How many types? (Remember what tokens and types are?)" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The difficulties I had were it kept the punctuation and made it a different case. Also it made uppercase and lowercase into different tokens. I tackled the case sensitivity issue by making it .lower(). I didn't know how to take out the punctuation. The amount of tokens type is 2620, with 6452 total tokens." + ] + }, { "cell_type": "code", - "execution_count": null, - "metadata": { - "vscode": { - "languageId": "plaintext" - } - }, + "execution_count": 2, + "metadata": {}, "outputs": [], "source": [ - "# your code here" + "filename = \"book_9.txt\"\n", + "with open(filename, \"r\") as f:\n", + " text = f.read()" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "tokens = text.split()" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "['Thus', 'joyful', 'Troy', 'maintained', 'the', 'watch', 'of', 'night;', 'While', 'Fear,', 'pale', 'comrade', 'of', 'inglorious', 'flight,', 'And', 'heaven-bred', 'horror,', 'on', 'the', 'Grecian', 'part,', 'Sat', 'on', 'each', 'face,', 'and', 'saddened', 'every', 'heart.', 'As', 'from', 'its', 'cloudy', 'dungeon', 'issuing', 'forth,', 'A', 'double', 'tempest', 'of', 'the', 'west', 'and', 'north', 'Swells', \"o'er\", 'the', 'sea,', 'from', \"Thracia's\", 'frozen', 'shore,', 'Heaps', 'waves', 'on', 'waves,', 'and', 'bids', 'the', 'Ægean', 'roar;', 'This', 'way', 'and', 'that', 'the', 'boiling', 'deeps', 'are', 'tossed;', 'Such', 'various', 'passions', 'urged', 'the', 'troubled', 'host.', 'Great', 'Agamemnon', 'grieved', 'above', 'the', 'rest;', 'Superior', 'sorrows', 'swelled', 'his', 'royal', 'breast;', 'Himself', 'his', 'orders', 'to', 'the', 'heralds', 'bears,', 'To', 'bid', 'to', 'council', 'all', 'the', 'Grecian', 'peers,', 'But', 'bid', 'in', 'whispers:[1]', 'these', 'surround', 'their', 'chief,', 'In', 'solemn', 'sadness', 'and', 'majestic', 'grief.', 'The', 'king', 'amidst', 'the', 'mournful', 'circle', 'rose;', 'Down', 'his', 'wan', 'cheek', 'a', 'briny', 'torrent', 'flows:', 'So', 'silent', 'fountains,', 'from', 'a', \"rock's\", 'tall', 'head,', 'In', 'sable', 'streams', 'soft-trickling', 'waters', 'shed.', 'With', 'more', 'than', 'vulgar', 'grief', 'he', 'stood', 'oppressed;', 'Words,', 'mixed', 'with', 'sighs,', 'thus', 'bursting', 'from', 'his', 'breast:', '\"Ye', 'sons', 'of', 'Greece!', 'partake', 'your', \"leader's\", 'care,[2]', 'Fellows', 'in', 'arms,', 'and', 'princes', 'of', 'the', 'war!', 'Of', 'partial', 'Jove', 'too', 'justly', 'we', 'complain,', 'And', 'heavenly', 'oracles', 'believed', 'in', 'vain.', 'A', 'safe', 'return', 'was', 'promised', 'to', 'our', 'toils,[3]', 'With', 'conquest', 'honoured,', 'and', 'enriched', 'with', 'spoils:', 'Now', 'shameful', 'flight', 'alone', 'can', 'save', 'the', 'host,', 'Our', 'wealth,', 'our', 'people,', 'and', 'our', 'glory,', 'lost.', 'So', 'Jove', 'decrees,', 'almighty', 'lord', 'of', 'all!', 'Jove,', 'at', 'whose', 'nod', 'whole', 'empires', 'rise', 'or', 'fall,', 'Who', 'shakes', 'the', 'feeble', 'props', 'of', 'human', 'trust,', 'And', 'towers', 'and', 'armies', 'humbles', 'to', 'the', 'dust.', 'Haste', 'then,', 'for', 'ever', 'quit', 'these', 'fatal', 'fields,', 'Haste', 'to', 'the', 'joys', 'our', 'native', 'country', 'yields;', 'Spread', 'all', 'your', 'canvas,', 'all', 'your', 'oars', 'employ,', 'Nor', 'hope', 'the', 'fall', 'of', 'heaven-defended', 'Troy.\"', 'He', 'said;', 'deep', 'silence', 'held', 'the', 'Grecian', 'band;', 'Silent,', 'unmoved,', 'in', 'dire', 'dismay', 'they', 'stand,', 'A', 'pensive', 'scene!', 'till', \"Tydeus'\", 'warlike', 'son', 'Rolled', 'on', 'the', 'king', 'his', 'eyes,', 'and', 'thus', 'begun:', '\"When', 'kings', 'advise', 'us', 'to', 'renounce', 'our', 'fame,', 'First', 'let', 'him', 'speak,', 'who', 'first', 'has', 'suffered', 'shame.', 'If', 'I', 'oppose', 'thee,', 'prince!', 'thy', 'wrath', 'withhold;', 'The', 'laws', 'of', 'council', 'bid', 'my', 'tongue', 'be', 'bold.', 'Thou', 'first,', 'and', 'thou', 'alone,', 'in', 'fields', 'of', 'fight,', 'Durst', 'brand', 'my', 'courage,', 'and', 'defame', 'my', 'might;', 'Nor', 'from', 'a', 'friend', 'the', 'unkind', 'reproach', 'appeared,', 'The', 'Greeks', 'stood', 'witness,', 'all', 'our', 'army', 'heard.', 'The', 'gods,', 'O', 'chief!', 'from', 'whom', 'our', 'honours', 'spring,', 'The', 'gods', 'have', 'made', 'thee', 'but', 'by', 'halves', 'a', 'king:', 'They', 'gave', 'thee', 'sceptres', 'and', 'a', 'wide', 'command,', 'They', 'gave', 'dominion', \"o'er\", 'the', 'seas', 'and', 'land;', 'The', 'noblest', 'power', 'that', 'might', 'the', 'world', 'control', 'They', 'gave', 'thee', 'not—a', 'brave', 'and', 'virtuous', 'soul.[4]', 'Is', 'this', 'a', \"general's\", 'voice,', 'that', 'would', 'suggest', 'Fears', 'like', 'his', 'own', 'in', 'every', 'Grecian', 'breast?', 'Confiding', 'in', 'our', 'want', 'of', 'worth', 'he', 'stands,', 'And', 'if', 'we', 'fly,', \"'tis\", 'what', 'our', 'king', 'commands.', 'Go', 'thou,', 'inglorious!', 'from', 'the', 'embattled', 'plain,', 'Ships', 'thou', 'hast', 'store,', 'and', 'nearest', 'to', 'the', 'main;', 'A', 'nobler', 'care', 'the', 'Grecians', 'shall', 'employ,', 'To', 'combat,', 'conquer,', 'and', 'extirpate', 'Troy.', 'Here', 'Greece', 'shall', 'stay;', 'or,', 'if', 'all', 'Greece', 'retire,', 'Myself', 'will', 'stay,', 'till', 'Troy', 'or', 'I', 'expire;', 'Myself,', 'and', 'Sthenelus,', 'will', 'fight', 'for', 'fame;', 'God', 'bade', 'us', 'fight,', 'and', \"'twas\", 'with', 'God', 'we', 'came.\"', 'He', 'ceased;', 'the', 'Greeks', 'loud', 'acclamations', 'raise,', 'And', 'voice', 'to', 'voice', 'resounds', \"Tydides'\", 'praise.', 'Wise', 'Nestor', 'then', 'his', 'reverend', 'figure', 'reared;', 'He', 'spoke:', 'the', 'host', 'in', 'still', 'attention', 'heard:', '\"O', 'truly', 'great!', 'in', 'whom', 'the', 'gods', 'have', 'joined', 'Such', 'strength', 'of', 'body', 'with', 'such', 'force', 'of', 'mind;', 'In', 'conduct,', 'as', 'in', 'courage,', 'you', 'excel,', 'Still', 'first', 'to', 'act', 'what', 'you', 'advise', 'so', 'well.', 'Those', 'wholesome', 'counsels', 'which', 'thy', 'wisdom', 'moves,', 'Applauding', 'Greece,', 'with', 'common', 'voice,', 'approves.', 'Kings', 'thou', 'canst', 'blame;', 'a', 'bold,', 'but', 'prudent', 'youth;', 'And', 'blame', \"e'en\", 'kings', 'with', 'praise,', 'because', 'with', 'truth.', 'And', 'yet', 'those', 'fears', 'that', 'since', 'thy', 'birth', 'have', 'run,', 'Would', 'hardly', 'style', 'thee', \"Nestor's\", 'youngest', 'son.', 'Then', 'let', 'me', 'add', 'what', 'yet', 'remains', 'behind,', 'A', 'thought', 'unfinished', 'in', 'that', 'generous', 'mind;', 'Age', 'bids', 'me', 'speak;', 'nor', 'shall', 'the', 'advice', 'I', 'bring', 'Distaste', 'the', 'people,', 'or', 'offend', 'the', 'king:', '\"Cursed', 'is', 'the', 'man,', 'and', 'void', 'of', 'law', 'and', 'right,', 'Unworthy', 'property,', 'unworthy', 'light,', 'Unfit', 'for', 'public', 'rule,', 'or', 'private', 'care,', 'That', 'wretch,', 'that', 'monster,', 'that', 'delights', 'in', 'war:', 'Whose', 'lust', 'is', 'murder,', 'and', 'whose', 'horrid', 'joy', 'To', 'tear', 'his', 'country,', 'and', 'his', 'kind', 'destroy!', 'This', 'night', 'refresh', 'and', 'fortify', 'thy', 'train;', 'Between', 'the', 'trench', 'and', 'wall[5]', 'let', 'guards', 'remain:', 'Be', 'that', 'the', 'duty', 'of', 'the', 'young', 'and', 'bold;', 'But', 'thou,', 'O', 'king,', 'to', 'council', 'call', 'the', 'old:', 'Great', 'is', 'thy', 'sway,', 'and', 'weighty', 'are', 'thy', 'cares;', 'Thy', 'high', 'commands', 'must', 'spirit', 'all', 'our', 'wars:', 'With', 'Thracian', 'wines', 'recruit', 'thy', 'honoured', 'guests,', 'For', 'happy', 'counsels', 'flow', 'from', 'sober', 'feasts.', 'Wise,', 'weighty', 'counsels', 'aid', 'a', 'state', 'distressed,', 'And', 'such', 'a', 'monarch', 'as', 'can', 'choose', 'the', 'best.', 'See!', 'what', 'a', 'blaze', 'from', 'hostile', 'tents', 'aspires,', 'How', 'near', 'our', 'fleet', 'approach', 'the', 'Trojan', 'fires!', 'Who', 'can,', 'unmoved,', 'behold', 'the', 'dreadful', 'light?', 'What', 'eye', 'beholds', 'them,', 'and', 'can', 'close', 'to-night?', 'This', 'dreadful', 'interval', 'determines', 'all;', 'To-morrow,', 'Troy', 'must', 'flame,', 'or', 'Greece', 'must', 'fall.\"', 'Thus', 'spoke', 'the', 'hoary', 'sage:', 'the', 'rest', 'obey;', 'Swift', 'through', 'the', 'gates', 'the', 'guards', 'direct', 'their', 'way.', 'His', 'son', 'was', 'first', 'to', 'pass', 'the', 'lofty', 'mound,', 'The', 'generous', 'Thrasymed,', 'in', 'arms', 'renowned:', 'Next', 'him', 'Ascalaphus,', 'Iälmen,', 'stood,', 'The', 'double', 'offspring', 'of', 'the', 'warrior-god.', 'Deïpyrus,', 'Aphareus,', 'Merion', 'join,', 'And', 'Lycomed,', 'of', \"Creon's\", 'noble', 'line.', 'Seven', 'were', 'the', 'leaders', 'of', 'the', 'nightly', 'bands,', 'And', 'each', 'bold', 'chief', 'a', 'hundred', 'spears', 'commands.', 'The', 'fires', 'they', 'light,', 'to', 'short', 'repasts', 'they', 'fall,', 'Some', 'line', 'the', 'trench,', 'and', 'others', 'man', 'the', 'wall.', 'The', 'king', 'of', 'men,', 'on', 'public', 'counsels', 'bent,', 'Convened', 'the', 'princes', 'in', 'his', 'ample', 'tent;', 'Each', 'seized', 'a', 'portion', 'of', 'the', 'kingly', 'feast,', 'But', 'stayed', 'his', 'hand', 'when', 'thirst', 'and', 'hunger', 'ceased.', 'Then', 'Nestor', 'spoke,', 'for', 'wisdom', 'long', 'approved,', 'And,', 'slowly', 'rising,', 'thus', 'the', 'council', 'moved:', '\"Monarch', 'of', 'nations!', 'whose', 'superior', 'sway', 'Assembled', 'states', 'and', 'lords', 'of', 'earth', 'obey,', 'The', 'laws', 'and', 'sceptres', 'to', 'thy', 'hand', 'are', 'given,', 'And', 'millions', 'own', 'the', 'care', 'of', 'thee', 'and', 'heaven.', 'O', 'king!', 'the', 'counsels', 'of', 'my', 'age', 'attend;', 'With', 'thee', 'my', 'cares', 'begin,', 'with', 'thee', 'must', 'end;', 'Thee,', 'prince!', 'it', 'fits', 'alike', 'to', 'speak', 'and', 'hear,', 'Pronounce', 'with', 'judgment,', 'with', 'regard', 'give', 'ear,', 'To', 'see', 'no', 'wholesome', 'motion', 'be', 'withstood,', 'And', 'ratify', 'the', 'best', 'for', 'public', 'good.', 'Nor,', 'though', 'a', 'meaner', 'give', 'advice,', 'repine,', 'But', 'follow', 'it,', 'and', 'make', 'the', 'wisdom', 'thine.', 'Hear', 'then', 'a', 'thought,', 'not', 'now', 'conceived', 'in', 'haste,', 'At', 'once', 'my', 'present', 'judgment,', 'and', 'my', 'past:[6]', 'When', 'from', \"Pelides'\", 'tent', 'you', 'forced', 'the', 'maid,', 'I', 'first', 'opposed,', 'and,', 'faithful,', 'durst', 'dissuade;', 'But,', 'bold', 'of', 'soul,', 'when', 'headlong', 'fury', 'fired,', 'You', 'wronged', 'the', 'man,', 'by', 'men', 'and', 'gods', 'admired:', 'Now', 'seek', 'some', 'means', 'his', 'fatal', 'wrath', 'to', 'end,', 'With', 'prayers', 'to', 'move', 'him,', 'or', 'with', 'gifts', 'to', 'bend.\"', 'To', 'whom', 'the', 'king:', '\"With', 'justice', 'hast', 'thou', 'shewn', 'A', \"prince's\", 'faults,', 'and', 'I', 'with', 'reason', 'own.', 'That', 'happy', 'man,[7]', 'whom', 'Jove', 'still', 'honours', 'most,', 'Is', 'more', 'than', 'armies,', 'and', 'himself', 'a', 'host.', 'Blessed', 'in', 'his', 'love,', 'this', 'wondrous', 'hero', 'stands,', 'Heaven', 'fights', 'his', 'war,', 'and', 'humbles', 'all', 'our', 'bands.', 'Fain', 'would', 'my', 'heart,', 'which', 'erred', 'through', 'frantic', 'rage,', 'The', 'wrathful', 'chief', 'and', 'angry', 'gods', 'assuage.', 'If', 'gifts', 'immense', 'his', 'mighty', 'soul', 'can', 'bow,', 'Hear,', 'all', 'ye', 'Greeks,', 'and', 'witness', 'what', 'I', 'vow:', 'Ten', 'weighty', 'talents', 'of', 'the', 'purest', 'gold,', 'And', 'twice', 'ten', 'vases', 'of', 'refulgent', 'mould;', 'Seven', 'sacred', 'tripods,', 'whose', 'unsullied', 'frame', 'Yet', 'knows', 'no', 'office,', 'nor', 'has', 'felt', 'the', 'flame:[8]', 'Twelve', 'steeds', 'unmatched', 'in', 'fleetness', 'and', 'in', 'force,', 'And', 'still', 'victorious', 'in', 'the', 'dusty', 'course:', 'Rich', 'were', 'the', 'man', 'whose', 'ample', 'stores', 'exceed', 'The', 'prizes', 'purchased', 'by', 'their', 'winged', 'speed:', 'Seven', 'lovely', 'captives', 'of', 'the', 'Lesbian', 'line,', 'Skilled', 'in', 'each', 'art,', 'unmatched', 'in', 'form', 'divine,', 'The', 'same', 'I', 'chose', 'for', 'more', 'than', 'vulgar', 'charms,', 'When', 'Lesbos', 'sunk', 'beneath', 'the', \"hero's\", 'arms:', 'All', 'these,', 'to', 'buy', 'his', 'friendship,', 'shall', 'be', 'paid,', 'And', 'joined', 'with', 'these', 'the', 'long-contested', 'maid;', 'With', 'all', 'her', 'charms,', 'Briseïs', 'I', 'resign,', 'And', 'solemn', 'swear', 'those', 'charms', 'were', 'never', 'mine;', 'Untouched', 'she', 'stayed,', 'uninjured', 'she', 'removes,', 'Pure', 'from', 'my', 'arms,', 'and', 'guiltless', 'of', 'my', 'loves.', 'These', 'instant', 'shall', 'be', 'his;', 'and', 'if', 'the', 'powers', 'Give', 'to', 'our', 'arms', 'proud', \"Ilion's\", 'hostile', 'towers,', 'Then', 'shall', 'he', 'store', '(when', 'Greece', 'the', 'spoil', 'divides)', 'With', 'gold', 'and', 'brass', 'his', 'loaded', \"navy's\", 'sides.', 'Besides,', 'full', 'twenty', 'nymphs', 'of', 'Trojan', 'race', 'With', 'copious', 'love', 'shall', 'crown', 'his', 'warm', 'embrace;', 'Such', 'as', 'himself', 'will', 'choose;', 'who', 'yield', 'to', 'none,', 'Or', 'yield', 'to', \"Helen's\", 'heavenly', 'charms', 'alone.', 'Yet', 'hear', 'me', 'farther:', 'when', 'our', 'wars', 'are', \"o'er,\", 'If', 'safe', 'we', 'land', 'on', \"Argos'\", 'fruitful', 'shore,', 'There', 'shall', 'he', 'live', 'my', 'son,', 'our', 'honours', 'share,', 'And', 'with', \"Orestes'\", 'self', 'divide', 'my', 'care.', 'Yet', 'more—three', 'daughters', 'in', 'my', 'court', 'are', 'bred,', 'And', 'each', 'well', 'worthy', 'of', 'a', 'royal', 'bed,', 'Laodicé', 'and', 'Iphigenia', 'fair,', 'And', 'bright', 'Chrysothemis', 'with', 'golden', 'hair;', 'Her', 'let', 'him', 'choose', 'whom', 'most', 'his', 'eyes', 'approve,', 'I', 'ask', 'no', 'presents,', 'no', 'reward', 'for', 'love;[9]', 'Myself', 'will', 'give', 'the', 'dower;', 'so', 'vast', 'a', 'store', 'As', 'never', 'father', 'gave', 'a', 'child', 'before.', 'Seven', 'ample', 'cities', 'shall', 'confess', 'his', 'sway,', 'Him', 'Enopé,', 'and', 'Pheræ', 'him', 'obey,', 'Cardamylé', 'with', 'ample', 'turrets', 'crowned,', 'And', 'sacred', 'Pedasus', 'for', 'vines', 'renowned;', 'Æpea', 'fair,', 'the', 'pastures', 'Hira', 'yields,', 'And', 'rich', 'Antheia', 'with', 'her', 'flowery', 'fields:', 'The', 'whole', 'extent', 'to', \"Pylos'\", 'sandy', 'plain,', 'Along', 'the', 'verdant', 'margin', 'of', 'the', 'main.', 'There', 'heifers', 'graze,', 'and', 'labouring', 'oxen', 'toil;', 'Bold', 'are', 'the', 'men,', 'and', 'generous', 'is', 'the', 'soil;', 'There', 'shall', 'he', 'reign', 'with', 'power', 'and', 'justice', 'crowned,', 'And', 'rule', 'the', 'tributary', 'realms', 'around.', 'All', 'this', 'I', 'give,', 'his', 'vengeance', 'to', 'control,', 'And', 'sure', 'all', 'this', 'may', 'move', 'his', 'mighty', 'soul.', 'Pluto,', 'the', 'grizly', 'god,', 'who', 'never', 'spares,', 'Who', 'feels', 'no', 'mercy,', 'and', 'who', 'hears', 'no', 'prayers,', 'Lives', 'dark', 'and', 'dreadful', 'in', 'deep', \"hell's\", 'abodes,', 'And', 'mortals', 'hate', 'him', 'as', 'the', 'worst', 'of', 'gods.', 'Great', 'though', 'he', 'be,', 'it', 'fits', 'him', 'to', 'obey:', 'Since', 'more', 'than', 'his', 'my', 'years,', 'and', 'more', 'my', 'sway.\"', 'The', 'monarch', 'thus:', 'the', 'reverend', 'Nestor', 'then:', '\"Great', 'Agamemnon,', 'glorious', 'king', 'of', 'men!', 'Such', 'are', 'thy', 'offers', 'as', 'a', 'prince', 'may', 'take,', 'And', 'such', 'as', 'fits', 'a', 'generous', 'king', 'to', 'make.', 'Let', 'chosen', 'delegates', 'this', 'hour', 'be', 'sent—', 'Myself', 'will', 'name', 'them—to', \"Pelides'\", 'tent:', 'Let', 'Phœnix', 'lead,', 'revered', 'for', 'hoary', 'age,', 'Great', 'Ajax', 'next,', 'and', 'Ithacus', 'the', 'sage.', 'Yet', 'more', 'to', 'sanctify', 'the', 'word', 'you', 'send,', 'Let', 'Hodius', 'and', 'Eurybates', 'attend.', 'Now', 'pray', 'to', 'Jove', 'to', 'grant', 'what', 'Greece', 'demands;', 'Pray,', 'in', 'deep', 'silence,', 'and', 'with', 'purest', 'hands.\"', 'He', 'said,', 'and', 'all', 'approved.', 'The', 'heralds', 'bring', 'The', 'cleansing', 'water', 'from', 'the', 'living', 'spring.', 'The', 'youth', 'with', 'wine', 'the', 'sacred', 'goblets', 'crowned,', 'And', 'large', 'libations', 'drenched', 'the', 'sands', 'around.', 'The', 'rite', 'performed,', 'the', 'chiefs', 'their', 'thirst', 'allay,', 'Then', 'from', 'the', 'royal', 'tent', 'they', 'take', 'their', 'way;', 'Wise', 'Nestor', 'turns', 'on', 'each', 'his', 'careful', 'eye,', 'Forbids', 'to', 'offend,', 'instructs', 'them', 'to', 'apply:', 'Much', 'he', 'advised', 'them', 'all,', 'Ulysses', 'most,', 'To', 'deprecate', 'the', 'chief,', 'and', 'save', 'the', 'host.', 'Through', 'the', 'still', 'night', 'they', 'march,', 'and', 'hear', 'the', 'roar', 'Of', 'murmuring', 'billows', 'on', 'the', 'sounding', 'shore.', 'To', 'Neptune,', 'ruler', 'of', 'the', 'seas', 'profound,', 'Whose', 'liquid', 'arms', 'the', 'mighty', 'globe', 'surround,', 'They', 'pour', 'forth', 'vows,', 'their', 'embassy', 'to', 'bless,', 'And', 'calm', 'the', 'rage', 'of', 'stern', 'Æacides.', 'And', 'now', 'arrived,', 'where,', 'on', 'the', 'sandy', 'bay,', 'The', 'Myrmidonian', 'tents', 'and', 'vessels', 'lay,', 'Amused', 'at', 'ease,', 'the', 'godlike', 'man', 'they', 'found,', 'Pleased', 'with', 'the', 'solemn', \"harp's\", 'harmonious', 'sound;', 'The', 'well-wrought', 'harp', 'from', 'conquered', 'Thebæ', 'came,', 'Of', 'polished', 'silver', 'was', 'its', 'costly', 'frame.', 'With', 'this', 'he', 'soothes', 'his', 'angry', 'soul,', 'and', 'sings', 'The', 'immortal', 'deeds', 'of', 'heroes', 'and', 'of', 'kings.', 'Patroclus', 'only', 'of', 'the', 'royal', 'train,', 'Placed', 'in', 'his', 'tent,', 'attends', 'the', 'lofty', 'strain:', 'Full', 'opposite', 'he', 'sat,', 'and', 'listened', 'long,', 'In', 'silence', 'waiting', 'till', 'he', 'ceased', 'the', 'song.', 'Unseen', 'the', 'Grecian', 'embassy', 'proceeds', 'To', 'his', 'high', 'tent;', 'the', 'great', 'Ulysses', 'leads.', 'Achilles', 'starting,', 'as', 'the', 'chiefs', 'he', 'spied,', 'Leaped', 'from', 'his', 'seat,', 'and', 'laid', 'the', 'harp', 'aside.', 'With', 'like', 'surprise', 'arose', \"Menœtius'\", 'son:', 'Pelides', 'grasped', 'their', 'hands,', 'and', 'thus', 'begun:', '\"Princes,', 'all', 'hail!', 'whatever', 'brought', 'you', 'here,', 'Or', 'strong', 'necessity,', 'or', 'urgent', 'fear;', 'Welcome,', 'though', 'Greeks!', 'for', 'not', 'as', 'foes', 'ye', 'came;', 'To', 'me', 'more', 'dear', 'than', 'all', 'that', 'bear', 'the', 'name.\"', 'With', 'that,', 'the', 'chiefs', 'beneath', 'his', 'roof', 'he', 'led,', 'And', 'placed', 'in', 'seats', 'with', 'purple', 'carpets', 'spread.', 'Then', 'thus:', '\"Patroclus,', 'crown', 'a', 'larger', 'bowl,', 'Mix', 'purer', 'wine,', 'and', 'open', 'every', 'soul.', 'Of', 'all', 'the', 'warriors', 'yonder', 'host', 'can', 'send,', 'Thy', 'friend', 'most', 'honours', 'these,', 'and', 'these', 'thy', 'friend.\"', 'He', 'said:', 'Patroclus,', \"o'er\", 'the', 'blazing', 'fire', 'Heaps', 'in', 'a', 'brazen', 'vase', 'three', 'chines', 'entire:', 'The', 'brazen', 'vase', 'Automedon', 'sustains,', 'Which', 'flesh', 'of', 'porket,', 'sheep,', 'and', 'goat', 'contains:', 'Achilles', 'at', 'the', 'genial', 'feast', 'presides,', 'The', 'parts', 'transfixes,', 'and', 'with', 'skill', 'divides.', 'Meanwhile', 'Patroclus', 'sweats', 'the', 'fire', 'to', 'raise;', 'The', 'tent', 'is', 'brightened', 'with', 'the', 'rising', 'blaze:', 'Then,', 'when', 'the', 'languid', 'flames', 'at', 'length', 'subside,', 'He', 'strews', 'a', 'bed', 'of', 'glowing', 'embers', 'wide,', 'Above', 'the', 'coals', 'the', 'smoking', 'fragments', 'turns,', 'And', 'sprinkles', 'sacred', 'salt', 'from', 'lifted', 'urns;', 'With', 'bread', 'the', 'glittering', 'canisters', 'they', 'load,', 'Which', 'round', 'the', 'board', \"Menœtius'\", 'son', 'bestowed:', 'Himself,', 'opposed', 'to', 'Ulysses', 'full', 'in', 'sight,', 'Each', 'portion', 'parts,', 'and', 'orders', 'every', 'rite.', 'The', 'first', 'fat', 'offerings,', 'to', 'the', 'immortals', 'due,', 'Amidst', 'the', 'greedy', 'flames', 'Patroclus', 'threw;', 'Then', 'each,', 'indulging', 'in', 'the', 'social', 'feast,', 'His', 'thirst', 'and', 'hunger', 'soberly', 'repressed.', 'That', 'done,', 'to', 'Phœnix', 'Ajax', 'gave', 'the', 'sign;[10]', 'Not', 'unperceived;', 'Ulysses', 'crowned', 'with', 'wine', 'The', 'foaming', 'bowl,', 'and', 'instant', 'thus', 'began,', 'His', 'speech', 'addressing', 'to', 'the', 'godlike', 'man:', '\"Health', 'to', 'Achilles!', 'happy', 'are', 'thy', 'guests!', 'Not', 'those', 'more', 'honoured', 'whom', 'Atrides', 'feasts:', 'Though', 'generous', 'plenty', 'crown', 'thy', 'loaded', 'boards,', 'That,', \"Agamemnon's\", 'regal', 'tent', 'affords;', 'But', 'greater', 'cares', 'sit', 'heavy', 'on', 'our', 'souls,', 'Not', 'eased', 'by', 'banquets', 'or', 'by', 'flowing', 'bowls.', 'What', 'scenes', 'of', 'slaughter', 'in', 'yon', 'fields', 'appear!', 'The', 'dead', 'we', 'mourn,', 'and', 'for', 'the', 'living', 'fear;', 'Greece', 'on', 'the', 'brink', 'of', 'fate', 'all', 'doubtful', 'stands,', 'And', 'owns', 'no', 'help', 'but', 'from', 'thy', 'saving', 'hands:', 'Troy', 'and', 'her', 'aids', 'for', 'ready', 'vengeance', 'call;', 'Their', 'threatening', 'tents', 'already', 'shade', 'our', 'wall:', 'Hear', 'how', 'with', 'shouts', 'their', 'conquest', 'they', 'proclaim,', 'And', 'point', 'at', 'every', 'ship', 'their', 'vengeful', 'flame!', 'For', 'them', 'the', 'father', 'of', 'the', 'gods', 'declares,', 'Theirs', 'are', 'his', 'omens,', 'and', 'his', 'thunder', 'theirs.', 'See,', 'full', 'of', 'Jove,', 'avenging', 'Hector', 'rise!', 'See!', 'heaven', 'and', 'earth', 'the', 'raging', 'chief', 'defies;', 'What', 'fury', 'in', 'his', 'breast,', 'what', 'lightning', 'in', 'his', 'eyes!', 'He', 'waits', 'but', 'for', 'the', 'morn,', 'to', 'sink', 'in', 'flame', 'The', 'ships,', 'the', 'Greeks,', 'and', 'all', 'the', 'Grecian', 'name.', 'Heavens!', 'how', 'my', \"country's\", 'woes', 'distract', 'my', 'mind,', 'Lest', 'fate', 'accomplish', 'all', 'his', 'rage', 'designed.', 'And', 'must', 'we,', 'gods!', 'our', 'heads', 'inglorious', 'lay', 'In', 'Trojan', 'dust,', 'and', 'this', 'the', 'fatal', 'day?', 'Return,', 'Achilles,', 'oh', 'return,', 'though', 'late,', 'To', 'save', 'thy', 'Greeks,', 'and', 'stop', 'the', 'course', 'of', 'fate;', 'If', 'in', 'that', 'heart', 'or', 'grief', 'or', 'courage', 'lies,', 'Rise', 'to', 'redeem;', 'ah', 'yet,', 'to', 'conquer,', 'rise!', 'The', 'day', 'may', 'come,', 'when,', 'all', 'our', 'warriors', 'slain,', 'That', 'heart', 'shall', 'melt,', 'that', 'courage', 'rise', 'in', 'vain.', 'Regard', 'in', 'time,', 'O', 'prince', 'divinely', 'brave,', 'Those', 'wholesome', 'counsels', 'which', 'thy', 'father', 'gave.', 'When', 'Peleus', 'in', 'his', 'aged', 'arms', 'embraced', 'His', 'parting', 'son,', 'these', 'accents', 'were', 'his', 'last:', \"'My\", 'child,', 'with', 'strength,', 'with', 'glory,', 'and', 'success,', 'Thy', 'arms', 'may', 'Juno', 'and', 'Minerva', 'bless!', 'Trust', 'that', 'to', 'heaven:', 'but', 'thou', 'thy', 'cares', 'engage', 'To', 'calm', 'thy', 'passions,', 'and', 'subdue', 'thy', 'rage:', 'From', 'gentler', 'manners', 'let', 'thy', 'glory', 'grow,', 'And', 'shun', 'contention,', 'the', 'sure', 'source', 'of', 'woe;', 'That', 'young', 'and', 'old', 'may', 'in', 'thy', 'praise', 'combine,', 'The', 'virtues', 'of', 'humanity', 'be', \"thine.'\", 'This,', 'now', 'despised,', 'advice', 'thy', 'father', 'gave;', 'Ah!', 'check', 'thy', 'anger,', 'and', 'be', 'truly', 'brave.', 'If', 'thou', 'wilt', 'yield', 'to', 'great', \"Atrides'\", 'prayers,', 'Gifts', 'worthy', 'thee', 'his', 'royal', 'hand', 'prepares;', 'If', 'not——but', 'hear', 'me,', 'while', 'I', 'number', \"o'er\", 'The', 'proffered', 'presents,', 'an', 'exhaustless', 'store.', 'Ten', 'weighty', 'talents', 'of', 'the', 'purest', 'gold,', 'And', 'twice', 'ten', 'vases', 'of', 'refulgent', 'mould;', 'Seven', 'sacred', 'tripods,', 'whose', 'unsullied', 'frame', 'Yet', 'knows', 'no', 'office,', 'nor', 'has', 'felt', 'the', 'flame:', 'Twelve', 'steeds', 'unmatched', 'in', 'fleetness', 'and', 'in', 'force,', 'And', 'still', 'victorious', 'in', 'the', 'dusty', 'course:', '(Rich', 'were', 'the', 'man', 'whose', 'ample', 'stores', 'exceed', 'The', 'prizes', 'purchased', 'by', 'their', 'winged', 'speed:)', 'Seven', 'lovely', 'captives', 'of', 'the', 'Lesbian', 'line,', 'Skilled', 'in', 'each', 'art,', 'unmatched', 'in', 'form', 'divine,', 'The', 'same', 'he', 'chose', 'for', 'more', 'than', 'vulgar', 'charms,', 'When', 'Lesbos', 'sunk', 'beneath', 'thy', 'conquering', 'arms;', 'All', 'these,', 'to', 'buy', 'thy', 'friendship,', 'shall', 'be', 'paid,', 'And', 'joined', 'with', 'these', 'the', 'long-contested', 'maid;', 'With', 'all', 'her', 'charms,', 'Briseïs', \"he'll\", 'resign,', 'And', 'solemn', 'swear', 'those', 'charms', 'were', 'only', 'thine;', 'Untouched', 'she', 'stayed,', 'uninjured', 'she', 'removes,', 'Pure', 'from', 'his', 'arms,', 'and', 'guiltless', 'of', 'his', 'loves.', 'These', 'instant', 'shall', 'be', 'thine:', 'and', 'if', 'the', 'powers', 'Give', 'to', 'our', 'arms', 'proud', \"Ilion's\", 'hostile', 'towers,', 'Then', 'shalt', 'thou', 'store,', 'when', 'Greece', 'the', 'spoil', 'divides,', 'With', 'gold', 'and', 'brass', 'thy', 'loaded', \"navy's\", 'sides.', 'Besides,', 'full', 'twenty', 'nymphs', 'of', 'Trojan', 'race', 'With', 'copious', 'love', 'shall', 'crown', 'thy', 'warm', 'embrace;', 'Such', 'as', 'thyself', 'shalt', 'choose;', 'who', 'yield', 'to', 'none,', 'Or', 'yield', 'to', \"Helen's\", 'heavenly', 'charms', 'alone.', 'Yet', 'hear', 'me', 'farther:', 'when', 'our', 'wars', 'are', \"o'er,\", 'If', 'safe', 'we', 'land', 'on', \"Argos'\", 'fruitful', 'shore,', 'There', 'shalt', 'thou', 'live', 'his', 'son,', 'his', 'honours', 'share,', 'And', 'with', \"Orestes'\", 'self', 'divide', 'his', 'care.', 'Yet', 'more—three', 'daughters', 'in', 'his', 'court', 'are', 'bred,', 'And', 'each', 'well', 'worthy', 'of', 'a', 'royal', 'bed;', 'Laodicé', 'and', 'Iphigenia', 'fair,', 'And', 'bright', 'Chrysothemis', 'with', 'golden', 'hair;', 'Her', 'shalt', 'thou', 'wed', 'whom', 'most', 'thy', 'eyes', 'approve;', 'He', 'asks', 'no', 'presents,', 'no', 'reward', 'for', 'love:', 'Himself', 'will', 'give', 'the', 'dower:', 'so', 'vast', 'a', 'store', 'As', 'never', 'father', 'gave', 'a', 'child', 'before.', 'Seven', 'ample', 'cities', 'shall', 'confess', 'thy', 'sway,', 'Thee', 'Enopé,', 'and', 'Pheræ', 'thee', 'obey,', 'Cardamyé', 'with', 'ample', 'turrets', 'crowned,', 'And', 'sacred', 'Pedasus,', 'for', 'vines', 'renowned:', 'Æpea', 'fair,', 'the', 'pastures', 'Hira', 'yields,', 'And', 'rich', 'Antheia', 'with', 'her', 'flowery', 'fields:', 'The', 'whole', 'extent', 'to', \"Pylos'\", 'sandy', 'plain', 'Along', 'the', 'verdant', 'margin', 'of', 'the', 'main.', 'There', 'heifers', 'graze,', 'and', 'labouring', 'oxen', 'toil;', 'Bold', 'are', 'the', 'men,', 'and', 'generous', 'is', 'the', 'soil.', 'There', 'shalt', 'thou', 'reign', 'with', 'power', 'and', 'justice', 'crowned,', 'And', 'rule', 'the', 'tributary', 'realms', 'around.', 'Such', 'are', 'the', 'proffers', 'which', 'this', 'day', 'we', 'bring,', 'Such', 'the', 'repentance', 'of', 'a', 'suppliant', 'king.', 'But', 'if', 'all', 'this,', 'relentless,', 'thou', 'disdain,', 'If', 'honour,', 'and', 'if', 'interest,', 'plead', 'in', 'vain;', 'Yet', 'some', 'redress', 'to', 'suppliant', 'Greece', 'afford,', 'And', 'be,', 'amongst', 'her', 'guardian', 'gods,', 'adored.', 'If', 'no', 'regard', 'thy', 'suffering', 'country', 'claim,', 'Hear', 'thy', 'own', 'glory,', 'and', 'the', 'voice', 'of', 'fame:', 'For', 'now', 'that', 'chief', 'whose', 'unresisted', 'ire', 'Made', 'nations', 'tremble,', 'and', 'whole', 'hosts', 'retire,', 'Proud', 'Hector,', 'now,', 'the', 'unequal', 'fight', 'demands,', 'And', 'only', 'triumphs', 'to', 'deserve', 'thy', 'hands.\"', 'Then', 'thus', 'the', 'goddess-born:', '\"Ulysses,', 'hear', 'A', 'faithful', 'speech,', 'that', 'knows', 'nor', 'art', 'nor', 'fear;', 'What', 'in', 'my', 'secret', 'soul', 'is', 'understood,', 'My', 'tongue', 'shall', 'utter,', 'and', 'my', 'deeds', 'make', 'good.', 'Let', 'Greece', 'then', 'know,', 'my', 'purpose', 'I', 'retain,', 'Nor', 'with', 'new', 'treaties', 'vex', 'my', 'peace', 'in', 'vain.', 'Who', 'dares', 'think', 'one', 'thing,', 'and', 'another', 'tell,', 'My', 'heart', 'detests', 'him', 'as', 'the', 'gates', 'of', 'hell.', '\"Then', 'thus', 'in', 'short', 'my', 'fixed', 'resolves', 'attend,', 'Which', 'nor', 'Atrides,', 'nor', 'his', 'Greeks,', 'can', 'bend:', 'Long', 'toils,', 'long', 'perils,', 'in', 'their', 'cause', 'I', 'bore;', 'But', 'now', 'the', 'unfruitful', 'glories', 'charm', 'no', 'more.', 'Fight', 'or', 'not', 'fight,', 'a', 'like', 'reward', 'we', 'claim,', 'The', 'wretch', 'and', 'hero', 'find', 'their', 'prize', 'the', 'same;', 'Alike', 'regretted', 'in', 'the', 'dust', 'he', 'lies,', 'Who', 'yields', 'ignobly,', 'or', 'who', 'bravely', 'dies.', 'Of', 'all', 'my', 'dangers,', 'all', 'my', 'glorious', 'pains,', 'A', 'life', 'of', 'labours,', 'lo!', 'what', 'fruit', 'remains?', 'As', 'the', 'bold', 'bird', 'her', 'helpless', 'young', 'attends,', 'From', 'danger', 'guards', 'them,', 'and', 'from', 'want', 'defends;', 'In', 'search', 'of', 'prey', 'she', 'wings', 'the', 'spacious', 'air,', 'And', 'with', 'the', 'untasted', 'food', 'supplies', 'her', 'care:', 'For', 'thankless', 'Greece', 'such', 'hardships', 'have', 'I', 'braved,', 'Her', 'wives,', 'her', 'infants,', 'by', 'my', 'labours', 'saved;', 'Long', 'sleepless', 'nights', 'in', 'heavy', 'arms', 'I', 'stood,', 'And', 'sweat', 'laborious', 'days', 'in', 'dust', 'and', 'blood;', 'I', 'sacked', 'twelve', 'ample', 'cities', 'on', 'the', 'main,', 'And', 'twelve', 'lay', 'smoking', 'on', 'the', 'Trojan', 'plain;', 'Then', 'at', \"Atrides'\", 'haughty', 'feet', 'were', 'laid', 'The', 'wealth', 'I', 'gathered,', 'and', 'the', 'spoils', 'I', 'made.', 'Your', 'mighty', 'monarch', 'these', 'in', 'peace', 'possessed;', 'Some', 'few', 'my', 'soldiers', 'had,', 'himself', 'the', 'rest.', 'Some', 'present', 'too', 'to', 'every', 'prince', 'was', 'paid;', 'And', 'every', 'prince', 'enjoys', 'the', 'gift', 'he', 'made;', 'I', 'only', 'must', 'refund', 'of', 'all', 'his', 'train;', 'See', 'what', 'pre-eminence', 'our', 'merits', 'gain!', 'My', 'spoil', 'alone', 'his', 'greedy', 'soul', 'delights;', 'My', 'spouse', 'alone', 'must', 'bless', 'his', 'lustful', 'nights:', 'The', 'woman,', 'let', 'him,', 'as', 'he', 'may,', 'enjoy;', 'But', \"what's\", 'the', 'quarrel', 'then', 'of', 'Greece', 'to', 'Troy?', 'What', 'to', 'these', 'shores', 'the', 'assembled', 'nations', 'draws,', 'What', 'calls', 'for', 'vengeance', 'but', 'a', \"woman's\", 'cause?', 'Are', 'fair', 'endowments', 'and', 'a', 'beauteous', 'face', 'Beloved', 'by', 'none', 'but', 'those', 'of', \"Atreus'\", 'race?', 'The', 'wife', 'whom', 'choice', 'and', 'passion', 'both', 'approve,', 'Sure', 'every', 'wise', 'and', 'worthy', 'man', 'will', 'love.', 'Nor', 'did', 'my', 'fair', 'one', 'less', 'distinction', 'claim;', 'Slave', 'as', 'she', 'was,', 'my', 'soul', 'adored', 'the', 'dame.', 'Wronged', 'in', 'my', 'love,', 'all', 'proffers', 'I', 'disdain;', 'Deceived', 'for', 'once,', 'I', 'trust', 'not', 'kings', 'again.', 'Ye', 'have', 'my', 'answer.', 'What', 'remains', 'to', 'do,', 'Your', 'king,', 'Ulysses,', 'may', 'consult', 'with', 'you.', 'What', 'needs', 'he', 'the', 'defence', 'this', 'arm', 'can', 'make?', 'Has', 'he', 'not', 'walls', 'no', 'human', 'force', 'can', 'shake?', 'Has', 'he', 'not', 'fenced', 'his', 'guarded', 'navy', 'round', 'With', 'piles,', 'with', 'ramparts,', 'and', 'a', 'trench', 'profound?', 'And', 'will', 'not', 'these,', 'the', 'wonders', 'he', 'has', 'done,', 'Repel', 'the', 'rage', 'of', \"Priam's\", 'single', 'son?', 'There', 'was', 'a', \"time—'twas\", 'when', 'for', 'Greece', 'I', 'fought—', 'When', \"Hector's\", 'prowess', 'no', 'such', 'wonders', 'wrought;', 'He', 'kept', 'the', 'verge', 'of', 'Troy,', 'nor', 'dared', 'to', 'wait', \"Achilles'\", 'fury', 'at', 'the', 'Scæan', 'gate;', 'He', 'tried', 'it', 'once,', 'and', 'scarce', 'was', 'saved', 'by', 'Fate.', 'But', 'now', 'those', 'ancient', 'enmities', 'are', \"o'er;\", 'To-morrow', 'we', 'the', 'favouring', 'gods', 'implore;', 'Then', 'shall', 'you', 'see', 'our', 'parting', 'vessels', 'crowned,', 'And', 'hear', 'with', 'oars', 'the', 'Hellespont', 'resound.', 'The', 'third', 'day', 'hence,', 'shall', 'Pthia', 'greet', 'our', 'sails,', 'If', 'mighty', 'Neptune', 'send', 'propitious', 'gales;', 'Pthia', 'to', 'her', 'Achilles', 'shall', 'restore', 'The', 'wealth', 'he', 'left', 'for', 'this', 'detested', 'shore:', 'Thither', 'the', 'spoils', 'of', 'this', 'long', 'war', 'shall', 'pass,', 'The', 'ruddy', 'gold,', 'the', 'steel,', 'and', 'shining', 'brass;', 'My', 'beauteous', 'captives', 'thither', \"I'll\", 'convey,', 'And', 'all', 'that', 'rests', 'of', 'my', 'unravished', 'prey.', 'One', 'only', 'valued', 'gift', 'your', 'tyrant', 'gave,', 'And', 'that', 'resumed,', 'the', 'fair', 'Lyrnessian', 'slave.', 'Then', 'tell', 'him,', 'loud,', 'that', 'all', 'the', 'Greeks', 'may', 'hear,', 'And', 'learn', 'to', 'scorn', 'the', 'wretch', 'they', 'basely', 'fear;', 'For,', 'armed', 'in', 'impudence,', 'mankind', 'he', 'braves,', 'And', 'meditates', 'new', 'cheats', 'on', 'all', 'his', 'slaves;', 'Though,', 'shameless', 'as', 'he', 'is,', 'to', 'face', 'these', 'eyes', 'Is', 'what', 'he', 'dares', 'not;', 'if', 'he', 'dares,', 'he', 'dies;', 'Tell', 'him,', 'all', 'terms,', 'all', 'commerce,', 'I', 'decline,', 'Nor', 'share', 'his', 'council,', 'nor', 'his', 'battle', 'join;', 'For', 'once', 'deceived,', 'was', 'his;', 'but', 'twice,', 'were', 'mine.', 'No—let', 'the', 'stupid', 'prince,', 'whom', 'Jove', 'deprives', 'Of', 'sense', 'and', 'justice,', 'run', 'where', 'frenzy', 'drives;', 'His', 'gifts', 'are', 'hateful:', 'kings', 'of', 'such', 'a', 'kind', 'Stand', 'but', 'as', 'slaves', 'before', 'a', 'noble', 'mind.', 'Not', 'though', 'he', 'proffered', 'all', 'himself', 'possessed,', 'And', 'all', 'his', 'rapine', 'could', 'from', 'others', 'wrest;', 'Not', 'all', 'the', 'golden', 'tides', 'of', 'wealth', 'that', 'crown', 'The', 'many-peopled', 'Orchomenian', 'town;', 'Not', 'all', 'proud', \"Thebes'[11]\", 'unrivalled', 'walls', 'contain,', 'The', \"world's\", 'great', 'empress', 'on', 'the', 'Egyptian', 'plain,', 'That', 'spreads', 'her', 'conquests', \"o'er\", 'a', 'thousand', 'states,', 'And', 'pours', 'her', 'heroes', 'through', 'a', 'hundred', 'gates—', 'Two', 'hundred', 'horsemen', 'and', 'two', 'hundred', 'cars', 'From', 'each', 'wide', 'portal', 'issuing', 'to', 'the', 'wars—', 'Though', 'bribes', 'were', 'heaped', 'on', 'bribes,', 'in', 'number', 'more', 'Than', 'dust', 'in', 'fields,', 'or', 'sands', 'along', 'the', 'shore;', 'Should', 'all', 'these', 'offers', 'for', 'my', 'friendship', 'call;', \"'Tis\", 'he', 'that', 'offers,', 'and', 'I', 'scorn', 'them', 'all.', \"Atrides'\", 'daughter', 'never', 'shall', 'be', 'led,', 'An', 'ill-matched', 'consort,', 'to', \"Achilles'\", 'bed;', 'Like', 'golden', 'Venus', 'though', 'she', 'charmed', 'the', 'heart,', 'And', 'vied', 'with', 'Pallas', 'in', 'the', 'works', 'of', 'art.', 'Some', 'greater', 'Greek', 'let', 'those', 'high', 'nuptials', 'grace,', 'I', 'hate', 'alliance', 'with', 'a', \"tyrant's\", 'race.', 'If', 'heaven', 'restore', 'me', 'to', 'my', 'realms', 'with', 'life,', 'The', 'reverend', 'Peleus', 'shall', 'elect', 'my', 'wife;', 'Thessalian', 'nymphs', 'there', 'are,', 'of', 'form', 'divine,', 'And', 'kings', 'that', 'sue', 'to', 'mix', 'their', 'blood', 'with', 'mine.', 'Blessed', 'in', 'kind', 'love,', 'my', 'years', 'shall', 'glide', 'away,', 'Content', 'with', 'just', 'hereditary', 'sway;', 'There,', 'deaf', 'for', 'ever', 'to', 'the', 'martial', 'strife,', 'Enjoy', 'the', 'dear', 'prerogative', 'of', 'life.', 'Life', 'is', 'not', 'to', 'be', 'bought', 'with', 'heaps', 'of', 'gold;', 'Not', 'all', \"Apollo's\", 'Pythian', 'treasures', 'hold,', 'Or', 'Troy', 'once', 'held,', 'in', 'peace', 'and', 'pride', 'of', 'sway,', 'Can', 'bribe', 'the', 'poor', 'possession', 'of', 'a', 'day!', 'Lost', 'herds', 'and', 'treasures', 'we', 'by', 'arms', 'regain,', 'And', 'steeds', 'unrivalled', 'on', 'the', 'dusty', 'plain:', 'But', 'from', 'our', 'lips', 'the', 'vital', 'spirit', 'fled,', 'Returns', 'no', 'more', 'to', 'wake', 'the', 'silent', 'dead.', 'My', 'fates', 'long', 'since', 'by', 'Thetis', 'were', 'disclosed,', 'And', 'each', 'alternate,', 'life', 'or', 'fame,', 'proposed:', 'Here', 'if', 'I', 'stay,', 'before', 'the', 'Trojan', 'town,', 'Short', 'is', 'my', 'date,', 'but', 'deathless', 'my', 'renown;', 'If', 'I', 'return,', 'I', 'quit', 'immortal', 'praise', 'For', 'years', 'on', 'years,', 'and', 'long-extended', 'days.', 'Convinced,', 'though', 'late,', 'I', 'find', 'my', 'fond', 'mistake,', 'And', 'warn', 'the', 'Greeks', 'the', 'wiser', 'choice', 'to', 'make;', 'To', 'quit', 'these', 'shores,', 'their', 'native', 'seats', 'enjoy,', 'Nor', 'hope', 'the', 'fall', 'of', 'heaven-defended', 'Troy.', \"Jove's\", 'arm', 'displayed', 'asserts', 'her', 'from', 'the', 'skies;', 'Her', 'hearts', 'are', 'strengthened,', 'and', 'her', 'glories', 'rise.', 'Go', 'then,', 'to', 'Greece', 'report', 'our', 'fixed', 'design:', 'Bid', 'all', 'your', 'councils,', 'all', 'your', 'armies', 'join,', 'Let', 'all', 'your', 'forces,', 'all', 'your', 'arts', 'conspire,', 'To', 'save', 'the', 'ships,', 'the', 'troops,', 'the', 'chiefs,', 'from', 'fire.', 'One', 'stratagem', 'has', 'failed,', 'and', 'others', 'will:', 'Ye', 'find', 'Achilles', 'is', 'unconquered', 'still.', 'Go', 'then:', 'digest', 'my', 'message', 'as', 'ye', 'may:', 'But', 'here', 'this', 'night', 'let', 'reverend', 'Phœnix', 'stay:', 'His', 'tedious', 'toils', 'and', 'hoary', 'hairs', 'demand', 'A', 'peaceful', 'death', 'in', \"Pthia's\", 'friendly', 'land.', 'But', 'whether', 'he', 'remain,', 'or', 'sail', 'with', 'me,', 'His', 'age', 'be', 'sacred,', 'and', 'his', 'will', 'be', 'free.\"', 'The', 'son', 'of', 'Peleus', 'ceased:', 'the', 'chiefs', 'around', 'In', 'silence', 'wrapped,', 'in', 'consternation', 'drowned,', 'Attend', 'the', 'stern', 'reply.', 'Then', 'Phœnix', 'rose:', 'Down', 'his', 'white', 'beard', 'a', 'stream', 'of', 'sorrow', 'flows:', 'And', 'while', 'the', 'fate', 'of', 'suffering', 'Greece', 'he', 'mourned,', 'With', 'accent', 'weak', 'these', 'tender', 'words', 'returned:', '\"Divine', 'Achilles!', 'wilt', 'thou', 'then', 'retire,', 'And', 'leave', 'our', 'hosts', 'in', 'blood,', 'our', 'fleets', 'on', 'fire?', 'If', 'wrath', 'so', 'dreadful', 'fill', 'thy', 'ruthless', 'mind,', 'How', 'shall', 'thy', 'friend,', 'thy', 'Phœnix,', 'stay', 'behind?', 'The', 'royal', 'Peleus,', 'when', 'from', \"Pthia's\", 'coast', 'He', 'sent', 'thee', 'early', 'to', 'the', 'Achaian', 'host;', 'Thy', 'youth', 'as', 'then', 'in', 'sage', 'debates', 'unskilled,', 'And', 'new', 'to', 'perils', 'of', 'the', 'direful', 'field;', 'He', 'bade', 'me', 'teach', 'thee', 'all', 'the', 'ways', 'of', 'war;', 'To', 'shine', 'in', 'councils', 'and', 'in', 'camps', 'to', 'dare.', 'Never,', 'ah', 'never,', 'let', 'me', 'leave', 'thy', 'side!', 'No', 'time', 'shall', 'part', 'us,', 'and', 'no', 'fate', 'divide.', 'Not', 'though', 'the', 'god,', 'that', 'breathed', 'my', 'life,', 'restore', 'The', 'bloom', 'I', 'boasted,', 'and', 'the', 'port', 'I', 'bore,', 'When', 'Greece', 'of', 'old', 'beheld', 'my', 'youthful', 'flames,', 'Delightful', 'Greece,', 'the', 'land', 'of', 'lovely', 'dames.', 'My', 'father,', 'faithless', 'to', 'my', \"mother's\", 'arms,', 'Old', 'as', 'he', 'was,', 'adored', 'a', \"stranger's\", 'charms;', 'I', 'tried', 'what', 'youth', 'could', 'do,', 'at', 'her', 'desire,', 'To', 'win', 'the', 'damsel,', 'and', 'prevent', 'my', 'sire.', 'My', 'sire', 'with', 'curses', 'loads', 'my', 'hated', 'head,', 'And', 'cries,', \"'Ye\", 'furies!', 'barren', 'be', 'his', \"bed.'\", 'Infernal', 'Jove,', 'the', 'vengeful', 'fiends', 'below,', 'And', 'ruthless', 'Proserpine,', 'confirmed', 'his', 'vow,', 'Despair', 'and', 'grief', 'attract', 'my', 'labouring', 'mind;', 'Gods!', 'what', 'a', 'crime', 'my', 'impious', 'heart', 'designed!', 'I', 'thought—but', 'some', 'kind', 'God', 'that', 'thought', 'suppressed—', 'To', 'plunge', 'the', 'poniard', 'in', 'my', \"father's\", 'breast:', 'Then', 'meditate', 'my', 'flight;', 'my', 'friends', 'in', 'vain', 'With', 'prayers', 'entreat', 'me,', 'and', 'with', 'force', 'detain.', 'On', 'fat', 'of', 'rams,', 'black', 'bulls,', 'and', 'brawny', 'swine,', 'They', 'daily', 'feast,', 'with', 'draughts', 'of', 'fragrant', 'wine:', 'Strong', 'guards', 'they', 'placed,', 'and', 'watched', 'nine', 'nights', 'entire:', 'The', 'roofs', 'and', 'porches', 'flamed', 'with', 'constant', 'fire.', 'The', 'tenth,', 'I', 'forced', 'the', 'gates,', 'unseen', 'of', 'all;', 'And,', 'favoured', 'by', 'the', 'night,', \"o'erleaped\", 'the', 'wall.', 'My', 'travels', 'thence', 'through', 'spacious', 'Greece', 'extend:', 'In', \"Pthia's\", 'court', 'at', 'last', 'my', 'labours', 'end.', 'Your', 'sire', 'received', 'me,', 'as', 'his', 'son', 'caressed,', 'With', 'gifts', 'enriched,', 'and', 'with', 'possessions', 'blessed.', 'The', 'strong', 'Dolopians', 'thenceforth', 'owned', 'my', 'reign,', 'And', 'all', 'the', 'coast', 'that', 'runs', 'along', 'the', 'main.', 'By', 'love', 'to', 'thee', 'his', 'bounties', 'I', 'repaid,', 'And', 'early', 'wisdom', 'to', 'thy', 'soul', 'conveyed:', 'Great', 'as', 'thou', 'art,', 'my', 'lessons', 'made', 'thee', 'brave,', 'A', 'child', 'I', 'took', 'thee,', 'but', 'a', 'hero', 'gave.', 'Thy', 'infant', 'breast', 'a', 'like', 'affection', 'showed:', 'Still', 'in', 'my', 'arms,', 'an', 'ever-pleasing', 'load,', 'Or', 'at', 'my', 'knee,', 'by', 'Phœnix', 'wouldst', 'thou', 'stand;', 'No', 'food', 'was', 'grateful', 'but', 'from', \"Phœnix'\", 'hand.', 'I', 'pass', 'my', 'watchings', \"o'er\", 'thy', 'helpless', 'years,', 'The', 'tender', 'labours,', 'the', 'compliant', 'cares;', 'The', 'gods,', 'I', 'thought,', 'reversed', 'their', 'hard', 'decree,', 'And', 'Phœnix', 'felt', 'a', \"father's\", 'joys', 'in', 'thee:', 'Thy', 'growing', 'virtues', 'justified', 'my', 'cares,', 'And', 'promised', 'comfort', 'to', 'my', 'silver', 'hairs.', 'Now', 'be', 'thy', 'rage,', 'thy', 'fatal', 'rage,', 'resigned;', 'A', 'cruel', 'heart', 'ill', 'suits', 'a', 'manly', 'mind:', 'The', 'gods,', 'the', 'only', 'great,', 'and', 'only', 'wise,', 'Are', 'moved', 'by', 'offerings,', 'vows,', 'and', 'sacrifice;', 'Offending', 'man', 'their', 'high', 'compassion', 'wins,', 'And', 'daily', 'prayers', 'atone', 'for', 'daily', 'sins.', 'Prayers', 'are', \"Jove's\", 'daughters,', 'of', 'celestial', 'race,', 'Lame', 'are', 'their', 'feet,', 'and', 'wrinkled', 'is', 'their', 'face;', 'With', 'humble', 'mien,', 'and', 'with', 'dejected', 'eyes,', 'Constant', 'they', 'follow', 'where', 'Injustice', 'flies:', 'Injustice,', 'swift,', 'erect,', 'and', 'unconfined,', 'Sweeps', 'the', 'wide', 'earth,', 'and', 'tramples', \"o'er\", 'mankind,', 'While', 'Prayers,', 'to', 'heal', 'her', 'wrongs,', 'move', 'slow', 'behind.', 'Who', 'hears', 'these', 'daughters', 'of', 'almighty', 'Jove,', 'For', 'him', 'they', 'mediate', 'to', 'the', 'throne', 'above:', 'When', 'man', 'rejects', 'the', 'humble', 'suit', 'they', 'make,', 'The', 'sire', 'revenges', 'for', 'the', \"daughters'\", 'sake;', 'From', 'Jove', 'commissioned,', 'fierce', 'Injustice', 'then', 'Descends,', 'to', 'punish', 'unrelenting', 'men.', 'Oh', 'let', 'not', 'headlong', 'passion', 'bear', 'the', 'sway;', 'These', 'reconciling', 'goddesses', 'obey:', 'Due', 'honours', 'to', 'the', 'seed', 'of', 'Jove', 'belong;', 'Due', 'honours', 'calm', 'the', 'fiercé', 'and', 'bend', 'the', 'strong.', 'Were', 'these', 'not', 'paid', 'thee', 'by', 'the', 'terms', 'we', 'bring,', 'Were', 'rage', 'still', 'harboured', 'in', 'the', 'haughty', 'king,', 'Nor', 'Greece,', 'nor', 'all', 'her', 'fortunes,', 'should', 'engage', 'Thy', 'friend', 'to', 'plead', 'against', 'so', 'just', 'a', 'rage.', 'But', 'since', 'what', 'honour', 'asks,', 'the', 'general', 'sends,', 'And', 'sends', 'by', 'those', 'whom', 'most', 'thy', 'heart', 'commends,', 'The', 'best', 'and', 'noblest', 'of', 'the', 'Grecian', 'train;', 'Permit', 'not', 'these', 'to', 'sue,', 'and', 'sue', 'in', 'vain!', 'Let', 'me,', 'my', 'son,', 'an', 'ancient', 'fact', 'unfold,', 'A', 'great', 'example', 'drawn', 'from', 'times', 'of', 'old;', 'Hear', 'what', 'our', 'fathers', 'were,', 'and', 'what', 'their', 'praise,', 'Who', 'conquered', 'their', 'revenge', 'in', 'former', 'days.', '\"Where', 'Calydon', 'on', 'rocky', 'mountains', 'stands,', 'Once', 'fought', 'the', 'Ætolian', 'and', 'Curetian', 'bands;', 'To', 'guard', 'it', 'those,', 'to', 'conquer', 'these,', 'advance;', 'And', 'mutual', 'deaths', 'were', 'dealt', 'with', 'mutual', 'chance.', 'The', 'silver', 'Cynthia', 'bade', 'Contention', 'rise,', 'In', 'vengeance', 'of', 'neglected', 'sacrifice;', 'On', \"Œneus'\", 'fields', 'she', 'sent', 'a', 'monstrous', 'boar,[12]', 'That', 'levelled', 'harvests,', 'and', 'whole', 'forests', 'tore:', 'This', 'beast,', 'when', 'many', 'a', 'chief', 'his', 'tusks', 'had', 'slain,', 'Great', 'Meleager', 'stretched', 'along', 'the', 'plain.', 'Then,', 'for', 'his', 'spoils,', 'a', 'new', 'debate', 'arose,', 'The', 'neighbour', 'nations', 'thence', 'commencing', 'foes.', 'Strong', 'as', 'they', 'were,', 'the', 'bold', 'Curetes', 'failed,', 'While', \"Meleager's\", 'thundering', 'arm', 'prevailed:', 'Till', 'rage', 'at', 'length', 'inflamed', 'his', 'lofty', 'breast,', 'For', 'rage', 'invades', 'the', 'wisest', 'and', 'the', 'best.', 'Cursed', 'by', 'Althæa,', 'to', 'his', 'wrath', 'he', 'yields,', 'And,', 'in', 'his', \"wife's\", 'embrace,', 'forgets', 'the', 'fields.', '\"She', 'from', 'Marpessa', 'sprung,', 'divinely', 'fair,', 'And', 'matchless', 'Idas,[13]', 'more', 'than', 'man', 'in', 'war;', 'The', 'god', 'of', 'day', 'adored', 'the', \"mother's\", 'charms:', 'Against', 'the', 'god', 'the', 'father', 'bent', 'his', 'arms:', 'The', 'afflicted', 'pair,', 'their', 'sorrows', 'to', 'proclaim,', 'From', 'Cleopatra', 'changed', 'this', \"daughter's\", 'name,', 'And', 'called', 'Alcyone;', 'a', 'name', 'to', 'shew', 'The', \"father's\", 'grief,', 'the', 'mourning', \"mother's\", 'woe.', 'To', 'her', 'the', 'chief', 'retired', 'from', 'stern', 'debate,', 'But', 'found', 'no', 'peace', 'from', 'fierce', \"Althæa's\", 'hate:', \"Althæa's\", 'hate', 'the', 'unhappy', 'warrior', 'drew,', 'Whose', 'luckless', 'hand', 'his', 'royal', 'uncle', 'slew;', 'She', 'beat', 'the', 'ground,', 'and', 'called', 'the', 'powers', 'beneath', 'On', 'her', 'own', 'son', 'to', 'wreak', 'her', \"brother's\", 'death;[14]', 'Hell', 'heard', 'her', 'curses', 'from', 'the', 'realms', 'profound,', 'And', 'the', 'red', 'fiends', 'that', 'walked', 'the', 'nightly', 'round;', 'In', 'vain', 'Ætolia', 'her', 'deliverer', 'waits,', 'War', 'shakes', 'her', 'walls,', 'and', 'thunders', 'at', 'her', 'gates.', 'She', 'sent', 'ambassadors,', 'a', 'chosen', 'band,', 'Priests', 'of', 'the', 'gods,', 'and', 'elders', 'of', 'the', 'land,', 'Besought', 'the', 'chief', 'to', 'save', 'the', 'sinking', 'state:', 'Their', 'prayers', 'were', 'urgent,', 'and', 'their', 'proffers', 'great—', 'Full', 'fifty', 'acres', 'of', 'the', 'richest', 'ground,', 'Half', 'pasture', 'green,', 'and', 'half', 'with', 'vineyards', 'crowned—', 'His', 'suppliant', 'father,', 'aged', 'Œneus,', 'came;', 'His', 'sisters', 'followed:', \"e'en\", 'the', 'vengeful', 'dame', 'Althæa', 'sues;', 'his', 'friends', 'before', 'him', 'fall:', 'He', 'stands', 'relentless,', 'and', 'rejects', 'them', 'all.', 'Meanwhile', 'the', \"victors'\", 'shouts', 'ascend', 'the', 'skies;', 'The', 'walls', 'are', 'scaled;', 'the', 'rolling', 'flames', 'arise;', 'At', 'length', 'his', 'wife,', 'a', 'form', 'divine,', 'appears,', 'With', 'piercing', 'cries,', 'and', 'supplicating', 'tears;', 'She', 'paints', 'the', 'horrors', 'of', 'a', 'conquered', 'town,', 'The', 'heroes', 'slain,', 'the', 'palaces', 'overthrown,', 'The', 'matrons', 'ravished,', 'the', 'whole', 'race', 'enslaved:', 'The', 'warrior', 'heard,', 'he', 'vanquished,', 'and', 'he', 'saved.', 'The', 'Ætolians,', 'long', 'disdained,', 'now', 'took', 'their', 'turn,', 'And', 'left', 'the', 'chief', 'their', 'broken', 'faith', 'to', 'mourn.', 'Learn', 'hence,', 'betimes', 'to', 'curb', 'pernicious', 'ire,', 'Nor', 'stay,', 'till', 'yonder', 'fleets', 'ascend', 'in', 'fire:', 'Accept', 'the', 'presents;', 'draw', 'thy', 'conquering', 'sword;', 'And', 'be', 'amongst', 'our', 'guardian', 'gods', 'adored.\"', 'Thus', 'he:', 'the', 'stern', 'Achilles', 'thus', 'replied:', '\"My', 'second', 'father,', 'and', 'my', 'reverend', 'guide!', 'Thy', 'friend,', 'believe', 'me,', 'no', 'such', 'gifts', 'demands,', 'And', 'asks', 'no', 'honours', 'from', 'a', \"mortal's\", 'hands:', 'Jove', 'honours', 'me,', 'and', 'favours', 'my', 'designs:', 'His', 'pleasure', 'guides', 'me,', 'and', 'his', 'will', 'confines:', 'And', 'here', 'I', 'stay,', 'if', 'such', 'his', 'high', 'behest,', 'While', \"life's\", 'warm', 'spirit', 'beats', 'within', 'my', 'breast.', 'Yet', 'hear', 'one', 'word,', 'and', 'lodge', 'it', 'in', 'thy', 'heart:', 'No', 'more', 'molest', 'me', 'on', \"Atrides'\", 'part:', 'Is', 'it', 'for', 'him', 'these', 'tears', 'are', 'taught', 'to', 'flow,', 'For', 'him', 'these', 'sorrows?', 'for', 'my', 'mortal', 'foe?', 'A', 'generous', 'friendship', 'no', 'cold', 'medium', 'knows,', 'Burns', 'with', 'one', 'love,', 'with', 'one', 'resentment', 'glows;', 'One', 'should', 'our', 'interests,', 'and', 'our', 'passions,', 'be;', 'My', 'friend', 'must', 'hate', 'the', 'man', 'that', 'injures', 'me.', 'Do', 'this,', 'my', 'Phœnix,', \"'tis\", 'a', 'generous', 'part,', 'And', 'share', 'my', 'realms,', 'my', 'honours,', 'and', 'my', 'heart;', 'Let', 'these', 'return:', 'our', 'voyage,', 'or', 'our', 'stay,', 'Rest', 'undetermined', 'till', 'the', 'dawning', 'day.\"', 'He', 'ceased:', 'then', 'ordered', 'for', 'the', \"sage's\", 'bed', 'A', 'warmer', 'couch', 'with', 'numerous', 'carpets', 'spread.', 'With', 'that,', 'stern', 'Ajax', 'his', 'long', 'silence', 'broke,', 'And', 'thus,', 'impatient,', 'to', 'Ulysses', 'spoke:', '\"Hence', 'let', 'us', 'go—why', 'waste', 'we', 'time', 'in', 'vain?', 'See', 'what', 'effect', 'our', 'low', 'submissions', 'gain!', 'Liked', 'or', 'not', 'liked,', 'his', 'words', 'we', 'must', 'relate,', 'The', 'Greeks', 'expect', 'them,', 'and', 'our', 'heroes', 'wait.', 'Proud', 'as', 'he', 'is,', 'that', 'iron', 'heart', 'retains', 'Its', 'stubborn', 'purpose,', 'and', 'his', 'friends', 'disdains.', 'Stern,', 'and', 'unpitying!', 'if', 'a', 'brother', 'bleed,', 'On', 'just', 'atonement,', 'we', 'remit', 'the', 'deed;', 'A', 'sire', 'the', 'slaughter', 'of', 'his', 'son', 'forgives;', 'The', 'price', 'of', 'blood', 'discharged,', 'the', 'murderer', 'lives:', 'The', 'haughtiest', 'hearts', 'at', 'length', 'their', 'rage', 'resign,', 'And', 'gifts', 'can', 'conquer', 'every', 'soul', 'but', 'thine:', 'The', 'gods', 'that', 'unrelenting', 'breast', 'have', 'steeled,', 'And', 'cursed', 'thee', 'with', 'a', 'mind', 'that', 'cannot', 'yield.', 'One', 'woman', 'slave', 'was', 'ravished', 'from', 'thy', 'arms:', 'Lo,', 'seven', 'are', 'offered,', 'and', 'of', 'equal', 'charms.', 'Then', 'hear,', 'Achilles!', 'be', 'of', 'better', 'mind;', 'Revere', 'thy', 'roof,', 'and', 'to', 'thy', 'guests', 'be', 'kind;', 'And', 'know', 'the', 'men,', 'of', 'all', 'the', 'Grecian', 'host,', 'Who', 'honour', 'worth,', 'and', 'prize', 'thy', 'valour', 'most.\"', '\"Oh', 'soul', 'of', 'battles,', 'and', 'thy', \"people's\", 'guide!\"', 'To', 'Ajax', 'thus', 'the', 'first', 'of', 'Greeks', 'replied:', '\"Well', 'hast', 'thou', 'spoke;', 'but', 'at', 'the', \"tyrant's\", 'name', 'My', 'rage', 'rekindles', 'and', 'my', \"soul's\", 'on', 'flame;', \"'Tis\", 'just', 'resentment,', 'and', 'becomes', 'the', 'brave;', 'Disgraced,', 'dishonoured,', 'like', 'the', 'vilest', 'slave!', 'Return', 'then,', 'heroes!', 'and', 'our', 'answer', 'bear,', 'The', 'glorious', 'combat', 'is', 'no', 'more', 'my', 'care;', 'Not', 'till', 'amidst', 'yon', 'sinking', 'navy', 'slain,', 'The', 'blood', 'of', 'Greeks', 'shall', 'dye', 'the', 'sable', 'main;', 'Not', 'till', 'the', 'flames,', 'by', \"Hector's\", 'fury', 'thrown,', 'Consume', 'your', 'vessels,', 'and', 'approach', 'my', 'own;', 'Just', 'there,', 'the', 'impetuous', 'homicide', 'shall', 'stand,', 'There', 'cease', 'his', 'battle,', 'and', 'there', 'feel', 'our', 'hand.\"', 'This', 'said,', 'each', 'prince', 'a', 'double', 'goblet', 'crowned,', 'And', 'cast', 'a', 'large', 'libation', 'on', 'the', 'ground:', 'Then', 'to', 'their', 'vessels,', 'through', 'the', 'gloomy', 'shades,', 'The', 'chiefs', 'return;', 'divine', 'Ulysses', 'leads.', 'Meantime', \"Achilles'\", 'slaves', 'prepared', 'a', 'bed,', 'With', 'fleeces,', 'carpets,', 'and', 'soft', 'linen', 'spread:', 'There,', 'till', 'the', 'sacred', 'morn', 'restored', 'the', 'day,', 'In', 'slumbers', 'sweet', 'the', 'reverend', 'Phœnix', 'lay;', 'But', 'in', 'his', 'inner', 'tent,', 'an', 'ampler', 'space,', 'Achilles', 'slept:', 'and', 'in', 'his', 'warm', 'embrace', 'Fair', 'Diomedé', 'of', 'the', 'Lesbian', 'race.', 'Last,', 'for', 'Patroclus', 'was', 'the', 'couch', 'prepared,', 'Whose', 'nightly', 'joys', 'the', 'beauteous', 'Iphis', 'shared:', 'Achilles', 'to', 'his', 'friend', 'consigned', 'her', 'charms,', 'When', 'Sycros', 'fell', 'before', 'his', 'conquering', 'arms.', 'And', 'now', 'the', 'elected', 'chiefs,', 'whom', 'Greece', 'had', 'sent,', 'Passed', 'through', 'the', 'hosts,', 'and', 'reached', 'the', 'royal', 'tent.', 'Then', 'rising', 'all,', 'with', 'goblets', 'in', 'their', 'hands,', 'The', 'peers,', 'and', 'leaders', 'of', 'the', 'Achaian', 'bands,', 'Hailed', 'their', 'return:', 'Atrides', 'first', 'begun:', '\"Say,', 'what', 'success?', 'divine', \"Laertes'\", 'son!', \"Achilles'\", 'high', 'resolves', 'declare', 'to', 'all:', 'Returns', 'the', 'chief,', 'or', 'must', 'our', 'navy', 'fall?\"', '\"Great', 'king', 'of', 'nations!\"', 'Ithacus', 'replied,', '\"Fixed', 'is', 'his', 'wrath,', 'unconquered', 'is', 'his', 'pride;', 'He', 'slights', 'thy', 'friendship,', 'thy', 'proposals', 'scorns,', 'And,', 'thus', 'implored,', 'with', 'fiercer', 'fury', 'burns.', 'To', 'save', 'our', 'army,', 'and', 'our', 'fleets', 'to', 'free,', 'Is', 'not', 'his', 'care;', 'but', 'left', 'to', 'Greece', 'and', 'thee.', 'Your', 'eyes', 'shall', 'view,', 'when', 'morning', 'paints', 'the', 'sky,', 'Beneath', 'his', 'oars', 'the', 'whitening', 'billows', 'fly.', 'Us', 'too', 'he', 'bids', 'our', 'oars', 'and', 'sails', 'employ,', 'Nor', 'hope', 'the', 'fall', 'of', 'heaven-protected', 'Troy;', 'For', 'Jove', \"o'ershades\", 'her', 'with', 'his', 'arm', 'divine,', 'Inspires', 'her', 'war,', 'and', 'bids', 'her', 'glory', 'shine.', 'Such', 'was', 'his', 'word:', 'what', 'farther', 'he', 'declared,', 'These', 'sacred', 'heralds', 'and', 'great', 'Ajax', 'heard.', 'But', 'Phœnix', 'in', 'his', 'tent', 'the', 'chief', 'retains,', 'Safe', 'to', 'transport', 'him', 'to', 'his', 'native', 'plains,', 'When', 'morning', 'dawns;', 'if', 'other', 'he', 'decree,', 'His', 'age', 'is', 'sacred,', 'and', 'his', 'choice', 'is', 'free.\"', 'Ulysses', 'ceased:', 'the', 'great', 'Achaian', 'host,', 'With', 'sorrow', 'seized,', 'in', 'consternation', 'lost,', 'Attend', 'the', 'stern', 'reply.', 'Tydides', 'broke', 'The', 'general', 'silence,', 'and', 'undaunted', 'spoke:', '\"Why', 'should', 'we', 'gifts', 'to', 'proud', 'Achilles', 'send?', 'Or', 'strive', 'with', 'prayers', 'his', 'haughty', 'soul', 'to', 'bend?', 'His', \"country's\", 'woes', 'he', 'glories', 'to', 'deride,', 'And', 'prayers', 'will', 'burst', 'that', 'swelling', 'heart', 'with', 'pride.', 'Be', 'the', 'fierce', 'impulse', 'of', 'his', 'rage', 'obeyed;', 'Our', 'battles', 'let', 'him', 'or', 'desert', 'or', 'aid;', 'Then', 'let', 'him', 'arm', 'when', 'Jove', 'or', 'he', 'think', 'fit;', 'That,', 'to', 'his', 'madness,', 'or', 'to', 'heaven,', 'commit:', 'What', 'for', 'ourselves', 'we', 'can,', 'is', 'always', 'ours:', 'This', 'night,', 'let', 'due', 'repast', 'refresh', 'our', 'powers;', 'For', 'strength', 'consists', 'in', 'spirits', 'and', 'in', 'blood,', 'And', 'those', 'are', 'owed', 'to', 'generous', 'wine', 'and', 'food;', 'But', 'when', 'the', 'rosy', 'messenger', 'of', 'day', 'Strikes', 'the', 'blue', 'mountains', 'with', 'her', 'golden', 'ray,', 'Ranged', 'at', 'the', 'ships', 'let', 'all', 'our', 'squadrons', 'shine;', 'In', 'flaming', 'arms,', 'a', 'long-extended', 'line:', 'In', 'the', 'dread', 'front', 'let', 'great', 'Atrides', 'stand,', 'The', 'first', 'in', 'danger,', 'as', 'in', 'high', 'command.\"', 'Shouts', 'of', 'acclaim', 'the', 'listening', 'heroes', 'raise,', 'Then', 'each', 'to', 'heaven', 'the', 'due', 'libations', 'pays;', 'Till', 'sleep,', 'descending', \"o'er\", 'the', 'tents,', 'bestows', 'The', 'grateful', 'blessings', 'of', 'desired', 'repose.']\n" + ] + } + ], + "source": [ + "print(tokens)" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "6452\n", + "{'Myself', 'Still', 'rage.', 'black', 'wide', 'life.', 'sorrow', 'harp', 'honoured', 'conquest', 'affords;', 'long-extended', 'Seven', 'human', 'line.', 'till', 'faithful,', 'delights', 'vain?', 'joined', 'came,', 'praise.', 'heard:', 'parts', 'Ah!', 'bears,', 'mind', 'wouldst', 'Sthenelus,', \"country's\", 'load,', 'pour', 'squadrons', 'sure', 'warlike', 'merits', 'voice,', \"Apollo's\", 'hold,', 'pray', 'stayed,', 'elders', 'arts', 'Thebæ', 'unconquered', 'gods.', 'second', 'man:', 'Hodius', 'name,', 'may', 'single', \"Nestor's\", 'friend', 'former', 'style', 'hear', 'so', 'gates—', 'saving', 'prowess', 'praise', 'disdained,', 'they', 'race?', 'purchased', 'more—three', 'god,', 'Beloved', 'loads', 'oars', \"Menœtius'\", 'figure', 'erect,', 'messenger', 'court', 'stands,', 'harboured', 'mankind,', 'Forbids', 'approved.', 'flies:', 'bent', 'Two', 'prevailed:', 'oracles', 'almighty', 'heaped', 'urns;', 'Achilles,', 'Nor', 'mind.', 'faithful', 'dust.', 'fiends', 'turrets', 'flame,', 'anger,', 'best', 'presides,', 'purpose', 'vanquished,', 'heifers', 'manners', 'bribes,', 'placed,', 'ray,', 'loud', 'impious', 'walls', 'noblest', 'strong', 'Then', 'Atrides,', 'Pedasus', 'youthful', 'thenceforth', 'Fellows', 'Once', 'immortal', 'dawns;', 'behind,', 'slave.', 'disdain,', 'addressing', 'melt,', 'soul.[4]', 'Give', 'She', 'Greeks', 'Lives', 'nights', 'Troy,', 'heavy', 'sounding', 'daughters,', 'report', 'brightened', 'meditate', 'brave.', 'was', 'regal', 'confess', 'fires', 'was,', 'ten', 'deprecate', 'sinking', 'Due', 'example', 'vow:', 'age,', 'at', 'realms', 'disclosed,', 'means', 'Myrmidonian', 'bore;', 'short', 'where,', 'prize', 'empires', 'believe', 'If', 'battles', \"Atrides'\", 'men.', 'Prayers', 'conspire,', 'sight,', 'wrapped,', 'passion', 'distressed,', 'Placed', 'ceased', 'stay,', 'apply:', 'heaven-bred', 'confirmed', 'heroes!', 'words', 'ground:', 'sway;', 'accomplish', 'maintained', 'rest', 'may,', 'conceived', 'entreat', 'haughtiest', 'that,', 'my', 'host;', 'face', 'Ætolian', 'fleetness', 'chiefs,', 'fortify', 'fair', 'rose:', 'Ætolia', 'sweat', 'implore;', 'employ,', 'foe?', 'meaner', 'shore.', 'spears', 'fill', 'prince!', 'dower:', 'realms,', 'blame;', 'to-night?', 'slave', 'feast,', 'tall', 'crowned—', 'wines', 'he:', 'And,', 'sire.', 'there,', 'barren', 'morn,', 'martial', 'regain,', 'warrior', 'chief', \"navy's\", 'proud', 'sands', 'Disgraced,', 'once', 'Regard', 'atone', 'carpets,', 'restore', 'truly', 'thought', 'as', 'tore:', 'feet', 'reached', 'wall.', 'shake?', 'Pallas', 'drawn', 'haughty', 'Thy', 'might', 'moved:', 'heads', 'another', 'bear,', 'wise', 'lust', 'What', 'wreak', 'witness,', 'aspires,', 'smoking', 'reign', 'here', 'way;', 'saved', 'owns', 'stand,', 'Return,', 'mould;', 'ruthless', 'kingly', 'horrid', 'urgent,', 'listened', 'Now', 'bounties', 'seas', 'reconciling', 'guardian', \"daughter's\", '\"She', 'plunge', 'To-morrow,', 'Greeks,', 'speech', 'host.', 'ships,', 'tent;', 'void', 'sceptres', 'wins,', 'above', 'mind,', 'make?', 'join;', 'boards,', 'expire;', 'three', 'cheek', 'heart;', 'parts,', 'sacred', 'begun:', 'wrest;', 'gods!', 'proposals', 'justly', 'joy', 'Thee,', 'In', 'gates', 'Lo,', 'ascend', 'prayers', 'Chrysothemis', 'way', 'that', 'passions', 'obeyed;', \"Phœnix'\", 'Rest', 'just', \"Laertes'\", 'wrathful', 'in', \"general's\", 'blaze', 'tenth,', 'Troy.', 'fires!', 'Untouched', 'secret', 'Those', 'fired,', 'consigned', 'know', 'shores,', 'murder,', 'disdains.', 'rapine', 'Bold', 'now', 'seat,', 'Half', 'ceased.', 'fatal', 'me', 'hears', 'talents', 'others', 'invades', 'feast', 'helpless', 'half', 'Let', 'Curetian', 'Troy;', 'debates', 'ear,', 'pride.', 'guides', 'thou,', 'deed;', 'search', 'strong.', 'then', 'oxen', 'Through', 'submissions', 'profound?', 'fall?\"', 'eased', 'possessions', 'part:', 'deprives', 'come,', 'fit;', 'ampler', \"mortal's\", 'send', 'vengeance', 'thought—but', 'not', 'vengeful', 'Pleased', 'town;', 'twice', 'saved;', 'digest', 'plain', 'hunger', 'navy', 'bed,', 'Made', 'its', 'state', 'Sat', 'Life', 'mine.', 'name.', 'return,', 'what', 'moves,', 'kind;', 'Æacides.', 'lightning', 'humanity', 'briny', 'leaders', 'enslaved:', 'shall', 'spread:', 'take,', 'point', 'afflicted', 'arms,', 'free,', 'raging', 'courage,', 'fortunes,', 'ravished,', 'motion', 'silence,', 'began,', 'peers,', 'said:', 'brazen', 'dead.', 'laid', 'retain,', 'contain,', 'resentment,', 'remit', 'Spread', 'last', 'were,', 'land,', 'dismay', 'silver', \"Pylos'\", 'greater', 'tents,', 'contention,', 'youngest', 'forth,', 'dies;', \"bed.'\", 'withstood,', 'charms;', 'necessity,', 'wife;', 'whether', 'scaled;', 'own.', 'valour', 'scene!', 'faults,', 'shared:', 'unsullied', 'slowly', 'think', 'Ithacus', 'fury', 'greedy', 'bowls.', 'accents', 'indulging', 'shining', 'knows', 'aid', 'old:', 'honour', 'swelled', 'taught', 'broke', 'Ulysses,', 'heart,', 'seek', 'art', 'gentler', 'flight', 'owned', 'unpitying!', 'ill', 'Cursed', 'waves', 'wine:', 'sacked', 'fought', 'band,', 'opposed,', 'Alike', 'waits,', 'voyage,', 'crown', 'along', 'wisdom', 'inner', 'dawning', 'regretted', 'luckless', 'Diomedé', 'virtues', 'thither', 'move', 'reversed', 'conquered', 'Pray,', 'bay,', 'sons', 'virtuous', 'graze,', 'unravished', 'twelve', 'retire,', 'immense', 'form', 'shun', 'Such', 'gave,', 'nine', 'inglorious', 'fathers', 'again.', 'supplies', 'Ætolians,', 'success,', 'monster,', 'Liked', 'offend,', 'shore:', 'daughter', 'for', 'Down', 'peace', 'friendship', \"life's\", 'public', 'possessed,', 'sisters', 'shameful', 'dire', 'exceed', 'justice,', 'enriched,', 'tramples', 'only', 'tributary', 'ramparts,', 'direct', 'Hear', 'those', 'Sweeps', 'hands.\"', 'perils,', 'yields;', 'expect', 'lovely', 'us', 'descending', 'me.', 'interval', 'flow', 'sue,', 'heroes', 'strength,', 'dread', 'country,', 'suffered', 'paid', 'faith', 'fleeces,', 'drowned,', 'Pronounce', 'sends', 'Thetis', 'threw;', 'Unseen', 'Cleopatra', 'man,', 'conveyed:', 'rise.', 'Scæan', 'fierce', 'are', 'interests,', 'spoke,', 'betimes', 'banquets', 'enmities', 'Mix', 'direful', 'frame', 'cares,', 'turns,', 'son', 'deeds', 'advance;', 'send?', 'proceeds', 'feasts.', 'tell', 'amidst', 'grasped', 'ship', 'pride;', 'arms:', 'instructs', 'warriors', 'gods,', 'remains?', 'dangers,', \"brother's\", 'dames.', 'medium', 'arms', 'Though', 'issuing', 'Besides,', 'This', 'lo!', \"'twas\", 'war;', 'unequal', 'before', 'hero', 'crime', 'homicide', 'sway.\"', 'given,', 'cities', 'care;', 'Thus', 'approve;', 'vast', 'rise,', 'ancient', 'day?', 'sprinkles', 'charms,', 'drives;', 'sage:', 'warmer', 'transport', 'this,', 'sails', 'join,', 'humble', 'them,', 'care,', 'performed,', 'horsemen', 'impatient,', 'unskilled,', 'Troy?', 'all', 'guests!', 'See', 'night', 'Not', 'drenched', 'dies.', 'early', 'bowl,', 'mound,', 'trust', 'liked,', 'men', 'land.', 'resentment', 'fire.', 'watchings', 'country', 'silent', 'sails,', 'hail!', 'shameless', 'self', 'lord', 'all;', 'walked', 'near', 'remains', 'approve,', 'unfinished', 'crowned,', 'heaven', 'Long', 'punish', 'Shouts', 'men,', 'hour', 'came.\"', 'plains,', 'round;', 'wed', 'Fate.', 'draw', \"Achilles'\", 'shalt', 'mien,', 'Yet', 'commands.', 'purest', 'brass', 'Lame', 'omens,', 'face,', 'Beneath', 'new', 'burns.', 'linen', 'Delightful', 'Then,', 'bed;', 'pride', 'Who', 'flowing', 'Despair', \"what's\", 'dominion', 'end,', 'By', 'divine,', 'For,', 'unmatched', 'Stand', 'good.', '\"With', 'Old', 'care:', 'hundred', 'bought', 'return', 'brought', 'mourned,', 'matrons', 'needs', 'On', 'led,', 'bribes', 'line', 'spoils:', 'No', 'sound;', 'noble', 'days', 'affection', 'wings', 'purple', 'bent,', 'copious', 'took', 'heart', 'fiercé', 'alone,', 'grief', 'offerings,', 'aids', 'be', 'injures', 'rule', 'rest;', 'art.', 'endowments', 'spoke;', 'thunder', 'broken', 'Althæa', 'around.', 'cannot', 'unrivalled', 'tent,', 'asks', 'troubled', 'debate,', \"woman's\", 'resumed,', 'line,', 'love', 'dust,', 'burst', 'mixed', 'oppressed;', 'word', 'raise,', 'Agamemnon', 'believed', 'hardly', 'bravely', 'vain!', 'swelling', 'yields', 'skill', 'guarded', 'came;', 'repose.', 'bold', 'Grecian', 'buy', 'well-wrought', 'Myself,', 'spreads', 'daughters', 'wars—', 'pays;', 'billows', 'force', 'decline,', 'effect', 'thrown,', 'water', \"he'll\", 'dame.', 'past:[6]', 'canisters', 'scorns,', 'hardships', 'sacrifice;', 'drew,', 'against', 'There', 'Merion', 'arose,', 'your', 'Kings', 'can,', 'fall,', 'goddesses', 'aid;', 'abodes,', 'combine,', 'large', 'But,', 'How', 'One', 'stubborn', 'sky,', 'left', 'god', 'remain:', 'fits', 'walls,', 'speak', 'opposed', 'thence', 'behind.', 'commerce,', 'treaties', 'relate,', 'speak;', 'give', 'whole', 'Should', 'yonder', 'wretch', 'deserve', 'restored', 'God', 'man,[7]', 'well', 'goddess-born:', 'held,', 'Prayers,', 'treasures', 'attends,', 'cars', 'rage,', 'plead', 'of', 'dear', 'hoary', 'from', 'fruitful', 'heart.', 'compassion', 'spouse', 'Attend', 'Alcyone;', 'sway', 'add', 'solemn', 'tears', 'here,', 'coast', 'Hector', 'free.\"', 'vase', 'foes', 'now,', 'Greece,', 'gold,', 'overthrown,', 'an', 'millions', 'stop', 'divide', 'Its', 'vulgar', 'choose', 'wrath,', 'him', 'shade', 'rams,', 'Ajax', 'chines', 'Lost', 'fame:', 'See!', 'hand.', 'share,', 'ships', 'Strikes', 'comfort', 'bend?', 'draws,', 'message', 'cold', 'not——but', \"harp's\", 'spoils', 'possession', 'friends', 'flows:', 'travels', 'sign;[10]', 'subdue', 'Meanwhile', 'dead', 'thine;', 'alone.', 'gate;', 'care.', 'unseen', 'waits', 'gift', 'make;', 'vow,', 'sleepless', 'he', 'judgment,', 'larger', 'fire', 'kept', 'breast?', 'wrinkled', 'hate', 'life,', 'stayed', 'by', 'commit:', 'within', 'poor', 'determines', 'age', 'less', 'spread.', 'weighty', 'delights;', 'swine,', 'bids', 'no', 'chance.', 'shouts', \"Althæa's\", 'obey;', 'warrior-god.', 'them—to', 'thus,', 'help', 'behold', 'flowery', 'paid;', 'lips', 'land', 'Learn', 'greet', 'withhold;', 'charms', 'thirst', 'father', 'sorrows', 'That,', 'stream', 'Enopé,', 'claim,', 'debate', 'received', 'throne', 'resound.', 'repentance', 'body', 'fly.', \"o'er,\", 'opposite', 'starting,', 'day', \"Thebes'[11]\", 'Permit', 'loaded', 'fixed', 'race,', 'side!', 'languid', 'like', 'never', 'vain.', 'turns', 'embers', 'piles,', 'pernicious', 'lustful', 'conquests', 'world', 'delegates', 'youth', 'perils', 'all.', 'plain,', 'thee.', 'raise;', 'Confiding', 'fenced', 'dared', 'bursting', 'dishonoured,', 'Since', 'consult', 'band;', 'breathed', 'property,', 'gave', 'which', 'suppressed—', 'Phœnix', 'impudence,', 'or,', 'destroy!', 'divides,', 'bade', 'nations', 'Leaped', 'whitening', 'king', 'arise;', 'third', 'main;', 'many', 'Ascalaphus,', 'front', 'whom', 'polished', 'plain;', 'mortal', 'force,', 'humbles', 'Us', 'embrace;', 'us,', 'Hira', 'tents', 'behest,', 'sanctify', 'brink', '\"Ulysses,', 'breast,', 'vases', 'returned:', 'Theirs', 'Ships', 'Pure', 'Between', 'their', 'west', 'powers', 'a', 'mortals', 'blood', 'manly', 'heaven,', 'From', 'Ye', 'surround,', 'answer', 'Orchomenian', 'torrent', 'command.\"', 'shore,', 'sense', 'where', 'proposed:', 'unfold,', 'bless,', 'cheats', 'labouring', 'heard', 'around', 'durst', 'roof', 'must', 'designs:', 'basely', 'she', 'Troy', 'bless!', 'waters', 'did', 'Passed', 'unhappy', 'scorn', 'Ten', 'Welcome,', 'kings', 'next,', 'wait', 'make', 'many-peopled', 'attention', 'battles,', \"Agamemnon's\", 'rolling', 'offspring', 'soothes', 'fates', 'watched', 'friend.\"', 'may:', 'Greeks!', 'gave;', 'daily', 'day.\"', 'whatever', 'rejects', 'An', 'tides', 'father,', 'tusks', 'Pedasus,', 'hosts,', 'bend.\"', 'embrace', 'spoke:', 'love.', 'threatening', 'king:', 'Offending', 'transfixes,', 'showed:', 'resigned;', 'rose;', 'ignobly,', 'roofs', 'best.', 'prudent', 'yields,', 'arm', 'pass', 'kind', 'thy', 'Proud', 'favours', 'none', 'fat', 'son,', 'bloom', 'grow,', 'mine;', 'long', 'states,', 'Idas,[13]', 'grief,', \"wife's\", 'Each', 'favouring', 'mourn,', 'on', 'thought,', 'sues;', 'more.', 'and', 'wake', 'stay', 'dares,', \"victors'\", 'spied,', 'forces,', \"e'en\", 'mercy,', 'last:', '\"Ye', 'these,', 'price', 'friend,', 'fight,', '\"Great', 'store', 'immortals', 'fleets', 'night,', 'sustains,', 'steel,', 'people,', 'godlike', 'rite.', 'tears;', 'repast', 'king,', 'part,', 'learn', 'fears', 'shewn', 'arms;', 'feels', 'field;', 'victorious', 'vain', 'might;', 'blaze:', 'fiercer', 'Pythian', \"Jove's\", 'Greece!', 'Aphareus,', 'beauteous', 'ceased;', 'empress', 'glory', 'both', 'hell.', 'own', 'fate', 'soldiers', 'skies;', 'runs', 'Heaven', 'Phœnix,', 'all:', 'Never,', 'boar,[12]', 'dust', 'toil;', 'counsels', 'stood', 'superior', 'Thee', 'speed:)', 'date,', 'alliance', 'word,', 'mankind', 'Lesbian', 'flame!', 'mountains', 'embassy', 'most', 'Ranged', 'Dolopians', 'thine:', 'utter,', 'we,', 'bow,', 'shores', \"stranger's\", 'long,', 'attend,', 'thunders', \"Creon's\", 'lessons', 'Hellespont', 'cruel', 'Safe', 'repressed.', 'fruit', 'reign,', 'soul.', 'joyful', 'redress', 'There,', 'town,', 'lay', 'Nor,', 'mix', 'war,', 'nightly', 'bestowed:', 'feasts:', 'return:', 'unrelenting', 'commands', 'already', 'sage', 'wholesome', 'each,', 'fifty', 'wrought;', 'lodge', 'carpets', 'rest.', 'Swells', 'do,', 'surprise', 'such', 'belong;', 'Him', 'canvas,', 'wall:', 'Heaps', 'feel', \"prince's\", 'watch', 'vineyards', 'nations!\"', 'yon', 'nobler', 'O', 'failed,', 'breast.', 'trust,', 'race.', \"rock's\", 'design:', 'hateful:', 'open', 'Jove,', 'gales;', 'uncle', 'prepared,', 'Iälmen,', 'men!', 'prerogative', 'wine,', 'guard', 'train,', 'replied:', '\"O', 'way.', 'tent:', 'ill-matched', 'then,', 'be;', 'Achaian', 'Neptune,', 'Wise,', 'silence', 'Skilled', 'send,', 'loves.', 'salt', 'combat', 'bold;', 'retains,', 'leave', 'Pthia', 'dares', 'could', 'dusty', 'pre-eminence', 'more', 'growing', 'hands,', 'army,', 'instant', 'eye,', 'harmonious', 'Gifts', 'Briseïs', 'run', 'Above', 'host', 'blessings', 'Lest', 'Patroclus,', 'spring,', 'how', 'away,', 'To-morrow', 'Revere', 'mind;', 'desert', 'prepared', 'unmoved,', 'Greek', 'then:', 'ground,', 'board', 'Cardamyé', 'take', 'fell', '\"Cursed', 'renown;', 'still', 'regard', 'stores', 'fields', 'golden', 'slumbers', 'guards', 'because', 'have', 'who', 'fall:', 'excel,', 'sit', 'mourn.', 'Peleus', 'reverend', 'beat', 'calm', 'rocky', 'those,', 'For', 'tried', 'sue', 'Than', 'A', 'fate;', 'bleed,', 'arrived,', 'kings.', 'Till', 'untasted', 'suggest', 'broke,', 'flight;', 'will', 'ease,', 'camps', 'libations', 'make.', '\"Patroclus,', 'main,', \"thine.'\", 'few', 'death;[14]', 'partial', 'generous', 'sent', 'infants,', 'works', 'Althæa,', 'woman', 'his;', 'nights:', 'captives', 'eye', 'hosts', 'Of', 'flesh', 'truth.', 'strews', 'ways', 'fields.', 'always', 'And', 'inglorious!', 'atonement,', 'woe.', 'law', 'roof,', 'deaf', 'Against', 'favoured', 'glows;', 'eyes,', 'mourning', 'proffered', 'flight,', 'flames,', 'land;', 'sober', 'undetermined', 'march,', 'charm', 'tossed;', 'below,', 'followed:', \"o'er;\", 'days.', 'prevent', 'pleasure', 'it', 'lay,', 'would', 'seven', 'sadness', 'steeds', 'toils,', 'undaunted', 'stretched', 'heralds', \"Tydeus'\", 'ambassadors,', 'hope', 'blessed.', 'fire?', \"people's\", \"'tis\", 'With', 'heard,', 'Convinced,', 'morn', 'sway,', 'hereditary', 'slow', 'charms.', 'share', 'king!', 'This,', 'want', 'beneath', 'hand.\"', 'breast', 'gloomy', 'Patroclus', 'lies,', '\"Then', \"'Tis\", 'palaces', 'follow', 'to', 'promised', 'trench', 'asserts', 'Last,', 'displayed', \"Tydides'\", 'Iphigenia', 'every', 'gods', 'compliant', 'see', 'gold', 'vilest', \"tyrant's\", 'assuage.', 'complain,', 'suit', 'guests', 'nor', 'called', 'success?', 'assembled', 'prey.', 'flaming', 'wiser', 'end;', 'inflamed', 'quit', 'praise,', 'purpose,', 'revenges', 'soul', 'thundering', 'declare', 'glorious', 'When', 'curses', 'ravished', 'While', 'Nestor', 'cause?', 'Curetes', 'should', 'waste', 'though', 'hairs.', 'Thither', 'alone', 'At', 'Great', 'food', 'commencing', 'subside,', 'appeared,', \"hero's\", 'when,', 'forgets', 'pale', 'Neptune', 'haste,', 'placed', 'soul,', 'warn', 'plain:', 'fountains,', 'obey,', 'Œneus,', 'right,', 'roar;', 'honours', 'retains', 'the', 'propitious', '\"Divine', 'labours', 'office,', 'parting', 'stay:', 'attends', 'face;', 'possessed;', 'supplicating', 'race', 'head,', 'hearts', 'gold;', 'appear!', 'Deïpyrus,', 'Unworthy', 'stay;', 'sat,', 'rising,', 'Lycomed,', \"I'll\", 'shame.', 'desire,', 'conduct,', 'rite', 'Slave', 'crowned', 'battle,', 'forth', 'sent—', 'gain!', 'slaves;', 'chiefs', 'frozen', 'You', 'horrors', 'store.', 'renowned:', 'soft-trickling', 'it,', 'happy', 'advice,', 'Though,', 'Fain', 'made', 'erred', 'divides.', 'maid;', 'woman,', 'grizly', 'grace,', 'main.', 'saddened', 'some', 'fame;', \"leader's\", 'brawny', 'Words,', 'royal', 'wealth,', 'My', 'call', 'strengthened,', 'confines:', 'son:', 'time,', 'space,', '\"Say,', 'richest', 'wife,', '\"Princes,', 'cries,', 'conquer', 'each', 'Their', 'himself', 'yield', 'remain,', 'attend;', 'Eurybates', 'repasts', 'stratagem', 'rise', 'theirs.', 'Achilles!', 'enriched', 'presents,', 'call;', 'Pluto,', 'Can', 'Peleus,', 'Rolled', 'pours', 'spirits', 'consists', 'bring,', 'unperceived;', 'To', 'these', 'soft', 'breast:', 'farther:', 'brand', 'couch', 'frantic', 'mind:', 'thus:', 'waves,', 'repaid,', 'charms:', 'divide.', 'quarrel', 'Fears', 'armed', 'wronged', 'reason', 'Wise', 'prince,', 'Your', 'slew;', 'speech,', 'round', 'Marpessa', 'Greece', 'flame', 'disdain;', 'we', 'engage', 'lay;', 'Strong', 'acres', 'madness,', 'doubtful', 'consternation', 'urgent', 'profound,', 'triumphs', 'moved', 'forests', 'wealth', 'flamed', 'acclamations', 'wilt', 'course:', 'He', 'woe;', 'amongst', 'vital', 'sacred,', 'worthy', 'damsel,', 'All', 'store,', 'late,', 'relentless,', 'sweet', 'declared,', 'reward', 'not—a', 'dreadful', 'bless', 'live', '\"Oh', 'deceived,', 'first', 'host,', 'aside.', 'brave;', 'braves,', 'honoured,', 'arms.', 'wondrous', 'Wronged', 'too', 'fame,', 'private', 'woes', 'glowing', 'refund', 'curb', 'bribe', \"Argos'\", 'once,', 'witness', 'never,', 'bright', 'bold,', 'night;', 'contains:', 'beholds', 'conquer,', 'advised', 'bend:', 'thankless', 'shades,', 'brave', 'gifts', 'had', 'young', 'food;', 'declares,', 'implored,', 'cares;', 'decree,', 'heard.', 'offers,', 'Swift', 'renounce', 'aged', 'verge', 'since', 'sink', 'accent', 'close', 'rising', 'Meantime', 'Thessalian', \"'My\", 'tempest', 'Himself', 'shine', 'soil;', 'powers;', 'embraced', 'valued', 'fall', 'See,', 'caressed,', 'number', 'tongue', 'will:', 'art,', 'peaceful', 'goblet', 'Tell', 'Blessed', 'song.', 'calls', 'are,', 'Minerva', 'safe', 'part', 'plenty', 'rule,', 'recruit', 'sings', 'I', 'unfruitful', 'ask', 'life', 'appears,', 'detested', 'mistake,', 'removes,', 'eyes', 'globe', 'train;', 'Oh', 'weak', 'great—', 'dealt', 'fact', 'grieved', 'gathered,', '\"When', 'dejected', 'times', 'begin,', 'demands;', 'deep', 'sheep,', 'nuptials', 'comrade', 'portion', 'brother', 'boiling', 'liquid', 'Just', 'furies!', 'vied', 'rage', 'distract', 'sorrows?', 'cease', 'glide', 'guiltless', 'twenty', 'paints', 'spoke', 'lifted', 'bulls,', '\"Well', 'social', 'is,', 'listening', 'repine,', 'Age', 'wars', 'elected', 'conquering', 'porket,', 'Æpea', 'ceased:', 'celestial', 'eyes!', 'resign,', 'wine', 'Stern,', 'old', 'act', 'libation', 'constant', 'verdant', 'Thracian', 'mutual', 'heaven-defended', 'tent', 'becomes', 'bird', 'and,', 'you', 'wall[5]', 'horror,', 'danger,', 'voice', 'thee,', 'rekindles', 'combat,', 'arose', 'sail', 'detain.', 'exhaustless', 'vain;', 'His', 'Pelides', 'gave.', 'infant', 'vines', 'interest,', 'understood,', 'control', 'Here', 'deride,', 'councils', 'fled,', 'nymphs', 'all,', 'Superior', 'wife', 'commissioned,', 'heaven-protected', 'sable', 'heavenly', 'hated', 'ire', 'command,', 'Laodicé', 'pastures', 'scarce', 'other', 'turn,', 'tyrant', 'Along', 'had,', 'fights', 'line:', 'forced', 'wise,', 'brave,', 'shore;', 'proffers', 'son!', 'Hailed', 'coals', 'Would', 'hands:', 'pair,', 'ample', \"Priam's\", 'gates.', 'reared;', 'behind?', 'thee', 'them', 'piercing', 'deeps', 'can', 'Amidst', 'mighty', 'beats', 'That', 'nearest', 'suits', 'decrees,', 'entire:', 'general', 'due', 'word:', \"o'erleaped\", 'rise!', 'two', 'child,', 'shew', 'glittering', 'air,', 'heal', 'choose;', 'Accept', 'worst', 'sins.', 'strife,', 'hair;', 'Our', 'north', 'white', 'ruler', 'swear', 'made;', 'lords', \"'Ye\", 'Applauding', 'glories', 'approves.', 'feeble', 'oh', \"world's\", 'impulse', 'grant', 'So', 'laborious', 'power', 'frenzy', \"Meleager's\", 'our', 'Sure', 'Calydon', 'swift,', 'streams', 'yield.', 'run,', 'thing,', 'let', 'levelled', 'rage:', 'light?', \"Ilion's\", 'love;[9]', 'prepares;', 'revered', 'breast;', 'earth,', 'unkind', 'view,', 'war!', 'sandy', 'cleansing', 'Agamemnon,', 'equal', 'if', 'genial', 'prince', 'designed.', 'heart:', 'her', 'shine.', \"daughters'\", 'wait.', 'maid,', 'guide!', 'hostile', 'fall.\"', 'Thrasymed,', 'better', 'soberly', 'defence', 'prizes', 'while', 'Besought', 'herds', 'great!', 'shine;', 'great', 'ever-pleasing', 'save', 'Full', 'win', 'Consume', 'Grecians', 'child', 'speed:', 'nod', 'tell,', 'farther', 'thus', 'hence,', 'spoil', 'wide,', 'beheld', 'replied,', 'Be', \"Thracia's\", 'divine', 'course', 'feet,', 'done,', 'leads.', 'The', \"soul's\", 'matchless', 'hate:', 'defame', 'elect', 'harvests,', 'passions,', 'wives,', 'chosen', 'tent.', 'Durst', 'made.', 'Sycros', 'adored', 'seats', 'refresh', 'Silent,', 'Go', 'said,', 'chief,', 'Is', 'son?', 'ours:', 'none,', 'lost.', 'Jove', 'Whose', 'sent,', 'ah', 'him,', 'suppliant', 'alternate,', 'souls,', '(Rich', 'Descends,', 'cloudy', 'sweats', 'blue', 'Cynthia', 'flame:', 'porches', 'divinely', 'cause', 'boasted,', 'Trojan', 'waiting', 'armies', 'Himself,', 'worth', 'justified', 'advise', 'honour,', 'meditates', 'roar', 'double', 'has', 'avenging', 'demand', 'army', 'blazing', \"father's\", 'Fight', 'designed!', 'renowned;', 'is', 'refulgent', 'strain:', 'sides.', 'allay,', 'Twelve', '\"Monarch', 'tripods,', 'spring.', 'king.', 'toils', 'gates,', 'but', 'most.\"', 'These', 'grateful', 'heaven.', 'green,', 'bed', 'sunk', 'own;', 'know,', 'despised,', 'deliverer', 'whose', 'flames', 'thine.', 'sake;', 'hast', 'hard', 'claim;', 'shed.', 'birth', 'when', \"mother's\", 'embattled', 'present', 'flame:[8]', 'living', 'not;', 'acclaim', 'paid,', 'time', 'guide!\"', 'than', 'saved.', 'cares', 'Antheia', 'offend', 'draughts', 'seized', 'Short', 'distinction', 'vex', 'dower;', 'terms,', 'Has', 'glory,', 'beard', 'ourselves', 'Infernal', 'light,', 'answer.', 'stern', 'goat', 'all!', 'Next', 'found', 'slave!', 'presents;', \"Pelides'\", 'found,', 'blood,', 'Rise', 'Pheræ', 'approved,', 'fragrant', \"o'ershades\", 'high', 'pensive', 'Or', 'same', 'extent', 'states', 'go—why', 'stands', 'you.', 'day!', 'youth;', \"Orestes'\", 'thyself', 'danger', 'this', 'full', 'troops,', 'slain,', 'War', 'Lyrnessian', 'give,', 'neglected', 'lead,', 'felt', 'blame', 'vessels', 'council,', 'admired:', 'warm', \"o'er\", 'braved,', 'asks,', 'offers', 'Juno', 'spares,', 'Iphis', 'same;', 'stand;', 'urged', 'props', 'Troy.\"', 'ready', 'charmed', '\"My', 'portal', 'sends,', 'pass,', 'angry', 'pasture', 'before.', 'dare.', 'sprung,', 'heaps', 'margin', 'Burns', 'through', 'seized,', 'Repel', 'ratify', 'iron', 'state:', 'Some', 'flame;', 'surround', 'bend', 'Were', 'impetuous', 'various', 'battle', 'faithless', 'Return', 'Are', 'consort,', 'port', 'justice', 'bands;', 'embrace,', 'steeled,', 'adored.', 'fire:', 'yet,', 'Achilles', 'goblets', 'vows,', 'slaves', 'thee:', 'cast', '\"Health', 'bread', 'day,', 'sage.', 'Thou', 'resolves', 'be,', 'care', 'chose', 'Priests', 'redeem;', 'son.', 'source', 'heaven:', 'care,[2]', 'prey', 'reproach', 'tear', 'length', 'rosy', 'slaughter', 'with', \"Pthia's\", \"sage's\", 'deathless', 'majestic', 'But', 'years,', 'alike', 'Fair', 'his', 'thousand', 'spacious', 'Enjoy', 'enjoys', 'slept:', 'grief.', 'desired', 'whispers:[1]', 'old;', 'courage', 'bore,', 'mournful', 'Hell', 'Lesbos', 'Rich', 'First', \"Atreus'\", 'adored.\"', 'friendly', 'enjoy;', 'brass;', 'Automedon', 'reply.', 'Hector,', 'wrath', 'scenes', 'deaths', 'tedious', 'great,', 'sea,', '\"Where', 'make,', 'flow,', 'Her', 'death', 'due,', 'fought—', 'extend:', 'sighs,', 'duty', 'love:', 'ye', 'dissuade;', 'unconfined,', 'bred,', \"Hector's\", 'above:', 'lost,', 'fight', 'bid', 'Assembled', 'dame', 'unworthy', 'control,', 'attend.', 'Haste', 'spoils,', 'Which', 'hairs', 'armies,', 'unresisted', 'oppose', 'friendship,', 'discharged,', 'towers,', 'cursed', 'foes.', 'native', 'shakes', 'bands.', 'purer', 'most,', 'fly,', 'Proserpine,', 'vessels,', 'Much', 'long-contested', 'war', 'defends;', 'stood,', '\"Why', 'ire,', 'bold.', 'wrongs,', 'Meleager', 'earth', 'name.\"', 'end.', 'detests', 'They', 'wretch,', 'Fear,', 'slights', \"hell's\", 'Returns', 'find', 'resounds', 'Like', 'dye', 'Egyptian', 'council', 'check', 'pains,', 'ever', 'rich', 'spirit', 'enjoy,', \"Helen's\", 'twice,', 'chief!', 'careful', 'Deceived', 'circle', 'common', 'prayers,', 'dark', 'worth,', 'Do', 'Ægean', 'love,', 'labours,', 'or', 'wonders', 'wars:', 'Heavens!', 'tender', 'bands,', 'low', 'Inspires', 'stupid', 'toils,[3]', 'extirpate', 'bear', 'bring', 'war:', 'said;', 'morning', 'defies;', 'strive', 'princes', 'Hear,', 'Amused', 'seed', 'ruddy', 'Cardamylé', 'suffering', 'dungeon', 'monarch', 'approach', 'nations!', 'still.', 'return;', 'blood;', 'bestows', 'name', 'forgives;', 'costly', 'first,', 'fear;', 'monstrous', 'attract', 'sword;', 'red', 'canst', 'fields:', 'No—let', \"time—'twas\", 'wisest', 'choice', 'owed', 'Atrides', 'towers', 'man', 'fair,', 'thou', 'Bid', 'plain.', 'fond', 'held', 'winged', 'commends,', 'councils,', 'foaming', 'sleep,', 'uninjured', 'beast,', 'lives:', 'Tydides', 'hear,', 'mediate', 'molest', 'were', 'Injustice', 'Trust', '\"Fixed', 'well.', 'offered,', 'murderer', 'Convened', 'convey,', 'there', 'knee,', 'Injustice,', 'Gods!', 'Constant', 'loud,', 'advice', 'yet', 'trench,', 'hand', 'rests', 'murmuring', '(when', 'tremble,', 'terms', 'orders', 'guests,', \"Œneus'\", 'partake', 'one', 'strength', 'teach', 'laws', 'afford,', 'numerous', 'neighbour', 'proclaim,', 'poniard', 'Ulysses', 'halves', 'joys', 'Content', 'fields,', 'Venus', 'Unfit', 'ordered', 'retired', 'me,', 'soil.', 'honours,', 'sire', 'divides)', 'lofty', 'obey:', 'demands,', 'Contention', 'fragments', 'frame.', 'knows,', 'changed', '\"Hence', 'speak,', 'As', 'wan', 'fleet', 'headlong', 'years', 'revenge', 'Distaste'}\n", + "['Thus', 'joyful', 'Troy', 'maintained', 'the', 'watch', 'of', 'night;', 'While', 'Fear,', 'pale', 'comrade', 'of', 'inglorious', 'flight,', 'And', 'heaven-bred', 'horror,', 'on', 'the', 'Grecian', 'part,', 'Sat', 'on', 'each', 'face,', 'and', 'saddened', 'every', 'heart.', 'As', 'from', 'its', 'cloudy', 'dungeon', 'issuing', 'forth,', 'A', 'double', 'tempest', 'of', 'the', 'west', 'and', 'north', 'Swells', \"o'er\", 'the', 'sea,', 'from', \"Thracia's\", 'frozen', 'shore,', 'Heaps', 'waves', 'on', 'waves,', 'and', 'bids', 'the', 'Ægean', 'roar;', 'This', 'way', 'and', 'that', 'the', 'boiling', 'deeps', 'are', 'tossed;', 'Such', 'various', 'passions', 'urged', 'the', 'troubled', 'host.', 'Great', 'Agamemnon', 'grieved', 'above', 'the', 'rest;', 'Superior', 'sorrows', 'swelled', 'his', 'royal', 'breast;', 'Himself', 'his', 'orders', 'to', 'the', 'heralds', 'bears,', 'To', 'bid', 'to', 'council', 'all', 'the', 'Grecian', 'peers,', 'But', 'bid', 'in', 'whispers:[1]', 'these', 'surround', 'their', 'chief,', 'In', 'solemn', 'sadness', 'and', 'majestic', 'grief.', 'The', 'king', 'amidst', 'the', 'mournful', 'circle', 'rose;', 'Down', 'his', 'wan', 'cheek', 'a', 'briny', 'torrent', 'flows:', 'So', 'silent', 'fountains,', 'from', 'a', \"rock's\", 'tall', 'head,', 'In', 'sable', 'streams', 'soft-trickling', 'waters', 'shed.', 'With', 'more', 'than', 'vulgar', 'grief', 'he', 'stood', 'oppressed;', 'Words,', 'mixed', 'with', 'sighs,', 'thus', 'bursting', 'from', 'his', 'breast:', '\"Ye', 'sons', 'of', 'Greece!', 'partake', 'your', \"leader's\", 'care,[2]', 'Fellows', 'in', 'arms,', 'and', 'princes', 'of', 'the', 'war!', 'Of', 'partial', 'Jove', 'too', 'justly', 'we', 'complain,', 'And', 'heavenly', 'oracles', 'believed', 'in', 'vain.', 'A', 'safe', 'return', 'was', 'promised', 'to', 'our', 'toils,[3]', 'With', 'conquest', 'honoured,', 'and', 'enriched', 'with', 'spoils:', 'Now', 'shameful', 'flight', 'alone', 'can', 'save', 'the', 'host,', 'Our', 'wealth,', 'our', 'people,', 'and', 'our', 'glory,', 'lost.', 'So', 'Jove', 'decrees,', 'almighty', 'lord', 'of', 'all!', 'Jove,', 'at', 'whose', 'nod', 'whole', 'empires', 'rise', 'or', 'fall,', 'Who', 'shakes', 'the', 'feeble', 'props', 'of', 'human', 'trust,', 'And', 'towers', 'and', 'armies', 'humbles', 'to', 'the', 'dust.', 'Haste', 'then,', 'for', 'ever', 'quit', 'these', 'fatal', 'fields,', 'Haste', 'to', 'the', 'joys', 'our', 'native', 'country', 'yields;', 'Spread', 'all', 'your', 'canvas,', 'all', 'your', 'oars', 'employ,', 'Nor', 'hope', 'the', 'fall', 'of', 'heaven-defended', 'Troy.\"', 'He', 'said;', 'deep', 'silence', 'held', 'the', 'Grecian', 'band;', 'Silent,', 'unmoved,', 'in', 'dire', 'dismay', 'they', 'stand,', 'A', 'pensive', 'scene!', 'till', \"Tydeus'\", 'warlike', 'son', 'Rolled', 'on', 'the', 'king', 'his', 'eyes,', 'and', 'thus', 'begun:', '\"When', 'kings', 'advise', 'us', 'to', 'renounce', 'our', 'fame,', 'First', 'let', 'him', 'speak,', 'who', 'first', 'has', 'suffered', 'shame.', 'If', 'I', 'oppose', 'thee,', 'prince!', 'thy', 'wrath', 'withhold;', 'The', 'laws', 'of', 'council', 'bid', 'my', 'tongue', 'be', 'bold.', 'Thou', 'first,', 'and', 'thou', 'alone,', 'in', 'fields', 'of', 'fight,', 'Durst', 'brand', 'my', 'courage,', 'and', 'defame', 'my', 'might;', 'Nor', 'from', 'a', 'friend', 'the', 'unkind', 'reproach', 'appeared,', 'The', 'Greeks', 'stood', 'witness,', 'all', 'our', 'army', 'heard.', 'The', 'gods,', 'O', 'chief!', 'from', 'whom', 'our', 'honours', 'spring,', 'The', 'gods', 'have', 'made', 'thee', 'but', 'by', 'halves', 'a', 'king:', 'They', 'gave', 'thee', 'sceptres', 'and', 'a', 'wide', 'command,', 'They', 'gave', 'dominion', \"o'er\", 'the', 'seas', 'and', 'land;', 'The', 'noblest', 'power', 'that', 'might', 'the', 'world', 'control', 'They', 'gave', 'thee', 'not—a', 'brave', 'and', 'virtuous', 'soul.[4]', 'Is', 'this', 'a', \"general's\", 'voice,', 'that', 'would', 'suggest', 'Fears', 'like', 'his', 'own', 'in', 'every', 'Grecian', 'breast?', 'Confiding', 'in', 'our', 'want', 'of', 'worth', 'he', 'stands,', 'And', 'if', 'we', 'fly,', \"'tis\", 'what', 'our', 'king', 'commands.', 'Go', 'thou,', 'inglorious!', 'from', 'the', 'embattled', 'plain,', 'Ships', 'thou', 'hast', 'store,', 'and', 'nearest', 'to', 'the', 'main;', 'A', 'nobler', 'care', 'the', 'Grecians', 'shall', 'employ,', 'To', 'combat,', 'conquer,', 'and', 'extirpate', 'Troy.', 'Here', 'Greece', 'shall', 'stay;', 'or,', 'if', 'all', 'Greece', 'retire,', 'Myself', 'will', 'stay,', 'till', 'Troy', 'or', 'I', 'expire;', 'Myself,', 'and', 'Sthenelus,', 'will', 'fight', 'for', 'fame;', 'God', 'bade', 'us', 'fight,', 'and', \"'twas\", 'with', 'God', 'we', 'came.\"', 'He', 'ceased;', 'the', 'Greeks', 'loud', 'acclamations', 'raise,', 'And', 'voice', 'to', 'voice', 'resounds', \"Tydides'\", 'praise.', 'Wise', 'Nestor', 'then', 'his', 'reverend', 'figure', 'reared;', 'He', 'spoke:', 'the', 'host', 'in', 'still', 'attention', 'heard:', '\"O', 'truly', 'great!', 'in', 'whom', 'the', 'gods', 'have', 'joined', 'Such', 'strength', 'of', 'body', 'with', 'such', 'force', 'of', 'mind;', 'In', 'conduct,', 'as', 'in', 'courage,', 'you', 'excel,', 'Still', 'first', 'to', 'act', 'what', 'you', 'advise', 'so', 'well.', 'Those', 'wholesome', 'counsels', 'which', 'thy', 'wisdom', 'moves,', 'Applauding', 'Greece,', 'with', 'common', 'voice,', 'approves.', 'Kings', 'thou', 'canst', 'blame;', 'a', 'bold,', 'but', 'prudent', 'youth;', 'And', 'blame', \"e'en\", 'kings', 'with', 'praise,', 'because', 'with', 'truth.', 'And', 'yet', 'those', 'fears', 'that', 'since', 'thy', 'birth', 'have', 'run,', 'Would', 'hardly', 'style', 'thee', \"Nestor's\", 'youngest', 'son.', 'Then', 'let', 'me', 'add', 'what', 'yet', 'remains', 'behind,', 'A', 'thought', 'unfinished', 'in', 'that', 'generous', 'mind;', 'Age', 'bids', 'me', 'speak;', 'nor', 'shall', 'the', 'advice', 'I', 'bring', 'Distaste', 'the', 'people,', 'or', 'offend', 'the', 'king:', '\"Cursed', 'is', 'the', 'man,', 'and', 'void', 'of', 'law', 'and', 'right,', 'Unworthy', 'property,', 'unworthy', 'light,', 'Unfit', 'for', 'public', 'rule,', 'or', 'private', 'care,', 'That', 'wretch,', 'that', 'monster,', 'that', 'delights', 'in', 'war:', 'Whose', 'lust', 'is', 'murder,', 'and', 'whose', 'horrid', 'joy', 'To', 'tear', 'his', 'country,', 'and', 'his', 'kind', 'destroy!', 'This', 'night', 'refresh', 'and', 'fortify', 'thy', 'train;', 'Between', 'the', 'trench', 'and', 'wall[5]', 'let', 'guards', 'remain:', 'Be', 'that', 'the', 'duty', 'of', 'the', 'young', 'and', 'bold;', 'But', 'thou,', 'O', 'king,', 'to', 'council', 'call', 'the', 'old:', 'Great', 'is', 'thy', 'sway,', 'and', 'weighty', 'are', 'thy', 'cares;', 'Thy', 'high', 'commands', 'must', 'spirit', 'all', 'our', 'wars:', 'With', 'Thracian', 'wines', 'recruit', 'thy', 'honoured', 'guests,', 'For', 'happy', 'counsels', 'flow', 'from', 'sober', 'feasts.', 'Wise,', 'weighty', 'counsels', 'aid', 'a', 'state', 'distressed,', 'And', 'such', 'a', 'monarch', 'as', 'can', 'choose', 'the', 'best.', 'See!', 'what', 'a', 'blaze', 'from', 'hostile', 'tents', 'aspires,', 'How', 'near', 'our', 'fleet', 'approach', 'the', 'Trojan', 'fires!', 'Who', 'can,', 'unmoved,', 'behold', 'the', 'dreadful', 'light?', 'What', 'eye', 'beholds', 'them,', 'and', 'can', 'close', 'to-night?', 'This', 'dreadful', 'interval', 'determines', 'all;', 'To-morrow,', 'Troy', 'must', 'flame,', 'or', 'Greece', 'must', 'fall.\"', 'Thus', 'spoke', 'the', 'hoary', 'sage:', 'the', 'rest', 'obey;', 'Swift', 'through', 'the', 'gates', 'the', 'guards', 'direct', 'their', 'way.', 'His', 'son', 'was', 'first', 'to', 'pass', 'the', 'lofty', 'mound,', 'The', 'generous', 'Thrasymed,', 'in', 'arms', 'renowned:', 'Next', 'him', 'Ascalaphus,', 'Iälmen,', 'stood,', 'The', 'double', 'offspring', 'of', 'the', 'warrior-god.', 'Deïpyrus,', 'Aphareus,', 'Merion', 'join,', 'And', 'Lycomed,', 'of', \"Creon's\", 'noble', 'line.', 'Seven', 'were', 'the', 'leaders', 'of', 'the', 'nightly', 'bands,', 'And', 'each', 'bold', 'chief', 'a', 'hundred', 'spears', 'commands.', 'The', 'fires', 'they', 'light,', 'to', 'short', 'repasts', 'they', 'fall,', 'Some', 'line', 'the', 'trench,', 'and', 'others', 'man', 'the', 'wall.', 'The', 'king', 'of', 'men,', 'on', 'public', 'counsels', 'bent,', 'Convened', 'the', 'princes', 'in', 'his', 'ample', 'tent;', 'Each', 'seized', 'a', 'portion', 'of', 'the', 'kingly', 'feast,', 'But', 'stayed', 'his', 'hand', 'when', 'thirst', 'and', 'hunger', 'ceased.', 'Then', 'Nestor', 'spoke,', 'for', 'wisdom', 'long', 'approved,', 'And,', 'slowly', 'rising,', 'thus', 'the', 'council', 'moved:', '\"Monarch', 'of', 'nations!', 'whose', 'superior', 'sway', 'Assembled', 'states', 'and', 'lords', 'of', 'earth', 'obey,', 'The', 'laws', 'and', 'sceptres', 'to', 'thy', 'hand', 'are', 'given,', 'And', 'millions', 'own', 'the', 'care', 'of', 'thee', 'and', 'heaven.', 'O', 'king!', 'the', 'counsels', 'of', 'my', 'age', 'attend;', 'With', 'thee', 'my', 'cares', 'begin,', 'with', 'thee', 'must', 'end;', 'Thee,', 'prince!', 'it', 'fits', 'alike', 'to', 'speak', 'and', 'hear,', 'Pronounce', 'with', 'judgment,', 'with', 'regard', 'give', 'ear,', 'To', 'see', 'no', 'wholesome', 'motion', 'be', 'withstood,', 'And', 'ratify', 'the', 'best', 'for', 'public', 'good.', 'Nor,', 'though', 'a', 'meaner', 'give', 'advice,', 'repine,', 'But', 'follow', 'it,', 'and', 'make', 'the', 'wisdom', 'thine.', 'Hear', 'then', 'a', 'thought,', 'not', 'now', 'conceived', 'in', 'haste,', 'At', 'once', 'my', 'present', 'judgment,', 'and', 'my', 'past:[6]', 'When', 'from', \"Pelides'\", 'tent', 'you', 'forced', 'the', 'maid,', 'I', 'first', 'opposed,', 'and,', 'faithful,', 'durst', 'dissuade;', 'But,', 'bold', 'of', 'soul,', 'when', 'headlong', 'fury', 'fired,', 'You', 'wronged', 'the', 'man,', 'by', 'men', 'and', 'gods', 'admired:', 'Now', 'seek', 'some', 'means', 'his', 'fatal', 'wrath', 'to', 'end,', 'With', 'prayers', 'to', 'move', 'him,', 'or', 'with', 'gifts', 'to', 'bend.\"', 'To', 'whom', 'the', 'king:', '\"With', 'justice', 'hast', 'thou', 'shewn', 'A', \"prince's\", 'faults,', 'and', 'I', 'with', 'reason', 'own.', 'That', 'happy', 'man,[7]', 'whom', 'Jove', 'still', 'honours', 'most,', 'Is', 'more', 'than', 'armies,', 'and', 'himself', 'a', 'host.', 'Blessed', 'in', 'his', 'love,', 'this', 'wondrous', 'hero', 'stands,', 'Heaven', 'fights', 'his', 'war,', 'and', 'humbles', 'all', 'our', 'bands.', 'Fain', 'would', 'my', 'heart,', 'which', 'erred', 'through', 'frantic', 'rage,', 'The', 'wrathful', 'chief', 'and', 'angry', 'gods', 'assuage.', 'If', 'gifts', 'immense', 'his', 'mighty', 'soul', 'can', 'bow,', 'Hear,', 'all', 'ye', 'Greeks,', 'and', 'witness', 'what', 'I', 'vow:', 'Ten', 'weighty', 'talents', 'of', 'the', 'purest', 'gold,', 'And', 'twice', 'ten', 'vases', 'of', 'refulgent', 'mould;', 'Seven', 'sacred', 'tripods,', 'whose', 'unsullied', 'frame', 'Yet', 'knows', 'no', 'office,', 'nor', 'has', 'felt', 'the', 'flame:[8]', 'Twelve', 'steeds', 'unmatched', 'in', 'fleetness', 'and', 'in', 'force,', 'And', 'still', 'victorious', 'in', 'the', 'dusty', 'course:', 'Rich', 'were', 'the', 'man', 'whose', 'ample', 'stores', 'exceed', 'The', 'prizes', 'purchased', 'by', 'their', 'winged', 'speed:', 'Seven', 'lovely', 'captives', 'of', 'the', 'Lesbian', 'line,', 'Skilled', 'in', 'each', 'art,', 'unmatched', 'in', 'form', 'divine,', 'The', 'same', 'I', 'chose', 'for', 'more', 'than', 'vulgar', 'charms,', 'When', 'Lesbos', 'sunk', 'beneath', 'the', \"hero's\", 'arms:', 'All', 'these,', 'to', 'buy', 'his', 'friendship,', 'shall', 'be', 'paid,', 'And', 'joined', 'with', 'these', 'the', 'long-contested', 'maid;', 'With', 'all', 'her', 'charms,', 'Briseïs', 'I', 'resign,', 'And', 'solemn', 'swear', 'those', 'charms', 'were', 'never', 'mine;', 'Untouched', 'she', 'stayed,', 'uninjured', 'she', 'removes,', 'Pure', 'from', 'my', 'arms,', 'and', 'guiltless', 'of', 'my', 'loves.', 'These', 'instant', 'shall', 'be', 'his;', 'and', 'if', 'the', 'powers', 'Give', 'to', 'our', 'arms', 'proud', \"Ilion's\", 'hostile', 'towers,', 'Then', 'shall', 'he', 'store', '(when', 'Greece', 'the', 'spoil', 'divides)', 'With', 'gold', 'and', 'brass', 'his', 'loaded', \"navy's\", 'sides.', 'Besides,', 'full', 'twenty', 'nymphs', 'of', 'Trojan', 'race', 'With', 'copious', 'love', 'shall', 'crown', 'his', 'warm', 'embrace;', 'Such', 'as', 'himself', 'will', 'choose;', 'who', 'yield', 'to', 'none,', 'Or', 'yield', 'to', \"Helen's\", 'heavenly', 'charms', 'alone.', 'Yet', 'hear', 'me', 'farther:', 'when', 'our', 'wars', 'are', \"o'er,\", 'If', 'safe', 'we', 'land', 'on', \"Argos'\", 'fruitful', 'shore,', 'There', 'shall', 'he', 'live', 'my', 'son,', 'our', 'honours', 'share,', 'And', 'with', \"Orestes'\", 'self', 'divide', 'my', 'care.', 'Yet', 'more—three', 'daughters', 'in', 'my', 'court', 'are', 'bred,', 'And', 'each', 'well', 'worthy', 'of', 'a', 'royal', 'bed,', 'Laodicé', 'and', 'Iphigenia', 'fair,', 'And', 'bright', 'Chrysothemis', 'with', 'golden', 'hair;', 'Her', 'let', 'him', 'choose', 'whom', 'most', 'his', 'eyes', 'approve,', 'I', 'ask', 'no', 'presents,', 'no', 'reward', 'for', 'love;[9]', 'Myself', 'will', 'give', 'the', 'dower;', 'so', 'vast', 'a', 'store', 'As', 'never', 'father', 'gave', 'a', 'child', 'before.', 'Seven', 'ample', 'cities', 'shall', 'confess', 'his', 'sway,', 'Him', 'Enopé,', 'and', 'Pheræ', 'him', 'obey,', 'Cardamylé', 'with', 'ample', 'turrets', 'crowned,', 'And', 'sacred', 'Pedasus', 'for', 'vines', 'renowned;', 'Æpea', 'fair,', 'the', 'pastures', 'Hira', 'yields,', 'And', 'rich', 'Antheia', 'with', 'her', 'flowery', 'fields:', 'The', 'whole', 'extent', 'to', \"Pylos'\", 'sandy', 'plain,', 'Along', 'the', 'verdant', 'margin', 'of', 'the', 'main.', 'There', 'heifers', 'graze,', 'and', 'labouring', 'oxen', 'toil;', 'Bold', 'are', 'the', 'men,', 'and', 'generous', 'is', 'the', 'soil;', 'There', 'shall', 'he', 'reign', 'with', 'power', 'and', 'justice', 'crowned,', 'And', 'rule', 'the', 'tributary', 'realms', 'around.', 'All', 'this', 'I', 'give,', 'his', 'vengeance', 'to', 'control,', 'And', 'sure', 'all', 'this', 'may', 'move', 'his', 'mighty', 'soul.', 'Pluto,', 'the', 'grizly', 'god,', 'who', 'never', 'spares,', 'Who', 'feels', 'no', 'mercy,', 'and', 'who', 'hears', 'no', 'prayers,', 'Lives', 'dark', 'and', 'dreadful', 'in', 'deep', \"hell's\", 'abodes,', 'And', 'mortals', 'hate', 'him', 'as', 'the', 'worst', 'of', 'gods.', 'Great', 'though', 'he', 'be,', 'it', 'fits', 'him', 'to', 'obey:', 'Since', 'more', 'than', 'his', 'my', 'years,', 'and', 'more', 'my', 'sway.\"', 'The', 'monarch', 'thus:', 'the', 'reverend', 'Nestor', 'then:', '\"Great', 'Agamemnon,', 'glorious', 'king', 'of', 'men!', 'Such', 'are', 'thy', 'offers', 'as', 'a', 'prince', 'may', 'take,', 'And', 'such', 'as', 'fits', 'a', 'generous', 'king', 'to', 'make.', 'Let', 'chosen', 'delegates', 'this', 'hour', 'be', 'sent—', 'Myself', 'will', 'name', 'them—to', \"Pelides'\", 'tent:', 'Let', 'Phœnix', 'lead,', 'revered', 'for', 'hoary', 'age,', 'Great', 'Ajax', 'next,', 'and', 'Ithacus', 'the', 'sage.', 'Yet', 'more', 'to', 'sanctify', 'the', 'word', 'you', 'send,', 'Let', 'Hodius', 'and', 'Eurybates', 'attend.', 'Now', 'pray', 'to', 'Jove', 'to', 'grant', 'what', 'Greece', 'demands;', 'Pray,', 'in', 'deep', 'silence,', 'and', 'with', 'purest', 'hands.\"', 'He', 'said,', 'and', 'all', 'approved.', 'The', 'heralds', 'bring', 'The', 'cleansing', 'water', 'from', 'the', 'living', 'spring.', 'The', 'youth', 'with', 'wine', 'the', 'sacred', 'goblets', 'crowned,', 'And', 'large', 'libations', 'drenched', 'the', 'sands', 'around.', 'The', 'rite', 'performed,', 'the', 'chiefs', 'their', 'thirst', 'allay,', 'Then', 'from', 'the', 'royal', 'tent', 'they', 'take', 'their', 'way;', 'Wise', 'Nestor', 'turns', 'on', 'each', 'his', 'careful', 'eye,', 'Forbids', 'to', 'offend,', 'instructs', 'them', 'to', 'apply:', 'Much', 'he', 'advised', 'them', 'all,', 'Ulysses', 'most,', 'To', 'deprecate', 'the', 'chief,', 'and', 'save', 'the', 'host.', 'Through', 'the', 'still', 'night', 'they', 'march,', 'and', 'hear', 'the', 'roar', 'Of', 'murmuring', 'billows', 'on', 'the', 'sounding', 'shore.', 'To', 'Neptune,', 'ruler', 'of', 'the', 'seas', 'profound,', 'Whose', 'liquid', 'arms', 'the', 'mighty', 'globe', 'surround,', 'They', 'pour', 'forth', 'vows,', 'their', 'embassy', 'to', 'bless,', 'And', 'calm', 'the', 'rage', 'of', 'stern', 'Æacides.', 'And', 'now', 'arrived,', 'where,', 'on', 'the', 'sandy', 'bay,', 'The', 'Myrmidonian', 'tents', 'and', 'vessels', 'lay,', 'Amused', 'at', 'ease,', 'the', 'godlike', 'man', 'they', 'found,', 'Pleased', 'with', 'the', 'solemn', \"harp's\", 'harmonious', 'sound;', 'The', 'well-wrought', 'harp', 'from', 'conquered', 'Thebæ', 'came,', 'Of', 'polished', 'silver', 'was', 'its', 'costly', 'frame.', 'With', 'this', 'he', 'soothes', 'his', 'angry', 'soul,', 'and', 'sings', 'The', 'immortal', 'deeds', 'of', 'heroes', 'and', 'of', 'kings.', 'Patroclus', 'only', 'of', 'the', 'royal', 'train,', 'Placed', 'in', 'his', 'tent,', 'attends', 'the', 'lofty', 'strain:', 'Full', 'opposite', 'he', 'sat,', 'and', 'listened', 'long,', 'In', 'silence', 'waiting', 'till', 'he', 'ceased', 'the', 'song.', 'Unseen', 'the', 'Grecian', 'embassy', 'proceeds', 'To', 'his', 'high', 'tent;', 'the', 'great', 'Ulysses', 'leads.', 'Achilles', 'starting,', 'as', 'the', 'chiefs', 'he', 'spied,', 'Leaped', 'from', 'his', 'seat,', 'and', 'laid', 'the', 'harp', 'aside.', 'With', 'like', 'surprise', 'arose', \"Menœtius'\", 'son:', 'Pelides', 'grasped', 'their', 'hands,', 'and', 'thus', 'begun:', '\"Princes,', 'all', 'hail!', 'whatever', 'brought', 'you', 'here,', 'Or', 'strong', 'necessity,', 'or', 'urgent', 'fear;', 'Welcome,', 'though', 'Greeks!', 'for', 'not', 'as', 'foes', 'ye', 'came;', 'To', 'me', 'more', 'dear', 'than', 'all', 'that', 'bear', 'the', 'name.\"', 'With', 'that,', 'the', 'chiefs', 'beneath', 'his', 'roof', 'he', 'led,', 'And', 'placed', 'in', 'seats', 'with', 'purple', 'carpets', 'spread.', 'Then', 'thus:', '\"Patroclus,', 'crown', 'a', 'larger', 'bowl,', 'Mix', 'purer', 'wine,', 'and', 'open', 'every', 'soul.', 'Of', 'all', 'the', 'warriors', 'yonder', 'host', 'can', 'send,', 'Thy', 'friend', 'most', 'honours', 'these,', 'and', 'these', 'thy', 'friend.\"', 'He', 'said:', 'Patroclus,', \"o'er\", 'the', 'blazing', 'fire', 'Heaps', 'in', 'a', 'brazen', 'vase', 'three', 'chines', 'entire:', 'The', 'brazen', 'vase', 'Automedon', 'sustains,', 'Which', 'flesh', 'of', 'porket,', 'sheep,', 'and', 'goat', 'contains:', 'Achilles', 'at', 'the', 'genial', 'feast', 'presides,', 'The', 'parts', 'transfixes,', 'and', 'with', 'skill', 'divides.', 'Meanwhile', 'Patroclus', 'sweats', 'the', 'fire', 'to', 'raise;', 'The', 'tent', 'is', 'brightened', 'with', 'the', 'rising', 'blaze:', 'Then,', 'when', 'the', 'languid', 'flames', 'at', 'length', 'subside,', 'He', 'strews', 'a', 'bed', 'of', 'glowing', 'embers', 'wide,', 'Above', 'the', 'coals', 'the', 'smoking', 'fragments', 'turns,', 'And', 'sprinkles', 'sacred', 'salt', 'from', 'lifted', 'urns;', 'With', 'bread', 'the', 'glittering', 'canisters', 'they', 'load,', 'Which', 'round', 'the', 'board', \"Menœtius'\", 'son', 'bestowed:', 'Himself,', 'opposed', 'to', 'Ulysses', 'full', 'in', 'sight,', 'Each', 'portion', 'parts,', 'and', 'orders', 'every', 'rite.', 'The', 'first', 'fat', 'offerings,', 'to', 'the', 'immortals', 'due,', 'Amidst', 'the', 'greedy', 'flames', 'Patroclus', 'threw;', 'Then', 'each,', 'indulging', 'in', 'the', 'social', 'feast,', 'His', 'thirst', 'and', 'hunger', 'soberly', 'repressed.', 'That', 'done,', 'to', 'Phœnix', 'Ajax', 'gave', 'the', 'sign;[10]', 'Not', 'unperceived;', 'Ulysses', 'crowned', 'with', 'wine', 'The', 'foaming', 'bowl,', 'and', 'instant', 'thus', 'began,', 'His', 'speech', 'addressing', 'to', 'the', 'godlike', 'man:', '\"Health', 'to', 'Achilles!', 'happy', 'are', 'thy', 'guests!', 'Not', 'those', 'more', 'honoured', 'whom', 'Atrides', 'feasts:', 'Though', 'generous', 'plenty', 'crown', 'thy', 'loaded', 'boards,', 'That,', \"Agamemnon's\", 'regal', 'tent', 'affords;', 'But', 'greater', 'cares', 'sit', 'heavy', 'on', 'our', 'souls,', 'Not', 'eased', 'by', 'banquets', 'or', 'by', 'flowing', 'bowls.', 'What', 'scenes', 'of', 'slaughter', 'in', 'yon', 'fields', 'appear!', 'The', 'dead', 'we', 'mourn,', 'and', 'for', 'the', 'living', 'fear;', 'Greece', 'on', 'the', 'brink', 'of', 'fate', 'all', 'doubtful', 'stands,', 'And', 'owns', 'no', 'help', 'but', 'from', 'thy', 'saving', 'hands:', 'Troy', 'and', 'her', 'aids', 'for', 'ready', 'vengeance', 'call;', 'Their', 'threatening', 'tents', 'already', 'shade', 'our', 'wall:', 'Hear', 'how', 'with', 'shouts', 'their', 'conquest', 'they', 'proclaim,', 'And', 'point', 'at', 'every', 'ship', 'their', 'vengeful', 'flame!', 'For', 'them', 'the', 'father', 'of', 'the', 'gods', 'declares,', 'Theirs', 'are', 'his', 'omens,', 'and', 'his', 'thunder', 'theirs.', 'See,', 'full', 'of', 'Jove,', 'avenging', 'Hector', 'rise!', 'See!', 'heaven', 'and', 'earth', 'the', 'raging', 'chief', 'defies;', 'What', 'fury', 'in', 'his', 'breast,', 'what', 'lightning', 'in', 'his', 'eyes!', 'He', 'waits', 'but', 'for', 'the', 'morn,', 'to', 'sink', 'in', 'flame', 'The', 'ships,', 'the', 'Greeks,', 'and', 'all', 'the', 'Grecian', 'name.', 'Heavens!', 'how', 'my', \"country's\", 'woes', 'distract', 'my', 'mind,', 'Lest', 'fate', 'accomplish', 'all', 'his', 'rage', 'designed.', 'And', 'must', 'we,', 'gods!', 'our', 'heads', 'inglorious', 'lay', 'In', 'Trojan', 'dust,', 'and', 'this', 'the', 'fatal', 'day?', 'Return,', 'Achilles,', 'oh', 'return,', 'though', 'late,', 'To', 'save', 'thy', 'Greeks,', 'and', 'stop', 'the', 'course', 'of', 'fate;', 'If', 'in', 'that', 'heart', 'or', 'grief', 'or', 'courage', 'lies,', 'Rise', 'to', 'redeem;', 'ah', 'yet,', 'to', 'conquer,', 'rise!', 'The', 'day', 'may', 'come,', 'when,', 'all', 'our', 'warriors', 'slain,', 'That', 'heart', 'shall', 'melt,', 'that', 'courage', 'rise', 'in', 'vain.', 'Regard', 'in', 'time,', 'O', 'prince', 'divinely', 'brave,', 'Those', 'wholesome', 'counsels', 'which', 'thy', 'father', 'gave.', 'When', 'Peleus', 'in', 'his', 'aged', 'arms', 'embraced', 'His', 'parting', 'son,', 'these', 'accents', 'were', 'his', 'last:', \"'My\", 'child,', 'with', 'strength,', 'with', 'glory,', 'and', 'success,', 'Thy', 'arms', 'may', 'Juno', 'and', 'Minerva', 'bless!', 'Trust', 'that', 'to', 'heaven:', 'but', 'thou', 'thy', 'cares', 'engage', 'To', 'calm', 'thy', 'passions,', 'and', 'subdue', 'thy', 'rage:', 'From', 'gentler', 'manners', 'let', 'thy', 'glory', 'grow,', 'And', 'shun', 'contention,', 'the', 'sure', 'source', 'of', 'woe;', 'That', 'young', 'and', 'old', 'may', 'in', 'thy', 'praise', 'combine,', 'The', 'virtues', 'of', 'humanity', 'be', \"thine.'\", 'This,', 'now', 'despised,', 'advice', 'thy', 'father', 'gave;', 'Ah!', 'check', 'thy', 'anger,', 'and', 'be', 'truly', 'brave.', 'If', 'thou', 'wilt', 'yield', 'to', 'great', \"Atrides'\", 'prayers,', 'Gifts', 'worthy', 'thee', 'his', 'royal', 'hand', 'prepares;', 'If', 'not——but', 'hear', 'me,', 'while', 'I', 'number', \"o'er\", 'The', 'proffered', 'presents,', 'an', 'exhaustless', 'store.', 'Ten', 'weighty', 'talents', 'of', 'the', 'purest', 'gold,', 'And', 'twice', 'ten', 'vases', 'of', 'refulgent', 'mould;', 'Seven', 'sacred', 'tripods,', 'whose', 'unsullied', 'frame', 'Yet', 'knows', 'no', 'office,', 'nor', 'has', 'felt', 'the', 'flame:', 'Twelve', 'steeds', 'unmatched', 'in', 'fleetness', 'and', 'in', 'force,', 'And', 'still', 'victorious', 'in', 'the', 'dusty', 'course:', '(Rich', 'were', 'the', 'man', 'whose', 'ample', 'stores', 'exceed', 'The', 'prizes', 'purchased', 'by', 'their', 'winged', 'speed:)', 'Seven', 'lovely', 'captives', 'of', 'the', 'Lesbian', 'line,', 'Skilled', 'in', 'each', 'art,', 'unmatched', 'in', 'form', 'divine,', 'The', 'same', 'he', 'chose', 'for', 'more', 'than', 'vulgar', 'charms,', 'When', 'Lesbos', 'sunk', 'beneath', 'thy', 'conquering', 'arms;', 'All', 'these,', 'to', 'buy', 'thy', 'friendship,', 'shall', 'be', 'paid,', 'And', 'joined', 'with', 'these', 'the', 'long-contested', 'maid;', 'With', 'all', 'her', 'charms,', 'Briseïs', \"he'll\", 'resign,', 'And', 'solemn', 'swear', 'those', 'charms', 'were', 'only', 'thine;', 'Untouched', 'she', 'stayed,', 'uninjured', 'she', 'removes,', 'Pure', 'from', 'his', 'arms,', 'and', 'guiltless', 'of', 'his', 'loves.', 'These', 'instant', 'shall', 'be', 'thine:', 'and', 'if', 'the', 'powers', 'Give', 'to', 'our', 'arms', 'proud', \"Ilion's\", 'hostile', 'towers,', 'Then', 'shalt', 'thou', 'store,', 'when', 'Greece', 'the', 'spoil', 'divides,', 'With', 'gold', 'and', 'brass', 'thy', 'loaded', \"navy's\", 'sides.', 'Besides,', 'full', 'twenty', 'nymphs', 'of', 'Trojan', 'race', 'With', 'copious', 'love', 'shall', 'crown', 'thy', 'warm', 'embrace;', 'Such', 'as', 'thyself', 'shalt', 'choose;', 'who', 'yield', 'to', 'none,', 'Or', 'yield', 'to', \"Helen's\", 'heavenly', 'charms', 'alone.', 'Yet', 'hear', 'me', 'farther:', 'when', 'our', 'wars', 'are', \"o'er,\", 'If', 'safe', 'we', 'land', 'on', \"Argos'\", 'fruitful', 'shore,', 'There', 'shalt', 'thou', 'live', 'his', 'son,', 'his', 'honours', 'share,', 'And', 'with', \"Orestes'\", 'self', 'divide', 'his', 'care.', 'Yet', 'more—three', 'daughters', 'in', 'his', 'court', 'are', 'bred,', 'And', 'each', 'well', 'worthy', 'of', 'a', 'royal', 'bed;', 'Laodicé', 'and', 'Iphigenia', 'fair,', 'And', 'bright', 'Chrysothemis', 'with', 'golden', 'hair;', 'Her', 'shalt', 'thou', 'wed', 'whom', 'most', 'thy', 'eyes', 'approve;', 'He', 'asks', 'no', 'presents,', 'no', 'reward', 'for', 'love:', 'Himself', 'will', 'give', 'the', 'dower:', 'so', 'vast', 'a', 'store', 'As', 'never', 'father', 'gave', 'a', 'child', 'before.', 'Seven', 'ample', 'cities', 'shall', 'confess', 'thy', 'sway,', 'Thee', 'Enopé,', 'and', 'Pheræ', 'thee', 'obey,', 'Cardamyé', 'with', 'ample', 'turrets', 'crowned,', 'And', 'sacred', 'Pedasus,', 'for', 'vines', 'renowned:', 'Æpea', 'fair,', 'the', 'pastures', 'Hira', 'yields,', 'And', 'rich', 'Antheia', 'with', 'her', 'flowery', 'fields:', 'The', 'whole', 'extent', 'to', \"Pylos'\", 'sandy', 'plain', 'Along', 'the', 'verdant', 'margin', 'of', 'the', 'main.', 'There', 'heifers', 'graze,', 'and', 'labouring', 'oxen', 'toil;', 'Bold', 'are', 'the', 'men,', 'and', 'generous', 'is', 'the', 'soil.', 'There', 'shalt', 'thou', 'reign', 'with', 'power', 'and', 'justice', 'crowned,', 'And', 'rule', 'the', 'tributary', 'realms', 'around.', 'Such', 'are', 'the', 'proffers', 'which', 'this', 'day', 'we', 'bring,', 'Such', 'the', 'repentance', 'of', 'a', 'suppliant', 'king.', 'But', 'if', 'all', 'this,', 'relentless,', 'thou', 'disdain,', 'If', 'honour,', 'and', 'if', 'interest,', 'plead', 'in', 'vain;', 'Yet', 'some', 'redress', 'to', 'suppliant', 'Greece', 'afford,', 'And', 'be,', 'amongst', 'her', 'guardian', 'gods,', 'adored.', 'If', 'no', 'regard', 'thy', 'suffering', 'country', 'claim,', 'Hear', 'thy', 'own', 'glory,', 'and', 'the', 'voice', 'of', 'fame:', 'For', 'now', 'that', 'chief', 'whose', 'unresisted', 'ire', 'Made', 'nations', 'tremble,', 'and', 'whole', 'hosts', 'retire,', 'Proud', 'Hector,', 'now,', 'the', 'unequal', 'fight', 'demands,', 'And', 'only', 'triumphs', 'to', 'deserve', 'thy', 'hands.\"', 'Then', 'thus', 'the', 'goddess-born:', '\"Ulysses,', 'hear', 'A', 'faithful', 'speech,', 'that', 'knows', 'nor', 'art', 'nor', 'fear;', 'What', 'in', 'my', 'secret', 'soul', 'is', 'understood,', 'My', 'tongue', 'shall', 'utter,', 'and', 'my', 'deeds', 'make', 'good.', 'Let', 'Greece', 'then', 'know,', 'my', 'purpose', 'I', 'retain,', 'Nor', 'with', 'new', 'treaties', 'vex', 'my', 'peace', 'in', 'vain.', 'Who', 'dares', 'think', 'one', 'thing,', 'and', 'another', 'tell,', 'My', 'heart', 'detests', 'him', 'as', 'the', 'gates', 'of', 'hell.', '\"Then', 'thus', 'in', 'short', 'my', 'fixed', 'resolves', 'attend,', 'Which', 'nor', 'Atrides,', 'nor', 'his', 'Greeks,', 'can', 'bend:', 'Long', 'toils,', 'long', 'perils,', 'in', 'their', 'cause', 'I', 'bore;', 'But', 'now', 'the', 'unfruitful', 'glories', 'charm', 'no', 'more.', 'Fight', 'or', 'not', 'fight,', 'a', 'like', 'reward', 'we', 'claim,', 'The', 'wretch', 'and', 'hero', 'find', 'their', 'prize', 'the', 'same;', 'Alike', 'regretted', 'in', 'the', 'dust', 'he', 'lies,', 'Who', 'yields', 'ignobly,', 'or', 'who', 'bravely', 'dies.', 'Of', 'all', 'my', 'dangers,', 'all', 'my', 'glorious', 'pains,', 'A', 'life', 'of', 'labours,', 'lo!', 'what', 'fruit', 'remains?', 'As', 'the', 'bold', 'bird', 'her', 'helpless', 'young', 'attends,', 'From', 'danger', 'guards', 'them,', 'and', 'from', 'want', 'defends;', 'In', 'search', 'of', 'prey', 'she', 'wings', 'the', 'spacious', 'air,', 'And', 'with', 'the', 'untasted', 'food', 'supplies', 'her', 'care:', 'For', 'thankless', 'Greece', 'such', 'hardships', 'have', 'I', 'braved,', 'Her', 'wives,', 'her', 'infants,', 'by', 'my', 'labours', 'saved;', 'Long', 'sleepless', 'nights', 'in', 'heavy', 'arms', 'I', 'stood,', 'And', 'sweat', 'laborious', 'days', 'in', 'dust', 'and', 'blood;', 'I', 'sacked', 'twelve', 'ample', 'cities', 'on', 'the', 'main,', 'And', 'twelve', 'lay', 'smoking', 'on', 'the', 'Trojan', 'plain;', 'Then', 'at', \"Atrides'\", 'haughty', 'feet', 'were', 'laid', 'The', 'wealth', 'I', 'gathered,', 'and', 'the', 'spoils', 'I', 'made.', 'Your', 'mighty', 'monarch', 'these', 'in', 'peace', 'possessed;', 'Some', 'few', 'my', 'soldiers', 'had,', 'himself', 'the', 'rest.', 'Some', 'present', 'too', 'to', 'every', 'prince', 'was', 'paid;', 'And', 'every', 'prince', 'enjoys', 'the', 'gift', 'he', 'made;', 'I', 'only', 'must', 'refund', 'of', 'all', 'his', 'train;', 'See', 'what', 'pre-eminence', 'our', 'merits', 'gain!', 'My', 'spoil', 'alone', 'his', 'greedy', 'soul', 'delights;', 'My', 'spouse', 'alone', 'must', 'bless', 'his', 'lustful', 'nights:', 'The', 'woman,', 'let', 'him,', 'as', 'he', 'may,', 'enjoy;', 'But', \"what's\", 'the', 'quarrel', 'then', 'of', 'Greece', 'to', 'Troy?', 'What', 'to', 'these', 'shores', 'the', 'assembled', 'nations', 'draws,', 'What', 'calls', 'for', 'vengeance', 'but', 'a', \"woman's\", 'cause?', 'Are', 'fair', 'endowments', 'and', 'a', 'beauteous', 'face', 'Beloved', 'by', 'none', 'but', 'those', 'of', \"Atreus'\", 'race?', 'The', 'wife', 'whom', 'choice', 'and', 'passion', 'both', 'approve,', 'Sure', 'every', 'wise', 'and', 'worthy', 'man', 'will', 'love.', 'Nor', 'did', 'my', 'fair', 'one', 'less', 'distinction', 'claim;', 'Slave', 'as', 'she', 'was,', 'my', 'soul', 'adored', 'the', 'dame.', 'Wronged', 'in', 'my', 'love,', 'all', 'proffers', 'I', 'disdain;', 'Deceived', 'for', 'once,', 'I', 'trust', 'not', 'kings', 'again.', 'Ye', 'have', 'my', 'answer.', 'What', 'remains', 'to', 'do,', 'Your', 'king,', 'Ulysses,', 'may', 'consult', 'with', 'you.', 'What', 'needs', 'he', 'the', 'defence', 'this', 'arm', 'can', 'make?', 'Has', 'he', 'not', 'walls', 'no', 'human', 'force', 'can', 'shake?', 'Has', 'he', 'not', 'fenced', 'his', 'guarded', 'navy', 'round', 'With', 'piles,', 'with', 'ramparts,', 'and', 'a', 'trench', 'profound?', 'And', 'will', 'not', 'these,', 'the', 'wonders', 'he', 'has', 'done,', 'Repel', 'the', 'rage', 'of', \"Priam's\", 'single', 'son?', 'There', 'was', 'a', \"time—'twas\", 'when', 'for', 'Greece', 'I', 'fought—', 'When', \"Hector's\", 'prowess', 'no', 'such', 'wonders', 'wrought;', 'He', 'kept', 'the', 'verge', 'of', 'Troy,', 'nor', 'dared', 'to', 'wait', \"Achilles'\", 'fury', 'at', 'the', 'Scæan', 'gate;', 'He', 'tried', 'it', 'once,', 'and', 'scarce', 'was', 'saved', 'by', 'Fate.', 'But', 'now', 'those', 'ancient', 'enmities', 'are', \"o'er;\", 'To-morrow', 'we', 'the', 'favouring', 'gods', 'implore;', 'Then', 'shall', 'you', 'see', 'our', 'parting', 'vessels', 'crowned,', 'And', 'hear', 'with', 'oars', 'the', 'Hellespont', 'resound.', 'The', 'third', 'day', 'hence,', 'shall', 'Pthia', 'greet', 'our', 'sails,', 'If', 'mighty', 'Neptune', 'send', 'propitious', 'gales;', 'Pthia', 'to', 'her', 'Achilles', 'shall', 'restore', 'The', 'wealth', 'he', 'left', 'for', 'this', 'detested', 'shore:', 'Thither', 'the', 'spoils', 'of', 'this', 'long', 'war', 'shall', 'pass,', 'The', 'ruddy', 'gold,', 'the', 'steel,', 'and', 'shining', 'brass;', 'My', 'beauteous', 'captives', 'thither', \"I'll\", 'convey,', 'And', 'all', 'that', 'rests', 'of', 'my', 'unravished', 'prey.', 'One', 'only', 'valued', 'gift', 'your', 'tyrant', 'gave,', 'And', 'that', 'resumed,', 'the', 'fair', 'Lyrnessian', 'slave.', 'Then', 'tell', 'him,', 'loud,', 'that', 'all', 'the', 'Greeks', 'may', 'hear,', 'And', 'learn', 'to', 'scorn', 'the', 'wretch', 'they', 'basely', 'fear;', 'For,', 'armed', 'in', 'impudence,', 'mankind', 'he', 'braves,', 'And', 'meditates', 'new', 'cheats', 'on', 'all', 'his', 'slaves;', 'Though,', 'shameless', 'as', 'he', 'is,', 'to', 'face', 'these', 'eyes', 'Is', 'what', 'he', 'dares', 'not;', 'if', 'he', 'dares,', 'he', 'dies;', 'Tell', 'him,', 'all', 'terms,', 'all', 'commerce,', 'I', 'decline,', 'Nor', 'share', 'his', 'council,', 'nor', 'his', 'battle', 'join;', 'For', 'once', 'deceived,', 'was', 'his;', 'but', 'twice,', 'were', 'mine.', 'No—let', 'the', 'stupid', 'prince,', 'whom', 'Jove', 'deprives', 'Of', 'sense', 'and', 'justice,', 'run', 'where', 'frenzy', 'drives;', 'His', 'gifts', 'are', 'hateful:', 'kings', 'of', 'such', 'a', 'kind', 'Stand', 'but', 'as', 'slaves', 'before', 'a', 'noble', 'mind.', 'Not', 'though', 'he', 'proffered', 'all', 'himself', 'possessed,', 'And', 'all', 'his', 'rapine', 'could', 'from', 'others', 'wrest;', 'Not', 'all', 'the', 'golden', 'tides', 'of', 'wealth', 'that', 'crown', 'The', 'many-peopled', 'Orchomenian', 'town;', 'Not', 'all', 'proud', \"Thebes'[11]\", 'unrivalled', 'walls', 'contain,', 'The', \"world's\", 'great', 'empress', 'on', 'the', 'Egyptian', 'plain,', 'That', 'spreads', 'her', 'conquests', \"o'er\", 'a', 'thousand', 'states,', 'And', 'pours', 'her', 'heroes', 'through', 'a', 'hundred', 'gates—', 'Two', 'hundred', 'horsemen', 'and', 'two', 'hundred', 'cars', 'From', 'each', 'wide', 'portal', 'issuing', 'to', 'the', 'wars—', 'Though', 'bribes', 'were', 'heaped', 'on', 'bribes,', 'in', 'number', 'more', 'Than', 'dust', 'in', 'fields,', 'or', 'sands', 'along', 'the', 'shore;', 'Should', 'all', 'these', 'offers', 'for', 'my', 'friendship', 'call;', \"'Tis\", 'he', 'that', 'offers,', 'and', 'I', 'scorn', 'them', 'all.', \"Atrides'\", 'daughter', 'never', 'shall', 'be', 'led,', 'An', 'ill-matched', 'consort,', 'to', \"Achilles'\", 'bed;', 'Like', 'golden', 'Venus', 'though', 'she', 'charmed', 'the', 'heart,', 'And', 'vied', 'with', 'Pallas', 'in', 'the', 'works', 'of', 'art.', 'Some', 'greater', 'Greek', 'let', 'those', 'high', 'nuptials', 'grace,', 'I', 'hate', 'alliance', 'with', 'a', \"tyrant's\", 'race.', 'If', 'heaven', 'restore', 'me', 'to', 'my', 'realms', 'with', 'life,', 'The', 'reverend', 'Peleus', 'shall', 'elect', 'my', 'wife;', 'Thessalian', 'nymphs', 'there', 'are,', 'of', 'form', 'divine,', 'And', 'kings', 'that', 'sue', 'to', 'mix', 'their', 'blood', 'with', 'mine.', 'Blessed', 'in', 'kind', 'love,', 'my', 'years', 'shall', 'glide', 'away,', 'Content', 'with', 'just', 'hereditary', 'sway;', 'There,', 'deaf', 'for', 'ever', 'to', 'the', 'martial', 'strife,', 'Enjoy', 'the', 'dear', 'prerogative', 'of', 'life.', 'Life', 'is', 'not', 'to', 'be', 'bought', 'with', 'heaps', 'of', 'gold;', 'Not', 'all', \"Apollo's\", 'Pythian', 'treasures', 'hold,', 'Or', 'Troy', 'once', 'held,', 'in', 'peace', 'and', 'pride', 'of', 'sway,', 'Can', 'bribe', 'the', 'poor', 'possession', 'of', 'a', 'day!', 'Lost', 'herds', 'and', 'treasures', 'we', 'by', 'arms', 'regain,', 'And', 'steeds', 'unrivalled', 'on', 'the', 'dusty', 'plain:', 'But', 'from', 'our', 'lips', 'the', 'vital', 'spirit', 'fled,', 'Returns', 'no', 'more', 'to', 'wake', 'the', 'silent', 'dead.', 'My', 'fates', 'long', 'since', 'by', 'Thetis', 'were', 'disclosed,', 'And', 'each', 'alternate,', 'life', 'or', 'fame,', 'proposed:', 'Here', 'if', 'I', 'stay,', 'before', 'the', 'Trojan', 'town,', 'Short', 'is', 'my', 'date,', 'but', 'deathless', 'my', 'renown;', 'If', 'I', 'return,', 'I', 'quit', 'immortal', 'praise', 'For', 'years', 'on', 'years,', 'and', 'long-extended', 'days.', 'Convinced,', 'though', 'late,', 'I', 'find', 'my', 'fond', 'mistake,', 'And', 'warn', 'the', 'Greeks', 'the', 'wiser', 'choice', 'to', 'make;', 'To', 'quit', 'these', 'shores,', 'their', 'native', 'seats', 'enjoy,', 'Nor', 'hope', 'the', 'fall', 'of', 'heaven-defended', 'Troy.', \"Jove's\", 'arm', 'displayed', 'asserts', 'her', 'from', 'the', 'skies;', 'Her', 'hearts', 'are', 'strengthened,', 'and', 'her', 'glories', 'rise.', 'Go', 'then,', 'to', 'Greece', 'report', 'our', 'fixed', 'design:', 'Bid', 'all', 'your', 'councils,', 'all', 'your', 'armies', 'join,', 'Let', 'all', 'your', 'forces,', 'all', 'your', 'arts', 'conspire,', 'To', 'save', 'the', 'ships,', 'the', 'troops,', 'the', 'chiefs,', 'from', 'fire.', 'One', 'stratagem', 'has', 'failed,', 'and', 'others', 'will:', 'Ye', 'find', 'Achilles', 'is', 'unconquered', 'still.', 'Go', 'then:', 'digest', 'my', 'message', 'as', 'ye', 'may:', 'But', 'here', 'this', 'night', 'let', 'reverend', 'Phœnix', 'stay:', 'His', 'tedious', 'toils', 'and', 'hoary', 'hairs', 'demand', 'A', 'peaceful', 'death', 'in', \"Pthia's\", 'friendly', 'land.', 'But', 'whether', 'he', 'remain,', 'or', 'sail', 'with', 'me,', 'His', 'age', 'be', 'sacred,', 'and', 'his', 'will', 'be', 'free.\"', 'The', 'son', 'of', 'Peleus', 'ceased:', 'the', 'chiefs', 'around', 'In', 'silence', 'wrapped,', 'in', 'consternation', 'drowned,', 'Attend', 'the', 'stern', 'reply.', 'Then', 'Phœnix', 'rose:', 'Down', 'his', 'white', 'beard', 'a', 'stream', 'of', 'sorrow', 'flows:', 'And', 'while', 'the', 'fate', 'of', 'suffering', 'Greece', 'he', 'mourned,', 'With', 'accent', 'weak', 'these', 'tender', 'words', 'returned:', '\"Divine', 'Achilles!', 'wilt', 'thou', 'then', 'retire,', 'And', 'leave', 'our', 'hosts', 'in', 'blood,', 'our', 'fleets', 'on', 'fire?', 'If', 'wrath', 'so', 'dreadful', 'fill', 'thy', 'ruthless', 'mind,', 'How', 'shall', 'thy', 'friend,', 'thy', 'Phœnix,', 'stay', 'behind?', 'The', 'royal', 'Peleus,', 'when', 'from', \"Pthia's\", 'coast', 'He', 'sent', 'thee', 'early', 'to', 'the', 'Achaian', 'host;', 'Thy', 'youth', 'as', 'then', 'in', 'sage', 'debates', 'unskilled,', 'And', 'new', 'to', 'perils', 'of', 'the', 'direful', 'field;', 'He', 'bade', 'me', 'teach', 'thee', 'all', 'the', 'ways', 'of', 'war;', 'To', 'shine', 'in', 'councils', 'and', 'in', 'camps', 'to', 'dare.', 'Never,', 'ah', 'never,', 'let', 'me', 'leave', 'thy', 'side!', 'No', 'time', 'shall', 'part', 'us,', 'and', 'no', 'fate', 'divide.', 'Not', 'though', 'the', 'god,', 'that', 'breathed', 'my', 'life,', 'restore', 'The', 'bloom', 'I', 'boasted,', 'and', 'the', 'port', 'I', 'bore,', 'When', 'Greece', 'of', 'old', 'beheld', 'my', 'youthful', 'flames,', 'Delightful', 'Greece,', 'the', 'land', 'of', 'lovely', 'dames.', 'My', 'father,', 'faithless', 'to', 'my', \"mother's\", 'arms,', 'Old', 'as', 'he', 'was,', 'adored', 'a', \"stranger's\", 'charms;', 'I', 'tried', 'what', 'youth', 'could', 'do,', 'at', 'her', 'desire,', 'To', 'win', 'the', 'damsel,', 'and', 'prevent', 'my', 'sire.', 'My', 'sire', 'with', 'curses', 'loads', 'my', 'hated', 'head,', 'And', 'cries,', \"'Ye\", 'furies!', 'barren', 'be', 'his', \"bed.'\", 'Infernal', 'Jove,', 'the', 'vengeful', 'fiends', 'below,', 'And', 'ruthless', 'Proserpine,', 'confirmed', 'his', 'vow,', 'Despair', 'and', 'grief', 'attract', 'my', 'labouring', 'mind;', 'Gods!', 'what', 'a', 'crime', 'my', 'impious', 'heart', 'designed!', 'I', 'thought—but', 'some', 'kind', 'God', 'that', 'thought', 'suppressed—', 'To', 'plunge', 'the', 'poniard', 'in', 'my', \"father's\", 'breast:', 'Then', 'meditate', 'my', 'flight;', 'my', 'friends', 'in', 'vain', 'With', 'prayers', 'entreat', 'me,', 'and', 'with', 'force', 'detain.', 'On', 'fat', 'of', 'rams,', 'black', 'bulls,', 'and', 'brawny', 'swine,', 'They', 'daily', 'feast,', 'with', 'draughts', 'of', 'fragrant', 'wine:', 'Strong', 'guards', 'they', 'placed,', 'and', 'watched', 'nine', 'nights', 'entire:', 'The', 'roofs', 'and', 'porches', 'flamed', 'with', 'constant', 'fire.', 'The', 'tenth,', 'I', 'forced', 'the', 'gates,', 'unseen', 'of', 'all;', 'And,', 'favoured', 'by', 'the', 'night,', \"o'erleaped\", 'the', 'wall.', 'My', 'travels', 'thence', 'through', 'spacious', 'Greece', 'extend:', 'In', \"Pthia's\", 'court', 'at', 'last', 'my', 'labours', 'end.', 'Your', 'sire', 'received', 'me,', 'as', 'his', 'son', 'caressed,', 'With', 'gifts', 'enriched,', 'and', 'with', 'possessions', 'blessed.', 'The', 'strong', 'Dolopians', 'thenceforth', 'owned', 'my', 'reign,', 'And', 'all', 'the', 'coast', 'that', 'runs', 'along', 'the', 'main.', 'By', 'love', 'to', 'thee', 'his', 'bounties', 'I', 'repaid,', 'And', 'early', 'wisdom', 'to', 'thy', 'soul', 'conveyed:', 'Great', 'as', 'thou', 'art,', 'my', 'lessons', 'made', 'thee', 'brave,', 'A', 'child', 'I', 'took', 'thee,', 'but', 'a', 'hero', 'gave.', 'Thy', 'infant', 'breast', 'a', 'like', 'affection', 'showed:', 'Still', 'in', 'my', 'arms,', 'an', 'ever-pleasing', 'load,', 'Or', 'at', 'my', 'knee,', 'by', 'Phœnix', 'wouldst', 'thou', 'stand;', 'No', 'food', 'was', 'grateful', 'but', 'from', \"Phœnix'\", 'hand.', 'I', 'pass', 'my', 'watchings', \"o'er\", 'thy', 'helpless', 'years,', 'The', 'tender', 'labours,', 'the', 'compliant', 'cares;', 'The', 'gods,', 'I', 'thought,', 'reversed', 'their', 'hard', 'decree,', 'And', 'Phœnix', 'felt', 'a', \"father's\", 'joys', 'in', 'thee:', 'Thy', 'growing', 'virtues', 'justified', 'my', 'cares,', 'And', 'promised', 'comfort', 'to', 'my', 'silver', 'hairs.', 'Now', 'be', 'thy', 'rage,', 'thy', 'fatal', 'rage,', 'resigned;', 'A', 'cruel', 'heart', 'ill', 'suits', 'a', 'manly', 'mind:', 'The', 'gods,', 'the', 'only', 'great,', 'and', 'only', 'wise,', 'Are', 'moved', 'by', 'offerings,', 'vows,', 'and', 'sacrifice;', 'Offending', 'man', 'their', 'high', 'compassion', 'wins,', 'And', 'daily', 'prayers', 'atone', 'for', 'daily', 'sins.', 'Prayers', 'are', \"Jove's\", 'daughters,', 'of', 'celestial', 'race,', 'Lame', 'are', 'their', 'feet,', 'and', 'wrinkled', 'is', 'their', 'face;', 'With', 'humble', 'mien,', 'and', 'with', 'dejected', 'eyes,', 'Constant', 'they', 'follow', 'where', 'Injustice', 'flies:', 'Injustice,', 'swift,', 'erect,', 'and', 'unconfined,', 'Sweeps', 'the', 'wide', 'earth,', 'and', 'tramples', \"o'er\", 'mankind,', 'While', 'Prayers,', 'to', 'heal', 'her', 'wrongs,', 'move', 'slow', 'behind.', 'Who', 'hears', 'these', 'daughters', 'of', 'almighty', 'Jove,', 'For', 'him', 'they', 'mediate', 'to', 'the', 'throne', 'above:', 'When', 'man', 'rejects', 'the', 'humble', 'suit', 'they', 'make,', 'The', 'sire', 'revenges', 'for', 'the', \"daughters'\", 'sake;', 'From', 'Jove', 'commissioned,', 'fierce', 'Injustice', 'then', 'Descends,', 'to', 'punish', 'unrelenting', 'men.', 'Oh', 'let', 'not', 'headlong', 'passion', 'bear', 'the', 'sway;', 'These', 'reconciling', 'goddesses', 'obey:', 'Due', 'honours', 'to', 'the', 'seed', 'of', 'Jove', 'belong;', 'Due', 'honours', 'calm', 'the', 'fiercé', 'and', 'bend', 'the', 'strong.', 'Were', 'these', 'not', 'paid', 'thee', 'by', 'the', 'terms', 'we', 'bring,', 'Were', 'rage', 'still', 'harboured', 'in', 'the', 'haughty', 'king,', 'Nor', 'Greece,', 'nor', 'all', 'her', 'fortunes,', 'should', 'engage', 'Thy', 'friend', 'to', 'plead', 'against', 'so', 'just', 'a', 'rage.', 'But', 'since', 'what', 'honour', 'asks,', 'the', 'general', 'sends,', 'And', 'sends', 'by', 'those', 'whom', 'most', 'thy', 'heart', 'commends,', 'The', 'best', 'and', 'noblest', 'of', 'the', 'Grecian', 'train;', 'Permit', 'not', 'these', 'to', 'sue,', 'and', 'sue', 'in', 'vain!', 'Let', 'me,', 'my', 'son,', 'an', 'ancient', 'fact', 'unfold,', 'A', 'great', 'example', 'drawn', 'from', 'times', 'of', 'old;', 'Hear', 'what', 'our', 'fathers', 'were,', 'and', 'what', 'their', 'praise,', 'Who', 'conquered', 'their', 'revenge', 'in', 'former', 'days.', '\"Where', 'Calydon', 'on', 'rocky', 'mountains', 'stands,', 'Once', 'fought', 'the', 'Ætolian', 'and', 'Curetian', 'bands;', 'To', 'guard', 'it', 'those,', 'to', 'conquer', 'these,', 'advance;', 'And', 'mutual', 'deaths', 'were', 'dealt', 'with', 'mutual', 'chance.', 'The', 'silver', 'Cynthia', 'bade', 'Contention', 'rise,', 'In', 'vengeance', 'of', 'neglected', 'sacrifice;', 'On', \"Œneus'\", 'fields', 'she', 'sent', 'a', 'monstrous', 'boar,[12]', 'That', 'levelled', 'harvests,', 'and', 'whole', 'forests', 'tore:', 'This', 'beast,', 'when', 'many', 'a', 'chief', 'his', 'tusks', 'had', 'slain,', 'Great', 'Meleager', 'stretched', 'along', 'the', 'plain.', 'Then,', 'for', 'his', 'spoils,', 'a', 'new', 'debate', 'arose,', 'The', 'neighbour', 'nations', 'thence', 'commencing', 'foes.', 'Strong', 'as', 'they', 'were,', 'the', 'bold', 'Curetes', 'failed,', 'While', \"Meleager's\", 'thundering', 'arm', 'prevailed:', 'Till', 'rage', 'at', 'length', 'inflamed', 'his', 'lofty', 'breast,', 'For', 'rage', 'invades', 'the', 'wisest', 'and', 'the', 'best.', 'Cursed', 'by', 'Althæa,', 'to', 'his', 'wrath', 'he', 'yields,', 'And,', 'in', 'his', \"wife's\", 'embrace,', 'forgets', 'the', 'fields.', '\"She', 'from', 'Marpessa', 'sprung,', 'divinely', 'fair,', 'And', 'matchless', 'Idas,[13]', 'more', 'than', 'man', 'in', 'war;', 'The', 'god', 'of', 'day', 'adored', 'the', \"mother's\", 'charms:', 'Against', 'the', 'god', 'the', 'father', 'bent', 'his', 'arms:', 'The', 'afflicted', 'pair,', 'their', 'sorrows', 'to', 'proclaim,', 'From', 'Cleopatra', 'changed', 'this', \"daughter's\", 'name,', 'And', 'called', 'Alcyone;', 'a', 'name', 'to', 'shew', 'The', \"father's\", 'grief,', 'the', 'mourning', \"mother's\", 'woe.', 'To', 'her', 'the', 'chief', 'retired', 'from', 'stern', 'debate,', 'But', 'found', 'no', 'peace', 'from', 'fierce', \"Althæa's\", 'hate:', \"Althæa's\", 'hate', 'the', 'unhappy', 'warrior', 'drew,', 'Whose', 'luckless', 'hand', 'his', 'royal', 'uncle', 'slew;', 'She', 'beat', 'the', 'ground,', 'and', 'called', 'the', 'powers', 'beneath', 'On', 'her', 'own', 'son', 'to', 'wreak', 'her', \"brother's\", 'death;[14]', 'Hell', 'heard', 'her', 'curses', 'from', 'the', 'realms', 'profound,', 'And', 'the', 'red', 'fiends', 'that', 'walked', 'the', 'nightly', 'round;', 'In', 'vain', 'Ætolia', 'her', 'deliverer', 'waits,', 'War', 'shakes', 'her', 'walls,', 'and', 'thunders', 'at', 'her', 'gates.', 'She', 'sent', 'ambassadors,', 'a', 'chosen', 'band,', 'Priests', 'of', 'the', 'gods,', 'and', 'elders', 'of', 'the', 'land,', 'Besought', 'the', 'chief', 'to', 'save', 'the', 'sinking', 'state:', 'Their', 'prayers', 'were', 'urgent,', 'and', 'their', 'proffers', 'great—', 'Full', 'fifty', 'acres', 'of', 'the', 'richest', 'ground,', 'Half', 'pasture', 'green,', 'and', 'half', 'with', 'vineyards', 'crowned—', 'His', 'suppliant', 'father,', 'aged', 'Œneus,', 'came;', 'His', 'sisters', 'followed:', \"e'en\", 'the', 'vengeful', 'dame', 'Althæa', 'sues;', 'his', 'friends', 'before', 'him', 'fall:', 'He', 'stands', 'relentless,', 'and', 'rejects', 'them', 'all.', 'Meanwhile', 'the', \"victors'\", 'shouts', 'ascend', 'the', 'skies;', 'The', 'walls', 'are', 'scaled;', 'the', 'rolling', 'flames', 'arise;', 'At', 'length', 'his', 'wife,', 'a', 'form', 'divine,', 'appears,', 'With', 'piercing', 'cries,', 'and', 'supplicating', 'tears;', 'She', 'paints', 'the', 'horrors', 'of', 'a', 'conquered', 'town,', 'The', 'heroes', 'slain,', 'the', 'palaces', 'overthrown,', 'The', 'matrons', 'ravished,', 'the', 'whole', 'race', 'enslaved:', 'The', 'warrior', 'heard,', 'he', 'vanquished,', 'and', 'he', 'saved.', 'The', 'Ætolians,', 'long', 'disdained,', 'now', 'took', 'their', 'turn,', 'And', 'left', 'the', 'chief', 'their', 'broken', 'faith', 'to', 'mourn.', 'Learn', 'hence,', 'betimes', 'to', 'curb', 'pernicious', 'ire,', 'Nor', 'stay,', 'till', 'yonder', 'fleets', 'ascend', 'in', 'fire:', 'Accept', 'the', 'presents;', 'draw', 'thy', 'conquering', 'sword;', 'And', 'be', 'amongst', 'our', 'guardian', 'gods', 'adored.\"', 'Thus', 'he:', 'the', 'stern', 'Achilles', 'thus', 'replied:', '\"My', 'second', 'father,', 'and', 'my', 'reverend', 'guide!', 'Thy', 'friend,', 'believe', 'me,', 'no', 'such', 'gifts', 'demands,', 'And', 'asks', 'no', 'honours', 'from', 'a', \"mortal's\", 'hands:', 'Jove', 'honours', 'me,', 'and', 'favours', 'my', 'designs:', 'His', 'pleasure', 'guides', 'me,', 'and', 'his', 'will', 'confines:', 'And', 'here', 'I', 'stay,', 'if', 'such', 'his', 'high', 'behest,', 'While', \"life's\", 'warm', 'spirit', 'beats', 'within', 'my', 'breast.', 'Yet', 'hear', 'one', 'word,', 'and', 'lodge', 'it', 'in', 'thy', 'heart:', 'No', 'more', 'molest', 'me', 'on', \"Atrides'\", 'part:', 'Is', 'it', 'for', 'him', 'these', 'tears', 'are', 'taught', 'to', 'flow,', 'For', 'him', 'these', 'sorrows?', 'for', 'my', 'mortal', 'foe?', 'A', 'generous', 'friendship', 'no', 'cold', 'medium', 'knows,', 'Burns', 'with', 'one', 'love,', 'with', 'one', 'resentment', 'glows;', 'One', 'should', 'our', 'interests,', 'and', 'our', 'passions,', 'be;', 'My', 'friend', 'must', 'hate', 'the', 'man', 'that', 'injures', 'me.', 'Do', 'this,', 'my', 'Phœnix,', \"'tis\", 'a', 'generous', 'part,', 'And', 'share', 'my', 'realms,', 'my', 'honours,', 'and', 'my', 'heart;', 'Let', 'these', 'return:', 'our', 'voyage,', 'or', 'our', 'stay,', 'Rest', 'undetermined', 'till', 'the', 'dawning', 'day.\"', 'He', 'ceased:', 'then', 'ordered', 'for', 'the', \"sage's\", 'bed', 'A', 'warmer', 'couch', 'with', 'numerous', 'carpets', 'spread.', 'With', 'that,', 'stern', 'Ajax', 'his', 'long', 'silence', 'broke,', 'And', 'thus,', 'impatient,', 'to', 'Ulysses', 'spoke:', '\"Hence', 'let', 'us', 'go—why', 'waste', 'we', 'time', 'in', 'vain?', 'See', 'what', 'effect', 'our', 'low', 'submissions', 'gain!', 'Liked', 'or', 'not', 'liked,', 'his', 'words', 'we', 'must', 'relate,', 'The', 'Greeks', 'expect', 'them,', 'and', 'our', 'heroes', 'wait.', 'Proud', 'as', 'he', 'is,', 'that', 'iron', 'heart', 'retains', 'Its', 'stubborn', 'purpose,', 'and', 'his', 'friends', 'disdains.', 'Stern,', 'and', 'unpitying!', 'if', 'a', 'brother', 'bleed,', 'On', 'just', 'atonement,', 'we', 'remit', 'the', 'deed;', 'A', 'sire', 'the', 'slaughter', 'of', 'his', 'son', 'forgives;', 'The', 'price', 'of', 'blood', 'discharged,', 'the', 'murderer', 'lives:', 'The', 'haughtiest', 'hearts', 'at', 'length', 'their', 'rage', 'resign,', 'And', 'gifts', 'can', 'conquer', 'every', 'soul', 'but', 'thine:', 'The', 'gods', 'that', 'unrelenting', 'breast', 'have', 'steeled,', 'And', 'cursed', 'thee', 'with', 'a', 'mind', 'that', 'cannot', 'yield.', 'One', 'woman', 'slave', 'was', 'ravished', 'from', 'thy', 'arms:', 'Lo,', 'seven', 'are', 'offered,', 'and', 'of', 'equal', 'charms.', 'Then', 'hear,', 'Achilles!', 'be', 'of', 'better', 'mind;', 'Revere', 'thy', 'roof,', 'and', 'to', 'thy', 'guests', 'be', 'kind;', 'And', 'know', 'the', 'men,', 'of', 'all', 'the', 'Grecian', 'host,', 'Who', 'honour', 'worth,', 'and', 'prize', 'thy', 'valour', 'most.\"', '\"Oh', 'soul', 'of', 'battles,', 'and', 'thy', \"people's\", 'guide!\"', 'To', 'Ajax', 'thus', 'the', 'first', 'of', 'Greeks', 'replied:', '\"Well', 'hast', 'thou', 'spoke;', 'but', 'at', 'the', \"tyrant's\", 'name', 'My', 'rage', 'rekindles', 'and', 'my', \"soul's\", 'on', 'flame;', \"'Tis\", 'just', 'resentment,', 'and', 'becomes', 'the', 'brave;', 'Disgraced,', 'dishonoured,', 'like', 'the', 'vilest', 'slave!', 'Return', 'then,', 'heroes!', 'and', 'our', 'answer', 'bear,', 'The', 'glorious', 'combat', 'is', 'no', 'more', 'my', 'care;', 'Not', 'till', 'amidst', 'yon', 'sinking', 'navy', 'slain,', 'The', 'blood', 'of', 'Greeks', 'shall', 'dye', 'the', 'sable', 'main;', 'Not', 'till', 'the', 'flames,', 'by', \"Hector's\", 'fury', 'thrown,', 'Consume', 'your', 'vessels,', 'and', 'approach', 'my', 'own;', 'Just', 'there,', 'the', 'impetuous', 'homicide', 'shall', 'stand,', 'There', 'cease', 'his', 'battle,', 'and', 'there', 'feel', 'our', 'hand.\"', 'This', 'said,', 'each', 'prince', 'a', 'double', 'goblet', 'crowned,', 'And', 'cast', 'a', 'large', 'libation', 'on', 'the', 'ground:', 'Then', 'to', 'their', 'vessels,', 'through', 'the', 'gloomy', 'shades,', 'The', 'chiefs', 'return;', 'divine', 'Ulysses', 'leads.', 'Meantime', \"Achilles'\", 'slaves', 'prepared', 'a', 'bed,', 'With', 'fleeces,', 'carpets,', 'and', 'soft', 'linen', 'spread:', 'There,', 'till', 'the', 'sacred', 'morn', 'restored', 'the', 'day,', 'In', 'slumbers', 'sweet', 'the', 'reverend', 'Phœnix', 'lay;', 'But', 'in', 'his', 'inner', 'tent,', 'an', 'ampler', 'space,', 'Achilles', 'slept:', 'and', 'in', 'his', 'warm', 'embrace', 'Fair', 'Diomedé', 'of', 'the', 'Lesbian', 'race.', 'Last,', 'for', 'Patroclus', 'was', 'the', 'couch', 'prepared,', 'Whose', 'nightly', 'joys', 'the', 'beauteous', 'Iphis', 'shared:', 'Achilles', 'to', 'his', 'friend', 'consigned', 'her', 'charms,', 'When', 'Sycros', 'fell', 'before', 'his', 'conquering', 'arms.', 'And', 'now', 'the', 'elected', 'chiefs,', 'whom', 'Greece', 'had', 'sent,', 'Passed', 'through', 'the', 'hosts,', 'and', 'reached', 'the', 'royal', 'tent.', 'Then', 'rising', 'all,', 'with', 'goblets', 'in', 'their', 'hands,', 'The', 'peers,', 'and', 'leaders', 'of', 'the', 'Achaian', 'bands,', 'Hailed', 'their', 'return:', 'Atrides', 'first', 'begun:', '\"Say,', 'what', 'success?', 'divine', \"Laertes'\", 'son!', \"Achilles'\", 'high', 'resolves', 'declare', 'to', 'all:', 'Returns', 'the', 'chief,', 'or', 'must', 'our', 'navy', 'fall?\"', '\"Great', 'king', 'of', 'nations!\"', 'Ithacus', 'replied,', '\"Fixed', 'is', 'his', 'wrath,', 'unconquered', 'is', 'his', 'pride;', 'He', 'slights', 'thy', 'friendship,', 'thy', 'proposals', 'scorns,', 'And,', 'thus', 'implored,', 'with', 'fiercer', 'fury', 'burns.', 'To', 'save', 'our', 'army,', 'and', 'our', 'fleets', 'to', 'free,', 'Is', 'not', 'his', 'care;', 'but', 'left', 'to', 'Greece', 'and', 'thee.', 'Your', 'eyes', 'shall', 'view,', 'when', 'morning', 'paints', 'the', 'sky,', 'Beneath', 'his', 'oars', 'the', 'whitening', 'billows', 'fly.', 'Us', 'too', 'he', 'bids', 'our', 'oars', 'and', 'sails', 'employ,', 'Nor', 'hope', 'the', 'fall', 'of', 'heaven-protected', 'Troy;', 'For', 'Jove', \"o'ershades\", 'her', 'with', 'his', 'arm', 'divine,', 'Inspires', 'her', 'war,', 'and', 'bids', 'her', 'glory', 'shine.', 'Such', 'was', 'his', 'word:', 'what', 'farther', 'he', 'declared,', 'These', 'sacred', 'heralds', 'and', 'great', 'Ajax', 'heard.', 'But', 'Phœnix', 'in', 'his', 'tent', 'the', 'chief', 'retains,', 'Safe', 'to', 'transport', 'him', 'to', 'his', 'native', 'plains,', 'When', 'morning', 'dawns;', 'if', 'other', 'he', 'decree,', 'His', 'age', 'is', 'sacred,', 'and', 'his', 'choice', 'is', 'free.\"', 'Ulysses', 'ceased:', 'the', 'great', 'Achaian', 'host,', 'With', 'sorrow', 'seized,', 'in', 'consternation', 'lost,', 'Attend', 'the', 'stern', 'reply.', 'Tydides', 'broke', 'The', 'general', 'silence,', 'and', 'undaunted', 'spoke:', '\"Why', 'should', 'we', 'gifts', 'to', 'proud', 'Achilles', 'send?', 'Or', 'strive', 'with', 'prayers', 'his', 'haughty', 'soul', 'to', 'bend?', 'His', \"country's\", 'woes', 'he', 'glories', 'to', 'deride,', 'And', 'prayers', 'will', 'burst', 'that', 'swelling', 'heart', 'with', 'pride.', 'Be', 'the', 'fierce', 'impulse', 'of', 'his', 'rage', 'obeyed;', 'Our', 'battles', 'let', 'him', 'or', 'desert', 'or', 'aid;', 'Then', 'let', 'him', 'arm', 'when', 'Jove', 'or', 'he', 'think', 'fit;', 'That,', 'to', 'his', 'madness,', 'or', 'to', 'heaven,', 'commit:', 'What', 'for', 'ourselves', 'we', 'can,', 'is', 'always', 'ours:', 'This', 'night,', 'let', 'due', 'repast', 'refresh', 'our', 'powers;', 'For', 'strength', 'consists', 'in', 'spirits', 'and', 'in', 'blood,', 'And', 'those', 'are', 'owed', 'to', 'generous', 'wine', 'and', 'food;', 'But', 'when', 'the', 'rosy', 'messenger', 'of', 'day', 'Strikes', 'the', 'blue', 'mountains', 'with', 'her', 'golden', 'ray,', 'Ranged', 'at', 'the', 'ships', 'let', 'all', 'our', 'squadrons', 'shine;', 'In', 'flaming', 'arms,', 'a', 'long-extended', 'line:', 'In', 'the', 'dread', 'front', 'let', 'great', 'Atrides', 'stand,', 'The', 'first', 'in', 'danger,', 'as', 'in', 'high', 'command.\"', 'Shouts', 'of', 'acclaim', 'the', 'listening', 'heroes', 'raise,', 'Then', 'each', 'to', 'heaven', 'the', 'due', 'libations', 'pays;', 'Till', 'sleep,', 'descending', \"o'er\", 'the', 'tents,', 'bestows', 'The', 'grateful', 'blessings', 'of', 'desired', 'repose.']\n", + "2620\n", + "6452\n" + ] + } + ], + "source": [ + "num_tokens = len(tokens)\n", + "num_token_types = len(set(tokens))\n", + "\n", + "tokens_case = str(tokens).lower().split()\n", + "\n", + "\n", + "num_token_types_case = len(set(tokens))\n", + "\n", + "print(num_tokens)\n", + "print(set(tokens))\n", + "print(tokens)\n", + "print(num_token_types_case)\n", + "print(len(tokens))" ] } ], "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, "language_info": { - "name": "python" + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.1" } }, "nbformat": 4,