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:
Matthew Honnibal 2016-11-02 12:31:34 +01:00
parent d8db648ebf
commit 9efe568177
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from __future__ import unicode_literals
import os
import io
import json