chrisjmccormick / inspect_word2vec

Python code for checking out Google's pre-trained, 3M word Word2Vec model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I get the frequency of these 3MB words?

whoisleilei opened this issue · comments

If I want to know the frequency of each word, I have to take a count from the Google News corpus? Anyway else? Do you know where can we get the results?
Thank you.