If you don't know HTK, see this: What is HTK?
If you know HTK, you may wonder why this repo appears? Here are reasons:
- Though many great toolkits appears after HTK, it still has advantages for some applications.
- less dependencies
- less footprint
- There is no an actively maintained HTK repo.
- However, there are some issues need to be deal with to use HTK today.
- add HDecode
- add HTKBook
- fix
make
issuse - fix lexicon size limit
- fix some stack overflow errors, due to unreasonable buffer length
The branch r3.4.1_fix contains the changes. To compile HTK:
git clone https://github.com/open-speech/HTK.git
cd HTK
./configure --prefix=$PWD --disable-hslab
make all
make install
# continue make HDecode
make hdecode
make install-hdecode
Contributions are welcome for this repo!
- Give some examples or environments about HTK usages, for ASR e.g..