Skip to content
Snippets Groups Projects
Commit 87f765e9 authored by Karel Vesely's avatar Karel Vesely
Browse files

trunk: HTK lattices, adding word mapping to the example pipeline.


git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3468 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent 2713ee36
Branches
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ $wordtonode=0;
$usage="Convert kaldi lattices to HTK SLF (v1.1) format.\n".
"Usage: convert_slf.pl [options] lat-file.txt [out-dir]\n".
" e.g. lattice-align-words lang/phones/word_boundary.int final.mdl 'ark:gunzip -c lat.gz |' ark,t:- | $0 - slf/\n".
" e.g. lattice-align-words lang/phones/word_boundary.int final.mdl 'ark:gunzip -c lat.gz |' ark,t:- | utils/int2sym.pl -k 3 lang/words.txt | $0 - slf/\n".
"\n".
"Options regarding the SLF output:\n".
" --frame-rate x Frame rate to compute timing information (default: $framerate)\n".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment