Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 php 和 Pspell 来创建自定义的“你的意思是”功能,我需要严格从单词列表中生成建议。有没有办法关闭我用作基础的默认英语词典的建议。我只需要 pspell 来查看自定义字典,就是这样。
基于此页面:
$dictionary_link = pspell_new_personal("/var/dictionaries/custom_spellings","/var/dictionaries/custom_spellings");