Method: WordNet::Synset#pos_offset

Defined in:
lib/rwordnet/synset.rb

#pos_offsetObject (readonly)

Get the offset, in bytes, at which this synset’s POS information is stored in WordNet’s internal DB. You almost certainly don’t care about this.



36
37
38
# File 'lib/rwordnet/synset.rb', line 36

def pos_offset
  @pos_offset
end