#include <iostream>#include <fstream>#include <cassert>#include <cstdlib>#include <string>#include <queue>#include <map>#include <cmath>Go to the source code of this file.
Classes | |
| class | MosesTraining::Vocabulary |
| class | MosesTraining::PhraseTable |
| class | MosesTraining::TTable |
| class | MosesTraining::DTable |
Namespaces | |
| namespace | MosesTraining |
Typedefs | |
| typedef std::string | MosesTraining::WORD |
| typedef unsigned int | MosesTraining::WORD_ID |
| typedef std::vector< WORD_ID > | MosesTraining::PHRASE |
| typedef unsigned int | MosesTraining::PHRASE_ID |
| typedef std::vector< std::pair < PHRASE_ID, double > > | MosesTraining::PHRASEPROBVEC |
1.5.9