Class: LLT::Review::Treebank::Difference::Word

Inherits:
Common::Difference::Word show all
Defined in:
lib/llt/review/treebank/difference/word.rb

Instance Attribute Summary collapse

Attributes included from Helpers::ReviewReporter

#unique

Method Summary

Methods inherited from Common::Difference::Word

#diff, #xml_tag

Methods included from Helpers::ReviewReporter

#diff_id, #initialize, #item, #report_diff, #xml_attributes

Instance Attribute Details

#headObject (readonly)

Returns the value of attribute head.



4
5
6
# File 'lib/llt/review/treebank/difference/word.rb', line 4

def head
  @head
end

#lemmaObject (readonly)

Returns the value of attribute lemma.



4
5
6
# File 'lib/llt/review/treebank/difference/word.rb', line 4

def lemma
  @lemma
end

#postagObject (readonly)

Returns the value of attribute postag.



4
5
6
# File 'lib/llt/review/treebank/difference/word.rb', line 4

def postag
  @postag
end

#relationObject (readonly)

Returns the value of attribute relation.



4
5
6
# File 'lib/llt/review/treebank/difference/word.rb', line 4

def relation
  @relation
end