#include "base/kaldi-common.h"
#include "util/common-utils.h"
#include "gmm/am-diag-gmm.h"
#include "hmm/transition-model.h"
#include "hmm/hmm-utils.h"
#include "hmm/posterior.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Convert alignments to viterbi style posteriors. More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Convert alignments to viterbi style posteriors.
The aligned symbol gets a weight of 1.0
Definition at line 31 of file ali-to-post.cc.
References kaldi::AlignmentToPosterior(), SequentialTableReader< Holder >::Done(), ParseOptions::GetArg(), KALDI_LOG, SequentialTableReader< Holder >::Key(), SequentialTableReader< Holder >::Next(), ParseOptions::NumArgs(), ParseOptions::PrintUsage(), ParseOptions::Read(), SequentialTableReader< Holder >::Value(), and TableWriter< Holder >::Write().