Skip to content

Commit

Permalink
Add missing unicode_literals to spacy.util. I think this was messing …
Browse files Browse the repository at this point in the history
…up the tokenizer regex for non-ascii characters in Python 2. Re Issue #596
  • Loading branch information
honnibal committed Nov 2, 2016
1 parent d8db648 commit 9efe568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spacy/util.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import unicode_literals
import os
import io
import json
Expand Down

0 comments on commit 9efe568

Please sign in to comment.