FST
openfst-1.8.4
OpenFst Library
|
#include <cstddef>
#include <istream>
#include <string>
#include <utility>
#include <vector>
#include <fst/log.h>
#include <fstream>
#include <fst/util.h>
#include <string_view>
Go to the source code of this file.
Namespaces | |
fst | |
Functions | |
template<typename Label > | |
bool | fst::ReadLabelTriples (const std::string &source, std::vector< std::pair< Label, Label >> *pairs, std::vector< Label > *assignments) |
template<typename Label > | |
bool | fst::WriteLabelTriples (const std::string &source, const std::vector< std::pair< Label, Label >> &pairs, const std::vector< Label > &assignments) |