summaryrefslogtreecommitdiff
path: root/utils/synutils/tsuruoka_maxent.h
diff options
context:
space:
mode:
authorWu, Ke <wuke@cs.umd.edu>2014-10-07 17:41:19 -0400
committerWu, Ke <wuke@cs.umd.edu>2014-10-07 17:41:19 -0400
commitebeda1e75c77dd9044f1b9902770896e3009ae55 (patch)
treeea4226f46e1239f721a63cb834f544345361ca98 /utils/synutils/tsuruoka_maxent.h
parent93c444e643e76fe18f852ce07635850e963eea16 (diff)
Make synutils compile
Diffstat (limited to 'utils/synutils/tsuruoka_maxent.h')
-rw-r--r--utils/synutils/tsuruoka_maxent.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/utils/synutils/tsuruoka_maxent.h b/utils/synutils/tsuruoka_maxent.h
index b5a87404..89b06b97 100644
--- a/utils/synutils/tsuruoka_maxent.h
+++ b/utils/synutils/tsuruoka_maxent.h
@@ -7,19 +7,19 @@
#define TSURUOKA_MAXENT_H_
#include "utility.h"
-#include "stringlib.h"
-#include "maxent-3.0/maxent.h"
+#include "utils/stringlib.h"
+#include "utils/synutils/maxent-3.0/maxent.h"
#include <assert.h>
#include <vector>
#include <string>
#include <string.h>
-#include <tr1/unordered_map>
+#include <unordered_map>
using namespace std;
-typedef std::tr1::unordered_map<std::string, int> Map;
-typedef std::tr1::unordered_map<std::string, int>::iterator Iterator;
+typedef std::unordered_map<std::string, int> Map;
+typedef std::unordered_map<std::string, int>::iterator Iterator;
struct Tsuruoka_Maxent {
Tsuruoka_Maxent(const char* pszModelFName) {