Great to hear @Stephan. I’m a rookie at reading spacy tracebacks, but are you trying to train the parser in addition to the NER component? I see a call to spacy.syntax.nn_parser.Parser.update
. In my demo I disabled all pipes in en_core_web_sm
but ner
with the context manager disable_pipes()
. That might be the reason for the different result.