Wordnet 1.0.0 Released

wordnet version 1.0.0 has been released!

This library is a Ruby interface to
WordNet®[http://wordnet.princeton.edu/].
WordNet® is an online lexical reference system whose design is inspired
by current psycholinguistic theories of human lexical memory. English
nouns, verbs, adjectives and adverbs are organized into synonym sets,
each
representing one underlying lexical concept. Different relations link
the synonym sets.

This library uses WordNet-SQL[http://wnsql.sourceforge.net/], which is a
conversion of the lexicon flatfiles into a relational database format.
You
can either install the ‘wordnet-defaultdb’ gem, which packages up the
SQLite3 version of WordNet-SQL, or install your own and point the
lexicon
at it by passing
{Sequel connection
parameters}[http://sequel.rubyforge.org/rdoc/files/doc/opening_databases_rdoc.html]
to the constructor.

Changes:

== v1.0.0 [2012-08-22] Michael G. [email protected]

Converted to use Sequel and wnsql.