mirror of https://github.com/explosion/spaCy.git
Infer types in transition_system.pyx
This commit is contained in:
parent
18590eba94
commit
708ea22208
|
@ -1,3 +1,4 @@
|
||||||
|
# cython: infer_types=True
|
||||||
from cymem.cymem cimport Pool
|
from cymem.cymem cimport Pool
|
||||||
from thinc.typedefs cimport weight_t
|
from thinc.typedefs cimport weight_t
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
|
|
Loading…
Reference in New Issue