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
== 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.