mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
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
Block a user