#include <iostream>#include <fstream>#include <cstring>#include <cmath>#include <climits>#include <cfloat>#include "EST_Ngrammar.h"#include "EST_Pathname.h"#include "EST_Token.h"#include "EST_io_aux.h"
Go to the source code of this file.
Functions | |
| ostream & | operator<< (ostream &s, const EST_NgrammarState &a) |
| ostream & | operator<< (ostream &s, const EST_BackoffNgrammarState &a) |
| void | compute_backoff_weight (EST_Ngrammar *n, EST_StrVector &ngram, void *) |
| ostream & | operator<< (ostream &s, EST_Ngrammar &n) |
| void | slide (EST_IVector &v, const int l) |
| void | merge_other_grammar (EST_Ngrammar *n, EST_StrVector &ngram, void *params) |
| void | slide (EST_StrVector &v, const int l) |
Variables | |
| const EST_DiscreteProbDistribution | PSTnullProbDistribution |
| ostream& operator<< | ( | ostream & | s, |
| const EST_NgrammarState & | a | ||
| ) |
Definition at line 103 of file EST_Ngrammar.cc.
| ostream& operator<< | ( | ostream & | s, |
| const EST_BackoffNgrammarState & | a | ||
| ) |
Definition at line 474 of file EST_Ngrammar.cc.
| void compute_backoff_weight | ( | EST_Ngrammar * | n, |
| EST_StrVector & | ngram, | ||
| void * | |||
| ) |
Definition at line 1366 of file EST_Ngrammar.cc.
| ostream& operator<< | ( | ostream & | s, |
| EST_Ngrammar & | n | ||
| ) |
Definition at line 1630 of file EST_Ngrammar.cc.
| void slide | ( | EST_IVector & | v, |
| const int | l | ||
| ) |
Definition at line 2614 of file EST_Ngrammar.cc.
| void merge_other_grammar | ( | EST_Ngrammar * | n, |
| EST_StrVector & | ngram, | ||
| void * | params | ||
| ) |
Definition at line 2707 of file EST_Ngrammar.cc.
| void slide | ( | EST_StrVector & | v, |
| const int | l | ||
| ) |
Definition at line 2735 of file EST_Ngrammar.cc.
| const EST_DiscreteProbDistribution PSTnullProbDistribution |
Definition at line 55 of file EST_Ngrammar.cc.