mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Fix unicode problem in nonproj module
This commit is contained in:
parent
da5f0cce36
commit
bc0a202c9c
|
@ -1,3 +1,4 @@
|
|||
from __future__ import unicode_literals
|
||||
from copy import copy
|
||||
|
||||
from ..tokens.doc cimport Doc
|
||||
|
|
Loading…
Reference in New Issue
Block a user