Clarify docstring for Exclusive_SpanCategorizer

This commit is contained in:
Lj Miranda 2022-11-29 11:11:26 +08:00
parent bd0562e609
commit 14ae4a52c0

View File

@ -119,7 +119,7 @@ class Ranges:
class Exclusive_SpanCategorizer(SpanCategorizer):
"""Pipeline component to label non-overlapping spans of text.
"""Pipeline component to label spans with exclusive classes.
DOCS: https://spacy.io/api/spancatcategorizer
"""