From ef9db932aa4ce4e57ead87e965a374f580a7cac2 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Sat, 30 Jun 2012 15:43:47 +0100 Subject: add namespace to phrase-extract --- phrase-extract/tables-core.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phrase-extract/tables-core.h') diff --git a/phrase-extract/tables-core.h b/phrase-extract/tables-core.h index 1899b4d77..e239e5900 100644 --- a/phrase-extract/tables-core.h +++ b/phrase-extract/tables-core.h @@ -14,6 +14,9 @@ extern std::vector tokenize( const char*); +namespace MosesTraining +{ + typedef std::string WORD; typedef unsigned int WORD_ID; @@ -63,4 +66,6 @@ public: double get( int ); }; +} + #endif -- cgit v1.2.3