Class: LangExtract::Core::SequenceMatcher::Match

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

Instance Attribute Summary collapse

Instance Attribute Details

#left_startObject (readonly)

Returns the value of attribute left_start

Returns:

  • (Object)

    the current value of left_start



100
101
102
# File 'lib/langextract/core/token_similarity.rb', line 100

def left_start
  @left_start
end

#right_startObject (readonly)

Returns the value of attribute right_start

Returns:

  • (Object)

    the current value of right_start



100
101
102
# File 'lib/langextract/core/token_similarity.rb', line 100

def right_start
  @right_start
end

#span_lengthObject (readonly)

Returns the value of attribute span_length

Returns:

  • (Object)

    the current value of span_length



100
101
102
# File 'lib/langextract/core/token_similarity.rb', line 100

def span_length
  @span_length
end