按学题搜索Microsoft Academic API
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了按学题搜索Microsoft Academic API相关的知识,希望对你有一定的参考价值。
我正在尝试使用Microsoft Academic Search API按标题查找文章。事实上,我有一系列的测试题目,例如,“用于轮椅导航增强的情绪检测”,一篇文章I know appears precisely once,它没有出现在API结果中。
这是URL调用:
https://api.projectoxford.ai/academic/v1.0/evaluate?expr=Ti='Emotion detection for wheelchair navigation enhancement'&model=latest&count=1&offset=0&attributes=Ti,Y,AA.AfN,C.CN,J.JN,E
以下是关联的HTTP请求:
GET https://api.projectoxford.ai/academic/v1.0/evaluate?expr=Ti='Emotion detection for wheelchair navigation enhancement'&model=latest&count=1&offset=0&attributes=Ti,Y,AA.AfN,C.CN,J.JN,E HTTP/1.1
Host: api.projectoxford.ai
Ocp-Apim-Subscription-Key: ••••••••••••••••••••••••••••••••
这些是我得到的结果:
apim-request-id: 1e0501f9-6398-4bd1-8a3d-36bff155bdd2
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Date: Fri, 18 Nov 2016 16:58:15 GMT
X-Powered-By: ASP.NET
Content-Length: 90
Content-Type: application/json
{
"expr": "Ti='Emotion detection for wheelchair navigation enhancement'",
"entities": []
}
答案
尝试在'Ti'末尾添加三个点,即
Ti='Emotion detection for wheelchair navigation enhancement'...
有关格式化的更多信息,请访问https://docs.microsoft.com/en-us/azure/cognitive-services/academic-knowledge/queryexpressionsyntax
另一答案
我复制了你的搜索,并使查询字符串小写为我做了伎俩,所以这工作:
https://westus.api.cognitive.microsoft.com/academic/v1.0/evaluate?expr=Ti='emotion detection for wheelchair navigation enhancement'&model=latest&count=10&offset=0&attributes=Id
我在文档中找不到任何解释此行为的引用,如果您这样做,请随时发表评论。
另一答案
使用Ti参数,您应将所有文本放在小写中并删除所有特殊字符。
您应该使用E.DN参数(扩展元数据属性),它是“显示纸张的名称”以获得纸张的全名(带有大写和特殊字符)。
以上是关于按学题搜索Microsoft Academic API的主要内容,如果未能解决你的问题,请参考以下文章
Microsoft Academic Graph 机器融合和构建
VOSviewer对Microsoft Academic数据的可视化
Lecture5 Writing Academic Articles
Lecture1 Features of Academic Writing