mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-03 19:33:19 +03:00
Make entity_vector_length writable.
This commit is contained in:
parent
b572e2473a
commit
d6d4c45eef
|
@ -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 readonly int64_t entity_vector_length
|
cdef int64_t entity_vector_length
|
||||||
|
|
Loading…
Reference in New Issue
Block a user