Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information