Class: LangExtract::Core::Resolver::Match

Inherits:
Data
  • Object
show all
Defined in:
lib/langextract/core/resolver.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



11
12
13
# File 'lib/langextract/core/resolver.rb', line 11

def left_start
  @left_start
end

#right_startObject (readonly)

Returns the value of attribute right_start

Returns:

  • (Object)

    the current value of right_start



11
12
13
# File 'lib/langextract/core/resolver.rb', line 11

def right_start
  @right_start
end

#span_lengthObject (readonly)

Returns the value of attribute span_length

Returns:

  • (Object)

    the current value of span_length



11
12
13
# File 'lib/langextract/core/resolver.rb', line 11

def span_length
  @span_length
end