Cambridge SMT System
RefsData.h File Reference
#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"
Include dependency graph for RefsData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RefsData
 
class  IntegerEncRefs
 

Typedefs

typedef unordered_map< NGram, unsigned int, hashfvecint64, hasheqvecint64NGramToCountMap
 
typedef vector< RefsDataRefsDataIndex
 

Functions

ostream & operator<< (ostream &o, const Sentence &s)
 

Typedef Documentation

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.

Function Documentation

ostream& operator<< ( ostream &  o,
const Sentence s 
)