FST
openfst-1.8.2
OpenFst Library
|
#include <ngram-fst.h>
Public Types | |
typedef A::Label | Label |
typedef A::StateId | StateId |
typedef A::Weight | Weight |
Public Member Functions | |
NGramFstInst () | |
Public Attributes | |
StateId | state_ |
size_t | num_futures_ |
size_t | offset_ |
size_t | node_ |
StateId | node_state_ |
std::vector< Label > | context_ |
StateId | context_state_ |
Definition at line 52 of file ngram-fst.h.
typedef A::Label fst::NGramFstInst< A >::Label |
Definition at line 53 of file ngram-fst.h.
typedef A::StateId fst::NGramFstInst< A >::StateId |
Definition at line 54 of file ngram-fst.h.
typedef A::Weight fst::NGramFstInst< A >::Weight |
Definition at line 55 of file ngram-fst.h.
|
inline |
Definition at line 63 of file ngram-fst.h.
std::vector<Label> fst::NGramFstInst< A >::context_ |
Definition at line 61 of file ngram-fst.h.
StateId fst::NGramFstInst< A >::context_state_ |
Definition at line 62 of file ngram-fst.h.
size_t fst::NGramFstInst< A >::node_ |
Definition at line 59 of file ngram-fst.h.
StateId fst::NGramFstInst< A >::node_state_ |
Definition at line 60 of file ngram-fst.h.
size_t fst::NGramFstInst< A >::num_futures_ |
Definition at line 57 of file ngram-fst.h.
size_t fst::NGramFstInst< A >::offset_ |
Definition at line 58 of file ngram-fst.h.
StateId fst::NGramFstInst< A >::state_ |
Definition at line 56 of file ngram-fst.h.