mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +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. |
|
||||
| **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,
|
||||
if the entity recognizer has been applied.
|
||||
|
|
Loading…
Reference in New Issue
Block a user