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 21:42:56 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-10-02 21:42:56 +0400
commit6e32bd3e19db20bb7e8c3034fc0056c937b435b6 (patch)
treebf5fd5a134b3f8da47b873cb0d385998ca3dab70 /moses/WordLattice.h
parent1b12b0c4a24ffd78a08dd0053739b6497b8ce990 (diff)
correct creation of input paths for lattices
Diffstat (limited to 'moses/WordLattice.h')
-rw-r--r--moses/WordLattice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/WordLattice.h b/moses/WordLattice.h
index 3686281fd..816720667 100644
--- a/moses/WordLattice.h
+++ b/moses/WordLattice.h
@@ -45,6 +45,8 @@ public:
const std::vector<size_t> &GetNextNodes(size_t pos) const
{ return next_nodes[pos]; }
+ TranslationOptionCollection *CreateTranslationOptionCollection() const;
+
};
}