mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Fix typo
This commit is contained in:
parent
94df115a81
commit
b776f48e58
|
@ -262,7 +262,7 @@ cdef class Vocab:
|
||||||
Words can be looked up by string or int ID.
|
Words can be looked up by string or int ID.
|
||||||
|
|
||||||
RETURNS:
|
RETURNS:
|
||||||
A word vector. Size and shape determed by the
|
A word vector. Size and shape determined by the
|
||||||
vocab.vectors instance. Usually, a numpy ndarray
|
vocab.vectors instance. Usually, a numpy ndarray
|
||||||
of shape (300,) and dtype float32.
|
of shape (300,) and dtype float32.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user