Subject: | empty string cause crash |
If an empty string is passed in to String::Cluster::Hobohm, it dies with
a divide-by-zero error. The line it errors out on is the last line of
_similarity().
A workaround is to prepend a space to every string before passing them in.