C++ SpellChecker Library [closed]

♀尐吖头ヾ 提交于 2019-12-11 02:52:58

问题


Can anybody recommend a good (ideally open source) C++ spell checker library. We are currenly using Talo, which isn't very good, so we are looking to change.

One which includes a grammar checker would also be good.

Thanks


回答1:


I have heard good things about hunspell. I have used and integrated aspell, which has some nice features and some which I did not like.




回答2:


If you've got internet access, you can always use on online service like SpellCheck.net which has a CGI interface that you can query.




回答3:


Following on from Yuval - OpenOffice Lingucomponent



来源:https://stackoverflow.com/questions/862699/c-spellchecker-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!