WordNet::Constants

Constant-container module

Constants

SYNTACTIC_CATEGORIES
Synset syntactic-category names -> indicators
SYNTACTIC_SYMBOLS
Syntactic-category indicators -> names
POINTER_TYPES
Synset pointer typenames -> indicators
POINTER_SYMBOLS
Synset pointer indicator -> typename
HYPERNYM_TYPES
Hypernym synset pointer types
HYPERNYM_SYMBOLS
Hypernym indicator -> type map
HYPONYM_TYPES
Hyponym synset pointer types
HYPONYM_SYMBOLS
Hyponym indicator -> type map
MERONYM_TYPES
Meronym synset pointer types
MERONYM_SYMBOLS
Meronym indicator -> type map
HOLONYM_TYPES
Holonym synset pointer types
HOLONYM_SYMBOLS
Holonym indicator -> type map
DOMAIN_TYPES
Domain synset pointer types
DomainSymbols
Domain indicator -> type map
MEMBER_TYPES
Member synset pointer types
MEMBER_SYMBOLS
Member indicator -> type map
POINTER_SUBTYPES
Map of primary types to maps of their subtypes
DELIM
Record-part delimiter
DELIM_RE
(Not documented)
SUB_DELIM
Record-subpart delimiter
SUB_DELIM_RE
(Not documented)
LEXFILES
Lexicographer file index — from lexnames(5WN)
VERB_SENTS
Verb sentences (?) — used in building verb frames.

secsequence

--- SEC00004

seccomment

--- ""

sectitle

--- 

constants

--- 
- name: SYNTACTIC_CATEGORIES
  desc: |+
    
    <a href="Synset.html">Synset</a> syntactic-category names -> indicators
    
  value: "{             :noun        =&gt; &quot;n&quot;,             :verb        =&gt; &quot;v&quot;,             :adjective   =&gt; &quot;a&quot;,             :adverb      =&gt; &quot;r&quot;,             :other       =&gt; &quot;s&quot;,         }"
- name: SYNTACTIC_SYMBOLS
  desc: |+
    
    Syntactic-category indicators -> names
    
  value: SYNTACTIC_CATEGORIES.invert
- name: POINTER_TYPES
  desc: |+
    
    <a href="Synset.html">Synset</a> pointer typenames -> indicators
    
  value: "{             :antonym     =&gt; '!',             :hypernym        =&gt; '@',             :entailment      =&gt; '*',             :hyponym     =&gt; '~',             :meronym     =&gt; '%',             :holonym     =&gt; '#',             :cause           =&gt; '&gt;',             :verb_group      =&gt; %{$},             :similar_to      =&gt; '&amp;',             :participle      =&gt; '&lt;',             :pertainym       =&gt; '\\\\',             :attribute       =&gt; '=',             :derived_from    =&gt; '\\\\',             :see_also        =&gt; '^',             :derivation      =&gt; '+',             :domain          =&gt; ';',             :member          =&gt; '-',         }"
- name: POINTER_SYMBOLS
  desc: |+
    
    <a href="Synset.html">Synset</a> pointer indicator -> typename
    
  value: POINTER_TYPES.invert
- name: HYPERNYM_TYPES
  desc: |+
    
    Hypernym synset pointer types
    
  value: "{             nil             =&gt; '@', # Install non-subtype methods, too             :instance       =&gt; '@i',         }"
- name: HYPERNYM_SYMBOLS
  desc: |+
    
    Hypernym indicator -> type map
    
  value: HYPERNYM_TYPES.invert
- name: HYPONYM_TYPES
  desc: |+
    
    Hyponym synset pointer types
    
  value: "{             nil             =&gt; '~', # Install non-subtype methods, too             :instance       =&gt; '~i',         }"
- name: HYPONYM_SYMBOLS
  desc: |+
    
    Hyponym indicator -> type map
    
  value: HYPONYM_TYPES.invert
- name: MERONYM_TYPES
  desc: |+
    
    Meronym synset pointer types
    
  value: "{             :member          =&gt; '%m',             :stuff           =&gt; '%s',             :portion     =&gt; '%o',             :component       =&gt; '%p',             :feature     =&gt; '%f',             :phase           =&gt; '%a',             :place           =&gt; '%l',         }"
- name: MERONYM_SYMBOLS
  desc: |+
    
    Meronym indicator -> type map
    
  value: MERONYM_TYPES.invert
- name: HOLONYM_TYPES
  desc: |+
    
    Holonym synset pointer types
    
  value: "{             :member          =&gt; '#m',             :stuff           =&gt; '#s',             :portion     =&gt; '#o',             :component       =&gt; '#p',             :feature     =&gt; '#f',             :phase           =&gt; '#a',             :place           =&gt; '#l',         }"
- name: HOLONYM_SYMBOLS
  desc: |+
    
    Holonym indicator -> type map
    
  value: HOLONYM_TYPES.invert
- name: DOMAIN_TYPES
  desc: |+
    
    Domain synset pointer types
    
  value: "{             :category        =&gt; ';c',             :region          =&gt; ';r',             :usage           =&gt; ';u',         }"
- name: DomainSymbols
  desc: |+
    
    Domain indicator -> type map
    
  value: DOMAIN_TYPES.invert
