Method: WordNet::Morph#words

Defined in:
lib/wordnet/morph.rb

#wordsObject

The WordNet::Word entries associated with this Morph



49
50
51
52
# File 'lib/wordnet/morph.rb', line 49

many_to_many :words,
join_table: :morphmaps,
right_key: :wordid,
left_key: :morphid