Does anybody have any ideas of a good way to implement Hunspell in Silverlight? I see some 3rd party TextBox controls available for purchase, however I'm just looking to utilize Hunspell in the backend.
| ||||
|
feedback
|
|
Design a WCF Ria Services that a list of misspelled words and their suggestions. Then it is a matter of figuring out how to highlight the mispelled words.
You probably can use the .NET bindings, e.g. http://nhunspell.sourceforge.net/ or you can wrap hunspell yourself. | |||||||
feedback
|