Class: LangExtract::Core::FuzzyAlignmentIndex::MatchingIndex

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

Instance Attribute Summary collapse

Instance Attribute Details

#best_indicesObject (readonly)

Returns the value of attribute best_indices

Returns:

  • (Object)

    the current value of best_indices



10
11
12
# File 'lib/langextract/core/fuzzy_alignment_index.rb', line 10

def best_indices
  @best_indices
end

#indicesObject (readonly)

Returns the value of attribute indices

Returns:

  • (Object)

    the current value of indices



10
11
12
# File 'lib/langextract/core/fuzzy_alignment_index.rb', line 10

def indices
  @indices
end

#scoresObject (readonly)

Returns the value of attribute scores

Returns:

  • (Object)

    the current value of scores



10
11
12
# File 'lib/langextract/core/fuzzy_alignment_index.rb', line 10

def scores
  @scores
end