【发布时间】:2020-07-12 14:38:58
【问题描述】:
我喜欢 spaCy。但是,我想要像 CoreNLP 的 OpenIE 这样的功能,其中我得到了开箱即用的主语、动词和谓词。我有哪些选择?我应该同时使用这两个框架吗?
【问题讨论】:
标签: tuples rdf spacy information-extraction
我喜欢 spaCy。但是,我想要像 CoreNLP 的 OpenIE 这样的功能,其中我得到了开箱即用的主语、动词和谓词。我有哪些选择?我应该同时使用这两个框架吗?
【问题讨论】:
标签: tuples rdf spacy information-extraction
试试 AllenNLP 的预训练 OpenIE 模型:https://demo.allennlp.org/open-information-extraction。 (注:AllenNLP 使用 spaCy)
【讨论】: