mirror of https://github.com/explosion/spaCy.git
Declare encoding and unicode literals
This commit is contained in:
parent
a280ff2657
commit
9413bcd9ee
|
@ -1,3 +1,6 @@
|
|||
# encoding: utf8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
EMOTICONS = set("""
|
||||
|
||||
:)
|
||||
|
|
Loading…
Reference in New Issue