mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 09:21:37 +00:00
Access a database of word frequencies, in various natural languages.
b6b3a6f5f6
- 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:
|
||
---|---|---|
tests | ||
wordfreq | ||
wordfreq_data | ||
.gitignore | ||
README.txt | ||
setup.py |
Tools for working with word frequencies from various corpora. Author: Robyn Speer