Skip to content

Commit cd59c1e

Browse files
committed
Add unicode literals to top of embedding.py
1 parent 2fab4cf commit cd59c1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hazm/embedding.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# coding: utf-8
2+
3+
4+
from __future__ import unicode_literals
15
from hazm import word_tokenize
26
from gensim.models import KeyedVectors, Doc2Vec, fasttext
37
from gensim.scripts.glove2word2vec import glove2word2vec

0 commit comments

Comments
 (0)