DeepSpeech/tc-cpp-ds-tests.sh
Reuben Morais 1c4cbf1813 Support custom alphabet mappings (Fixes #692) (#797)
Support custom alphabet mappings
2017-08-31 11:51:15 +02:00

12 lines
254 B
Bash

#!/bin/bash
set -xe
source $(dirname "$0")/tc-tests-utils.sh
download_material "/tmp/ds"
phrase=$(LD_LIBRARY_PATH=/tmp/ds/:$LD_LIBRARY_PATH /tmp/ds/deepspeech /tmp/${model_name} /tmp/LDC93S1.wav /tmp/alphabet.txt)
assert_correct_ldc93s1 "${phrase}"