We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您可以通过简短的 Python 脚本尝试 Whoosh 中的拼写检查器,如下所述:
http://pythonhosted.org/Whoosh/spelling.html
或使用 Pyenchant:
http://pythonhosted.org/pyenchant/tutorial.html
You ca try the spell checker in Whoosh, via a short python script as described here:
http://pythonhosted.org/Whoosh/spelling.html
or use Pyenchant:
http://pythonhosted.org/pyenchant/tutorial.html
您可以使用 Hunspell,OpenOffice、Mozilla Firefox 和 Google Chrome 的拼写检查器。它是一个开源 C++ 库,绑定了 Java、Perl、Python、.NET 和 Ruby。
You could use Hunspell, the spell checker of OpenOffice, Mozilla Firefox and Google Chrome. It is an open source C++ library with bindings for Java, Perl, Python, .NET and Ruby.