#include <trie.hh>

Public Member Functions | |
| UnigramPointer (const ProbBackoff &to) | |
| UnigramPointer () | |
| bool | Found () const |
| float | Prob () const |
| float | Backoff () const |
| float | Rest () const |
Definition at line 28 of file trie.hh.
| lm::ngram::trie::UnigramPointer::UnigramPointer | ( | const ProbBackoff & | to | ) | [inline, explicit] |
| float lm::ngram::trie::UnigramPointer::Backoff | ( | ) | const [inline] |
| bool lm::ngram::trie::UnigramPointer::Found | ( | ) | const [inline] |
| float lm::ngram::trie::UnigramPointer::Prob | ( | ) | const [inline] |
Definition at line 36 of file trie.hh.
References lm::ProbBackoff::prob.
Referenced by Rest().

| float lm::ngram::trie::UnigramPointer::Rest | ( | ) | const [inline] |
1.5.9