Access a database of word frequencies, in various natural languages.
Go to file
Robyn Speer b6b3a6f5f6 version 0.4: minor code changes, debugged database
- The database is built under Python 3.3.2, so it should correctly
  implement Python 3's Unicode tricks, including special handling
  of Greek lowercase letters. (Version 0.3 was supposed to do this
  as well, but apparently, it didn't.)
- `word_frequency` and `iter_wordlist` can be imported from the
  top level.
- The new function `random_words` supplies a string made from
  random words that are sufficiently high in rank order.


Former-commit-id: 3702a7c8d0
2014-02-24 16:29:06 -05:00
tests Remove the tests for metanl_word_frequency too. Doh. 2013-11-11 13:21:25 -05:00
wordfreq version 0.4: minor code changes, debugged database 2014-02-24 16:29:06 -05:00
wordfreq_data try to match the wordlist metanl actually uses 2013-10-31 15:13:22 -04:00
.gitignore Add wordfreq_data files. 2013-10-31 13:39:02 -04:00
README.txt Initial version. 2013-10-28 19:26:44 -04:00
setup.py Don't download the DB if the right version is already there 2013-10-31 14:12:04 -04:00

Tools for working with word frequencies from various corpora.

Author: Robyn Speer