LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
GreParl.egg-info/PKG-INFO
GreParl.egg-info/SOURCES.txt
GreParl.egg-info/dependency_links.txt
GreParl.egg-info/entry_points.txt
GreParl.egg-info/not-zip-safe
GreParl.egg-info/requires.txt
GreParl.egg-info/top_level.txt
greek_stemmer/__init__.py
greek_stemmer/stemmer.yml
greparl/__init__.py
greparl/__main__.py
greparl/SearchEngine/__init__.py
greparl/SearchEngine/lsa.py
greparl/SearchEngine/backend/__init__.py
greparl/SearchEngine/backend/backend.py
greparl/SearchEngine/backend/speech.py
greparl/SearchEngine/backend/speech_file.py
greparl/SearchEngine/backend/inverted/__init__.py
greparl/SearchEngine/backend/inverted/inverted_index.py
greparl/SearchEngine/backend/lsa/__init__.py
greparl/SearchEngine/backend/lsa/lsa_manager.py
greparl/SearchEngine/backend/similarity/__init__.py
greparl/SearchEngine/backend/similarity/similarity_manager.py
greparl/SearchEngine/backend/top/__init__.py
greparl/SearchEngine/backend/top/get_top_words.py
greparl/SearchEngine/backend/top/group_manager.py
greparl/SearchEngine/backend/top/keyword_manager.py
greparl/SearchEngine/backend/top/suggested_stopwords.py
greparl/SearchEngine/preprocessing/__init__.py
greparl/SearchEngine/preprocessing/create.py
greparl/SearchEngine/preprocessing/create_ai.py
greparl/SearchEngine/preprocessing/create_group.py
greparl/SearchEngine/preprocessing/create_lsa.py
greparl/SearchEngine/preprocessing/extract_processed_speeches.py
greparl/SearchEngine/preprocessing/funcs.py
greparl/SearchEngine/preprocessing/group.py
greparl/SearchEngine/preprocessing/initialization.py
greparl/SearchEngine/preprocessing/stopwords.py
greparl/config/deploy.cfg
greparl/config/dev.cfg
greparl/templates/404.html
greparl/templates/actions_base.html
greparl/templates/base.html
greparl/templates/index.html
greparl/templates/results.html
greparl/templates/speech.html
greparl/templates/highlights/attribute.html
greparl/templates/highlights/results.html
greparl/templates/highlights/values.html
greparl/templates/highlights/~legacy-highlights.html
greparl/templates/predictions/predict.html
greparl/templates/predictions/results.html
greparl/templates/similarities/results.html
greparl/templates/similarities/similarities.html