mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +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.'''
|
||||
from __future__ import unicode_literals
|
||||
import pytest
|
||||
from thinc.neural.optimizers import Adam
|
||||
from thinc.neural.ops import NumpyOps
|
||||
|
|
Loading…
Reference in New Issue
Block a user