AUTHORS
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/modern_greek_inflexion/__init__.py
src/modern_greek_inflexion/el_GR.pickle
src/modern_greek_inflexion/exceptions.py
src/modern_greek_inflexion/helping_functions.py
src/modern_greek_inflexion/resources.py
src/modern_greek_inflexion.egg-info/PKG-INFO
src/modern_greek_inflexion.egg-info/SOURCES.txt
src/modern_greek_inflexion.egg-info/dependency_links.txt
src/modern_greek_inflexion.egg-info/not-zip-safe
src/modern_greek_inflexion.egg-info/requires.txt
src/modern_greek_inflexion.egg-info/top_level.txt
src/modern_greek_inflexion/adjective/__init__.py
src/modern_greek_inflexion/adjective/create_adj_basic.py
src/modern_greek_inflexion/adjective/create_adj_decl.py
src/modern_greek_inflexion/adverb/__init__.py
src/modern_greek_inflexion/articles/__init__.py
src/modern_greek_inflexion/noun/__init__.py
src/modern_greek_inflexion/noun/create_noun_basic.py
src/modern_greek_inflexion/noun/create_noun_decl.py
src/modern_greek_inflexion/numerals/__init__.py
src/modern_greek_inflexion/numerals/create_num_decl.py
src/modern_greek_inflexion/numerals/create_num_list.py
src/modern_greek_inflexion/pronoun/__init__.py
src/modern_greek_inflexion/pronoun/create_pron_basic.py
src/modern_greek_inflexion/pronoun/create_pron_decl.py
src/modern_greek_inflexion/verb/__init__.py
src/modern_greek_inflexion/verb/conjugations.py
src/modern_greek_inflexion/verb/create_verb_con.py
src/modern_greek_inflexion/verb/create_verb_forms.py
src/modern_greek_inflexion/verb/create_verb_list.py
src/modern_greek_inflexion/verb/verb_stemmer.py
test/test_case.py