Definition at line 50 of file kws-search.cc.
◆ FromArc
◆ FromWeight
◆ ToArc
◆ ToWeight
◆ VectorFstToKwsLexicographicFstMapper()
◆ FinalAction()
fst::MapFinalAction FinalAction |
( |
| ) |
const |
|
inline |
Definition at line 69 of file kws-search.cc.
70 return fst::MAP_NO_SUPERFINAL;
◆ InputSymbolsAction()
fst::MapSymbolsAction InputSymbolsAction |
( |
| ) |
const |
|
inline |
Definition at line 73 of file kws-search.cc.
74 return fst::MAP_COPY_SYMBOLS;
◆ operator()()
Definition at line 59 of file kws-search.cc.
60 return ToArc(arc.ilabel,
62 (arc.weight == FromWeight::Zero() ?
65 StdLStdWeight::One())),
KwsLexicographicArc ToArc
KwsLexicographicWeight ToWeight
◆ OutputSymbolsAction()
fst::MapSymbolsAction OutputSymbolsAction |
( |
| ) |
const |
|
inline |
Definition at line 77 of file kws-search.cc.
78 return fst::MAP_COPY_SYMBOLS;
◆ Properties()
uint64 Properties |
( |
uint64 |
props | ) |
const |
|
inline |
The documentation for this class was generated from the following file: