Method: WordNet::Synset#wordlist
- Defined in:
- lib/wordnet/synset.rb
#wordlist ⇒ Object
Return the Synset’s Words as an Array of Strings.
683 684 685 |
# File 'lib/wordnet/synset.rb', line 683 def wordlist return self.words.map( &:to_s ) end |