Last, fixes two simple problems with the sample script. Unicode patch attempt by @jdf was still causing errors on occasion; my solution worked on the troublesome file.
Also, sample script should have a .py extension on it. Other than the one line changed above, the new findhaikus.py is identical to the old findhaikus.
Finally, patches setup.py to account for new findhaikus.py filename.
Closes out https://github.com/jdf/haikufinder/issues/4 -- Documentation doesn't say how to actually get NLTK working, or how to actually install this.
Fixes a typo in the readme, also suggests the github repo as a download site.
Fixes simple problem in https://github.com/jdf/haikufinder/issues/3 -- white spaces in init.py caused Python 3.5 to barf on installation.
Last, fixes two simple problems with the sample script. Unicode patch attempt by @jdf was still causing errors on occasion; my solution worked on the troublesome file.
Also, sample script should have a .py extension on it. Other than the one line changed above, the new findhaikus.py is identical to the old findhaikus.
Finally, patches setup.py to account for new findhaikus.py filename.