Method: WordNet::Synset#semanticlink_enum

Defined in:
lib/wordnet/synset.rb

Return an Enumerator that will iterate over the Synsets related to the receiver via the semantic links of the specified linktype.



412
413
414
# File 'lib/wordnet/synset.rb', line 412

def semanticlink_enum( linktype )
	return self.semanticlink_dataset( linktype ).to_enum
end