Typo.js
Typo.js copied to clipboard
`typo.suggest` may take more than 25 seconds and block the browser
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
Same for italian
I use https://github.com/kwonoj/hunspell-asm and Web Worker for enhanced performance. It's extremely fast.