Curated collection of data structures for the JavaScript/TypeScript.
Spelling correction & Fuzzy search based on symmetric delete spelling correction algorithm
An extremely fast multi-thread capable Spellchecker written in Rust compiled to WebAssembly for Node.
A JavaScript implementation of the Symmetric Delete spelling correction algorithm.
JavaScript port of SymSpell 6.6 based on the [original C# version by Wolf Garde](https://github.com/wolfgarbe/SymSpell) and the Python version by mammothb.