FST
openfst-1.8.4
OpenFst Library
|
#include <linear-fst-data-builder.h>
Public Types | |
typedef A::Label | Label |
typedef A::Weight | Weight |
Public Member Functions | |
FeatureGroupBuilder (size_t future_size, const SymbolTable *fsyms, const SymbolTable *osyms) | |
bool | Error () const |
bool | AddWeight (const std::vector< Label > &input, const std::vector< Label > &output, Weight weight) |
FeatureGroup< A > * | Dump (size_t max_future_size) |
Definition at line 45 of file linear-fst-data-builder.h.
typedef A::Label fst::FeatureGroupBuilder< A >::Label |
Definition at line 255 of file linear-fst-data-builder.h.
typedef A::Weight fst::FeatureGroupBuilder< A >::Weight |
Definition at line 256 of file linear-fst-data-builder.h.
|
inline |
Definition at line 260 of file linear-fst-data-builder.h.
bool fst::FeatureGroupBuilder< A >::AddWeight | ( | const std::vector< Label > & | input, |
const std::vector< Label > & | output, | ||
Weight | weight | ||
) |
Definition at line 684 of file linear-fst-data-builder.h.
FeatureGroup< A > * fst::FeatureGroupBuilder< A >::Dump | ( | size_t | max_future_size | ) |
Definition at line 811 of file linear-fst-data-builder.h.
|
inline |
Definition at line 271 of file linear-fst-data-builder.h.