Method: Words::Relation#source_word
- Defined in:
- lib/relation.rb
#source_word ⇒ Object
33 34 35 36 37 38 |
# File 'lib/relation.rb', line 33 def source_word return nil if is_semantic? @source_word ||= @source_synset.words[@source_dest[0..1].to_i(16)-1] end |