All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Fix incorrect syllable division when the coda is empty and the next syllable starts with cr or cl.
- Fix incorrect syllable division when there is a consonant in the coda and the next syllable starts with "ch".
- Fix inconsistency between stressed syllable position and graphical accent position, now all using 0-based positions. (by @kikocorreoso)
- Stop exposing internals in the result of
syllabify_with_details
, use a separate class for results. (08834c2)
- Fix crash when syllabifing words ending in "gu". (f848a4c)
Initial public release.