jtauber / greek-accentuation

Python 3 library for accenting (and analyzing the accentuation of) Ancient Greek words
MIT License
56 stars 10 forks source link

dealing with an omega that is short for the purposes of accentuation #22

Open gregorycrane opened 2 years ago

gregorycrane commented 2 years ago

syllabify('ω̆ος') --> ['ω', '̆ος']

but

syllabify('εω̆ν') --> ['ε', 'ω̆ν']

ah! the short marker does not attach to the omega!