Skip to content
Discussion options

You must be logged in to vote

You only need to create a factory if you're making a new kind of component with different functionality - if you want to use an existing component with NER, you don't need to (and shouldn't) create a factory.

while adding the pipeline before training

Note that unlike v2, in v3 the preferred method for training is to use the config file system, so you won't have code to do this at all.

It might be helpful to look at chapter 4 in the spaCy course, which goes through the process of training an NER model.

One thing I'm confused about is why you were getting an error though. Could you paste the code you wrote and the exact error you got?

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@shrinidhin
Comment options

@polm
Comment options

@shrinidhin
Comment options

@polm
Comment options

@shrinidhin
Comment options

Answer selected by shrinidhin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
training Training and updating models feat / ner Feature: Named Entity Recognizer
2 participants