Spell-checker online demonstrates
how NLP for .NET can be used for text-proofing.
Web user interface.
In the main field enter the text to process.
Spell-checker will show misspelled words if any.
How it works.
It looks up the words in the built-in dictionary and shows unknown lexeme.
Hints
Unknown lexeme with Title or UPPER capitalization is resolved by default as noun + proper.
For example in the following sentence the word Snark
will be recognized as noun because it has Title capitalization, although it is
not in the dictionary:
He has certainly found a Snark.
If the word is found in the dictionary, capitalization doesn't play any role.
For developers
Spell-checking requires 6 lines of code: How to check spelling with NLP for .NET