Method: WordNet::Synset#synset_type
- Defined in:
- lib/rwordnet/synset.rb
#synset_type ⇒ Object (readonly)
Get the part of speech type of this synset. One of ‘n’ (noun), ‘v’ (verb), ‘a’ (adjective), or ‘r’ (adverb)
32 33 34 |
# File 'lib/rwordnet/synset.rb', line 32 def synset_type @synset_type end |