mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
token.md
: Fix documentation of Token.ancestors
(#10917)
This commit is contained in:
parent
e7d2b26966
commit
c323789721
|
@ -221,7 +221,7 @@ dependency tree.
|
||||||
|
|
||||||
## Token.ancestors {#ancestors tag="property" model="parser"}
|
## Token.ancestors {#ancestors tag="property" model="parser"}
|
||||||
|
|
||||||
The rightmost token of this token's syntactic descendants.
|
A sequence of the token's syntactic ancestors (parents, grandparents, etc).
|
||||||
|
|
||||||
> #### Example
|
> #### Example
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user