Named entity recognition tools: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
Named entity recognition (NER) 或稱[https://zh.wikipedia.org/wiki/%E5%91%BD%E5%90%8D%E5%AE%9E%E4%BD%93%E8%AF%86%E5%88%AB 命名實體識別]、專有名詞識別
Named entity recognition (NER) 或稱[https://zh.wikipedia.org/wiki/%E5%91%BD%E5%90%8D%E5%AE%9E%E4%BD%93%E8%AF%86%E5%88%AB 命名實體識別]、實體識別、專有名詞辨識


== CKIP Neural Chinese Word Segmentation, POS Tagging, and NER ==
== CKIP Neural Chinese Word Segmentation, POS Tagging, and NER ==

Revision as of 00:41, 12 September 2019

Named entity recognition (NER) 或稱命名實體識別、實體識別、專有名詞辨識

CKIP Neural Chinese Word Segmentation, POS Tagging, and NER

ckiplab/ckiptagger: CKIP Neural Chinese Word Segmentation, POS Tagging, and NER

Class name in EnglishClass name in Traditional Chinese
person人名
norp團體
facility設施
organization組織
gpe地理
location地點
product商品
event事件
work of art藝術品
law法律
language語言
date日期
time時間
percent比例
money
quantity數量
ordinal序數
cardinal數詞

Stanford CoreNLP

Stanford CoreNLP – Natural language software | Stanford CoreNLP

  • license: GNU General Public License v3 Good.gif
  • language support:
  • classes of entity: "For English, by default, this annotator recognizes named (PERSON, LOCATION, ORGANIZATION, MISC), numerical (MONEY, NUMBER, ORDINAL, PERCENT), and temporal (DATE, TIME, DURATION, SET) entities (12 classes). [2]"

spaCy

spaCy · Industrial-strength Natural Language Processing in Python

  • license: MIT License Good.gif
  • language support:
  • classes of entity: "PERSON, NORP, FAC, ORG, GPE, LOC, PRODUCT, EVENT, WORK_OF_ART, LAW, LANGUAGE, DATE, TIME, PERCENT, MONEY, QUANTITY, ORDINAL and CARDINAL [3]"

Google Cloud Natural Language

Cloud Natural Language  |  Cloud Natural Language API  |  Google Cloud

Amazon Comprehend

Amazon Comprehend – 自然語言處理(NLP) 和機器學習 (ML)

  • license:
  • language support:
  • classes of entity: "COMMERCIAL_ITEM, DATE, EVENT, LOCATION, ORGANIZATION, OTHER, PERSON, QUANTITY and TITLE"[4]

IBM Watson

Watson Natural Language Understanding

  • license:
  • language support:
  • classes of entity: "Date, Duration, EmailAddress, Facility, GeographicFeature, Hashtag, IPAddress, JobTitle, Location and more ..."[5]

卓騰語言科技中文斷詞

卓騰語言科技中文斷詞 API

  • license:
  • language support: Traditional Chinese
  • classes of entity: "person, location, time, measurement and more ... [6]"

BosonNLP

BosonNLP

  • license:
  • language support: simplified Chinese
  • classes of entity: "time, location, person_name, org_name, company_name, product_name and job_title [7]"
Class name in EnglishClass name in Simplified ChineseClass name in Traditional Chinese
time时间時間
location地点地點
person_name人名人名
org_name组织名組織名
company_name公司名公司名
product_name产品名產品名
job_title职位職位

References