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:
authorUlrich Germann <ugermann@inf.ed.ac.uk>2015-03-21 18:22:12 +0300
committerUlrich Germann <ugermann@inf.ed.ac.uk>2015-03-21 18:29:37 +0300
commitee4e396a4dc64627c284dee5f26114b57e44b564 (patch)
tree880cead0ac9957088b14edb77ed141bfd04457df /moses/WordLattice.cpp
parentfd56ba6afb31c7316d0c3859809d1d901d804dc3 (diff)
Removed pointer to TranslationTask in InputTypes again. Not the right place to store this information.
Diffstat (limited to 'moses/WordLattice.cpp')
-rw-r--r--moses/WordLattice.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/moses/WordLattice.cpp b/moses/WordLattice.cpp
index 337ce0bf8..d377c1858 100644
--- a/moses/WordLattice.cpp
+++ b/moses/WordLattice.cpp
@@ -10,8 +10,7 @@
namespace Moses
{
-WordLattice::WordLattice(TranslationTask const* ttask)
- : ConfusionNet(ttask)
+WordLattice::WordLattice() : ConfusionNet()
{
UTIL_THROW_IF2(&InputFeature::Instance() == NULL,
"Input feature must be specified");