Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:56 +08:00
commit b9b98b02d9
9 changed files with 246 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for sentiment-analysis-tool skill
- [ ] sentiment_analysis_api.md: Documentation for the sentiment analysis API used by the tool, including input parameters, output format, and error handling.
- [ ] sentiment_analysis_best_practices.md: A guide on best practices for using sentiment analysis, including data preprocessing, handling biases, and interpreting results.
- [ ] sentiment_lexicon.md: A detailed lexicon of words and their associated sentiment scores, providing Claude with a reference for understanding sentiment analysis.