Class: LangExtract::Core::FuzzyAlignmentPolicy::MappingState
- Inherits:
-
Data
- Object
- Data
- LangExtract::Core::FuzzyAlignmentPolicy::MappingState
- Defined in:
- lib/langextract/core/fuzzy_alignment_policy.rb
Instance Attribute Summary collapse
-
#has_exact_match ⇒ Object
readonly
Returns the value of attribute has_exact_match.
-
#has_short_typo ⇒ Object
readonly
Returns the value of attribute has_short_typo.
-
#last_target_index ⇒ Object
readonly
Returns the value of attribute last_target_index.
-
#negation_mask ⇒ Object
readonly
Returns the value of attribute negation_mask.
-
#score_sum ⇒ Object
readonly
Returns the value of attribute score_sum.
Instance Attribute Details
#has_exact_match ⇒ Object (readonly)
Returns the value of attribute has_exact_match
16 17 18 |
# File 'lib/langextract/core/fuzzy_alignment_policy.rb', line 16 def has_exact_match @has_exact_match end |
#has_short_typo ⇒ Object (readonly)
Returns the value of attribute has_short_typo
16 17 18 |
# File 'lib/langextract/core/fuzzy_alignment_policy.rb', line 16 def has_short_typo @has_short_typo end |
#last_target_index ⇒ Object (readonly)
Returns the value of attribute last_target_index
16 17 18 |
# File 'lib/langextract/core/fuzzy_alignment_policy.rb', line 16 def last_target_index @last_target_index end |
#negation_mask ⇒ Object (readonly)
Returns the value of attribute negation_mask
16 17 18 |
# File 'lib/langextract/core/fuzzy_alignment_policy.rb', line 16 def negation_mask @negation_mask end |
#score_sum ⇒ Object (readonly)
Returns the value of attribute score_sum
16 17 18 |
# File 'lib/langextract/core/fuzzy_alignment_policy.rb', line 16 def score_sum @score_sum end |