FST
openfst-1.8.2.post1
OpenFst Library
|
#include <string>
#include <utility>
#include <vector>
#include <fstream>
#include <fst/test-properties.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, bool allow_negative=false) |
template<typename Label > | |
bool | fst::WriteLabelTriples (const std::string &source, const std::vector< std::pair< Label, Label >> &pairs, const std::vector< Label > &assignments) |