πŸ“„ Lower Case Till PuncΒΆ

processors.lower_case_till_punc

PostProcess(
    process_references=True,
    process_prediction=True,
    operator=LowerCaseTillPunc(),
)
[source]

from unitxt.processors import LowerCaseTillPunc

Read more about catalog usage here.