gpt4 book ai didi

Hunspell - 无法打开名为 en_US 的字典的词缀或字典文件

转载 作者:行者123 更新时间:2023-12-03 10:59:13 26 4
gpt4 key购买 nike

我想使用 hunspell 对我的 repo 进行拼写检查。但是,当我尝试运行它时,出现以下错误:

Can't open affix or dictionary files for dictionary named "en_US".

我怎样才能解决这个问题?我在 Mac 上。

谢谢,凯文

最佳答案

执行 hunspell -D .你应该得到这样的输出:

.::/usr/share/hunspell:/usr/share/myspell:
/usr/share/myspell/dicts:/Library/Spelling:

AVAILABLE DICTIONARIES (path is not mandatory for -d option):
/Library/Spelling/en_GB
LOADED DICTIONARY:
/Library/Spelling/en_GB.aff
/Library/Spelling/en_GB.dic
这列出了 hunspell 所在的目录正在搜索字典文件,以及已找到的字典。如字典 en_US未列出,您尚未安装该特定词典。
要安装字典,请在 LibreOffice extension repository 中搜索它.下载它然后解压 .aff.dic文件到 hunspell -D 列出的位置之一.例如:
# First download dict-en.oxt
unzip dict-en.oxt -d dict-en
cp dict-en/en_GB.aff dict-en/en_GB.dic ~/Library/Spelling/
rm -r dict-en

关于Hunspell - 无法打开名为 en_US 的字典的词缀或字典文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8931580/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com