#include <value.hh>


Public Member Functions | |
| GenericTrieUnigramProxy (const Weights &to) | |
| GenericTrieUnigramProxy () | |
| bool | Found () const |
| float | Prob () const |
| float | Backoff () const |
| float | Rest () const |
Protected Attributes | |
| const Weights * | to_ |
Definition at line 44 of file value.hh.
| lm::ngram::GenericTrieUnigramProxy< Weights >::GenericTrieUnigramProxy | ( | const Weights & | to | ) | [inline, explicit] |
| lm::ngram::GenericTrieUnigramProxy< Weights >::GenericTrieUnigramProxy | ( | ) | [inline] |
| float lm::ngram::GenericTrieUnigramProxy< Weights >::Backoff | ( | ) | const [inline] |
| bool lm::ngram::GenericTrieUnigramProxy< Weights >::Found | ( | ) | const [inline] |
| float lm::ngram::GenericTrieUnigramProxy< Weights >::Prob | ( | ) | const [inline] |
Definition at line 51 of file value.hh.
Referenced by lm::ngram::GenericTrieUnigramProxy< Weights >::Rest().

| float lm::ngram::GenericTrieUnigramProxy< Weights >::Rest | ( | ) | const [inline] |
Reimplemented in lm::ngram::BackoffValue::TrieUnigramProxy, and lm::ngram::RestValue::TrieUnigramProxy.
const Weights* lm::ngram::GenericTrieUnigramProxy< Weights >::to_ [protected] |
Definition at line 56 of file value.hh.
Referenced by lm::ngram::GenericTrieUnigramProxy< Weights >::Backoff(), lm::ngram::GenericTrieUnigramProxy< Weights >::Found(), and lm::ngram::GenericTrieUnigramProxy< Weights >::Prob().
1.5.9