mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-06 06:03:11 +03:00
Update spancategorizer headers
This commit is contained in:
parent
bf2f0173d2
commit
75ec9f37f0
|
@ -23,12 +23,7 @@ the entities as a multi-class problem.
|
|||
Predicted spans will be saved in a [`SpanGroup`](/api/spangroup) on the doc.
|
||||
Individual span scores can be found in `spangroup.attrs["scores"]`.
|
||||
|
||||
<<<<<<< HEAD:website/docs/api/spancategorizer.md
|
||||
|
||||
## Assigned Attributes {#assigned-attributes}
|
||||
=======
|
||||
## Assigned Attributes {id="assigned-attributes"}
|
||||
>>>>>>> master:website/docs/api/spancategorizer.mdx
|
||||
|
||||
Predictions will be saved to `Doc.spans[spans_key]` as a
|
||||
[`SpanGroup`](/api/spangroup). The scores for the spans in the `SpanGroup` will
|
||||
|
@ -99,15 +94,7 @@ architectures and their arguments and hyperparameters.
|
|||
%%GITHUB_SPACY/spacy/pipeline/spancat.py
|
||||
```
|
||||
|
||||
<<<<<<< HEAD:website/docs/api/spancategorizer.md
|
||||
```python
|
||||
%%GITHUB_SPACY/spacy/pipeline/spancat_exclusive.py
|
||||
```
|
||||
|
||||
## SpanCategorizer.\_\_init\_\_ {#init tag="method"}
|
||||
=======
|
||||
## SpanCategorizer.\_\_init\_\_ {id="init",tag="method"}
|
||||
>>>>>>> master:website/docs/api/spancategorizer.mdx
|
||||
|
||||
> #### Example
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue
Block a user