Fix string-to-unicode problem

This commit is contained in:
Matthew Honnibal 2017-10-09 00:59:49 +02:00
parent 02c2af7119
commit 81a64119db

View File

@ -1,4 +1,5 @@
'''Test that the parser respects preset sentence boundaries.'''
from __future__ import unicode_literals
import pytest
from thinc.neural.optimizers import Adam
from thinc.neural.ops import NumpyOps