πŸ“„ To Span Label Pairs Surface OnlyΒΆ

Note

ID: processors.to_span_label_pairs_surface_only | Type: PostProcess

{
    "__type__": "post_process",
    "operator": {
        "__type__": "regex_parser",
        "regex": "\\s*((?:\\\\.|[^,])+?)\\s*(?:,|$)()",
        "termination_regex": "^\\s*None\\s*$"
    }
}

Explanation about RegexParserΒΆ

A processor that uses regex in order to parse a string.

Read more about catalog usage here.