Make entity_vector_length available in Python.

This commit is contained in:
Raphael Mitsch 2022-11-16 16:07:39 +01:00
parent d6d4c45eef
commit aa2b5122b6

View File

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