From 2be4d90c2ae255a3bb9d01d2de2043c6fcaa259f Mon Sep 17 00:00:00 2001 From: katabasist Date: Tue, 29 Apr 2025 22:23:56 +0000 Subject: [PATCH] homework --- lab.ipynb | 85 +- tokens.txt | 6452 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 6529 insertions(+), 8 deletions(-) create mode 100644 tokens.txt diff --git a/lab.ipynb b/lab.ipynb index 56262e7..e936487 100644 --- a/lab.ipynb +++ b/lab.ipynb @@ -14,21 +14,90 @@ }, { "cell_type": "code", - "execution_count": null, - "metadata": { - "vscode": { - "languageId": "plaintext" + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Tokens saved to tokens.txt\n", + "\n", + "Found 6452 tokens.\n", + "\n", + "First 20 tokens:\n", + "['thus', 'joyful', 'troy', 'maintained', 'the', 'watch', 'of', 'night', 'while', 'fear', 'pale', 'comrade', 'of', 'inglorious', 'flight', 'and', 'heavenbred', 'horror', 'on', 'the']\n" + ] } - }, - "outputs": [], + ], "source": [ - "# your code here" + "import re\n", + "\n", + "def tokenize_text(text):\n", + " \"\"\"Convert text to lowercase and split into words (tokens)\"\"\"\n", + " text = text.lower() # convert to lowercase\n", + " text = re.sub(r\"[^\\w\\s']\", '', text) # remove punctuation except apostrophes\n", + " tokens = text.split() # split into words\n", + " return tokens\n", + "\n", + "def tokenize_file(input_file, output_file=None):\n", + " \"\"\"Read a text file and return its tokens\"\"\"\n", + " try:\n", + " with open(input_file, 'r') as f:\n", + " text = f.read()\n", + " except FileNotFoundError:\n", + " print(f\"Error: File '{input_file}' not found.\")\n", + " return None\n", + " except Exception as e:\n", + " print(f\"Error reading file: {e}\")\n", + " return None\n", + " \n", + " tokens = tokenize_text(text)\n", + " \n", + " if output_file:\n", + " try:\n", + " with open(output_file, 'w') as f:\n", + " f.write('\\n'.join(tokens))\n", + " print(f\"Tokens saved to {output_file}\")\n", + " except Exception as e:\n", + " print(f\"Error writing to output file: {e}\")\n", + " \n", + " return tokens\n", + "\n", + "\n", + "# Set your input file path here\n", + "input_filename = \"book_9.txt\" \n", + "output_filename = \"tokens.txt\" \n", + "\n", + "\n", + "# Tokenize the file\n", + "tokens = tokenize_file(input_filename, output_filename)\n", + "\n", + "# Print results\n", + "if tokens is not None:\n", + " print(f\"\\nFound {len(tokens)} tokens.\")\n", + " print(\"\\nFirst 20 tokens:\")\n", + " print(tokens[:20])" ] } ], "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, diff --git a/tokens.txt b/tokens.txt new file mode 100644 index 0000000..f3fd7af --- /dev/null +++ b/tokens.txt @@ -0,0 +1,6452 @@ +thus +joyful +troy +maintained +the +watch +of +night +while +fear +pale +comrade +of +inglorious +flight +and +heavenbred +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 +whispers1 +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 +softtrickling +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 +care2 +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 +toils3 +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 +heavendefended +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 +nota +brave +and +virtuous +soul4 +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 +wall5 +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 +tonight +this +dreadful +interval +determines +all +tomorrow +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 +warriorgod +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 +past6 +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 +man7 +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 +flame8 +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 +longcontested +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 +morethree +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 +love9 +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 +themto +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 +wellwrought +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 +sign10 +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 +notbut +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 +longcontested +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 +morethree +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 +goddessborn +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 +preeminence +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 +tomorrow +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 +nolet +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 +manypeopled +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 +illmatched +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 +longextended +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 +heavendefended +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 +thoughtbut +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 +everpleasing +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 +boar12 +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 +idas13 +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 +death14 +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 +gowhy +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 +heavenprotected +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 +longextended +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 \ No newline at end of file