Class: WordNet::SumoTerm

Inherits:
Object
  • Object
show all
Includes:
Constants
Defined in:
lib/wordnet/sumoterm.rb

Overview

Experimental support for the WordNet mapping for the Suggested Upper Merged Ontology (SUMO). This is still a work in progress, and isn’t supported by all of the WordNet-SQL databases.

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

Instance Method Details

#synsetsObject

WordNet::Synsets that are related to this term



70
71
72
73
# File 'lib/wordnet/sumoterm.rb', line 70

many_to_many :synsets,
:join_table => :sumomaps,
:left_key   => :sumoid,
:right_key  => :synsetid