This repository was archived by the owner on Jun 3, 2019. It is now read-only.
Releases: PatrickDuncan/cleansio
Releases · PatrickDuncan/cleansio
Cleansio v1.3.0
- Automatic code documentation
- With class diagrams!
- Safely modify shared resources
- Displays the number of explicits
- Maximize the loudness of chunks to improve GCS accuracy
- More unit tests
Cleansio v1.2.0
- Use overlapping chunks to improve accuracy
- Clean file command-line options
Cleansio v1.1.0
- Increased File Mode performance by 400% by using threads
- Yes, you read that correctly
Cleansio v1.0.0
- File Mode creates a clean file by muting explicits. 🎉
- User is able to pass in their own list of explicits.
- Using requirement.txts instead of having to pip install each individual package.
Retrieve Timestamps
Cleansio now retrieves and prints the timestamps of each word in each transcription.
{
word: str
start: int
end: int
}
Always Cleanup Files
Cleansio creates temporary files during execution. These files are deleted at the end of its process. If the process is exited prematurely the file will not be deleted.
This new version fixes that limitation.
Friendly Output if File Doesn't Exist
v0.6.0 Issue #40: Friendly output if file doesn't exist (#58)