mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-01 03:33:12 +03:00
Make entity_vector_length available in Python.
This commit is contained in:
parent
aa2b5122b6
commit
1480009715
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user