标签: python python-3.x spell-checking
我正在尝试从拼写检查器导入Spellchecker,但是它会带来各种错误。它在拼写检查器中没有显示名为Spellchecker的模块,还提供了一个编译的error:No module named 'Indexer'.
Spellchecker
error:No module named 'Indexer'.
我已经安装了所有必需的库,并且代码正在其他系统上运行。
>from spellchecker import SpellChecker
答案 0 :(得分:1)
您需要安装pyspellchecker而不是拼写检查器