diff --git a/spacy/pipeline/spancat.py b/spacy/pipeline/spancat.py index a0addca2d..d8c187c0a 100644 --- a/spacy/pipeline/spancat.py +++ b/spacy/pipeline/spancat.py @@ -322,6 +322,7 @@ class SpanCategorizer(TrainablePipe): can produce multiple labels per span (multi-label). In the multi-label case the classification layer is expected to be Logistic and Softmax in the multi-class case. + vocab (Vocab): The shared vocabulary. model (thinc.api.Model): The Thinc Model powering the pipeline component. suggester (Callable[[Iterable[Doc], Optional[Ops]], Ragged]): A function that suggests spans.