Class: LLT::Review::Treebank::Difference::Word
- Inherits:
-
Common::Difference::Word
- Object
- Common::Difference::Word
- LLT::Review::Treebank::Difference::Word
- Defined in:
- lib/llt/review/treebank/difference/word.rb
Instance Attribute Summary collapse
-
#head ⇒ Object
readonly
Returns the value of attribute head.
-
#lemma ⇒ Object
readonly
Returns the value of attribute lemma.
-
#postag ⇒ Object
readonly
Returns the value of attribute postag.
-
#relation ⇒ Object
readonly
Returns the value of attribute relation.
Attributes included from Helpers::ReviewReporter
Method Summary
Methods inherited from Common::Difference::Word
Methods included from Helpers::ReviewReporter
#diff_id, #initialize, #item, #report_diff, #xml_attributes
Instance Attribute Details
#head ⇒ Object (readonly)
Returns the value of attribute head.
4 5 6 |
# File 'lib/llt/review/treebank/difference/word.rb', line 4 def head @head end |
#lemma ⇒ Object (readonly)
Returns the value of attribute lemma.
4 5 6 |
# File 'lib/llt/review/treebank/difference/word.rb', line 4 def lemma @lemma end |
#postag ⇒ Object (readonly)
Returns the value of attribute postag.
4 5 6 |
# File 'lib/llt/review/treebank/difference/word.rb', line 4 def postag @postag end |
#relation ⇒ Object (readonly)
Returns the value of attribute relation.
4 5 6 |
# File 'lib/llt/review/treebank/difference/word.rb', line 4 def relation @relation end |