Method: WordNet::Synset#synset_offset

Defined in:
lib/rwordnet/synset.rb

#synset_offsetObject (readonly)

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



20
21
22
# File 'lib/rwordnet/synset.rb', line 20

def synset_offset
  @synset_offset
end