FST
openfst-1.8.4
OpenFst Library
|
#include <pdtscript.h>
Public Member Functions | |
PdtShortestPathOptions (QueueType qt=FIFO_QUEUE, bool kp=false, bool gc=true) | |
Public Attributes | |
QueueType | queue_type |
bool | keep_parentheses |
bool | path_gc |
Definition at line 185 of file pdtscript.h.
|
inlineexplicit |
Definition at line 190 of file pdtscript.h.
bool fst::script::PdtShortestPathOptions::keep_parentheses |
Definition at line 187 of file pdtscript.h.
bool fst::script::PdtShortestPathOptions::path_gc |
Definition at line 188 of file pdtscript.h.
QueueType fst::script::PdtShortestPathOptions::queue_type |
Definition at line 186 of file pdtscript.h.