WordNet::

SumoTerm class

Experimental support for the WordNet mapping for the Suggested Upper Merged Ontology (SUMO). It’s still a work in progress.

Public Instance Methods

synsets()

WordNet::Synsets that are related to this term

# File lib/wordnet/sumoterm.rb, line 69
many_to_many :synsets,
        join_table: :sumomaps,
        left_key: :sumoid,
        right_key: :synsetid