Make entity_vector_length writable.

This commit is contained in:
Raphael Mitsch 2022-11-16 15:52:34 +01:00
parent b572e2473a
commit d6d4c45eef

View File

@ -7,4 +7,4 @@ from ..vocab cimport Vocab
cdef class KnowledgeBase:
cdef Pool mem
cdef readonly Vocab vocab
cdef readonly int64_t entity_vector_length
cdef int64_t entity_vector_length