FST
openfst-1.8.4
OpenFst Library
|
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <ios>
#include <iostream>
#include <istream>
#include <memory>
#include <ostream>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
#include <fst/log.h>
#include <fst/extensions/far/stlist.h>
#include <fst/extensions/far/sttable.h>
#include <fst/arc.h>
#include <fstream>
#include <fst/fst.h>
#include <fst/properties.h>
#include <fst/util.h>
#include <fst/vector-fst.h>
#include <string_view>
Go to the source code of this file.
Classes | |
class | fst::FarHeader |
class | fst::FarWriter< A > |
class | fst::FarReader< A > |
class | fst::FstWriter< Arc > |
class | fst::STTableFarWriter< A > |
class | fst::STListFarWriter< A > |
class | fst::FstFarWriter< A > |
class | fst::FstReader< Arc > |
class | fst::STTableFarReader< A > |
class | fst::STListFarReader< A > |
class | fst::FstFarReader< A > |
Namespaces | |
fst | |
Enumerations | |
enum | fst::FarEntryType { fst::FarEntryType::LINE, fst::FarEntryType::FILE } |
enum | fst::FarType { fst::FarType::DEFAULT = 0, fst::FarType::STTABLE = 1, fst::FarType::STLIST = 2, fst::FarType::FST = 3 } |
Functions | |
bool | fst::IsFst (std::string_view source) |