lexicon.rb

Path: lib/wordnet/lexicon.rb  (CVS)
Last Update: Mon Apr 02 16:49:40 -0700 2007

WordNet Lexicon object class

Synopsis

  lexicon = WordNet::Lexicon.new( dictpath )

Description

Instances of this class abstract access to the various databases of the WordNet lexicon. It can be used to look up and search for WordNet::Synsets.

Author

Michael Granger <ged@FaerieMUD.org>

Copyright (c) 2002, 2003, 2005 The FaerieMUD Consortium. All rights reserved.

This module is free software. You may use, modify, and/or redistribute this software under the terms of the Perl Artistic License. (See language.perl.com/misc/Artistic.html)

Much of this code was inspired by/ported from the Lingua::Wordnet Perl module by Dan Brian.

Version

$Id: lexicon.rb 79 2007-02-20 19:07:32Z deveiant $

Required files

rbconfig   bdb   sync   wordnet/constants   wordnet/synset  

[Validate]