This project computes GOP (Goodness of Pronunciation) bases on Kaldi.
- Download and complile Kaldi. Note that you need to check out the branch 5.1 instead of master, and do not use the "--shared" option.
- Edit src/CMakeLists.txt to set the variable $KALDI_ROOT.
- Compile the binary:
cd src/
mkdir build && cd build
cmake .. && make
cd egs/gop-compute
./run.sh