Thanks for the suggestion to use custom search api ... but I wonder
how it would work with person names.
I guess I'll come back and report about that :)
Thanks.
On Apr 25, 8:44 pm, omr <
omr99...@yahoo.com> wrote:
> JSON/Atom Custom Search API<
https://developers.google.com/custom-search/v1/overview>results data can include a "
> spelling" object with "*correctedQuery*" and "htmlCorrectedQuery"
> properties. You can observe this as follows:
>
> Create a Custom Search Engine (CSE):
>
>
http://www.google.com/cse/
>
> Configure the CSE to search the web:
>
>
http://support.google.com/customsearch/bin/answer.py?hl=en&answer=121...
> Submit this (*misspelled*) query via the API:
>
> surfboreds
>
> The API will return results for the *uncorrected *query, but the "spelling"
> object will provide "*correctedQuery*" and "htmlCorrectedQuery" properties:
>
> "spelling": {
> "*correctedQuery*": "*surfboards*",
> "htmlCorrectedQuery": "\u003cb\u003e\u003ci\u003e*surfboards*
> \u003c/i\u003e\u003c/b\u003e"
> }
>
> See related documentation:
>
> Use your browser's text search function to find all occurrences of "*
> correctedQuery*" in the "Response" section of this page from API