abitdodgy / words_counted

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

Make downcasing optional #18

Open abitdodgy opened 9 years ago

abitdodgy commented 9 years ago

As it stands all strings are converted to lowercase once they are passed into the analyser. We should make this optional.