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

dev(E)iate

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

On Sat Sep 6 04:27:38 2008, [email protected] wrote:

dev(E)iate
$ 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.

Looks very useful, a couple of hours ago I was wondering about
something like this.