mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 02:36:32 +03:00
Fix string-to-unicode problem
This commit is contained in:
parent
02c2af7119
commit
81a64119db
|
@ -1,4 +1,5 @@
|
||||||
'''Test that the parser respects preset sentence boundaries.'''
|
'''Test that the parser respects preset sentence boundaries.'''
|
||||||
|
from __future__ import unicode_literals
|
||||||
import pytest
|
import pytest
|
||||||
from thinc.neural.optimizers import Adam
|
from thinc.neural.optimizers import Adam
|
||||||
from thinc.neural.ops import NumpyOps
|
from thinc.neural.ops import NumpyOps
|
||||||
|
|
Loading…
Reference in New Issue
Block a user