FST
openfst-1.8.4
OpenFst Library
|
#include <linear-fst-data.h>
Classes | |
struct | InputOutputLabel |
struct | InputOutputLabelHash |
Public Types | |
typedef A::Label | Label |
typedef A::Weight | Weight |
Public Member Functions | |
int | Start () const |
int | Walk (int cur, Label ilabel, Label olabel, Weight *weight) const |
Weight | FinalWeight (int trie_state) const |
std::ostream & | Write (std::ostream &strm) const |
size_t | Delay () const |
std::string | Stats () const |
Static Public Member Functions | |
static FeatureGroup< A > * | Read (std::istream &strm) |
Friends | |
class | FeatureGroupBuilder< A > |
Definition at line 42 of file linear-fst-data.h.
typedef A::Label fst::FeatureGroup< A >::Label |
Definition at line 302 of file linear-fst-data.h.
typedef A::Weight fst::FeatureGroup< A >::Weight |
Definition at line 303 of file linear-fst-data.h.
|
inline |
Definition at line 343 of file linear-fst-data.h.
|
inline |
Definition at line 314 of file linear-fst-data.h.
|
inlinestatic |
Definition at line 318 of file linear-fst-data.h.
|
inline |
Definition at line 305 of file linear-fst-data.h.
|
inline |
Definition at line 479 of file linear-fst-data.h.
int fst::FeatureGroup< A >::Walk | ( | int | cur, |
Label | ilabel, | ||
Label | olabel, | ||
Weight * | weight | ||
) | const |
Definition at line 436 of file linear-fst-data.h.
|
inline |
Definition at line 335 of file linear-fst-data.h.
|
friend |
Definition at line 300 of file linear-fst-data.h.