Method: WordNet::Synset#semlinks
- Defined in:
- lib/wordnet/synset.rb
#semlinks ⇒ Object
The WordNet::SemanticLinks indicating a relationship with other WordNet::Synsets
196 197 198 199 200 |
# File 'lib/wordnet/synset.rb', line 196 one_to_many :semlinks, class: 'WordNet::SemanticLink', key: :synset1id, primary_key: :synsetid, eager: :target |