Re: Spellchecker
Hugh Brown <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
If you're willing to roll your own, Peter Norvig, [1] Director of Research at Google, has a good article on spelling correctors and provides an example in 20-ish lines of python. [2] Hugh [1] http://en.wikipedia.org/wiki/Peter_Norvig [2] http://www.norvig.com/spell-correct.html -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]] On Behalf Of Greg Robinson Sent: Monday, May 07, 2007 11:42 AM To: [email protected] Subject: [DOTNET-WINFORMS] Spellchecker There are certain fields in our app, .NET 2.0 Windows application, where users type the text into WORD, spell check it with WORD and then copy the text into our application. Is there 3rd party software we can purchase for this or perhaps a web service we can call into? Thanks, Greg Robinson