Class: LLT::Review::Alignment::Sentence
- Inherits:
-
Common::Sentence
- Object
- Common::Sentence
- LLT::Review::Alignment::Sentence
- Defined in:
- lib/llt/review/alignment/sentence.rb
Instance Attribute Summary collapse
-
#lang1 ⇒ Object
Returns the value of attribute lang1.
-
#lang2 ⇒ Object
Returns the value of attribute lang2.
Method Summary
Methods inherited from Common::Sentence
#clone, #compare, #report, #words
Instance Attribute Details
#lang1 ⇒ Object
Returns the value of attribute lang1.
5 6 7 |
# File 'lib/llt/review/alignment/sentence.rb', line 5 def lang1 @lang1 end |
#lang2 ⇒ Object
Returns the value of attribute lang2.
5 6 7 |
# File 'lib/llt/review/alignment/sentence.rb', line 5 def lang2 @lang2 end |