- name: MEMBER_TYPES
  desc: |+
    
    Member synset pointer types
    
  value: "{             :category        =&gt; '-c',             :region          =&gt; '-r',             :usage           =&gt; '-u',         }"
- name: MEMBER_SYMBOLS
  desc: |+
    
    Member indicator -> type map
    
  value: MEMBER_TYPES.invert
- name: POINTER_SUBTYPES
  desc: |+
    
    Map of primary types to maps of their subtypes
    
  value: "{             :hyponym    =&gt; HYPONYM_TYPES,             :hypernym   =&gt; HYPERNYM_TYPES,             :meronym =&gt; MERONYM_TYPES,             :holonym =&gt; HOLONYM_TYPES,             :member      =&gt; MEMBER_TYPES,             :domain      =&gt; DOMAIN_TYPES,         }"
- name: DELIM
  desc: |+
    
    Record-part delimiter
    
  value: "'||'"
- name: DELIM_RE
  value: Regexp::new( Regexp::quote(DELIM) )
- name: SUB_DELIM
  desc: |+
    
    Record-subpart delimiter
    
  value: "'|'"
- name: SUB_DELIM_RE
  value: Regexp::new( Regexp::quote(SUB_DELIM) )
- name: LEXFILES
  desc: |+
    
    Lexicographer file index &#8212; from lexnames(5WN)
    
  value: "[             &quot;adj.all&quot;,             &quot;adj.pert&quot;,                      &quot;adv.all&quot;,                       &quot;noun.Tops&quot;,                     &quot;noun.act&quot;,                      &quot;noun.animal&quot;,                   &quot;noun.artifact&quot;,                     &quot;noun.attribute&quot;,                    &quot;noun.body&quot;,                     &quot;noun.cognition&quot;,                    &quot;noun.communication&quot;,                &quot;noun.event&quot;,                    &quot;noun.feeling&quot;,                  &quot;noun.food&quot;,                     &quot;noun.group&quot;,                    &quot;noun.location&quot;,                     &quot;noun.motive&quot;,                   &quot;noun.object&quot;,                   &quot;noun.person&quot;,                   &quot;noun.phenomenon&quot;,                   &quot;noun.plant&quot;,                    &quot;noun.possession&quot;,                   &quot;noun.process&quot;,                  &quot;noun.quantity&quot;,                     &quot;noun.relation&quot;,                     &quot;noun.shape&quot;,                    &quot;noun.state&quot;,                    &quot;noun.substance&quot;,                    &quot;noun.time&quot;,                     &quot;verb.body&quot;,                     &quot;verb.change&quot;,                   &quot;verb.cognition&quot;,                    &quot;verb.communication&quot;,                &quot;verb.competition&quot;,                  &quot;verb.consumption&quot;,                  &quot;verb.contact&quot;,                  &quot;verb.creation&quot;,                     &quot;verb.emotion&quot;,                  &quot;verb.motion&quot;,                   &quot;verb.perception&quot;,             &quot;verb.possession&quot;,                   &quot;verb.social&quot;,                   &quot;verb.stative&quot;,                  &quot;verb.weather&quot;,                  &quot;adj.ppl&quot;"
- name: VERB_SENTS
  desc: |+
    
    Verb sentences (?) &#8212; used in building verb frames.
    
  value: "[             &quot;&quot;,             &quot;Something ----s&quot;,             &quot;Somebody ----s&quot;,             &quot;It is ----ing&quot;,             &quot;Something is ----ing PP&quot;,             &quot;Something ----s something Adjective/Noun&quot;,             &quot;Something ----s Adjective/Noun&quot;,             &quot;Somebody ----s Adjective&quot;,             &quot;Somebody ----s something&quot;,             &quot;Somebody ----s somebody&quot;,             &quot;Something ----s somebody&quot;,             &quot;Something ----s something&quot;,             &quot;Something ----s to somebody&quot;,             &quot;Somebody ----s on something&quot;,             &quot;Somebody ----s somebody something&quot;,             &quot;Somebody ----s something to somebody&quot;,             &quot;Somebody ----s something from somebody&quot;,             &quot;Somebody ----s somebody with something&quot;,             &quot;Somebody ----s somebody of something&quot;,             &quot;Somebody ----s something on somebody&quot;,             &quot;Somebody ----s somebody PP&quot;,             &quot;Somebody ----s something PP&quot;,             &quot;Somebody ----s PP&quot;,             &quot;Somebody's (body part) ----s&quot;,             &quot;Somebody ----s somebody to INFINITIVE&quot;,             &quot;Somebody ----s somebody INFINITIVE&quot;,             &quot;Somebody ----s that CLAUSE&quot;,             &quot;Somebody ----s to somebody&quot;,             &quot;Somebody ----s to INFINITIVE&quot;,             &quot;Somebody ----s whether INFINITIVE&quot;,             &quot;Somebody ----s somebody into V-ing something&quot;,             &quot;Somebody ----s something with something&quot;,             &quot;Somebody ----s INFINITIVE&quot;,             &quot;Somebody ----s VERB-ing&quot;,             &quot;It ----s that CLAUSE&quot;,             &quot;Something ----s INFINITIVE&quot;"

[Validate]

Generated with the Darkfish Rdoc Generator.