mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-18 16:56:07 +03:00
Fix cdef declaration for cython 3
This commit is contained in:
parent
6d386bf707
commit
305ffd5560
|
|
@ -11,7 +11,7 @@ from .doc cimport Doc
|
|||
from ..errors import Errors
|
||||
|
||||
|
||||
cdef int MISSING_DEP = 0
|
||||
cdef const int MISSING_DEP = 0
|
||||
|
||||
cdef class Token:
|
||||
cdef readonly Vocab vocab
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user