I want to use Google's spelling correction/suggestions in an app I'm doing. I've googled it but all I found was examples for Google's canceled SOAP API and the newly deprecated XML Web Search API.
I just want to be able to send a search query and get back the suggested correction.
Which API can I use now? Could you give an example of its usage? Is there a C# Wrapper around it?
Thanks!
EDIT:
The problem with Bing and Yahoo's spelling API is that they seem to check against a dictionary, so some brand/product names are not recognized, Googles seem to be based on usual spelling mistakes and pages they ended up visiting, so it can suggest spell checking for the most common things, ie:
if you type
"hello word"
it will say
"do you mean hello world?"
even though it is spelled correctly
If you don't have to use Google, the Bing API actually includes Spelling, you can use http://bingsharp.codeplex.com/