mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Fix typo Span -> Token on Token API page
Change Span.vector_norm to Token.vector_norm.
This commit is contained in:
parent
4befd8bd44
commit
1cb8c997fb
|
@ -461,7 +461,7 @@ p A real-valued meaning representation.
|
|||
+cell #[code.u-break numpy.ndarray[ndim=1, dtype='float32']]
|
||||
+cell A 1D numpy array representing the token's semantics.
|
||||
|
||||
+h(2, "vector_norm") Span.vector_norm
|
||||
+h(2, "vector_norm") Token.vector_norm
|
||||
+tag property
|
||||
+tag-model("vectors")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user