Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/giza-pp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GIZA++-v2/AlignTables.h')
-rw-r--r--GIZA++-v2/AlignTables.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/GIZA++-v2/AlignTables.h b/GIZA++-v2/AlignTables.h
index 773b172..0daa2c3 100644
--- a/GIZA++-v2/AlignTables.h
+++ b/GIZA++-v2/AlignTables.h
@@ -35,12 +35,6 @@ USA.
//#include <vector>
#include "Vector.h"
#include <utility>
-#if __GNUC__>2
-#include <ext/hash_map>
-using __gnu_cxx::hash_map;
-#else
-#include <hash_map>
-#endif
#include <math.h>
#include <fstream>
#include "transpair_model1.h"
@@ -116,7 +110,7 @@ public:
LogProb getValue(Vector<WordIndex>&)const; // retrieve prob. of alignment
inline void clear(void){ a.clear();}; // clear hash table
// void printTable(const char* filename);
- inline void resize(WordIndex n) {a.resize(n);}; // resize table
+ //inline void resize(WordIndex n) {a.resize(n);}; // resize table
};