Named entity recognition tools: Difference between revisions

Jump to navigation Jump to search
Line 62: Line 62:
* language support:
* language support:
* programming language:
* programming language:
* classes of entity: "COMMERCIAL_ITEM, DATE, EVENT, LOCATION, ORGANIZATION, OTHER, PERSON, QUANTITY and TITLE"<ref>[https://docs.aws.amazon.com/comprehend/latest/dg/how-entities.html Detect Entities - Amazon Comprehend]</ref>
* classes of entity: "COMMERCIAL_ITEM, DATE, EVENT, LOCATION, ORGANIZATION, OTHER, PERSON, QUANTITY and TITLE"<ref>[https://docs.aws.amazon.com/comprehend/latest/dg/how-entities.html Detect Entities - Amazon Comprehend]</ref> as the following:
 
<table class="wikitable sortable" style="border:1;">
<tr>
    <th>Type</th>
    <th>Description</th>
    <th>Type 中文</th>
</tr>
  <tr>
    <td>COMMERCIAL_ITEM</td>
    <td>A branded product</td>
    <td>商品</td>
  </tr>
  <tr>
    <td>DATE</span></td>
    <td>A full date (for example, 11/25/2017), day (Tuesday), month (May), or time (8:30 a.m.)</td>
    <td>日期</td>
  </tr>
  <tr>
    <td>EVENT</span></td>
    <td>An event, such as a festival, concert, election, etc.</td>
    <td>事件</td>
  </tr>
  <tr>
    <td>LOCATION</span></td>
    <td>A specific location, such as a country, city, lake, building, etc.</td>
    <td>地點</td>
  </tr>
  <tr>
    <td>ORGANIZATION</span></td>
    <td>Large organizations, such as a government, company, religion, sports team, etc.</td>
    <td>機構</td>
  </tr>
  <tr>
    <td>OTHER</span></td>
    <td>Entities that don't fit into any of the other entity categories</td>
    <td>其他</td>
  </tr>
  <tr>
    <td>PERSON</td>
    <td>Individuals, groups of people, nicknames, fictional characters</td>
    <td>人名</td>
  </tr>
  <tr>
    <td>QUANTITY</span></td>
    <td>A quantified amount, such as currency, percentages, numbers, bytes, etc.</td>
    <td>量詞</td>
  </tr>
  <tr>
    <td>TITLE</span></td>
    <td>An official name given to any creation or creative work, such as movies, books, songs, etc.</td>
    <td>抬頭</td>
  </tr>
</table>


== IBM Watson ==
== IBM Watson ==
Anonymous user

Navigation menu