mirror of https://github.com/explosion/spaCy.git
Set unicode_literals in matcher
This commit is contained in:
parent
12264f9296
commit
5fa44e93f1
|
@ -1,3 +1,4 @@
|
||||||
|
from __future__ import unicode_literals
|
||||||
# cython: infer_types=True
|
# cython: infer_types=True
|
||||||
# cython: profile=True
|
# cython: profile=True
|
||||||
from libcpp.vector cimport vector
|
from libcpp.vector cimport vector
|
||||||
|
|
Loading…
Reference in New Issue