我正在使用php和拼写来创建一个自定义的“你的意思是”功能,我需要严格地从我的单词列表生成建议。有没有办法关闭我作为基础使用的默认英语词典中的建议?我只需要在自定义字典中查找拼写,仅此而已。
发布于 2013-05-23 20:52:57
基于此page
$dictionary_link = pspell_new_personal("/var/dictionaries/custom_spellings","/var/dictionaries/custom_spellings");https://stackoverflow.com/questions/16714362
复制相似问题