LICENSE
README.md
pyproject.toml
src/alfredo/__init__.py
src/alfredo/preprocessing.py
src/alfredo/tokenizer.py
src/alfredo/vectorize.py
src/alfredo/data/__init__.py
src/alfredo/data/sentiment_lexicon.txt
src/alfredo/data/stopwords_en.txt
src/alfredo/tasks/__init__.py
src/alfredo/tasks/classify.py
src/alfredo/tasks/keywords.py
src/alfredo/tasks/sentiment.py
src/alfredo/tasks/summarize.py
src/alfredo_ai.egg-info/PKG-INFO
src/alfredo_ai.egg-info/SOURCES.txt
src/alfredo_ai.egg-info/dependency_links.txt
src/alfredo_ai.egg-info/requires.txt
src/alfredo_ai.egg-info/top_level.txt
tests/test_classify.py
tests/test_keywords.py
tests/test_sentiment.py
tests/test_speed.py
tests/test_summarize.py
tests/test_tokenizer.py