From 2ac166eacd80c2b0054cb1a6c8adbd0b09176e69 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 13 Mar 2017 11:24:36 +0100 Subject: [PATCH] Add cython compilation flags to gold.pyx --- spacy/gold.pyx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spacy/gold.pyx b/spacy/gold.pyx index 1e9a0194f..806ab9857 100644 --- a/spacy/gold.pyx +++ b/spacy/gold.pyx @@ -1,3 +1,5 @@ +# cython: profile=True +# cython: infer_types=True from __future__ import unicode_literals, print_function import numpy