FST
openfst-1.8.1
OpenFst Library
|
#include <string>
#include <fst/types.h>
#include <fst/log.h>
#include <fst/compose.h>
#include <fst/determinize.h>
#include <fst/encode.h>
#include <fst/epsnormalize.h>
#include <fst/project.h>
#include <fst/push.h>
#include <fst/queue.h>
#include <fst/rational.h>
#include <fst/string.h>
#include <fst/script/arcsort.h>
#include <fst/script/map.h>
#include <fst/script/script-impl.h>
Go to the source code of this file.
Namespaces | |
fst | |
fst::script | |
Functions | |
bool | fst::script::GetArcSortType (const std::string &str, ArcSortType *sort_type) |
ClosureType | fst::script::GetClosureType (bool closure_plus) |
bool | fst::script::GetComposeFilter (const std::string &str, ComposeFilter *compose_filter) |
bool | fst::script::GetDeterminizeType (const std::string &str, DeterminizeType *det_type) |
uint8 | fst::script::GetEncodeFlags (bool encode_labels, bool encode_weights) |
EpsNormalizeType | fst::script::GetEpsNormalizeType (bool eps_norm_output) |
bool | fst::script::GetMapType (const std::string &str, MapType *map_type) |
bool | fst::script::GetProjectType (const std::string &str, ProjectType *project_type) |
uint8 | fst::script::GetPushFlags (bool push_weights, bool push_labels, bool remove_total_weight, bool remove_common_affix) |
bool | fst::script::GetQueueType (const std::string &str, QueueType *queue_type) |
bool | fst::script::GetRandArcSelection (const std::string &str, RandArcSelection *ras) |
bool | fst::script::GetReplaceLabelType (const std::string &str, bool epsilon_on_replace, ReplaceLabelType *rlt) |
ReweightType | fst::script::GetReweightType (bool to_final) |
bool | fst::script::GetTokenType (const std::string &str, TokenType *token_type) |