Infer types in transition_system.pyx

This commit is contained in:
Matthew Honnibal 2016-10-27 18:08:13 +02:00
parent 18590eba94
commit 708ea22208

View File

@ -1,3 +1,4 @@
# cython: infer_types=True
from cymem.cymem cimport Pool
from thinc.typedefs cimport weight_t
from collections import defaultdict