问题
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