Skip to content
Discussion options

You must be logged in to vote

Thanks for the context. I'm afraid we only have two options here (1) retrain all the embedding-using components you want to have in your pipeline (tagger, dependency parser NER) using your converted Gensim embeddings or (2) use two pipelines.

While i can see this is doable with two pipelines, it seems overly complicated.

I can see that it's annoying having to use two pipelines, but I don't think it'll be complicated to implement or use (less so than option (1) for sure). You'd load your tagger/parser pipeline and your NER pipeline and process your docs as nlp_tagger_parser(nlp_ner(text)).

Replies: 7 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rmitsch
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rmitsch
Comment options

Comment options

You must be logged in to vote
1 reply
@rmitsch
Comment options

Comment options

You must be logged in to vote
1 reply
@rmitsch
Comment options

Comment options

You must be logged in to vote
3 replies
@rmitsch
Comment options

Answer selected by Gitclop
@Gitclop
Comment options

@rmitsch
Comment options

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