|
Cambridge SMT System
|
#include <iostream>#include <sstream>#include <vector>#include <string>#include <limits>#include <cstdlib>#include <tr1/unordered_map>#include "BleuStats.h"#include "MertHashVec.h"#include "MertCommon.h"

Go to the source code of this file.
Classes | |
| class | RefsData |
| class | IntegerEncRefs |
Typedefs | |
| typedef unordered_map< NGram, unsigned int, hashfvecint64, hasheqvecint64 > | NGramToCountMap |
| typedef vector< RefsData > | RefsDataIndex |
Functions | |
| ostream & | operator<< (ostream &o, const Sentence &s) |
| typedef unordered_map<NGram, unsigned int, hashfvecint64, hasheqvecint64> NGramToCountMap |
Definition at line 36 of file RefsData.h.
| typedef vector<RefsData> RefsDataIndex |
Definition at line 53 of file RefsData.h.
| ostream& operator<< | ( | ostream & | o, |
| const Sentence & | s | ||
| ) |