Usage#

Installation#

To use Modern Greek Inflexion, first install it using pip:

(.venv) $ pip install modern-greek-inflexion

Adjective#

To create all inflected adjective forms you can use the Adjective class you can import from the library in your python code:

from modern_greek_inflexion import Adjective

Adverb#

To create all adverb forms you can use the Adverb class you can import from the library in your python code:

from modern_greek_inflexion import Adverb

Article#

To create all article forms you can use the Article class you can import from the library in your python code:

from modern_greek_inflexion import Article

Noun#

To create all noun forms you can use the Noun class you can import from the library in your python code:

from modern_greek_inflexion import Noun

Numeral#

To create all noun forms you can use the Numeral class you can import from the library in your python code:

from modern_greek_inflexion import Numeral

Pronoun#

To create all noun forms you can use the Pronoun class you can import from the library in your python code:

from modern_greek_inflexion import Pronoun

Verb#

To create all noun forms you can use the Verb class you can import from the library in your python code:

from modern_greek_inflexion import Verb