Skip to content

The Hidden Markov Model Toolkit (HTK) from University of Cambridge, with fixed issues.

License

Notifications You must be signed in to change notification settings

open-speech/HTK

Repository files navigation

HTK

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.

Some changs

  • add HDecode
  • add HTKBook
  • fix make issuse
  • fix lexicon size limit
  • fix some stack overflow errors, due to unreasonable buffer length

Usage

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

Contributions are welcome for this repo!

Todo

  • Give some examples or environments about HTK usages, for ASR e.g..

About

The Hidden Markov Model Toolkit (HTK) from University of Cambridge, with fixed issues.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published