FST
openfst-1.8.4
OpenFst Library
|
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <memory>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include <fst/cache.h>
#include <fst/fst.h>
#include <fst/impl-to-fst.h>
#include <fst/mutable-fst.h>
#include <fst/properties.h>
#include <unordered_map>
#include <unordered_set>
Go to the source code of this file.
Namespaces | |
fst | |
fst::internal | |
Typedefs | |
using | fst::SynchronizeFstOptions = CacheOptions |
Functions | |
template<class Arc > | |
void | fst::Synchronize (const Fst< Arc > &ifst, MutableFst< Arc > *ofst) |