class WordNet::SumoTerm

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

Public Instance Methods

synsets() click to toggle source

WordNet::Synsets that are related to this term

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