diff --git a/spacy/pipeline/spancat.py b/spacy/pipeline/spancat.py index 189c5ae41..a0addca2d 100644 --- a/spacy/pipeline/spancat.py +++ b/spacy/pipeline/spancat.py @@ -306,8 +306,6 @@ class SpanCategorizer(TrainablePipe): vocab: Vocab, model: Model[Tuple[List[Doc], Ragged], Floats2d], suggester: Suggester, - # TODO Not sure what's the best default name when it can both be spancat - # and spancat_singlelabel name: str = "spancat", *, add_negative_label: bool = False,