AI命名实体识别
<h1>功能</h1>
<p>调用K-RTP机器人文字处理系统接口,进行命名实体识别。</p>
<h1><strong>输入</strong></h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>链接</td>
<td>【字符串】请求URL(内网/外网)</td>
<td>按实际情况选择</td>
</tr>
<tr>
<td>Json内容</td>
<td>【字符串】请求的Json内容,格式参考注意/说明项</td>
<td>填入Json内容</td>
</tr>
</tbody>
</table>
<h1><strong>输出</strong></h1>
<table>
<thead>
<tr>
<th>名称</th>
<th>说明</th>
<th>示例</th>
</tr>
</thead>
<tbody>
<tr>
<td>内容</td>
<td>【字符串】响应内容</td>
<td>{填入变量名称}</td>
</tr>
<tr>
<td>结果</td>
<td>【字符串列表】响应内容</td>
<td>{填入变量名称}</td>
</tr>
</tbody>
</table>
<h1><strong>注意/说明</strong></h1>
<p>1、内网请求URL:<a href="http://192.168.2.18:8001/predict/ner">http://192.168.2.18:8001/predict/ner</a>
2、外网请求URL:<a href="http://14.29.70.194:52961/predict/ner">http://14.29.70.194:52961/predict/ner</a>
3、请求的Json格式为:{“text”:[“xxxxxxxx”,”xxxxxxxxxx”]}
例子如下:{
"text": [
"中共中央致中国致公党十一大的贺词各位代表、各位同志:在中国致公党第十一次全国代表大会隆重召开之际,中国●●●中央委员会谨向大会表示热烈的祝贺,向致公党的同志们致以亲切的问候!",
"在过去的五年中,致公党在●●●理论指引下,遵循社会主义初级阶段的基本路线,努力实践致公党十大提出的发挥参政党职能、加强自身建设的基本任务。"
]
}
注意:传入的字符数小于512
4、每个函数的属性配置,请参考‘AI身份证识别’函数中的“属性”栏配置。</p>
<h1>相关函数</h1>
<p>无</p>
<h1><strong>示例/演示</strong></h1>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/edfc87ef8eaa21a50bc3fb7e4ce531ac" alt="" /></p>
<h1>示例附件</h1>
<p><a href="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/e3113b90937c78556f6678ed390b5326" title="[组件[AI命名实体识别]_20210204.db">组件[AI命名实体识别]_20210204.db</a></p>