angeloskath / php-nlp-tools

Natural Language Processing Tools in PHP
Do What The F*ck You Want To Public License
749 stars 153 forks source link

Updated HammingDistance.php to allow for tokenized parameters. #31

Closed anubisthejackle closed 10 years ago

anubisthejackle commented 10 years ago

I was testing the different similarity indexes and noticed that HammingDistance would fail if I used Tokenize before hand. I accounted for this, so it now accepts pure strings, or tokenized input.