FST
openfst-1.8.4
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 64 of file ngram-fst.h.
typedef A::Label fst::NGramFstInst< A >::Label |
Definition at line 65 of file ngram-fst.h.
typedef A::StateId fst::NGramFstInst< A >::StateId |
Definition at line 66 of file ngram-fst.h.
typedef A::Weight fst::NGramFstInst< A >::Weight |
Definition at line 67 of file ngram-fst.h.
|
inline |
Definition at line 75 of file ngram-fst.h.
std::vector<Label> fst::NGramFstInst< A >::context_ |
Definition at line 73 of file ngram-fst.h.
StateId fst::NGramFstInst< A >::context_state_ |
Definition at line 74 of file ngram-fst.h.
size_t fst::NGramFstInst< A >::node_ |
Definition at line 71 of file ngram-fst.h.
StateId fst::NGramFstInst< A >::node_state_ |
Definition at line 72 of file ngram-fst.h.
size_t fst::NGramFstInst< A >::num_futures_ |
Definition at line 69 of file ngram-fst.h.
size_t fst::NGramFstInst< A >::offset_ |
Definition at line 70 of file ngram-fst.h.
StateId fst::NGramFstInst< A >::state_ |
Definition at line 68 of file ngram-fst.h.