Closed klapvogn closed 4 months ago
Hi, unfortunately Aspell does not support numbers as part of a word.
By creating a custom charset, you can force Aspell to accept all digits as part of a word but then all numbers will be flagged as misspelling. It is not something I would recommend.
That's sad :-( thats how it's build :) thanks for the reply
Note that if you are using Aspell 0.60.8 or newer you can also set the config option validate-words
to false to allow the word into the personal dictionary. For example aspell --dont-validate-words -a
. However once this word is in your personal dictionary you will need to always have this option set. Also, note that you will only be able to check the word "rj45" if the application is using the C API. If it is using the pipe interface the "45" part will not be recognized as part of the word and Aspell will instead check for "rj".
Thanks. It's kinda no big deal. I only use aspell together with Weechat. As i'm Danish not every english words I know how to spell. So it's handy in Weechat
You can see here how it works: https://github.com/GNUAspell/aspell/assets/2506366/4fd65f9f-2668-41b9-826f-258135b79f50
Hi,
I have an error when I try to do :
echo -e "*rj45\n#" | aspell -a
I get:
Is there something I can do to make it work?