Question

Is there any good alternative to ASpell? It's nice open source, but haven't been updated for a while. The performance is not too good and I am having trouble creating a custom worklist with non-alpha characters.

Was it helpful?

Solution

Hunspell. It's what Firefox uses for its spellchecker.

OTHER TIPS

Check out Hunspell.

There is also Ispell, might not be faster or better maintained, but it supports international characters. I don't know how it compares to Hunspell.

I switched to aspell for emacs flyspell program, but it kept freezing my pc and I switched back to ispell.

(setq-default ispell-program-name "ispell")

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top