What is the best spell checking library for C#? [closed]

余生长醉 提交于 2019-11-27 00:03:48

问题


What's the best spell checking library for C# / .net?

(This will be web-based, so the built in spell check for WPF won't work.)


回答1:


I've made a .NET version (wrapper) of the Open Office / Google Chrome ... spell checker Hunspell. It is called NHunspell and can be used with C#/ VB / .... The Open Office hyphenator "Hyphen" is also included. All Open Office dictionaries work. It is free (open source LGPL / MPL licensed).




回答2:


I have used Aspell.net before with some success.




回答3:


I have used NetSpell in the past with success. http://sourceforge.net/projects/netspell/




回答4:


There is a aspell .net wrapper.

http://aspell-net.sourceforge.net/




回答5:


For a custom solution I created a Web Service which then wrapped the WPF libraries. This gives the ability to use the built-in spell checking with ASP.NET applications/web sites by simply calling the Web Service.

An easy to follow and basic idea for the wrapping can be found here:

http://www.quicklearn.com/blogsamples/SpellCheck.aspx




回答6:


For a commercial solution:

I am currently evaluating RapidSpell and it seems be what I need. I will say that their demo install seemed to trash my third-party installs. (Something did, and I noticed it right after installing their demo. But that may have been coincidence.)




回答7:


Telerik's control suite for ASP.NET comes with a spell-checker. You might check them out.

http://demos.telerik.com/aspnet-ajax/Spell/Examples/Overview/DefaultCS.aspx




回答8:


You could embed the WPF spell checker using silverlight. Otherwise you might want to look at commercial products that are already available such as Telerik's ASP.NET AJAX Controls.



来源:https://stackoverflow.com/questions/453611/what-is-the-best-spell-checking-library-for-c

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