Add files via upload

This commit is contained in:
RT15548
2026-02-17 22:45:01 +08:00
committed by GitHub
parent 59e7301bf8
commit 4bbc2f9fd5
18 changed files with 5167 additions and 442 deletions

View File

@@ -0,0 +1,15 @@
# stopwords sources for story-summary
- Dataset: `stopwords-iso` (npm package, version 1.1.0)
- Repository: https://github.com/stopwords-iso/stopwords-iso
- License: MIT
- Snapshot date: 2026-02-16
- Languages used: `zh`, `ja`, `en`
- Local snapshot files:
- `stopwords-iso.zh.txt`
- `stopwords-iso.ja.txt`
- `stopwords-iso.en.txt`
Generation note:
- `modules/story-summary/vector/utils/stopwords-base.js` is generated from these snapshot files.
- Keep `stopwords-patch.js` for tiny domain overrides only.