标签: nlp nltk spacy ner
我正在尝试导入EntityRuler以添加自己的实体。
import spacy from spacy.pipeline import EntityRuler
我得到
ImportError: cannot import name 'EntityRuler'
我该如何解决?