Method: WordNet::Synset#pos

Defined in:
lib/rwordnet/synset.rb

#posObject (readonly)

Get a shorthand representation of the part of speech this synset represents, e.g. “v” for verbs.



39
40
41
# File 'lib/rwordnet/synset.rb', line 39

def pos
  @pos
end