Method: WordNet::LexicalLink#target
- Defined in:
- lib/wordnet/lexicallink.rb
#target ⇒ Object
The WordNet::Synset the link is pointing to.
22 23 24 25 |
# File 'lib/wordnet/lexicallink.rb', line 22 one_to_many :target, class: 'WordNet::Synset', key: :synsetid, primary_key: :synset2id |