Named entity recognition tools: Difference between revisions
Jump to navigation
Jump to search
m
no edit summary
mNo edit summary |
|||
| Line 78: | Line 78: | ||
* classes of entity: "person, location, time, measurement and more ... <ref>[https://api.droidtown.co/document/ 卓騰語言科技中文斷詞 API]</ref>" | * classes of entity: "person, location, time, measurement and more ... <ref>[https://api.droidtown.co/document/ 卓騰語言科技中文斷詞 API]</ref>" | ||
== BosonNLP == | == 百度AI开放平台 == | ||
[https://ai.baidu.com/tech/nlp 语言处理基础技术-百度AI开放平台] "专名识别"<ref>[https://ai.baidu.com/docs#/NLP-Basic-API/63eec4cf 词法分析接口]</ref> | |||
* license: | |||
* language support: simplified Chinese | |||
* programming language: multiple | |||
* classes of entity: | |||
<table border="1" class="wikitable sortable"> | |||
<tr><th>Class name in English (缩略词)</th><th>Class name in Simplified Chinese</th><th>Class name in Traditional Chinese</th></tr> | |||
<tr><td>PER</td><td>人名</td><td>人名</td></tr> | |||
<tr><td>LOC</td><td>地名</td><td>地名</td></tr> | |||
<tr><td>ORG</td><td>机构名</td><td>機構名</td></tr> | |||
<tr><td>TIME</td><td>时间</td><td>時間</td></tr> | |||
</table> | |||
== BosonNLP (out of service) == | |||
[https://bosonnlp.com/ BosonNLP] | [https://bosonnlp.com/ BosonNLP] | ||
* license: | * license: | ||
| Line 94: | Line 109: | ||
<tr><td>product_name</td><td>产品名</td><td>產品名</td></tr> | <tr><td>product_name</td><td>产品名</td><td>產品名</td></tr> | ||
<tr><td>job_title</td><td>职位</td><td>職位</td></tr> | <tr><td>job_title</td><td>职位</td><td>職位</td></tr> | ||
</table> | </table> | ||