我用紧身剂来自动纠正单词。
import enchant
myDic = enchant.Dict('en_EN')
print myDict.check('foo')Problem:我从附魔处得到以下错误消息,尽管它不会崩溃
** (process:24563): CRITICAL **: enchant_is_title_case: assertion `word && *word' failed
** (process:24563): CRITICAL **: enchant_is_all_caps: assertion `word && *word' failed发布于 2013-12-19 08:41:48
https://stackoverflow.com/questions/20676916
复制相似问题