kaldi/misc/htk_graph_creation_example
Dan Povey 279da1a4e8 Updates to branches/1, and minor changes to READMES + one #include statement.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@138 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2011-07-13 03:52:46 +00:00
..
README Updates to branches/1, and minor changes to READMES + one #include statement. 2011-07-13 03:52:46 +00:00
run.sh Changed HTK conversion scripts to reflect current status of the code. 2011-06-08 22:52:21 +00:00
test.sh Fix script bug. 2011-06-08 23:07:26 +00:00

README

This script is not being maintained and is not guaranteed to work.
Its inputs are specific to the BUT system.



This directory contains some scripts that convert HTK models into Kaldi format
and build decoding graphs.  They take as input a CallHome English setup that's
already on the BUT system.  There are a couple of different recipes: a "basic"
one, and a "factored" one that removes the unusual transitions from the
transition-model for silence, which enables it to use a more efficient
implementation.  It produces the output in two parts which would have to be composed
to decode (possibly in the decoder, but this isn't implemented yet).

To run this, do: 
run_basic.sh  
test_basic.sh

run_factored.sh    
test_factored.sh