Class: LangExtract::Core::Resolver::Match
- Inherits:
-
Data
- Object
- Data
- LangExtract::Core::Resolver::Match
- Defined in:
- lib/langextract/core/resolver.rb
Instance Attribute Summary collapse
-
#left_start ⇒ Object
readonly
Returns the value of attribute left_start.
-
#right_start ⇒ Object
readonly
Returns the value of attribute right_start.
-
#span_length ⇒ Object
readonly
Returns the value of attribute span_length.
Instance Attribute Details
#left_start ⇒ Object (readonly)
Returns the value of attribute left_start
11 12 13 |
# File 'lib/langextract/core/resolver.rb', line 11 def left_start @left_start end |
#right_start ⇒ Object (readonly)
Returns the value of attribute right_start
11 12 13 |
# File 'lib/langextract/core/resolver.rb', line 11 def right_start @right_start end |
#span_length ⇒ Object (readonly)
Returns the value of attribute span_length
11 12 13 |
# File 'lib/langextract/core/resolver.rb', line 11 def span_length @span_length end |