简体   繁体   English

谷歌允许企业使用“你是不是意味着”的功能作为api?我想用它,但我没有得到任何东西

[英]Does google allow businesses to use “Did you Mean” feature as an api?? I would like to use it but I am not getting anything

I want to use Google API for Did you mean feature. 我想使用Google API,你的意思是功能吗? So basically I want to write a piece of code, which sends a word to Google search and either Google finds the exact hits or gives a "DID YOU MEAN" reply which i would use. 所以基本上我想写一段代码,它向Google搜索发送一个单词,谷歌找到确切的点击或给出一个“我有意思”的回复,我将使用。

Is it made available? 它可用吗? Tried finding it but couldn't find. 试图找到但却找不到。

So I invested some time and this what I've found 所以我投入了一些时间,这就是我发现的

1/ You should have your custom search engine 1 /您应该拥有自定义搜索引擎

https://cse.google.com https://cse.google.com

2/ Configure it to search all webs 2 /配置它以搜索所有网站

https://support.google.com/customsearch/answer/2631040?hl=en https://support.google.com/customsearch/answer/2631040?hl=en

3/ Make query to that engine following the document 3 /在文档后面查询该引擎

https://developers.google.com/custom-search/json-api/v1/using_rest https://developers.google.com/custom-search/json-api/v1/using_rest

Spelling / Did you mean repairs if possible can be found in "spelling" section. 拼写/你的意思是修复如果可能的话可以在“拼写”部分找到。 (Irrelevant sections removed) . (删除了不相关的部分)。 Fox ex: I searched for "devart" here Fox ex:我在这里搜索“devart”

 { "kind": "customsearch#search", "url": { }, "queries": { "request": [ ] }, "context": { }, "searchInformation": { }, "spelling": { "correctedQuery": "deviantart", "htmlCorrectedQuery": "<b><i>deviantart</i></b>" }, "items": [ ] } 

I had the same question and its downvoted also while they are allowing these questions on the site. 当他们在网站上允许这些问题时,我也有同样的问题及其投票。 You may want to read about the auto-complete apis here 您可能想在此处阅读有关自动完成api的信息

https://stackoverflow.com/questions/40061449/google-auto-correct-api https://stackoverflow.com/questions/40061449/google-auto-correct-api

Google Search autocomplete API? Google搜索自动填充API?

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 谷歌是否允许其他人使用他们的“你是不是真的”API? - Does Google allow other people to use their “Did you mean” API? 为什么Google Knowledge Graph API无法返回我所知道的拥有Google Knowledge Panel的业务? - Why does the Google Knowledge Graph API not return businesses that I know have a Google Knowledge Panel? Google traslate API请求示例是否意味着您 - Google traslate API request sample for did you mean 我使用Google Place Api,但是在附近的搜索地点(如银行和餐厅&..)使用时,这不起作用? - i use Google place Api but when use near search place like bank & restaurant & .. this not work? 为什么我没有从Google Drive API收到任何通知? - Why am I not getting any notifications from the Google Drive API? 我必须使用什么标题才能使用 GOOGLE API - WHAT HEADERS MUST I USE TO USE GOOGLE API 我如何使用 Python Google API 而无需每次都通过浏览器获取新的授权码? - How can I use Python Google API without getting a fresh auth code via browser each time? Google 是否提供可用于获取手机位置的 API? - Does Google offer an API that I can use to get the location of my phone? 尝试从Electron应用程序调用Google Drive Api时,为什么会收到“超出未验证使用的每日限制”错误? - Why I am receiving 'Daily Limit for Unauthenticated Use Exceeded' error when trying to call Google Drive Api from my Electron app? 我可以在商业项目中使用Google Weather API吗? - Can I use the Google Weather API in a commercial project?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM