主要技术栈:jieba(分词) + fuzzywuzzy/rapidfuzz(模糊匹配) + scikit-learn(传统 ML) + SQLite(轻量化存储)。
This library provides blazing-fast string similarity metrics through WASM bindings to the Rust rapidfuzz-rs library, plus TypeScript implementations of advanced fuzzy matching algorithms. It combines ...