FST
openfst-1.8.4
OpenFst Library
|
#include <replace.h>
Public Types | |
using | Label = typename Arc::Label |
Public Member Functions | |
PdtReplaceOptions (Label root, PdtParserType type=PdtParserType::LEFT, Label start_paren_labels=kNoLabel, std::string left_paren_prefix="(_", std::string right_paren_prefix=")_") | |
Public Attributes | |
Label | root |
PdtParserType | type |
Label | start_paren_labels |
const std::string | left_paren_prefix |
const std::string | right_paren_prefix |
using fst::PdtReplaceOptions< Arc >::Label = typename Arc::Label |
|
inlineexplicit |
const std::string fst::PdtReplaceOptions< Arc >::left_paren_prefix |
const std::string fst::PdtReplaceOptions< Arc >::right_paren_prefix |
Label fst::PdtReplaceOptions< Arc >::root |
Label fst::PdtReplaceOptions< Arc >::start_paren_labels |
PdtParserType fst::PdtReplaceOptions< Arc >::type |