mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-21 17:41:59 +03:00
Update website/docs/api/spancategorizer.mdx
Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
This commit is contained in:
parent
2b4c4b3260
commit
58bb92dbfa
|
@ -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 |
|
||||
| -------------------------------------- | -------------------------------------------------------- |
|
||||
|
|
Loading…
Reference in New Issue
Block a user