Using C # NHunspell, how to check the spelling of a word, and if not the correct spelling?
I imported NHunspell.dll into the project. And looked at the documentation .
But, being a little new in the documentation for reading, it’s hard to figure out where to start. Can someone give an example of how to check the spelling of a word? Basically, I need Helloworld for NHunspell.
source
share