Class: LangExtract::Core::FuzzyAlignmentPlanner::SubsequenceAlignment
- Inherits:
-
Data
- Object
- Data
- LangExtract::Core::FuzzyAlignmentPlanner::SubsequenceAlignment
- Defined in:
- lib/langextract/core/fuzzy_alignment_planner.rb
Instance Attribute Summary collapse
-
#matched ⇒ Object
readonly
Returns the value of attribute matched.
-
#score ⇒ Object
readonly
Returns the value of attribute score.
-
#token_indices ⇒ Object
readonly
Returns the value of attribute token_indices.
-
#window_size ⇒ Object
readonly
Returns the value of attribute window_size.
Instance Attribute Details
#matched ⇒ Object (readonly)
Returns the value of attribute matched
14 15 16 |
# File 'lib/langextract/core/fuzzy_alignment_planner.rb', line 14 def matched @matched end |
#score ⇒ Object (readonly)
Returns the value of attribute score
14 15 16 |
# File 'lib/langextract/core/fuzzy_alignment_planner.rb', line 14 def score @score end |
#token_indices ⇒ Object (readonly)
Returns the value of attribute token_indices
14 15 16 |
# File 'lib/langextract/core/fuzzy_alignment_planner.rb', line 14 def token_indices @token_indices end |
#window_size ⇒ Object (readonly)
Returns the value of attribute window_size
14 15 16 |
# File 'lib/langextract/core/fuzzy_alignment_planner.rb', line 14 def window_size @window_size end |