Class: LangExtract::Core::FuzzyAlignmentPlanner::AlignmentPath
- Inherits:
-
Data
- Object
- Data
- LangExtract::Core::FuzzyAlignmentPlanner::AlignmentPath
- Defined in:
- lib/langextract/core/fuzzy_alignment_planner.rb
Instance Attribute Summary collapse
-
#first_idx ⇒ Object
readonly
Returns the value of attribute first_idx.
-
#last_idx ⇒ Object
readonly
Returns the value of attribute last_idx.
-
#matched ⇒ Object
readonly
Returns the value of attribute matched.
-
#previous ⇒ Object
readonly
Returns the value of attribute previous.
-
#safe_gap ⇒ Object
readonly
Returns the value of attribute safe_gap.
-
#score_sum ⇒ Object
readonly
Returns the value of attribute score_sum.
Instance Attribute Details
#first_idx ⇒ Object (readonly)
Returns the value of attribute first_idx
15 16 17 |
# File 'lib/langextract/core/fuzzy_alignment_planner.rb', line 15 def first_idx @first_idx end |
#last_idx ⇒ Object (readonly)
Returns the value of attribute last_idx
15 16 17 |
# File 'lib/langextract/core/fuzzy_alignment_planner.rb', line 15 def last_idx @last_idx end |
#matched ⇒ Object (readonly)
Returns the value of attribute matched
15 16 17 |
# File 'lib/langextract/core/fuzzy_alignment_planner.rb', line 15 def matched @matched end |
#previous ⇒ Object (readonly)
Returns the value of attribute previous
15 16 17 |
# File 'lib/langextract/core/fuzzy_alignment_planner.rb', line 15 def previous @previous end |
#safe_gap ⇒ Object (readonly)
Returns the value of attribute safe_gap
15 16 17 |
# File 'lib/langextract/core/fuzzy_alignment_planner.rb', line 15 def safe_gap @safe_gap end |
#score_sum ⇒ Object (readonly)
Returns the value of attribute score_sum
15 16 17 |
# File 'lib/langextract/core/fuzzy_alignment_planner.rb', line 15 def score_sum @score_sum end |