## Mapping If a file is passed to the predictor, the predicted spans will be converted into a new ontology. The file format should be `\t\t` If the predicted span is labeled as ``, and its parent is labeled as ``, it will be re-labeled as ``. If no rules match, the span and all of its descendents will be ignored. The `` is optional. If the parent label is `@@VIRTUAL_ROOT@@`, then this rule matches the first layer of spans. In semantic parsing, it matches events. If the parent label is `*`, it means it can match anything.