using PolytonicGreek
lg = literaryGreek()
augment("βαλε", lg)
# output
#"ἐβαλε""ἐβαλε"
Package version: 0.21.12
June 4, 2024
The augment function adds appropriate syllabic or temporal augment to a string. It does not accent the string: you can do that separately with the functions described on the previous page.
Two functions identify the syllabic string value for an orthography for augmenting simplex and compound verbs, augment_initial and augment_medial, respectively.
You can always find appropriate values for temporal augment in a given orthography by using the augment function with a verb form’s initial vowel or diphthong.