- Notifications
You must be signed in to change notification settings - Fork1
Location
eaxelson edited this pageMay 14, 2018 ·3 revisions
location of a pmatch result.
| 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 |