|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
#include <model.hh>
Public Member Functions | |
| bool | operator== (const State &other) const |
| int | Compare (const State &other) const |
| void | ZeroRemaining () |
| unsigned char | ValidLength () const |
Public Attributes | |
| WordIndex | history_ [kMaxOrder-1] |
| float | backoff_ [kMaxOrder-1] |
| unsigned char | valid_length_ |
| int lm::ngram::State::Compare | ( | const State & | other | ) | const |
| bool lm::ngram::State::operator== | ( | const State & | other | ) | const |
| unsigned char lm::ngram::State::ValidLength | ( | ) | const |
| void lm::ngram::State::ZeroRemaining | ( | ) |
| float lm::ngram::State::backoff_[kMaxOrder-1] |
| unsigned char lm::ngram::State::valid_length_ |