From d5b40907054c99b017ad3d596ba1f15598f35827 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 28 Jun 2015 06:19:33 +0200 Subject: [PATCH] * Add profile directive --- spacy/syntax/stateclass.pyx | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/syntax/stateclass.pyx b/spacy/syntax/stateclass.pyx index 65bb89c0b..d193c64c5 100644 --- a/spacy/syntax/stateclass.pyx +++ b/spacy/syntax/stateclass.pyx @@ -1,3 +1,4 @@ +# cython: profile=True from libc.string cimport memcpy, memset from libc.stdint cimport uint32_t from ..vocab cimport EMPTY_LEXEME