Method: WordNet::LexicalLink#type

Defined in:
lib/wordnet/lexicallink.rb

#typeObject

Return the type of link this is as a Symbol.



34
35
36
# File 'lib/wordnet/lexicallink.rb', line 34

def type
  return WordNet::Synset.linktype_table[ self.linkid ][ :type ]
end