mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
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: profile=True
|
||||
from libcpp.vector cimport vector
|
||||
|
|
Loading…
Reference in New Issue
Block a user