Skip to content
Discussion options

You must be logged in to vote

My training and test datasets were annotated for NER, so they contain only the sentences with the entities. However, I would like to know if there is a way for me to use different components of the training pipeline (e.g., tagger, morphologizer, trainable_lemmatizer, and others) for my evaluation.

Sorry, I don't understand what you want to do here. In evaluation the training pipeline is run as usual and compared to gold data (there is no "evaluation pipeline"). Also if you are evaluating performance on NER data and change the tagger, for example, that also won't affect your evaluation at all, since only NER scores matter.

Do you want to make a pipeline for making predictions that includ…

Replies: 1 comment 5 replies

Comment options

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

@polm
Comment options

@vmatter
Comment options

@polm
Comment options

@vmatter
Comment options

Answer selected by vmatter
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