Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Spell check URI not working

http://www.google.com/tbproxy/spell?lang=en can any one help me finding google spell check API Url

like image 372
Bharat Reddy Avatar asked Dec 12 '22 13:12

Bharat Reddy


2 Answers

From searching around it appears the Google spell service is no longer available. It was never officially supported so I guess it just went away.

I've just replaced my implementation with After the Deadline. This is a pretty impressive project, has a very nice jQuery plugin (much nicer UI for textareas than jquery-spellchecker which is what I had previously) as well as a simple REST service.

http://www.afterthedeadline.com/download.slp?platform=jQuery

like image 182
mike nelson Avatar answered Dec 27 '22 03:12

mike nelson


Check this link and replace test with your suggested word - www.google.com/complete/search?output=toolbar&q=test

like image 41
Dave Avatar answered Dec 27 '22 04:12

Dave