mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-19 01:05:56 +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
|
from ..errors import Errors
|
||||||
|
|
||||||
|
|
||||||
cdef int MISSING_DEP = 0
|
cdef const int MISSING_DEP = 0
|
||||||
|
|
||||||
cdef class Token:
|
cdef class Token:
|
||||||
cdef readonly Vocab vocab
|
cdef readonly Vocab vocab
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user