mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
Fix spelling error #2640
This commit is contained in:
parent
860f5bd91f
commit
2278c9734e
|
@ -405,7 +405,7 @@ p
|
|||
+tag property
|
||||
+tag-model("parse")
|
||||
|
||||
p A sequence of all the token's syntactic descendents.
|
||||
p A sequence of all the token's syntactic descendants.
|
||||
|
||||
+aside-code("Example").
|
||||
doc = nlp(u'Give it back! He pleaded.')
|
||||
|
@ -570,7 +570,7 @@ p The L2 norm of the token's vector representation.
|
|||
+row
|
||||
+cell #[code right_edge]
|
||||
+cell #[code Token]
|
||||
+cell The rightmost token of this token's syntactic descendents.
|
||||
+cell The rightmost token of this token's syntactic descendants.
|
||||
|
||||
+row
|
||||
+cell #[code i]
|
||||
|
|
Loading…
Reference in New Issue
Block a user