我正在尝试运行命令d = enchant.Dict('en_US'),但收到错误消息"enchant.errors.DictNotFoundError: Dictionary for language 'en_US' could not be found"
我已经运行了命令sudo yum install aspell -en,并尝试设置参数路径"enchant.set_param("enchant.aspell.dictionary.path","/usr/lib64/aspell-0.60")",但没有成功。
有什么建议吗?
发布于 2015-03-19 02:04:04
我必须先运行yum install aspell-en enchant-aspell,然后才能让它工作。请注意,"aspell-en“中没有空格。
附魔-法术包括“与法术的整合”,允许附魔和法术相互对话。希望这能有所帮助。
https://stackoverflow.com/questions/22996224
复制相似问题