-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anceps crashes when scanning Seneca's Tragedies #1
Comments
Thank you for the interest in the tool, @Ycreak! If you need a good training set, you might be interested in this repository, which contains proof-read scansions of trimeters in all of Seneca and also four Neo-Latin plays, all produced with the help of Please be aware that It is exciting to see that neural networks are being applied to this task as well! Looking forward to learning more about it and good luck with your thesis! |
Hi @Dargones, thank you for your quick reply and the linked repository! That is absolutely invaluable to my research! Regarding Anceps, my approach has been a bit crude: I just gave the program all of Seneca's tragedies (LatinLibrary versions) with the -trimeter parameter to find all trimeters: scansions listed as failed I skipped in later processing. But it was interesting to see it processes lines like "et quas Taygeti iugis (77)" and " caeloque lucem++spectat hoc nostri sator (28)" fine (correctly showing 'failed' in the output JSON), but failing to scan "patrioque pendet (660a)". I would expect it to return 'failed' in the JSON, not crash the entire program :D |
I am running Anceps to create a training set for neural networks. When running the program on Seneca's Medea, it crashes on line 662, patrioque pendet. It also seems to have trouble somewhere around Hercules Oetaeus' lines 276-279:
perfer manus quocumque quid cessas dea
utere furente quod iubes fieri nefas
reperi quid haeres ipsa iam cesses licet
haec ira satis est nvt pectoris sani parum
The error reads:
If fixed it in the Word class, by adding a try to the init function:
The scansion will fail, but that is fine for my use case. As long as the other lines are scanned 🗡️
I am not sure why Oetaeus goes wrong :S Anyway, great tool!
The text was updated successfully, but these errors were encountered: