Class: LangExtract::Core::FuzzyAlignmentPolicy::MappingState

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

Instance Attribute Summary collapse

Instance Attribute Details

#has_exact_matchObject (readonly)

Returns the value of attribute has_exact_match

Returns:

  • (Object)

    the current value of 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_typoObject (readonly)

Returns the value of attribute has_short_typo

Returns:

  • (Object)

    the current value of 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_indexObject (readonly)

Returns the value of attribute last_target_index

Returns:

  • (Object)

    the current value of 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_maskObject (readonly)

Returns the value of attribute negation_mask

Returns:

  • (Object)

    the current value of negation_mask



16
17
18
# File 'lib/langextract/core/fuzzy_alignment_policy.rb', line 16

def negation_mask
  @negation_mask
end

#score_sumObject (readonly)

Returns the value of attribute score_sum

Returns:

  • (Object)

    the current value of score_sum



16
17
18
# File 'lib/langextract/core/fuzzy_alignment_policy.rb', line 16

def score_sum
  @score_sum
end