FST
openfst-1.8.2
OpenFst Library
|
Go to the source code of this file.
Namespaces | |
fst | |
fst::script | |
Functions | |
bool | fst::script::GetArcFilterType (std::string_view str, ArcFilterType *arc_filter_type) |
bool | fst::script::GetArcSortType (std::string_view str, ArcSortType *sort_type) |
bool | fst::script::GetClosureType (std::string_view str, ClosureType *closure_type) |
bool | fst::script::GetComposeFilter (std::string_view str, ComposeFilter *compose_filter) |
bool | fst::script::GetDeterminizeType (std::string_view str, DeterminizeType *det_type) |
bool | fst::script::GetEpsNormalizeType (std::string_view str, EpsNormalizeType *eps_norm_type) |
bool | fst::script::GetMapType (std::string_view str, MapType *map_type) |
bool | fst::script::GetProjectType (std::string_view str, ProjectType *project_type) |
bool | fst::script::GetRandArcSelection (std::string_view str, RandArcSelection *ras) |
bool | fst::script::GetQueueType (std::string_view str, QueueType *queue_type) |
bool | fst::script::GetReplaceLabelType (std::string_view str, bool epsilon_on_replace, ReplaceLabelType *rlt) |
bool | fst::script::GetReweightType (std::string_view str, ReweightType *reweight_type) |
bool | fst::script::GetTokenType (std::string_view str, TokenType *token_type) |