无法从spacy.pipeline导入EntityRuler

时间:2019-12-11 20:39:40

标签: nlp nltk spacy ner

我正在尝试导入EntityRuler以添加自己的实体。

import spacy
from spacy.pipeline import EntityRuler

我得到

  

ImportError: cannot import name 'EntityRuler'

我该如何解决?

0 个答案:

没有答案