Commit Graph

8 Commits

Author SHA1 Message Date
cclauss
1fa9eb3c2b Modernize Python 2 code to get ready for Python 3 2018-03-21 21:41:35 +01:00
crista
5b5c40ef42 Merge pull request #14 from davidfstr/things-in-java
things: Port to Java.
2014-01-07 13:59:25 -08:00
David Foster
d28cc63b4b things: Refactor DataStorageManager to be more idiomatic. 2014-01-05 20:57:57 -08:00
David Foster
331b841a5c things: Port to Java. 2014-01-05 20:57:30 -08:00
David Foster
737aa9ef0d things: Refactor.
Specifically:
* Remove dead assignments to _data and _stop_words.
* Convert _word_freqs from class field to instance field to avoid side effects.
* Remove no-op call ''.join(self._data) because self._data is guaranteed to be a string.
2014-01-05 20:54:14 -08:00
Crista Lopes
015b716915 Simplified things a bit 2013-12-02 12:23:26 -08:00
crista
95389e864c Update README.md 2013-09-27 20:11:34 -07:00
Crista Lopes
08539ca0e0 Changed numbers all over, so that the progression is more natural 2013-09-27 09:05:36 -07:00