This is a module containing constants used in the WordNet interface for Ruby. They are contained in a module to facilitate their easy inclusion in other namespaces. All constants in this module are also contained in the WordNet namespace itself.
E.g.,
WordNet::Adjective == WordNet::Constants::Adjective
If you do:
include WordNet::Constants
then:
Adjective == WordNet::Adjective
require 'wordnet' include WordNet::Constants lex = WordNet::Lexicon::new origins = lex.lookup_synsets( "shoe", Noun )
Copyright (c) 2003-2008 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)
$Id: constants.rb 90 2008-07-09 23:02:53Z deveiant $
The main namespace for WordNet classes
--- SEC00003
--- ""
--- | Module <a href="WordNet/Constants.html" class="link">WordNet::Constants</a><br /> Class <a href="WordNet/Lexicon.html" class="link">WordNet::Lexicon</a><br /> Class <a href="WordNet/LexiconError.html" class="link">WordNet::LexiconError</a><br /> Class <a href="WordNet/LookupError.html" class="link">WordNet::LookupError</a><br /> Class <a href="WordNet/Synset.html" class="link">WordNet::Synset</a><br /> Class <a href="WordNet/SynsetError.html" class="link">WordNet::SynsetError</a><br />
---
---
- name: SvnRev
desc: |+
Revision tag
value: "%q$Rev: 90 $"
- name: SvnId
desc: |+
Id tag
value: "%q$Id: wordnet.rb 90 2008-07-09 23:02:53Z deveiant $"
- name: VERSION
desc: |+
Release version
value: "'0.0.5'"
Generated with the Darkfish Rdoc Generator.