Class: LangExtract::Core::SequenceMatcher::Match
- Inherits:
-
Data
- Object
- Data
- LangExtract::Core::SequenceMatcher::Match
- Defined in:
- lib/langextract/core/token_similarity.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
100 101 102 |
# File 'lib/langextract/core/token_similarity.rb', line 100 def left_start @left_start end |
#right_start ⇒ Object (readonly)
Returns the value of attribute right_start
100 101 102 |
# File 'lib/langextract/core/token_similarity.rb', line 100 def right_start @right_start end |
#span_length ⇒ Object (readonly)
Returns the value of attribute span_length
100 101 102 |
# File 'lib/langextract/core/token_similarity.rb', line 100 def span_length @span_length end |