Metadata-Version: 2.1
Name: modern-greek-accentuation
Version: 0.2.3
Summary: Python 3 library for accenting, analyzing accentuation, syllabification, augmentation and transcription of Modern Greek words
Home-page: http://github.com/PicusZeus/modern-greek-accentuation
Author: Krzysztof Hilman
Author-email: krzysztof.hilman@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >+3.6
Description-Content-Type: text/markdown

# Modern-greek-accentuation

Python 3 library for analyzing, accenting, syllabification, augmentation and transcription of Modern Greek Words

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install modern-greek-accentuation.

```bash
pip install modern-greek-accentuation
```

## Usage

see [docs.rst](https://github.com/PicusZeus/modern_greek_accentuation/blob/master/docs.rst)


## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## Change Log

 * 0.2.3 Fixed issue with syllabification, where iota with diaeresis is not an independent vowel (roloiou), also fixed a secondary issue with accentuation, where previously redundant diaeresis was not removed in above cases.
 * 0.2.2 Fixed issue with internal augmentation with unaccented augment, now it gives such an option
 * 0.2.1 Added transcription module (simple, Erasmian and modern for Polish readers)
 * 0.1.1 Initial release



