The GreekOrthography
interface
AtticGreek
also implements the features of the abstract GreekOrthography
interface.
Sorting strings
- sort strings (
sortWords
)
Syllabification
- syllabification (
syllabify
)
Accentuation
Remove accents from a string:
using AtticGreek
rmaccents("βολêς", atticGreek())
"βολες"
rmaccents("άνθροπος", atticGreek())
"ανθροπος"
Add accents to a word:
- accentuation (add
accentword
)