Ah, whoops, that part is fixed now. But when to add items to the LSI classifier, I get: >> lsi.add_item( "This is a turtle.", :turtle ) => nil >> lsi.add_item( "This is a cuckoo.", :cuckoo ) ArgumentError: wrong number of arguments (1 for 0) from /usr/local/lib/ruby/gems/1.8/gems/classifier-1.3.0/lib/classifier/lsi/content_node.rb:37:in `initialize' ... i.e., I get these "wrong number of arguments" errors as soon as I try to add more than one item. Any idea about this? Logan Capaldo wrote: > On 3/28/07, Ryo Fojiba <fojiba / gmail.com> wrote: >> > Didja try > require 'rubygems' > require 'classifier' > > ? -- Posted via http://www.ruby-forum.com/.