Class: LangExtract::Core::FuzzyAlignmentIndex::MatchingIndex
- Inherits:
-
Data
- Object
- Data
- LangExtract::Core::FuzzyAlignmentIndex::MatchingIndex
- Defined in:
- lib/langextract/core/fuzzy_alignment_index.rb
Instance Attribute Summary collapse
-
#best_indices ⇒ Object
readonly
Returns the value of attribute best_indices.
-
#indices ⇒ Object
readonly
Returns the value of attribute indices.
-
#scores ⇒ Object
readonly
Returns the value of attribute scores.
Instance Attribute Details
#best_indices ⇒ Object (readonly)
Returns the value of attribute best_indices
10 11 12 |
# File 'lib/langextract/core/fuzzy_alignment_index.rb', line 10 def best_indices @best_indices end |
#indices ⇒ Object (readonly)
Returns the value of attribute indices
10 11 12 |
# File 'lib/langextract/core/fuzzy_alignment_index.rb', line 10 def indices @indices end |
#scores ⇒ Object (readonly)
Returns the value of attribute scores
10 11 12 |
# File 'lib/langextract/core/fuzzy_alignment_index.rb', line 10 def scores @scores end |