Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-schwoebel authored Aug 10, 2020
1 parent bcc9691 commit 4f33cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cleaning/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Note you can extend this to any of the file types. The table below overviews how
## Implemented

### Implemented for all file types
* [delete_duplicates](https://github.com/jim-schwoebel/allie/blob/master/datasets/cleaning/delete_duplicates.py) - deletes duplicate files in the directory
* [delete_json](https://github.com/jim-schwoebel/allie/blob/master/datasets/cleaning/delete_json.py) - deletes all .JSON files in the directory (this is to clean the featurizations)
* [delete_duplicates](https://github.com/jim-schwoebel/allie/blob/master/cleaning/audio_cleaning/clean.py#L357) - deletes duplicate files in the directory
* [delete_json](https://github.com/jim-schwoebel/allie/blob/master/cleaning/audio_cleaning/clean.py#L381) - deletes all .JSON files in the directory (this is to clean the featurizations)

### [Audio](https://github.com/jim-schwoebel/allie/tree/master/cleaning/audio_cleaning)
* [clean_getfirst3secs](https://github.com/jim-schwoebel/allie/blob/master/cleaning/audio_cleaning/clean_getfirst3secs.py) - gets the first 3 seconds of the audio file
Expand Down

0 comments on commit 4f33cda

Please sign in to comment.