标签: gnu spell-checking aspell ispell
当我用aspell(使用英国词典)检查我的文本时,接受“ froward ”这个词(因为它是real English word)。但是我从不使用它,所以在我的文本中,“ froward ”总是拼错“前进”。因此,我希望aspell拒绝“ froward ”。
aspell
如何从Aspell的标准字典中删除单词?有没有办法创建单词的“黑名单”?无法在.aspell.en.pws中标记它,因为个人字典只包含“白名单”。
.aspell.en.pws
答案 0 :(得分:1)
你不能。
Aspell不支持。
如果需要的话,可以在official repo上提交问题或请求撤消请求。