Skip to content

A JavaScript implementation of the Symmetric Delete spelling correction algorithm.

Notifications You must be signed in to change notification settings

IceCreamYou/SymSpell

Repository files navigation

An implementation of the Symmetric Delete spelling correction algorithm. It is fast and language-independent, but there is some setup cost to construct the dictionary.

Currently the results are not as accurate as expected; there are probably some bugs in the port.

Based on C# code and algorithm version 1.6, originally written by Wolf Garbe.

License: LGPL 3.0

About

A JavaScript implementation of the Symmetric Delete spelling correction algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published