wordfreq/wordfreq
Rob Speer c7c8078883 A different plan for the top-level word_frequency function.
When, before, I was importing wordfreq.query at the top level, this
created a dependency loop when installing wordfreq.

The new top-level __init__.py provides just a `word_frequency` function,
which imports the real function as needed and calls it. This should
avoid the dependency loop, at the cost of making
`wordfreq.word_frequency` slightly less efficient than
`wordfreq.query.word_frequency`.


Former-commit-id: 44ccf40742
2014-02-24 18:03:31 -05:00
..
__init__.py A different plan for the top-level word_frequency function. 2014-02-24 18:03:31 -05:00
build.py Clear wordlists before inserting them; yell at Python 2 2013-11-01 19:29:37 -04:00
config.py version 0.4: minor code changes, debugged database 2014-02-24 16:29:06 -05:00
query.py Sometimes you need some random words. 2014-01-06 15:51:10 -05:00
schema.py Initial version. 2013-10-28 19:26:44 -04:00
transfer.py Revert "code review and pep8 fixes" 2013-11-01 17:33:39 -04:00
util.py add util.py, which provides standardize_word 2013-10-30 18:14:43 -04:00