mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-15 10:42:34 +03:00
added utf8 encoding flag
This commit is contained in:
parent
a741bed7a7
commit
082a0a2232
|
@ -1,4 +1,5 @@
|
||||||
# coding: utf8
|
# coding: utf8
|
||||||
|
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from ...symbols import POS, PUNCT, SYM, ADJ, CCONJ, NUM, DET, ADV, ADP, X, VERB
|
from ...symbols import POS, PUNCT, SYM, ADJ, CCONJ, NUM, DET, ADV, ADP, X, VERB
|
||||||
|
|
Loading…
Reference in New Issue
Block a user