This commit is contained in:
Raphael Mitsch 2024-02-01 12:40:41 +01:00
parent c174ebf880
commit d778da3c04

View File

@ -5,6 +5,7 @@ from libc.stdint cimport int64_t
from ..vocab cimport Vocab
cdef class KnowledgeBase:
cdef Pool mem
cdef readonly Vocab vocab