问了半天gpt,被他搞晕了(
swysgh@debiandesktop:~$ ls .local/share/fcitx5/pinyin/
customphrase dictionaries user.dict user.history
swysgh@debiandesktop:~$ ls .local/share/fcitx5/pinyin/dictionaries/
CustomPinyinDictionary_Fcitx.dict
这是我目前fcitx的词典目录,词典解码出来是 可能吧 ke'neng'ba 0 的格式,customphrase 里是 键,顺序="第 1 行\n第 2 行\n...\n第 n 行" 的格式,这两种格式可以混用吗?还是前一种只能用在词典里转换成dict混用,后者只能在txt格式里用
确认了,fcitx5的词典格式必须是dict,不能是txt,格式是
可能吧 ke'neng'ba 0,需要使用libime_pinyindict dict.txt dict.dict转换,/home/swysgh/.local/share/fcitx5/pinyin/customphrase里是文本文件形式,格式是键,顺序="第 1 行\n第 2 行\n...\n第 n 行"