FST
openfst-1.8.2
OpenFst Library
|
#include <cstdint>
#include <iostream>
#include <memory>
#include <ostream>
#include <string>
#include <utility>
#include <vector>
#include <fst/log.h>
#include <fst/arc-map.h>
#include <fstream>
#include <fst/properties.h>
#include <fst/rmfinalepsilon.h>
#include <fst/util.h>
#include <unordered_map>
Go to the source code of this file.
Namespaces | |
fst | |
fst::internal | |
Typedefs | |
using | fst::StdEncodeFst = EncodeFst< StdArc > |
using | fst::StdDecodeFst = DecodeFst< StdArc > |
Enumerations | |
enum | fst::EncodeType { fst::ENCODE = 1, fst::DECODE = 2 } |
Functions | |
template<class Arc > | |
void | fst::Encode (MutableFst< Arc > *fst, EncodeMapper< Arc > *mapper) |
template<class Arc > | |
void | fst::Decode (MutableFst< Arc > *fst, const EncodeMapper< Arc > &mapper) |
Variables | |
constexpr uint8_t | fst::kEncodeLabels = 0x01 |
constexpr uint8_t | fst::kEncodeWeights = 0x02 |
constexpr uint8_t | fst::kEncodeFlags = 0x03 |
constexpr uint8_t | fst::internal::kEncodeHasISymbols = 0x04 |
constexpr uint8_t | fst::internal::kEncodeHasOSymbols = 0x08 |
constexpr int32_t | fst::internal::kEncodeMagicNumber = 2128178506 |