我正在尝试运行命令d = enchant.Dict('en_US')
,但收到错误消息"enchant.errors.DictNotFoundError: Dictionary for language 'en_US' could not be found"
我运行命令sudo yum install aspell -en
并尝试设置param路径"enchant.set_param("enchant.aspell.dictionary.path","/usr/lib64/aspell-0.60")"
无济于事。
有什么建议吗?
答案 0 :(得分:5)
在我开始工作之前,我必须运行yum install aspell-en enchant-aspell
。请注意,“aspell-en”中没有空格。
enchant-aspell包括“与aspell for libenchant集成”,允许附魔和aspell互相交谈。希望这有帮助。