Method: WordNet::Synset#words

Defined in:
lib/rwordnet/synset.rb

#wordsObject

Get a list of words included in this Synset



176
177
178
# File 'lib/rwordnet/synset.rb', line 176

def words
  @word_counts.keys
end