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,7 @@
# Assets
Bundled resources for nlp-text-analyzer skill
- [ ] example_text_inputs.json: A collection of example text inputs for various NLP tasks, along with expected outputs.
- [ ] analysis_report_template.md: Template for generating analysis reports with sections for sentiment, keywords, and topics.
- [ ] error_handling_examples.md: Examples of how to handle common errors in NLP tasks, such as API rate limits or invalid input.