LICENSE
MANIFEST.in
README.md
pyproject.toml
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/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/sentiment_analysis.py
chinese_herbal_sentiment/core/textcnn_sentiment_analysis.py
chinese_herbal_sentiment/core/textrank_sentiment_analysis.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/generate_all_figures_chinese.py
chinese_herbal_sentiment/utils/generate_all_figures_unified.py
chinese_herbal_sentiment/utils/generate_bert_real_training.py
chinese_herbal_sentiment/utils/generate_lstm_architecture.py
chinese_herbal_sentiment/utils/generate_radar_chart.py
chinese_herbal_sentiment/utils/generate_regression_analysis_figure.py
chinese_herbal_sentiment/utils/generate_training_figures.py
chinese_herbal_sentiment/utils/keyword_mapping.py
chinese_herbal_sentiment/utils/read_comments.py
chinese_herbal_sentiment/utils/scholar_search.py
chinese_herbal_sentiment/utils/unified_color_scheme.py
chinese_herbal_sentiment/utils/update_training_figures_unified.py
examples/advanced_usage.py
examples/basic_usage.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/train_deep_learning_models.py
tests/__init__.py
tests/test_keyword_extraction.py
tests/test_sentiment_analysis.py