Skip to content

Conversation

aymericdamien
Copy link
Owner

No description provided.

@aymericdamien aymericdamien merged commit 12ed38e into master Jul 27, 2018
@adelsalehali1982
Copy link

In word2vec example in basic models:
line from 54-57 should be replaced by these:
with zipfile.ZipFile(data_path) as f: text_words = f.read(f.namelist()[0]) text_words=str(text_words, encoding='ascii') text_words=text_words .lower().split()
do the encoding issue for python 3.6 and every xrange should be replaced by range as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants