Subversion Info

Rev
90
Last Checked In
2008-07-09 23:02:53 (8 weeks ago)
Checked in by
deveiant

Included Modules

WordNet

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

Synopsis

  require 'wordnet'
  include WordNet::Constants

  lex = WordNet::Lexicon::new
  origins = lex.lookup_synsets( "shoe", Noun )

Authors

Copyright

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)

Version

 $Id: constants.rb 90 2008-07-09 23:02:53Z deveiant $

  The main namespace for WordNet classes

Constants

SvnRev
Revision tag
SvnId
Id tag
VERSION
Release version

secsequence

--- SEC00003

seccomment

--- ""

classlist

--- |
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 />

sectitle

--- 

constants

--- 
- 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'"

[Validate]

Generated with the Darkfish Rdoc Generator.