pub fn evaluate_ner_model(
model: &dyn Model,
test_cases: &[(String, Vec<GoldEntity>)],
) -> Result<NEREvaluationResults>Expand description
Evaluate NER model on a dataset.
pub fn evaluate_ner_model(
model: &dyn Model,
test_cases: &[(String, Vec<GoldEntity>)],
) -> Result<NEREvaluationResults>Evaluate NER model on a dataset.