greek-normalisation

Python 3 utilities for validating and normalising Ancient Greek text


Keywords
ancient-greek, text-processing
License
MIT
Install
pip install greek-normalisation==0.5.1

Documentation

greek-normalisation

Build Status Coverage Status

utilities for validating and normalising Ancient Greek text

For more of my work on Ancient Greek, see http://jktauber.com/.

Installation

pip install greek-normalisation

Documentation / Tests

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).