Make entity_vector_length available in Python.

This commit is contained in:
Raphael Mitsch 2022-11-16 16:16:20 +01:00
parent aa2b5122b6
commit 1480009715

View File

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