Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 350 Bytes

TRANSFORMS.md

File metadata and controls

13 lines (9 loc) · 350 Bytes

Transforms

first_case_normalize

Normalize the case of the first letter

remove_chars

Remove these characters or words

  • chars (list(str)|str) : List of characters or words

remove_unpaired_quotes_and_brackets

Removes unmatched quotations (“, ”, ", «, ») and parentheses ((, ), [, ], {, })