23 bool identical =
true;
24 std::vector<MertLine>::iterator lit = lList.begin();
25 for (
MertIter tgit = tgList.begin(); tgit != tgList.end(); ++tgit) {
26 identical &= tgit->t == lit->t;
30 cout <<
"TGMERT: " << endl;
31 for (
MertIter tgit = tgList.begin(); tgit != tgList.end(); ++tgit) {
32 cout << tgit->x <<
"\t" << tgit->t << endl;
34 cout <<
"LMERT: " << endl;
35 for (std::vector<MertLine>::iterator lit = lList.begin(); lit != lList.end();
37 cout << lit->x <<
"\t" << lit->t << endl;
static const MertList ComputeLatticeEnvelope(fst::VectorFst< Arc > *vec, const typename std::vector< T > &lambda, const typename std::vector< T > &direction)
MertList::iterator MertIter
std::list< MertLine > MertList
static Lines const ComputeLatticeEnvelope(TupleArcFst *, const PARAMS &, const PARAMS &)
static MertList const ComputeLatticeEnvelope(TupleArcFst *, const PARAMS &, const PARAMS &)