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