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