API文档示例

API文档示例


根据会议类型获取热词

<h5>简要描述</h5> <ul> <li>根据会议类型获取热词</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.xx/getTopkeywordsByType</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户名</td> </tr> </tbody> </table> <p>请求示例:{&quot;type&quot;:&quot;ECCV&quot;}</p> <h5>返回示例</h5> <pre><code>JSONArray 对象 [ { "publishyear": "2020", "id": 31, "keyword": "deep learning", "type": "ECCV", "frequency": 21 }, { "publishyear": "2020", "id": 32, "keyword": "object detection", "type": "ECCV", "frequency": 21 }, { "publishyear": "2020", "id": 33, "keyword": "domain adaptation", "type": "ECCV", "frequency": 14 }, { "publishyear": "2020", "id": 34, "keyword": "semantic segmentation", "type": "ECCV", "frequency": 12 }, { "publishyear": "2020", "id": 35, "keyword": "instance segmentation", "type": "ECCV", "frequency": 11 }, { "publishyear": "2020", "id": 36, "keyword": "self-supervised learning", "type": "ECCV", "frequency": 11 }, { "publishyear": "2020", "id": 37, "keyword": "attention", "type": "ECCV", "frequency": 10 }, { "publishyear": "2020", "id": 38, "keyword": "convolutional neural networks", "type": "ECCV", "frequency": 10 }, { "publishyear": "2020", "id": 39, "keyword": "semi-supervised learning", "type": "ECCV", "frequency": 10 }, { "publishyear": "2020", "id": 40, "keyword": "transfer learning", "type": "ECCV", "frequency": 10 }, { "publishyear": "2018", "id": 41, "keyword": "deep learning", "type": "ECCV", "frequency": 39 }, { "publishyear": "2018", "id": 42, "keyword": "semantic segmentation", "type": "ECCV", "frequency": 17 }, { "publishyear": "2018", "id": 43, "keyword": "convolutional neural networks", "type": "ECCV", "frequency": 13 }, { "publishyear": "2018", "id": 44, "keyword": "convolutional neural network", "type": "ECCV", "frequency": 12 }, { "publishyear": "2018", "id": 45, "keyword": "object detection", "type": "ECCV", "frequency": 12 }, { "publishyear": "2018", "id": 46, "keyword": "domain adaptation", "type": "ECCV", "frequency": 11 }, { "publishyear": "2018", "id": 47, "keyword": "unsupervised learning", "type": "ECCV", "frequency": 10 }, { "publishyear": "2018", "id": 48, "keyword": "attention", "type": "ECCV", "frequency": 8 }, { "publishyear": "2018", "id": 49, "keyword": "computer vision", "type": "ECCV", "frequency": 8 }, { "publishyear": "2018", "id": 50, "keyword": "neural networks", "type": "ECCV", "frequency": 8 }, { "publishyear": "2016", "id": 51, "keyword": "deep learning", "type": "ECCV", "frequency": 15 }, { "publishyear": "2016", "id": 52, "keyword": "convolutional neural network", "type": "ECCV", "frequency": 12 }, { "publishyear": "2016", "id": 53, "keyword": "convolutional layer", "type": "ECCV", "frequency": 5 }, { "publishyear": "2016", "id": 54, "keyword": "deep neural network", "type": "ECCV", "frequency": 4 }, { "publishyear": "2016", "id": 55, "keyword": "object detection", "type": "ECCV", "frequency": 4 }, { "publishyear": "2016", "id": 56, "keyword": "attributes", "type": "ECCV", "frequency": 3 }, { "publishyear": "2016", "id": 57, "keyword": "cnn", "type": "ECCV", "frequency": 3 }, { "publishyear": "2016", "id": 58, "keyword": "context", "type": "ECCV", "frequency": 3 }, { "publishyear": "2016", "id": 59, "keyword": "convolutional neural networks", "type": "ECCV", "frequency": 3 }, { "publishyear": "2016", "id": 60, "keyword": "object recognition", "type": "ECCV", "frequency": 3 } ]</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">publishyear</td> <td style="text-align: left;">String</td> <td>论文发表的年份</td> </tr> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">int</td> <td>关键词的id</td> </tr> <tr> <td style="text-align: left;">keyword</td> <td style="text-align: left;">String</td> <td>关键词</td> </tr> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">String</td> <td>类型</td> </tr> <tr> <td style="text-align: left;">frequency</td> <td style="text-align: left;">int</td> <td>频度(出现次数)</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>当 请求为 {&quot;type&quot;:&quot;all&quot;} 返回所有统计</li> </ul> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML