Class: WordNet::SumoTerm
- Inherits:
-
Object
- Object
- WordNet::SumoTerm
- Includes:
- Constants
- Defined in:
- lib/wordnet/sumoterm.rb
Overview
Experimental support for the WordNet mapping for the Suggested Upper Merged Ontology (SUMO). It’s still a work in progress.
Constant Summary
Constants included from Constants
Constants::DEFAULT_DB_OPTIONS, Constants::DELIM, Constants::DELIM_RE, Constants::DOMAIN_TYPES, Constants::DomainSymbols, Constants::HOLONYM_SYMBOLS, Constants::HOLONYM_TYPES, Constants::HYPERNYM_SYMBOLS, Constants::HYPERNYM_TYPES, Constants::HYPONYM_SYMBOLS, Constants::HYPONYM_TYPES, Constants::LEXFILES, Constants::MEMBER_SYMBOLS, Constants::MEMBER_TYPES, Constants::MERONYM_SYMBOLS, Constants::MERONYM_TYPES, Constants::POINTER_SUBTYPES, Constants::POINTER_SYMBOLS, Constants::POINTER_TYPES, Constants::SUB_DELIM, Constants::SUB_DELIM_RE, Constants::SYNTACTIC_CATEGORIES, Constants::SYNTACTIC_SYMBOLS, Constants::VERB_SENTS
Instance Method Summary collapse
-
#synsets ⇒ Object
WordNet::Synsets that are related to this term.
Instance Method Details
#synsets ⇒ Object
WordNet::Synsets that are related to this term
71 72 73 74 |
# File 'lib/wordnet/sumoterm.rb', line 71 many_to_many :synsets, join_table: :sumomaps, left_key: :sumoid, right_key: :synsetid |