From 14ae4a52c09521c095b0027753f4ebc80075f742 Mon Sep 17 00:00:00 2001 From: Lj Miranda Date: Tue, 29 Nov 2022 11:11:26 +0800 Subject: [PATCH] Clarify docstring for Exclusive_SpanCategorizer --- spacy/pipeline/spancat_exclusive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/pipeline/spancat_exclusive.py b/spacy/pipeline/spancat_exclusive.py index 29f902072..5c9953718 100644 --- a/spacy/pipeline/spancat_exclusive.py +++ b/spacy/pipeline/spancat_exclusive.py @@ -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 """