Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.)

like image 899
steve Avatar asked Jan 17 '09 17:01

steve


People also ask

How do I get a spell check on my computer?

Here's how. Click File > Options > Proofing, clear the Check spelling as you type box, and click OK. To turn spell check back on, repeat the process and select the Check spelling as you type box. To check spelling manually, click Review > Spelling & Grammar.

Is enhanced spell check good?

The enhanced spell checker uses the cloud-based spell checker that is used in Google search to help correct typos in searches. This option can be more effective at identifying misspelled words as it has far more data to work with.

Are spell checkers reliable?

An ordinary spell checker will find few or no errors in the above sentence. This is because spell checkers can only detect if words are spelled correctly, not if they are used correctly. That being said, a spell checker is a handy tool and, therefore, should not be completely abandoned.

Does Windows have a spell check?

Press the “Start” button, then click the settings cog in the bottom left corner, above the power button. Windows autocorrect can be enabled/disabled via the “Autocorrect misspelled words” heading, under “Spelling”. There you can also find “Highlight misspelled words”, which is the Windows 10 spell checker option.


1 Answers

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).

like image 116
Thomas Maierhofer Avatar answered Sep 23 '22 17:09

Thomas Maierhofer