Metadata-Version: 2.1
Name: greek-normalisation
Version: 0.4
Summary: Python 3 utilities for validating and normalising Ancient Greek text
Home-page: http://github.com/jtauber/greek-normalisation
Author: James Tauber
Author-email: jtauber@jtauber.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Text Processing :: Linguistic
Description-Content-Type: text/markdown

# greek-normalisation

[![Build Status](https://travis-ci.org/jtauber/greek-normalisation.svg)](https://travis-ci.org/jtauber/greek-normalisation)
[![Coverage Status](https://coveralls.io/repos/github/jtauber/greek-normalisation/badge.svg?branch=master)](https://coveralls.io/github/jtauber/greek-normalisation?branch=master)

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


