# File lib/classifier/extensions/word_hash.rb, line 19 def word_hash word_hash_for_words(gsub(/[^\w\s]/,"").split + gsub(/[\w]/," ").split) end