This commit is contained in:
ines 2017-10-01 21:58:45 +02:00
parent 94df115a81
commit b776f48e58

View File

@ -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.