Skip to content

Commit

Permalink
Add unicode literals to top of embedding.py
Browse files Browse the repository at this point in the history
  • Loading branch information
imani committed Nov 29, 2022
1 parent 2fab4cf commit cd59c1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hazm/embedding.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# coding: utf-8


from __future__ import unicode_literals
from hazm import word_tokenize
from gensim.models import KeyedVectors, Doc2Vec, fasttext
from gensim.scripts.glove2word2vec import glove2word2vec
Expand Down

0 comments on commit cd59c1e

Please sign in to comment.