Created
February 4, 2018 13:17
-
-
Save khuangaf/cc16590eb2fc34a1a0b50b9b1acfd9f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from gensim.models import FastText | |
model_ted = FastText(sentences_ted, size=100, window=5, min_count=5, workers=4,sg=1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment