在具有范围值的研究名称字段上使用CalcHistogram不会返回结果

时间:2018-07-02 18:40:43

标签: microsoft-cognitive

我正在尝试按2014-2018年的示例主题(例如“人工智能”)获取出版物数量。

我研究了文档中的示例,该示例为作者的出版物生成CalcHistogram数据,并且工作正常。但是,当我尝试使用主题搜索时,出现以下错误:

{'aborted': True,
 'expr': "And(Composite(F.FN=='artificial intelligence'),Y>2013)",
 'histograms': []}

参数如下:

params = urllib.parse.urlencode({
    # Request parameters
    "expr":"And(Composite(F.FN=='artificial intelligence'),Y>2013)",
    'model': 'latest',
    'attributes': 'Y,F.FN',
    'count': '5',
    'offset': '0',
})

任何建议表示赞赏!

0 个答案:

没有答案