-
Notifications
You must be signed in to change notification settings - Fork 2
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
handle apostrophes #14
Comments
Not sure right now what's the best solution for the parsing process. The issue of apostrophes was raised in #6, where @balmas proposed to treat apostrophes as words - which is true when they are in fact word-like, but that needs to be determined separately as ' are for sure used as direct speech delimiters as well. |
as long as we don't face more cases like that above, i'd propose the same procedure that we apply for the abbreviated names and the following dot. |
What was that procedure? :) |
tokenizer.rb line 126 find_abbreviations_and_join_strings |
Ah, that you mean - 👍 for that. Not sure how apostrophes are used in Latin (or better: by Latin editors). Is it to be expected that we encounter elided syllables with a ' in verses? |
was looking for them, only found fabulatu's; don't think that there's a heavy use of apostrophes, so this approach could work; but i'll keep my eyes open... |
Ok, please implement the magnificent seven if you have the time. |
Lewis and Short Dict provides only the 7 following cases, where ' is definitely an apostrophe:
po' (post)
potin' (potisne)
satin' (satisne)
scin' (scisne)
tun' (tune)
vin' (visne)
min' (mihine)
I think those could be handled manually.
I don't think there's a good reason to mark the n' as enclitic. Your opinion on that?
The text was updated successfully, but these errors were encountered: