From 708ea22208935b03fe57086e8ba91ef925410145 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 27 Oct 2016 18:08:13 +0200 Subject: [PATCH] Infer types in transition_system.pyx --- spacy/syntax/transition_system.pyx | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/syntax/transition_system.pyx b/spacy/syntax/transition_system.pyx index 9e624bd58..a4bb02753 100644 --- a/spacy/syntax/transition_system.pyx +++ b/spacy/syntax/transition_system.pyx @@ -1,3 +1,4 @@ +# cython: infer_types=True from cymem.cymem cimport Pool from thinc.typedefs cimport weight_t from collections import defaultdict