FST
openfst-1.8.4
OpenFst Library
|
#include <fst/script/text-io.h>
#include <sys/types.h>
#include <cstddef>
#include <iostream>
#include <ostream>
#include <string>
#include <vector>
#include <fst/log.h>
#include <fstream>
#include <fst/util.h>
#include <fst/script/weight-class.h>
#include <string_view>
Go to the source code of this file.
Namespaces | |
fst | |
fst::script | |
Functions | |
bool | fst::script::ReadPotentials (std::string_view weight_type, const std::string &source, std::vector< WeightClass > *potentials) |
bool | fst::script::WritePotentials (const std::string &source, const std::vector< WeightClass > &potentials) |