Skip to content

Instantly share code, notes, and snippets.

@khuangaf
Created February 4, 2018 13:17
Show Gist options
  • Save khuangaf/cc16590eb2fc34a1a0b50b9b1acfd9f5 to your computer and use it in GitHub Desktop.
Save khuangaf/cc16590eb2fc34a1a0b50b9b1acfd9f5 to your computer and use it in GitHub Desktop.
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