Commit Graph

4 Commits

Author SHA1 Message Date
Crista Lopes
ed8c3cabaa Finally rewrote the code for Python3! 2018-12-13 19:57:17 -08:00
cclauss
1fa9eb3c2b Modernize Python 2 code to get ready for Python 3 2018-03-21 21:41:35 +01:00
bmistree
c94acde9bb Take filename argument from program arguments
Previously, I had hard-coded this. This commit also makes it so that
the script can be executed from any current working directory and
(hopefully) makes it platform agnostic by using os.path.join to build
the path to the stop words file.
2016-05-20 22:34:44 -07:00
bmistree
a5e05c411c Add a single-line code golf example 2016-05-20 00:19:51 -07:00