Set unicode_literals in matcher

This commit is contained in:
Matthew Honnibal 2018-02-23 16:48:54 +01:00
parent 12264f9296
commit 5fa44e93f1
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from __future__ import unicode_literals
# cython: infer_types=True
# cython: profile=True
from libcpp.vector cimport vector