A configurable tool for cleaning and standardizing AI-generated Cantonese subtitles to match the standards specified in https://github.com/notHulK11/CantoCaptions.
For now, install the package locaally. To install an editable version of the package, first navigate to the root directory and run the following command:
pip install -e .
Once installed, run the package with:
py -m canto_subtitle_cleaner <file.srt> [options]
To run tests:
hatch test