FST
openfst-1.8.2.post1
OpenFst Library
|
#include <fst/extensions/mpdt/mpdtscript.h>
#include <cstdint>
#include <string>
#include <utility>
#include <vector>
#include <fst/extensions/mpdt/compose.h>
#include <fst/extensions/mpdt/expand.h>
#include <fst/extensions/mpdt/reverse.h>
#include <fst/script/script-impl.h>
Go to the source code of this file.
Namespaces | |
fst | |
fst::script | |
Functions | |
void | fst::script::Compose (const FstClass &ifst1, const FstClass &ifst2, const std::vector< std::pair< int64_t, int64_t >> &parens, const std::vector< int64_t > &assignments, MutableFstClass *ofst, const MPdtComposeOptions &copts, bool left_pdt) |
fst::script::REGISTER_FST_OPERATION_3ARCS (Compose, MPdtComposeArgs) | |
void | fst::script::Expand (const FstClass &ifst, const std::vector< std::pair< int64_t, int64_t >> &parens, const std::vector< int64_t > &assignments, MutableFstClass *ofst, const MPdtExpandOptions &opts) |
fst::script::REGISTER_FST_OPERATION_3ARCS (Expand, MPdtExpandArgs) | |
void | fst::script::Expand (const FstClass &ifst, const std::vector< std::pair< int64_t, int64_t >> &parens, const std::vector< int64_t > &assignments, MutableFstClass *ofst, bool connect) |
void | fst::script::Reverse (const FstClass &ifst, const std::vector< std::pair< int64_t, int64_t >> &parens, std::vector< int64_t > *assignments, MutableFstClass *ofst) |
fst::script::REGISTER_FST_OPERATION_3ARCS (Reverse, MPdtReverseArgs) | |
void | fst::script::Info (const FstClass &ifst, const std::vector< std::pair< int64_t, int64_t >> &parens, const std::vector< int64_t > &assignments) |
fst::script::REGISTER_FST_OPERATION_3ARCS (Info, MPdtInfoArgs) | |