Definition at line 55 of file const-arpa-lm.cc.
◆ LmState()
◆ AddChild() [1/2]
◆ AddChild() [2/2]
void AddChild |
( |
const int32 |
word, |
|
|
const float |
child_prob |
|
) |
| |
|
inline |
◆ BackoffLogprob()
float BackoffLogprob |
( |
| ) |
const |
|
inline |
◆ GetChild()
Definition at line 120 of file const-arpa-lm.cc.
References KALDI_ASSERT.
std::vector< std::pair< int32, union ChildType > > children_
#define KALDI_ASSERT(cond)
◆ IsChildFinalOrder()
bool IsChildFinalOrder |
( |
| ) |
const |
|
inline |
◆ IsLeaf()
Definition at line 131 of file const-arpa-lm.cc.
std::vector< std::pair< int32, union ChildType > > children_
◆ IsUnigram()
◆ Logprob()
◆ MemSize()
Definition at line 137 of file const-arpa-lm.cc.
std::vector< std::pair< int32, union ChildType > > children_
◆ MyAddress()
int64 MyAddress |
( |
| ) |
const |
|
inline |
◆ NumChildren()
int32 NumChildren |
( |
| ) |
const |
|
inline |
Definition at line 116 of file const-arpa-lm.cc.
std::vector< std::pair< int32, union ChildType > > children_
◆ SetMyAddress()
void SetMyAddress |
( |
const int64 |
address | ) |
|
|
inline |
◆ SortChildren()
Definition at line 126 of file const-arpa-lm.cc.
std::vector< std::pair< int32, union ChildType > > children_
◆ backoff_logprob_
◆ children_
◆ is_child_final_order_
bool is_child_final_order_ |
|
private |
◆ is_unigram_
◆ logprob_
◆ my_address_
The documentation for this class was generated from the following file: