mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-28 02:04:07 +03:00
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("""
|
EMOTICONS = set("""
|
||||||
|
|
||||||
:)
|
:)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user