Skip to content
eaxelson edited this page May 14, 2018 · 3 revisions

Class Location

location of a pmatch result.

Class members:

MemberExplanation
startstart index of match
lengthlength of match
inputthe matched input string
outputthe matching output string
tagthe tag of match
weightthe weight of match
input_partstuple of indices in input_symbol_strings
output_stringtuple of indices in output_symbol_strings
input_symbol_stringstuple of matched input symbol strings
output_symbol_stringstuple of matching output symbol strings

Clone this wiki locally