--
You received this message because you are subscribed to a topic in the Google Groups "fastText library" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/fasttext-library/r1TgMibHQus/unsubscribe.
To unsubscribe from this group and all its topics, send an email to fasttext-library+unsubscribe@googlegroups.com.
To post to this group, send email to fasttext-library@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fasttext-library/909b4808-2b0b-42c5-9288-fcfedc6e4a95%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
import fastText
vectors = fastText.load_model('wiki.en.bin')
words, freq = vectors.get_words(include_freq=True)