READMESource: main@01fe7998
dsh-string-similarity · 字符串相似度
纯 Node 实现,无网络、无外部服务。
安装
dsh plugin add dsh-string-similarity
安装后在 profile 的 package.json 的 dsh.profile.bundles 中加入 "dsh-string-similarity"。
uckkk /
@{name=dsh-string-similarity; version=0.1.0; description=字符串相似度:Levenshtein/Jaccard 等算法计算文本相似度(String similarity tool for DeepSeek Harness); type=module; main=lib/index.js; exports=; files=System.Object[]; dsh=; keywords=System.Object[]; author=istone <ad571@qq.com>; license=MIT; peerDependencies=}.description
纯 Node 实现,无网络、无外部服务。
dsh plugin add dsh-string-similarity
安装后在 profile 的 package.json 的 dsh.profile.bundles 中加入 "dsh-string-similarity"。
No comments yet. Be the first to write one.