utilities for validating and normalising Ancient Greek text
For more of my work on Ancient Greek, see http://jktauber.com/.
pip install greek-normalisation
See tests.rst
for usage examples.
Also, three command-line utilities to2019
, toNFC
and toNFD
are installed which can be used to convert U+02BC and U+1FBF to U+2019 and do unicode normalisation on files (e.g. toNFC source.txt > nfc_version.txt
).