πŸ“„ Regex Parser From PredictionΒΆ

processors.regex_parser_from_prediction

PostProcess(
    process_references=False,
    operator=RegexParser(
        regex=".+",
    ),
)
[source]

from unitxt.processors import RegexParser

Explanation about RegexParserΒΆ

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

Read more about catalog usage here.