Fix typo Span -> Token on Token API page

Change Span.vector_norm to Token.vector_norm.
This commit is contained in:
Kristofer Berggren 2017-12-17 20:32:19 +08:00 committed by GitHub
parent 4befd8bd44
commit 1cb8c997fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")