From 717741b6cfc244dc1db07781bc333da9c35c52fa Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 30 Sep 2016 20:01:36 +0200 Subject: [PATCH] Changes to Lexeme for new string store scheme --- spacy/lexeme.pyx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spacy/lexeme.pyx b/spacy/lexeme.pyx index 459c9c199..b7dc701c2 100644 --- a/spacy/lexeme.pyx +++ b/spacy/lexeme.pyx @@ -1,4 +1,7 @@ # cython: embedsignature=True +# cython: infer_types=True + +from __future__ import unicode_literals from cpython.ref cimport Py_INCREF from cymem.cymem cimport Pool from murmurhash.mrmr cimport hash64