FST
openfst-1.8.2.post1
OpenFst Library
|
#include <cstdint>
#include <memory>
#include <utility>
#include <vector>
#include <fst/flags.h>
#include <fst/log.h>
#include <fst/add-on.h>
#include <fst/const-fst.h>
#include <fst/fst.h>
#include <fst/label-reachable.h>
#include <fst/matcher.h>
Go to the source code of this file.
Namespaces | |
fst | |
Functions | |
DECLARE_string (save_relabel_ipairs) | |
DECLARE_string (save_relabel_opairs) | |
template<class Reachable , class FST , class Data > | |
void | fst::RelabelForReachable (FST *fst, const Data &data, const std::string &save_relabel_ipairs, const std::string &save_relabel_opairs) |
Variables | |
constexpr uint32_t | fst::kInputLookAheadMatcher = 0x00000010 |
constexpr uint32_t | fst::kOutputLookAheadMatcher = 0x00000020 |
constexpr uint32_t | fst::kLookAheadWeight = 0x00000040 |
constexpr uint32_t | fst::kLookAheadPrefix = 0x00000080 |
constexpr uint32_t | fst::kLookAheadNonEpsilons = 0x00000100 |
constexpr uint32_t | fst::kLookAheadEpsilons = 0x00000200 |
constexpr uint32_t | fst::kLookAheadNonEpsilonPrefix = 0x00000400 |
constexpr uint32_t | fst::kLookAheadKeepRelabelData = 0x00000800 |
constexpr uint32_t | fst::kLookAheadFlags = 0x00000ff0 |
DECLARE_string | ( | save_relabel_ipairs | ) |
DECLARE_string | ( | save_relabel_opairs | ) |