mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 18:56:36 +03:00
Fix version introducing Span.ents (closes #4045) [ci skip]
This commit is contained in:
parent
89c92c65fb
commit
fcd2f7f656
|
@ -258,7 +258,7 @@ Retokenize the document, such that the span is merged into a single token.
|
||||||
| `**attributes` | - | Attributes to assign to the merged token. By default, attributes are inherited from the syntactic root token of the span. |
|
| `**attributes` | - | Attributes to assign to the merged token. By default, attributes are inherited from the syntactic root token of the span. |
|
||||||
| **RETURNS** | `Token` | The newly merged token. |
|
| **RETURNS** | `Token` | The newly merged token. |
|
||||||
|
|
||||||
## Span.ents {#ents tag="property" new="2.0.12" model="ner"}
|
## Span.ents {#ents tag="property" new="2.0.13" model="ner"}
|
||||||
|
|
||||||
The named entities in the span. Returns a tuple of named entity `Span` objects,
|
The named entities in the span. Returns a tuple of named entity `Span` objects,
|
||||||
if the entity recognizer has been applied.
|
if the entity recognizer has been applied.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user