FST
openfst-1.8.2
OpenFst Library
|
Go to the source code of this file.
Namespaces | |
fst | |
Functions | |
template<class Label > | |
bool | fst::ByteStringToLabels (std::string_view str, std::vector< Label > *labels) |
template<class Label > | |
bool | fst::UTF8StringToLabels (std::string_view str, std::vector< Label > *labels) |
template<class Label > | |
bool | fst::LabelsToByteString (const std::vector< Label > &labels, std::string *str) |
template<class Label > | |
bool | fst::LabelsToUTF8String (const std::vector< Label > &labels, std::string *str) |