-
Notifications
You must be signed in to change notification settings - Fork 10
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
display_accentuation(get_accentuation('ἣ')) -- eta rough breathing and grave -- throws and error #17
Comments
In this case, the function is brittle because it assumes we have checked for an accent rather than returning "none" or the like in the following case.
|
I think the underlying issue here is that ( |
what crashed it was h(\, the standard nom fem sg of the relative pronoun in
οὐλομένην,ἣμυρίʼἈχαιοῖςἄλγεʼἔθηκε,
or am I missing something?
…On 6/12/20 12:37 PM, James Tauber wrote:
I think the underlying issue here is that |get_accentuation| expects a
normalized accentuation. It's not intended to handle graves or words
with an additional oxytone because of a following enclitic.
(|greek-normalisation| handles that normalization step)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHLVGJTBMQHV3EW7GPC6ZDRWJKUXANCNFSM4N32PIGA>.
|
It's only ἣ in running text, though. The standalone form is ἥ and the assumption the code is making (which might be debatable but it's the assumption I made for my own work) is if you're querying for the accentuation type (e.g. is it perispomenon or paroxytone or whatever) that that's a property of the isolated accented word, not the string in running text. In my own corpus work, I always use |
If you don't want the full-on |
The text was updated successfully, but these errors were encountered: