From acb927b79c660f10a28c411ff475f3b3445130ca Mon Sep 17 00:00:00 2001 From: kadarakos Date: Fri, 3 Mar 2023 15:54:23 +0100 Subject: [PATCH] Update website/docs/api/spancategorizer.mdx Co-authored-by: Adriane Boyd --- website/docs/api/spancategorizer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/spancategorizer.mdx b/website/docs/api/spancategorizer.mdx index 84c5cb3b3..520d9a271 100644 --- a/website/docs/api/spancategorizer.mdx +++ b/website/docs/api/spancategorizer.mdx @@ -97,7 +97,7 @@ architectures and their arguments and hyperparameters. > > ```python > # Construction via add_pipe with default model -> # Replace 'spancat' with 'spancat_exclusive' for exclusive classes +> # Replace 'spancat' with 'spancat_singlelabel' for exclusive classes > spancat = nlp.add_pipe("spancat") > > # Construction via add_pipe with custom model