I am using aspell in my application for spell checking. I don't have any idea about how to add words in aspell. Is it any way to add words
To add words you feed in a list. If the word has a asterisk at the front it is added to the current dictionary. If there is a single line with a hash then the newly added words are saved to the users personal dictionary and then can be used through out the system.
echo "*WORD\n#" | aspell -a
There are multiple things you can do in relation to adding words to your dictionary and you can read about them here.
To add a new word newword, do:
echo -e "*newword\n#" | aspell -a
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With