Update spancat_exclusive docstring

This commit is contained in:
Lj Miranda 2022-11-30 15:43:49 +08:00
parent 14bf26d3e6
commit 6a10d56caf

View File

@ -71,7 +71,7 @@ def make_spancat(
) -> "Exclusive_SpanCategorizer":
"""Create a SpanCategorizerExclusive component. The span categorizer consists of two
parts: a suggester function that proposes candidate spans, and a labeler
model that predicts a single label for each span.
model that predicts a maximum of one label for each span.
suggester (Callable[[Iterable[Doc], Optional[Ops]], Ragged]): A function that suggests spans.
Spans are returned as a ragged array with two integer columns, for the