mirror of https://github.com/explosion/spaCy.git
Add missing unicode_literals to spacy.util. I think this was messing up the tokenizer regex for non-ascii characters in Python 2. Re Issue #596
This commit is contained in:
parent
d8db648ebf
commit
9efe568177
|
@ -1,3 +1,4 @@
|
|||
from __future__ import unicode_literals
|
||||
import os
|
||||
import io
|
||||
import json
|
||||
|
|
Loading…
Reference in New Issue