# File lib/classifier/lsi/content_node.rb, line 18 def initialize( word_hash, *categories ) @categories = categories || [] @word_hash = word_hash end