Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 795 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 795 Bytes

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