LICENSE
README.md
pyproject.toml
codextextpipe.egg-info/PKG-INFO
codextextpipe.egg-info/SOURCES.txt
codextextpipe.egg-info/dependency_links.txt
codextextpipe.egg-info/requires.txt
codextextpipe.egg-info/top_level.txt
textpipe/__init__.py
textpipe/config/__init__.py
textpipe/config/config.py
textpipe/config/nltk.py
textpipe/core/__init__.py
textpipe/core/classifier.py
textpipe/core/recommender.py
textpipe/data/__init__.py
textpipe/data/cleaner.py
textpipe/data/loader.py
textpipe/data/model_io.py
textpipe/data/tokenizer.py
textpipe/data/vectorizer.py
textpipe/pipeline/__init__.py
textpipe/pipeline/category_generator.py
textpipe/pipeline/sentiment_pipeline.py
textpipe/pipeline/suggestion_pipeline.py
textpipe/utils/__init__.py
textpipe/utils/logger.py
textpipe/utils/metrics.py