From 58bb92dbfaa1240baed2dc364270eefc0bb9dfb3 Mon Sep 17 00:00:00 2001 From: kadarakos Date: Fri, 24 Mar 2023 10:53:58 +0100 Subject: [PATCH] Update website/docs/api/spancategorizer.mdx Co-authored-by: Adriane Boyd --- website/docs/api/spancategorizer.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/api/spancategorizer.mdx b/website/docs/api/spancategorizer.mdx index 21e9fbb7f..91a3ab192 100644 --- a/website/docs/api/spancategorizer.mdx +++ b/website/docs/api/spancategorizer.mdx @@ -31,8 +31,7 @@ Predictions will be saved to `Doc.spans[spans_key]` as a be saved in `SpanGroup.attrs["scores"]`. `spans_key` defaults to `"sc"`, but can be passed as a parameter. -If spans are already stored in the provided `"spans_key"` the `spancat` component will -overwrite the existing ones. +The `spancat` component will overwrite any existing spans under the spans key `doc.spans[spans_key]`. | Location | Value | | -------------------------------------- | -------------------------------------------------------- |