OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PdtInfo
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/extensions/pdt/
info.h
38
// Compute various information about PDTs, helper class for
pdtinfo
.cc.
39
template <class A> class
PdtInfo
{
46
PdtInfo
(const Fst<A> &fst,
73
DISALLOW_COPY_AND_ASSIGN(
PdtInfo
);
77
PdtInfo
<A>::
PdtInfo
(const Fst<A> &fst,
144
void PrintPdtInfo(const
PdtInfo
<A> &
pdtinfo
) {
147
cout << "fst type" <<
pdtinfo
.FstType().c_str() << endl;
149
cout << "arc type" <<
pdtinfo
.ArcType().c_str() << endl
[
all
...]
pdtscript.h
266
PdtInfo
<Arc>
pdtinfo
(fst, parens);
267
PrintPdtInfo(
pdtinfo
);
Completed in 260 milliseconds