CoEDL / elpis

🙊 software for creating speech recognition models.
https://elpis.readthedocs.io/en/latest/
Apache License 2.0
152 stars 33 forks source link

Archive kaldi-helpers #61

Closed benfoley closed 5 years ago

benfoley commented 5 years ago

Check what clean-json is using?

benfoley commented 5 years ago

Clean-json.py was still using load_json_file and write_data_to_json_file from kh/script_utilities, which is already implemented in wrappers/utilities/json_utilities.py. I changed the import to use the new json_utilities version, and removed kh from the requirements.txt too.