From fa8c7f8b28c7d60864a227f92e403e5e5948cbb8 Mon Sep 17 00:00:00 2001 From: Lj Miranda <12949683+ljvmiranda921@users.noreply.github.com> Date: Thu, 12 Jan 2023 21:56:04 +0800 Subject: [PATCH] Update website/docs/api/spancategorizer.md Co-authored-by: Adriane Boyd --- website/docs/api/spancategorizer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/spancategorizer.md b/website/docs/api/spancategorizer.md index 1f14b8d8e..830741aea 100644 --- a/website/docs/api/spancategorizer.md +++ b/website/docs/api/spancategorizer.md @@ -105,7 +105,7 @@ architectures and their arguments and hyperparameters. > > ```python > # Construction via add_pipe with default model -> # Use 'spancat_exclusive' for exclusive classes +> # Replace 'spancat' with 'spancat_exclusive' for exclusive classes > spancat = nlp.add_pipe("spancat") > > # Construction via add_pipe with custom model