gpt4 book ai didi

linux - 如何在 aspell 字典中使用 Unicode?

转载 作者:太空狗 更新时间:2023-10-29 11:42:12 26 4
gpt4 key购买 nike

我正在尝试使用 aspell 检查文本中的拼写。我有一个带有异常(exception)的自定义词典。它们都是 ASCII,但有一个词是 Unicode (foo.en.pws):

personal_ws-1.1 en 554
Foo
bar
Bárbara

然后,我运行:

cat x.txt | aspell -a --encoding=utf-8 -p ./foo.en.pws

我得到:

Error: ./foo.en.pws: The word "Bárbara" is invalid. 
The character '�' (U+A1) may not appear in the middle of a word.

我该怎么办?

最佳答案

我找到了一个方法,多亏了这个文档page .字典的第一行末尾必须有 utf-8:

personal_ws-1.1 en 554 utf-8
Foo
bar
Bárbara

关于linux - 如何在 aspell 字典中使用 Unicode?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39606346/

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