Good alternative for ASpell?
Asked Answered
B

4

10

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.

Bouilli answered 22/9, 2008 at 15:47 Comment(1)
And according to an excellent article at alexwlchan.net/2016/09/please-use-aspell, the --personal flag is broken, which matches my own experience. This precludes sharing a dictionary via a repository.Julieannjulien
W
10

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

Witchcraft answered 22/9, 2008 at 15:48 Comment(1)
It‘s not obvious, but links to the needed dictionaries (for ~/Library/Spelling/ on MacOS) are at, e.g., cgit.freedesktop.org/libreoffice/dictionaries/plain/en/… & cgit.freedesktop.org/libreoffice/dictionaries/plain/en/…Julieannjulien
J
2

Check out Hunspell.

Joejoeann answered 22/9, 2008 at 15:48 Comment(0)
L
0

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.

Laxation answered 22/9, 2008 at 16:9 Comment(0)
L
0

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")

Layby answered 31/8, 2009 at 18:46 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.