Open PonteIneptique opened 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:
\-\s*<note
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
-\s*\n
Gloriatur, ut vides, rem ineptam et satis libidino- : <note n="n29.406.1">H
I could probably do the PR if you want.
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