Skip to content

Releases: wolfgarbe/SymSpell

SymSpell v5.0

24 Jul 18:33
Compare
Choose a tag to compare

FIX: Suggestions were not always complete for input.Length <= editDistanceMax.
FIX: Suggestions were not always complete/best for verbose < 2.
IMPROVEMENT: Prefix indexing implemented: more than 90% memory reduction.
IMPROVEMENT: Faster algorithm for Damerau-Levenshtein-Distance

SymSpell v4.1

07 Jun 21:18
Compare
Choose a tag to compare

Generates a SymSpell NuGet package; symspell and symspelldemo splitted into two separate projects

SymSpell v4.0

10 May 12:52
Compare
Choose a tag to compare

Bug fixes, improvements & new frequency dictionary

SymSpell v3.1

28 Apr 08:04
Compare
Choose a tag to compare

Comments cleaned up

SymSpell v3.0

26 Apr 19:15
Compare
Choose a tag to compare

2...7 times less memory consumption compared to version 2.0 .

SymSpell v2.0

24 Mar 08:23
Compare
Choose a tag to compare

While the basic idea of the Symmetric Delete spelling correction algorithm remains unchanged the implementation has been significantly improved to unleash the full potential of the algorithm.

This results in a 10 times faster spelling correction and 5 times faster dictionary generation and a less memory consuming dictionary compared to version 1.6 .

Compared to Peter Norvig's algorithm it is now 1,000,000 times faster for edit distance=3 and 10,000 times faster for edit distance=2.

SymSpell v1.6

25 Mar 13:20
Compare
Choose a tag to compare

stable release