草庐IT

doSpellingSuggestion

全部标签

python - Google 是否允许其他人使用他们的 "Did you mean"API?

我一直在整个Internet上搜索,但没有找到那个确切的API。我想将他们的DidYoumean功能用于我自己的网站。 最佳答案 Pygoogle有一个API调用http://pygoogle.sourceforge.net/dist/doc/public/google-module.html#doSpellingSuggestion>>>importgoogle>>>google.LICENSE_KEY='...'>>>google.doSpellingSuggestion('pithon')'python'