xzy-jason/dsh-chinese-search
xzy-jason★ 1TypeScript最后同步: 2026-08-14
Chinese full-text search plugin for DeepSeek Harness using jieba segmentation
README 摘要
dsh-chinese-search Chinese full-text search plugin for DeepSeek Harness memory plugins. Problem SQLite FTS5's default unicode61 tokenizer splits text by whitespace, which completely fails for Chinese (no word boundaries): Solution Uses jieba (Rust-based, no native build) for proper Chinese word segmentation: Installation Usage With memory plugins Works automatically with sage-mem, dsh-memory, and other memory plugins. Just install and it enhances search: Programmatic API Benchmark Tested with 10,000 Chinese memory entries: Method Recall Precision Latency unicode61 (default) 0% N/A 1ms trigram + LIKE 78% 45% 12ms jieba FTS5 (this plugin) 97% 94% 3ms How it works 1. Tokenization : jieba segments Chinese text into words 2. Dual index : FTS5 for English + jieba token table for Chinese 3. Hybrid search : Combines results from both indexes 4. Scoring : Ranks by term frequency and match coverage 5. Fallback : LIKE query for partial/fuzzy matches Configuration License MIT
在 GitHub 查看完整 README →分类
A MCP server for Stata to integrate Stata into your agent.
★ 244
liustack/modsearchThe web plugin for DeepSeek Harness, and the search bridge for every model without native web access. Ask the web or X, get structured JSON evidence. | DeepSeek Harness 的 web 插件,为不能联网的模型补上搜索。问网页或 X,拿回结构化 JSON 证据(搜索、抓取、引用)。
★ 104
Nagi-ovo/dsh-find-plugins帮 DSH 搜索、安装并验证插件的 Skill|A DSH skill that finds, installs, and verifies GitHub plugins
★ 84