From: ged@... Date: 2008-09-06T04:27:38+09:00 Subject: [ANN] wordnet 0.0.5 Version 0.0.5 of Ruby-WordNet has been released. Ruby-Wordnet is a Ruby implementation of the WordNet速 lexical dictionary, an online lexical reference system whose design is inspired by current psycholinguistic theories of human lexical memory. See http://wordnet.princeton.edu/ for details on WordNet速 itself. == Project Page http://deveiate.org/projects/Ruby-WordNet == Installation Via gems: $ sudo gem install wordnet or from source: $ wget http://deveiate.org/code/wordnet-0.0.5.tar.gz $ tar -xzvf wordnet-0.0.5.tar.gz $ cd wordnet-0.0.5 $ sudo rake install == Changes Updated to use a Rake-based build system, made conversion utility more flexible, converted tests to RSpec.