haikufinder
haikufinder copied to clipboard
Check for word in custom.dict before splitting/throwing exception
See here: http://github.com/jdf/haikufinder/blob/master/haikufinder/init.py#L146
Shouldn't the script check if the word is in custom dictionary before splitting, and maybe do the same with numbers such as 100?
Yes; good catch.
Nice, I made a few edits for a thing I made including this change if you want me to make a pull req?
Yes, by all means.