Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:49 +08:00
commit aef90b9bfb
11 changed files with 552 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# References
Bundled resources for nlp-text-analyzer skill
- [ ] nlp_api_documentation.md: Comprehensive documentation of the NLP API endpoints, parameters, and response formats.
- [ ] sentiment_analysis_guide.md: Detailed guide on sentiment analysis techniques, including different algorithms and their applications.
- [ ] keyword_extraction_best_practices.md: Best practices for keyword extraction, including preprocessing steps and algorithm selection.
- [ ] topic_modeling_guide.md: Guide on topic modeling, including different algorithms (LDA, NMF) and their applications.