Releases: jtauber/greek-accentuation
Releases · jtauber/greek-accentuation
1.2.0
on_penult
will now return an oxytone rather than None if input only has one syllable
1.1.1
- handle VVι cluster better
1.1.0
accentuation.persistent
now supports default_short
parameter
1.0.5
- fixed calculation of coda when syllable is vowel+macron+smooth
1.0.4
syllabify.is_diphthong
now works with uppercase letters (fixes a syllabification bug when capitalized word begins with diphthong)
syllabify.add_necessary_breathing
now returns a NFKC normalized form (improving rebreath/debreath roundtripping)
1.0.3
possible_accentuations
now correctly gives paroxytone as a possible accentuation when penult is long and length of ultima is indeterminate
1.0.2
- fixed persistent accent placement where original accent needs to change from circumflex to acute
1.0.1
syllabify.add_necessary_breathing
now works with uppercase initial vowels
1.0.0
syllabify.debreath
syllabify.rebreath
syllabify.add_necessary_breathing
can optionally add rough breathing
characters.add_breathing
properly handles macrons
- modules moved into
greek_accentuation
package
- universal wheel build