Discussion:
[Aspell-user] Permanent replacement pairs
Felipe Lema
2013-11-15 19:21:43 UTC
Permalink
Hi everyone

I know I can store a replacement pair with aspell_speller_store_repl(),
but (as far as I know) this is stored in the memory of the running program.

Does aspell come with a way to store "preferred replacements"
permanently in files?

Thanks in advance.

Felipe Lema

PS=I use the aspell C API but I understand that both C and command-line
funcionalities are exactly the same.
Kevin Atkinson
2013-11-15 20:20:35 UTC
Permalink
Hi,
I know I can store a replacement pair with aspell_speller_store_repl(), but
(as far as I know) this is stored in the memory of the running program.
Does aspell come with a way to store "preferred replacements" permanently in
files?
I think spell_speller_save_all_word_lists() does this, but check to make sure.

Regards,
Kevin

Loading...