FST
openfst-1.8.4
OpenFst Library
|
#include <cstdint>
#include <vector>
#include <fst/log.h>
#include <fst/fst.h>
#include <fst/mutable-fst.h>
#include <fst/properties.h>
#include <fst/util.h>
#include <fst/weight.h>
Go to the source code of this file.
Namespaces | |
fst | |
Enumerations | |
enum | fst::ReweightType { fst::REWEIGHT_TO_INITIAL, fst::REWEIGHT_TO_FINAL } |
Functions | |
template<class Arc > | |
void | fst::Reweight (MutableFst< Arc > *fst, const std::vector< typename Arc::Weight > &potential, ReweightType type) |