TIM*_*MEX 8 python api spell-checking google-api
我一直在互联网上搜索,但没有找到确切的API.
我想在我自己的网站上使用他们的"你的意思"功能.
Pygoogle有一个API呼叫
http://pygoogle.sourceforge.net/dist/doc/public/google-module.html#doSpellingSuggestion
>>> import google
>>> google.LICENSE_KEY = '...'
>>> google.doSpellingSuggestion('pithon')
'python'
Run Code Online (Sandbox Code Playgroud)
小智 6
doSpellingSuggestion我相信是api电话.有一个很好的例子在这里
更新
正如人们所说,链接已被破坏.这是Wayback Machine的归档副本.