Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft Knowledge API - Searching for a sentence in the database

I'm trying to integrate the new Microsoft Knowledge API to my app. I need to search in the database to find results similar to a google/bing search.

So far I've made this request - and its working well:

https://westus.api.cognitive.microsoft.com/academic/v1.0/evaluate?expr=And(W=%27bandwidth%27)&attributes=Id,Ti,Y,D,CC,E&subscription-key=MY-API-KEY

According to the documentation W argument is searching only in the title and the abstract, I need to search at the whole paper.

How can i query a sentence from the database?

like image 313
Montoya Avatar asked Oct 17 '22 12:10

Montoya


1 Answers

I work on Academic Knowledge API!

The major role of Academic Knowledge API is to enable semantic search over knowledge graph. For keyword search experience, we are leveraging the full power of Bing Custom Search, a separate service in Microsoft Cognitive Services. You can see how the two APIs can be combined at our Microsoft Academic website using the query like "how to jump higher playing basketball"

We're considering offering Bing Custom Search + Academic Graph as an additional outlet to our Academic Knowledge API!

like image 159
Alvin Chen Avatar answered Oct 20 '22 22:10

Alvin Chen