├── .gitignore ├── LICENSE ├── README.md ├── cer.py ├── original_file.txt ├── target_file.txt └── wer.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kchan7/WER-CER/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kchan7/WER-CER/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kchan7/WER-CER/HEAD/README.md -------------------------------------------------------------------------------- /cer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kchan7/WER-CER/HEAD/cer.py -------------------------------------------------------------------------------- /original_file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kchan7/WER-CER/HEAD/original_file.txt -------------------------------------------------------------------------------- /target_file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kchan7/WER-CER/HEAD/target_file.txt -------------------------------------------------------------------------------- /wer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kchan7/WER-CER/HEAD/wer.py --------------------------------------------------------------------------------