Metadata-Version: 2.4
Name: modern-greek-inflexion-eee
Version: 2.1.7
Summary: Python 3 library for creating inflected forms given basic forms of Modern Greek words
Home-page: https://github.com/EEE-project/modern-greek-inflexion-eee
Author: Krzysztof H
Author-email: krzysztof.hilman@gmail.com
License: MIT
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: modern-greek-accentuation-eee>=1.0.9
Provides-Extra: testing
Requires-Dist: tox>=3.24; extra == "testing"
Dynamic: license-file

![Tests](https://github.com/PicusZeus/modern-greek-inflexion/actions/workflows/tests.yml/badge.svg)
![Downloads](https://img.shields.io/pypi/dm/modern-greek-inflexion)
![python version](https://img.shields.io/pypi/pyversions/modern-greek-inflexion)
![GitHub License](https://img.shields.io/github/license/picuszeus/modern-greek-inflexion)
[![Documentation Status](https://readthedocs.org/projects/modern-greek-inflexion/badge/?version=latest)](https://modern-greek-inflexion.readthedocs.io/en/latest/?badge=latest)

# Modern-greek-inflexion

Python 3 library for creating inflected forms for Modern Greek words (verbs, adjectives, nouns etc.).
The application is implemented in a web app you can find [here](https://ellinika.com.pl).
The application requires from a user to be fed with a basic, existing Greek Lemma to work. 
Internally it works thanks to a big corpus on which it tests forms it tries to create. Thanks to it the program gives mostly good results, especially in comparison 
to all the other "conjugation" engines.

## Installation

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

```bash
pip install modern-greek-inflexion-eee
```

Development version (latest, from Codeberg):
```bash
pip install "modern-greek-inflexion-eee @ git+https://codeberg.org/EEE-project/modern-greek-inflexion-eee.git"
```

## Usage
You can read the docs [here](https://modern-greek-inflexion.readthedocs.io/en/latest/)

## Unittests
run 
>python -m unittest

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