Skip to content

Google books word frequencies for words in the CMU Pronunciation Dictionary

License

Notifications You must be signed in to change notification settings

chintan39/cmu_tf_idf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMUDict + Google Books Unigrams

Google provides fantastic data on the frequency of words and ngrams in all the books it has scanned, in many cases going back centuries. The only drawback is that these files are enormous. The unigrams alone are 11GB, not including numbers and punctuation.

There are also many, many words that aren't actually words or of much interest. So I thought I'd parse the unigrams down to only those that show up in the CMU Pronunciation Dictionary. It's not a complete list of English words by any stretch, but it's remarkably complete.

The result is cmu_google.csv, a 4MB file of term frequency and document frequency for 86,972 words, plus the CMU pronunciation. Please let me know at wilson@mechanicalscribe.com if you find it of any use!

Sources

Google Books Ngrams Creative Commons Attribution 3.0 Unported License.

CMU Pronunciation Dictionary via the Node module cmudict. "An open-source machine-readable pronunciation dictionary."

License

MIT

About

Google books word frequencies for words in the CMU Pronunciation Dictionary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%