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-10-02 23:02:05 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-10-02 23:02:05 +0400
commitf2d218f8ee5a5273451337c921046fc5e4c1a658 (patch)
tree10badcde46882f382296549ef9c1cecd0cd3af4a /moses/WordLattice.cpp
parent6e32bd3e19db20bb7e8c3034fc0056c937b435b6 (diff)
move checking of legacy phrase-table to StaticData
Diffstat (limited to 'moses/WordLattice.cpp')
-rw-r--r--moses/WordLattice.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/WordLattice.cpp b/moses/WordLattice.cpp
index 4e81b13e3..90f16b3d0 100644
--- a/moses/WordLattice.cpp
+++ b/moses/WordLattice.cpp
@@ -5,6 +5,7 @@
#include "Util.h"
#include "FloydWarshall.h"
#include "TranslationOptionCollectionLattice.h"
+#include "TranslationOptionCollectionConfusionNet.h"
#include "moses/FF/InputFeature.h"
#include "util/check.hh"
@@ -214,6 +215,7 @@ WordLattice::CreateTranslationOptionCollection() const
return rv;
}
+
std::ostream& operator<<(std::ostream &out, const WordLattice &obj)
{
out << "next_nodes=";