mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-05 12:23:06 +03:00
isort.
This commit is contained in:
parent
c174ebf880
commit
d778da3c04
|
@ -5,6 +5,7 @@ from libc.stdint cimport int64_t
|
||||||
|
|
||||||
from ..vocab cimport Vocab
|
from ..vocab cimport Vocab
|
||||||
|
|
||||||
|
|
||||||
cdef class KnowledgeBase:
|
cdef class KnowledgeBase:
|
||||||
cdef Pool mem
|
cdef Pool mem
|
||||||
cdef readonly Vocab vocab
|
cdef readonly Vocab vocab
|
||||||
|
|
Loading…
Reference in New Issue
Block a user