langtest.pipelines.utils.metrics.compute_ner_metrics#

compute_ner_metrics(label_list: List[str]) Callable#

Compute various metrics for token classification tasks

Parameters:

label_list (List[str]) – list of available classes

Returns:

function doing the actual computation

Return type:

Callable