FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::FeatureGroupBuilder< A > Class Template Reference

#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)
 

Detailed Description

template<class A>
class fst::FeatureGroupBuilder< A >

Definition at line 45 of file linear-fst-data-builder.h.

Member Typedef Documentation

template<class A >
typedef A::Label fst::FeatureGroupBuilder< A >::Label

Definition at line 255 of file linear-fst-data-builder.h.

template<class A >
typedef A::Weight fst::FeatureGroupBuilder< A >::Weight

Definition at line 256 of file linear-fst-data-builder.h.

Constructor & Destructor Documentation

template<class A >
fst::FeatureGroupBuilder< A >::FeatureGroupBuilder ( size_t  future_size,
const SymbolTable fsyms,
const SymbolTable osyms 
)
inline

Definition at line 260 of file linear-fst-data-builder.h.

Member Function Documentation

template<class A >
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.

template<class A >
FeatureGroup< A > * fst::FeatureGroupBuilder< A >::Dump ( size_t  max_future_size)

Definition at line 811 of file linear-fst-data-builder.h.

template<class A >
bool fst::FeatureGroupBuilder< A >::Error ( ) const
inline

Definition at line 271 of file linear-fst-data-builder.h.


The documentation for this class was generated from the following file: