Skip to content

Commit 2ad50a5

Browse files
committed
add doc_classif metric to project
1 parent fc31f41 commit 2ad50a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ where = ["."]
282282
"eds.ner_overlap" = "edsnlp.metrics.ner:NerOverlapMetric"
283283
"eds.span_attributes" = "edsnlp.metrics.span_attributes:SpanAttributeMetric"
284284
"eds.dep_parsing" = "edsnlp.metrics.dep_parsing:DependencyParsingMetric"
285+
"eds.doc_classif" = "edsnlp.metrics.doc_classif:DocClassificationMetric"
285286

286287
# Deprecated
287288
"eds.ner_exact_metric" = "edsnlp.metrics.ner:NerExactMetric"

0 commit comments

Comments
 (0)