| accumulate(const EST_StrVector &words, const double count=1) | EST_BackoffNgrammarState | |
| accumulate(const EST_IVector &words, const double count=1) | EST_BackoffNgrammarState | |
| add_child(const EST_Discrete *d, const EST_StrVector &words) | EST_BackoffNgrammarState | protected |
| add_child(const EST_Discrete *d, const EST_IVector &words) | EST_BackoffNgrammarState | protected |
| backoff_weight | EST_BackoffNgrammarState | protected |
| children | EST_BackoffNgrammarState | protected |
| clear() | EST_BackoffNgrammarState | |
| EST_BackoffNgrammarState() | EST_BackoffNgrammarState | inline |
| EST_BackoffNgrammarState(const EST_Discrete *d, int level) | EST_BackoffNgrammarState | inline |
| EST_BackoffNgrammarState(const EST_DiscreteProbDistribution &pdf, int level) | EST_BackoffNgrammarState | inline |
| EST_BackoffNgrammarState(const EST_BackoffNgrammarState &s) | EST_BackoffNgrammarState | |
| EST_BackoffNgrammarState(const EST_BackoffNgrammarState *const s) | EST_BackoffNgrammarState | |
| frequency(const EST_String &w) const | EST_BackoffNgrammarState | inline |
| frequency_of_frequencies(EST_DVector &ff) | EST_BackoffNgrammarState | |
| get_backoff_weight() const | EST_BackoffNgrammarState | inline |
| get_backoff_weight(const EST_StrVector &words) const | EST_BackoffNgrammarState | |
| get_child(const EST_String &word) const | EST_BackoffNgrammarState | inline |
| get_child(const int word) const | EST_BackoffNgrammarState | inline |
| get_state(const EST_StrVector &words) const | EST_BackoffNgrammarState | |
| init() | EST_BackoffNgrammarState | |
| init(const EST_Discrete *d, int level) | EST_BackoffNgrammarState | |
| init(const EST_DiscreteProbDistribution &pdf, int level) | EST_BackoffNgrammarState | |
| level() const | EST_BackoffNgrammarState | inline |
| most_probable(double *prob=NULL) const | EST_BackoffNgrammarState | inline |
| ngram_exists(const EST_StrVector &words, const double threshold) const | EST_BackoffNgrammarState | |
| operator<<(ostream &s, const EST_BackoffNgrammarState &a) | EST_BackoffNgrammarState | friend |
| p_level | EST_BackoffNgrammarState | protected |
| p_pdf | EST_BackoffNgrammarState | protected |
| pdf() | EST_BackoffNgrammarState | inline |
| pdf_const() const | EST_BackoffNgrammarState | inline |
| print_freqs(ostream &os, const int order, EST_String followers="") | EST_BackoffNgrammarState | |
| probability(const EST_String &w) const | EST_BackoffNgrammarState | inline |
| remove_child(EST_BackoffNgrammarState *child, const EST_String &name) | EST_BackoffNgrammarState | |
| set_backoff_weight(const EST_StrVector &words, const double w) | EST_BackoffNgrammarState | |
| zap() | EST_BackoffNgrammarState | |
| ~EST_BackoffNgrammarState() | EST_BackoffNgrammarState | |