Method: WordNet::Synset#hypernyms
- Defined in:
- lib/rwordnet/synset.rb
#hypernyms ⇒ Object Also known as: parents
Get the parent synset (higher-level category, i.e. fruit -> reproductive_structure) as an array.
203 204 205 |
# File 'lib/rwordnet/synset.rb', line 203 def hypernyms relation(HYPERNYM) end |