Skip to content

Location

eaxelson edited this page May 14, 2018 · 3 revisions

Class Location

location of a pmatch result.

Class members:

Member Explanation
start start index of match
length length of match
input the matched input string
output the matching output string
tag the tag of match
weight the weight of match
input_parts tuple of indices in input_symbol_strings
output_string tuple of indices in output_symbol_strings
input_symbol_strings tuple of matched input symbol strings
output_symbol_strings tuple of matching output symbol strings