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 © 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 102 2008-09-23 15:02:51Z deveiant $ Constant-container module
Synset syntactic-category names -> indicators
Syntactic-category indicators -> names
Synset pointer typenames -> indicators
Synset pointer indicator -> typename
Hypernym synset pointer types
Hypernym indicator -> type map
Hyponym synset pointer types
Hyponym indicator -> type map
Meronym synset pointer types
Meronym indicator -> type map
Holonym synset pointer types
Holonym indicator -> type map
Domain synset pointer types
Domain indicator -> type map
Member synset pointer types
Member indicator -> type map
Map of primary types to maps of their subtypes
Record-part delimiter
Record-subpart delimiter
Lexicographer file index — from lexnames(5WN)
Verb sentences (?) — used in building verb frames.
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.