FST
openfst-1.7.1
OpenFst Library
|
#include <memory>
#include <sstream>
#include <string>
#include <vector>
#include <fst/flags.h>
#include <fst/log.h>
#include <fst/compact-fst.h>
#include <fst/icu.h>
#include <fst/mutable-fst.h>
#include <fst/util.h>
Go to the source code of this file.
Classes | |
class | fst::StringCompiler< Arc > |
class | fst::StringPrinter< Arc > |
Namespaces | |
fst | |
fst::internal | |
Enumerations | |
enum | fst::StringTokenType { fst::SYMBOL = 1, fst::BYTE = 2, fst::UTF8 = 3 } |
Functions | |
DECLARE_string (fst_field_separator) | |
template<class Label > | |
bool | fst::internal::ConvertSymbolToLabel (const char *str, const SymbolTable *syms, Label unknown_label, bool allow_negative, Label *output) |
template<class Label > | |
bool | fst::internal::ConvertStringToLabels (const string &str, StringTokenType token_type, const SymbolTable *syms, Label unknown_label, bool allow_negative, std::vector< Label > *labels) |
DECLARE_string | ( | fst_field_separator | ) |