# File lib/classifier/bayes.rb, line 121 def add_category(category) @categories[category.prepare_category_name] = Hash.new end