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>2014-05-01 18:10:16 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-05-01 18:10:16 +0400
commitd4b270e7963d87e8133e66c4d52c9697121cd3d8 (patch)
treea2d77b9f189f9584b158694c7a4f925161ed8f37 /moses/TranslationOptionCollectionLattice.h
parent1465cf94b7af831a56229fc00481b3bc54803857 (diff)
redo creation of input paths for lattices. Should redo OOV handling as phrase-table
Diffstat (limited to 'moses/TranslationOptionCollectionLattice.h')
-rw-r--r--moses/TranslationOptionCollectionLattice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/TranslationOptionCollectionLattice.h b/moses/TranslationOptionCollectionLattice.h
index 3e09954c7..dd38340f8 100644
--- a/moses/TranslationOptionCollectionLattice.h
+++ b/moses/TranslationOptionCollectionLattice.h
@@ -33,6 +33,7 @@ public:
, size_t graphInd); // do not implement
protected:
+ void Extend(const InputPath &prevPath, const WordLattice &input);
};