mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-29 05:13:42 +03:00
Make entity_vector_length available in Python.
This commit is contained in:
parent
d6d4c45eef
commit
aa2b5122b6
|
@ -7,4 +7,4 @@ from ..vocab cimport Vocab
|
||||||
cdef class KnowledgeBase:
|
cdef class KnowledgeBase:
|
||||||
cdef Pool mem
|
cdef Pool mem
|
||||||
cdef readonly Vocab vocab
|
cdef readonly Vocab vocab
|
||||||
cdef int64_t entity_vector_length
|
cpdef int64_t entity_vector_length
|
||||||
|
|
Loading…
Reference in New Issue
Block a user