简体   繁体   English

雅虎api search.termextract始终返回空结果

[英]yahoo api search.termextract always return empty result

I get empty results for any request I do to the API service to obtain related terms (table search.termextract). 我对API服务执行的任何请求以获取相关条款(表search.termextract)都得到空结果。

For example the query: 例如查询:

select * from search.termextract where context = 'Install system an example with internet word other' 从search.termextract中选择*,其中context ='使用其他互联网词安装系统示例'

I tested using console http://developer.yahoo.com/yql/console/ and direct request as follow: 我使用控制台http://developer.yahoo.com/yql/console/进行了测试,并直接请求如下:

http://query.yahooapis.com/v1/public/yql?format=json&q=select%20 *%20from%20search.termextract%20where%20context='Install+system+an+example+with+internet+word+other' http://query.yahooapis.com/v1/public/yql?format=json&q=select%20 *%20from%20search.termextract%20where%20context ='Install + system + an + example + with + internet + word +其他'

(Sorry: The link should be copy/paste in address bar) (对不起:链接应该在地址栏中复制/粘贴)

But I always get empty result. 但是我总是得到空洞的结果。

What I'm missing? 我想念的是什么? Maybe there is some limitation? 也许有一些限制? Maybe the content should fulfil some requirement? 内容是否应该满足某些要求?

For archive purpose, even I get empty result (and not a notification/error), the search.termextract seems to be deprecated now, and should be used http://developer.yahoo.com/contentanalysis/ 出于存档目的,即使我得到的结果为空(而不是通知/错误),search.termextract现在似乎已被弃用,应该使用http://developer.yahoo.com/contentanalysis/

For example: 例如:

select * from contentanalysis.analyze where text="Install system an example with internet word other" 从contentanalysis.analyze中选择*,其中text =“使用互联网词其他安装系统示例”

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM