abitdodgy / words_counted

A Ruby natural language processor.
http://rubywordcount.com
MIT License
159 stars 29 forks source link

unique_word_count should probably be case insensitive #11

Closed abitdodgy closed 10 years ago

abitdodgy commented 10 years ago

Since Hello and hello are technically the same word. Maybe there should be a case_sensitive option to handle this and other cases where case sensitivity has an impact.