π Regex Parser From PredictionΒΆ
Note
ID: processors.regex_parser_from_prediction | Type: RegexParser
{
"__type__": "regex_parser",
"field": "prediction",
"process_every_value": false,
"regex": ".+"
}
Explanation about RegexParserΒΆ
A processor that uses regex in order to parse a string.
Read more about catalog usage here.