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 @@
# Scripts
Bundled resources for nlp-text-analyzer skill
- [ ] analyze_text.py: Script to perform text analysis tasks (sentiment, keywords, topics) based on user input and specified parameters.
- [ ] summarize_text.py: Script to generate concise summaries of input text, useful for extracting key information.
- [ ] translate_text.py: Script to translate text between languages using a translation API.