Skip to content
 
 

Latest commit

 

History

37 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kaldi-gop

This project computes GOP (Goodness of Pronunciation) bases on Kaldi.

How to build

  1. 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.
  2. Edit src/CMakeLists.txt to set the variable $KALDI_ROOT.
  3. Compile the binary:
cd src/
mkdir build && cd build
cmake .. && make

Run the example

cd egs/gop-compute
./run.sh

About

Computes the Goodness of Pronunciation (GOP). Bases on Kaldi.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages