greek-accentuation 1.0.0 Released
The library (which I’ve previously written about here) has been sitting on 0.9.9 for a while and I’ve been using it sucessfully in my inflectional morphology work for 18 months. There were, however, a couple of functions that lived in the inflectional morphology repos that really belonged ingreek-accentuation
. They have now been moved there.
There issyllabify.debreath
which removes smooth breathing and replaces rough breathing with anh
. And there issyllabify.rebreath
which reverses this.
The other big change made is there are no-longer three top-level modules—everything is enclosed in agreek_accentuation
package so instead offrom syllabify import *
you sayfrom greek_accentuation.syllabify import *
.
You canpip install greek-accentuation==1.0.0
. The repo is at https://github.com/jtauber/greek-accentuation.greek-accentuation
is made available under an MIT license.
Thanks to Kyle Johnson of the wonderful Classical Language Toolkit project for encouraging me to finally do the 1.0.0 release.