Closed benfoley closed 5 years ago
log_file = Path('/elpis/state/tmp_log.txt') if log_file.exists(): with log_file.open() as fin: {parse the text} return the WER etc...
Duplicate of #34