LICENSE
MANIFEST.in
PYPI_RELEASE.md
README.md
pyproject.toml
requirements-deep-learning.txt
requirements-dev.txt
requirements.txt
setup.py
chinese_herbal_sentiment/__init__.py
chinese_herbal_sentiment.egg-info/PKG-INFO
chinese_herbal_sentiment.egg-info/SOURCES.txt
chinese_herbal_sentiment.egg-info/dependency_links.txt
chinese_herbal_sentiment.egg-info/entry_points.txt
chinese_herbal_sentiment.egg-info/requires.txt
chinese_herbal_sentiment.egg-info/top_level.txt
chinese_herbal_sentiment/api/__init__.py
chinese_herbal_sentiment/api/app.py
chinese_herbal_sentiment/api/app_broken.py
chinese_herbal_sentiment/api/app_fixed.py
chinese_herbal_sentiment/core/__init__.py
chinese_herbal_sentiment/core/bert_sentiment_analysis.py
chinese_herbal_sentiment/core/deep_learning_sentiment.py
chinese_herbal_sentiment/core/keyword_extraction.py
chinese_herbal_sentiment/core/prediction_service.py
chinese_herbal_sentiment/core/regression_analysis.py
chinese_herbal_sentiment/core/sentiment_analysis.py
chinese_herbal_sentiment/core/textcnn_sentiment_analysis.py
chinese_herbal_sentiment/core/textrank_sentiment_analysis.py
chinese_herbal_sentiment/core/time_series_analysis.py
chinese_herbal_sentiment/examples/huggingface_demo.py
chinese_herbal_sentiment/models/bert_sentiment_model/config.json
chinese_herbal_sentiment/models/bert_sentiment_model/special_tokens_map.json
chinese_herbal_sentiment/models/bert_sentiment_model/tokenizer_config.json
chinese_herbal_sentiment/models/bert_sentiment_model/vocab.txt
chinese_herbal_sentiment/utils/__init__.py
chinese_herbal_sentiment/utils/data_analysis.py
chinese_herbal_sentiment/utils/dataset_loader.py
chinese_herbal_sentiment/utils/scholar_search.py
examples/advanced_usage.py
examples/basic_usage.py
examples/comprehensive_demo.py
scripts/analyze_sentiment.py
scripts/chapter5_statistics_output.py
scripts/extract_keywords.py
scripts/full_analysis.py
scripts/full_data_analysis.py
scripts/main_analysis.py
scripts/release_to_pypi.py
scripts/train_deep_learning_models.py
tests/__init__.py
tests/test_api.py
tests/test_huggingface_integration.py
tests/test_keyword_extraction.py
tests/test_prediction_service.py
tests/test_regression_analysis.py
tests/test_sentiment_analysis.py
tests/test_time_series_analysis.py
tests/test_utils_imports.py
tests/test_utils_only.py