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/Hypothesis.h
parent69453f0a8b1d3a7fdea2f1a044883e72e4ae543a (diff)
delete PhraseDictionaryMemory. Fix word penalty in compact phrase table
Diffstat (limited to 'moses/Hypothesis.h')
-rw-r--r--moses/Hypothesis.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/Hypothesis.h b/moses/Hypothesis.h
index 27de9fb75..20891d8b2 100644
--- a/moses/Hypothesis.h
+++ b/moses/Hypothesis.h
@@ -31,7 +31,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "WordsBitmap.h"
#include "Sentence.h"
#include "Phrase.h"
-#include "moses/TranslationModel/PhraseDictionaryMemory.h"
#include "GenerationDictionary.h"
#include "ScoreComponentCollection.h"
#include "InputType.h"