cfinke / Typo.js

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

`typo.suggest` may take more than 25 seconds and block the browser #83

Open x4d3 opened 7 months ago

x4d3 commented 7 months ago

Using a french dictionary, calling typo.suggest("Anticonstiutni2onlleemnt") takes more than 25 seconds and block the browser

Issue is demonstrated here

https://github.com/x4d3/typo-js-issues/tree/main https://x4d3.github.io/typo-js-issues/

Dictionary used

https://github.com/x4d3/typo-js-issues/blob/main/fr_FR.aff https://github.com/x4d3/typo-js-issues/blob/main/fr_FR.dic