Skip to content

Releases: jtauber/greek-accentuation

1.2.0

21 Mar 09:52
Compare
Choose a tag to compare
  • on_penult will now return an oxytone rather than None if input only has one syllable

1.1.1

30 Dec 18:14
Compare
Choose a tag to compare
  • handle VVι cluster better

1.1.0

18 Dec 23:00
Compare
Choose a tag to compare
  • accentuation.persistent now supports default_short parameter

1.0.5

30 Nov 19:22
Compare
Choose a tag to compare
  • fixed calculation of coda when syllable is vowel+macron+smooth

1.0.4

26 Nov 00:07
Compare
Choose a tag to compare
  • 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

26 Nov 00:06
Compare
Choose a tag to compare
  • possible_accentuations now correctly gives paroxytone as a possible accentuation when penult is long and length of ultima is indeterminate

1.0.2

26 Nov 00:06
Compare
Choose a tag to compare
  • fixed persistent accent placement where original accent needs to change from circumflex to acute

1.0.1

03 Nov 05:21
Compare
Choose a tag to compare
  • syllabify.add_necessary_breathing now works with uppercase initial vowels

1.0.0

03 Nov 05:19
Compare
Choose a tag to compare
  • 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