Evaluate methods from Project Academic Knowledge API

25 Views Asked by At

I'm using the Evaluate methods from Project Academic Knowledge.

If I search for Composite(F.FN=='natural language processing') it doesn't return the total number of publications for this query.

This is the query I used but I have to specify the count:

r = requests.get(f"https://api.labs.cognitive.microsoft.com/academic/v1.0/evaluate?subscription-key={key}&expr={exp}&model=latest&count={count}&offset=0&attributes=Id,DN,S,DOI")

Is there a way to do it differently so I can fetch the exact number of publications per query?

0

There are 0 best solutions below