【发布时间】:2016-10-31 14:05:43
【问题描述】:
使用我自己的特定领域本体识别实体并从文本中提取实体的最佳方法是什么?
【问题讨论】:
标签: semantic-web ontology named-entity-recognition
使用我自己的特定领域本体识别实体并从文本中提取实体的最佳方法是什么?
【问题讨论】:
标签: semantic-web ontology named-entity-recognition
您是否研究过 IBM Bluemix 上的任何 IBM Watson 服务?我在我的博客上写了一份所有可用服务的简短摘要;见:Meet the real Watson。我知道 Watson Knowledge Studio 允许您通过可视化 GUI 识别现有文本中的实体和关系。我也知道 AlchemyAPI 服务具有实体识别功能,但我还没有亲自学习如何使用自己的本体对其进行训练(因此,我无法确定是否可能)。
我还注意到其他人在 Quora 上的自然语言处理问题下提供了一些有趣的提示和链接:What APIs and libraries can extract dates, times, places, and other logistical information from unstructured text?
【讨论】:
您可以使用 Apache Stanbol 为自定义词汇构建特定领域的实体识别管道:https://stanbol.apache.org/docs/trunk/customvocabulary.html
【讨论】: