wolfgarbe / SymSpell

SymSpell: 1 million times faster spelling correction & fuzzy search through Symmetric Delete spelling correction algorithm
https://seekstorm.com/blog/1000x-spelling-correction/
MIT License
3.12k stars 284 forks source link

Feature/frequency tables #88

Closed DevLeoko closed 4 years ago

DevLeoko commented 4 years ago

As dictionary quality is paramount for correction quality, I've added these dictionaries with both reliable frequency values and correct vocabulary. This was achieved by intersecting the large Ngram datasets from google Ngram with wordlists generated from hunspell dictionary files.

wolfgarbe commented 4 years ago

Thx