Class: LangExtract::Core::FuzzyAlignmentPlanner::AlignmentPath

Inherits:
Data
  • Object
show all
Defined in:
lib/langextract/core/fuzzy_alignment_planner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#first_idxObject (readonly)

Returns the value of attribute first_idx

Returns:

  • (Object)

    the current value of first_idx



15
16
17
# File 'lib/langextract/core/fuzzy_alignment_planner.rb', line 15

def first_idx
  @first_idx
end

#last_idxObject (readonly)

Returns the value of attribute last_idx

Returns:

  • (Object)

    the current value of last_idx



15
16
17
# File 'lib/langextract/core/fuzzy_alignment_planner.rb', line 15

def last_idx
  @last_idx
end

#matchedObject (readonly)

Returns the value of attribute matched

Returns:

  • (Object)

    the current value of matched



15
16
17
# File 'lib/langextract/core/fuzzy_alignment_planner.rb', line 15

def matched
  @matched
end

#previousObject (readonly)

Returns the value of attribute previous

Returns:

  • (Object)

    the current value of previous



15
16
17
# File 'lib/langextract/core/fuzzy_alignment_planner.rb', line 15

def previous
  @previous
end

#safe_gapObject (readonly)

Returns the value of attribute safe_gap

Returns:

  • (Object)

    the current value of safe_gap



15
16
17
# File 'lib/langextract/core/fuzzy_alignment_planner.rb', line 15

def safe_gap
  @safe_gap
end

#score_sumObject (readonly)

Returns the value of attribute score_sum

Returns:

  • (Object)

    the current value of score_sum



15
16
17
# File 'lib/langextract/core/fuzzy_alignment_planner.rb', line 15

def score_sum
  @score_sum
end