emk / subtitles-rs

Use SRT subtitle files to study foreign languages (in progress)
Apache License 2.0
304 stars 32 forks source link

Add cleaning of bracketed text #50

Open sirfredrick opened 3 years ago

sirfredrick commented 3 years ago

Adds cleaning of bracketed text such as [Music] to the substudy clean command. This text is found on YouTube video subtitles such as the start of this video. Let me know if you want me to remove the test case I added to substudy/src/clean.rs or if there is a better place to put it. Thanks for making this project!

emk commented 6 months ago

Thank you for the PR! This is an interesting idea, and I need to think it over a bit.