$ apropos spell
aspell (1) - interactive spell checker
aspell-autobuildhash (8) - Autobuilding aspell hash files for some dicts
aspell-import (1) - import old personal dictionaries into GNU Aspell
enchant (1) - a spellchecker
enchant-lsmod (1) - Show information about available spell-checking module...
默认情况下,Ubuntu 显然带有两个拼写检查程序:
enchant
也是 - 兼容的拼写检查器,并在ISO manifestispell
中列出,因此默认安装。尽管默认情况下没有安装,但 Vim 的完整版本也支持拼写检查,并且在更复杂的文件中做得更好(例如,仅对 HTML 中的文本进行拼写检查)。
我需要的程序是
aspell
. 运行起来非常简单:它将根据区域设置自动检查文件是否存在拼写错误。有关它的更多信息可以在手册页中找到。
希望这对某人有帮助!