πŸ“„ Get String After ColonΒΆ

processors.get_string_after_colon

PostProcess(
    process_references=True,
    process_prediction=True,
    operator=GetStringAfter(
        substring=":",
    ),
)
[source]

from unitxt.processors import GetStringAfter

Read more about catalog usage here.