cfinke / Typo.js

A client-side JavaScript spellchecker that uses Hunspell-style dictionaries.
Other
501 stars 110 forks source link

Revert "50% speed increase for suggest call" #51

Closed cfinke closed 7 years ago

cfinke commented 7 years ago

Reverts cfinke/Typo.js#41

Quality of suggest() results was negatively affected. For example, suggest( 'speling' ) returned ["seeking", "spieling", "pelting"], which does not seem as helpful as the old [ "spelling", "spieling", "spewing" ].