PerseusDL / canonical-latinLit

XML Canonical resources for Latin Literature
https://scaife.perseus.org
Creative Commons Attribution Share Alike 4.0 International
44 stars 57 forks source link

(phi2331) Hyphenation #425

Open PonteIneptique opened 3 years ago

PonteIneptique commented 3 years ago

In 2331, you'll find at least a few hyphenation that were undetected, I found 69 using the regex \-\s*<note and discovered it in there:

https://github.com/PerseusDL/canonical-latinLit/blob/47239d3a181f64551267d7a166ee6573a6d44e67/data/phi2331/phi007/phi2331.phi007.perseus-lat2.xml#L73

And 82 with the regex -\s*\n which captures things like

Gloriatur, ut vides, rem ineptam et satis libidino-
: <note n="n29.406.1">H
PonteIneptique commented 3 years ago

I could probably do the PR if you want.