Class: LangExtract::Core::FuzzyAlignmentPlanner::SubsequenceAlignment

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

Instance Attribute Summary collapse

Instance Attribute Details

#matchedObject (readonly)

Returns the value of attribute matched

Returns:

  • (Object)

    the current value of matched



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

def matched
  @matched
end

#scoreObject (readonly)

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



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

def score
  @score
end

#token_indicesObject (readonly)

Returns the value of attribute token_indices

Returns:

  • (Object)

    the current value of token_indices



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

def token_indices
  @token_indices
end

#window_sizeObject (readonly)

Returns the value of attribute window_size

Returns:

  • (Object)

    the current value of window_size



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

def window_size
  @window_size
end