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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieu@hoang.co.uk>2013-04-26 18:55:32 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-04-26 18:55:32 +0400
commit83494418e2db859466f399f54117deb81207da5e (patch)
tree40487aef704091137b3169b63ad542ebc77e070f /moses/DecodeStep.cpp
parent69453f0a8b1d3a7fdea2f1a044883e72e4ae543a (diff)
delete PhraseDictionaryMemory. Fix word penalty in compact phrase table
Diffstat (limited to 'moses/DecodeStep.cpp')
-rw-r--r--moses/DecodeStep.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/DecodeStep.cpp b/moses/DecodeStep.cpp
index 0bb71a6eb..b9745ff39 100644
--- a/moses/DecodeStep.cpp
+++ b/moses/DecodeStep.cpp
@@ -20,7 +20,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
***********************************************************************/
#include "DecodeStep.h"
-#include "moses/TranslationModel/PhraseDictionaryMemory.h"
#include "GenerationDictionary.h"
#include "StaticData.h"