jdf / haikufinder

Python module to locate haikus in unstructured English text
http://mrfeinberg.com/haikufinder/
Other
115 stars 31 forks source link

Closing out several small problems #6

Open stucka opened 8 years ago

stucka commented 8 years ago

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.

jdf commented 8 years ago

Thank you! I've made several comments in context.