Searched defs:fstinfo (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/script/
H A Dinfo-impl.h19 // Class to compute various information about FSTs, helper class for fstinfo.cc
40 // Compute various information about FSTs, helper class for fstinfo.cc.
232 void PrintFstInfo(const FstInfo<A> &fstinfo, bool pipe = false) { argument
237 os << "fst type" << fstinfo.FstType() << endl;
239 os << "arc type" << fstinfo.ArcType() << endl;
241 os << "input symbol table" << fstinfo.InputSymbols() << endl;
243 os << "output symbol table" << fstinfo.OutputSymbols() << endl;
245 if (!fstinfo.LongInfo()) {
251 os << "# of states" << fstinfo.NumStates() << endl;
253 os << "# of arcs" << fstinfo
[all...]

Completed in 118 milliseconds