Google Spell check URI not working

喜你入骨 提交于 2019-11-29 15:21:02

问题


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


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/17780020/google-spell-check-uri-not-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!