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-07-09 17:19:35 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-07-09 17:19:35 +0400
commit5f9d0a85f5ee88069d5ceb976f57a5fc97c903b7 (patch)
tree896b838c0abaa5e507dcd8b4b611b55d4ea22f77 /moses/InputPath.h
parent9a22019aaba93d10392376540bf8cd27c9d3676b (diff)
rename vector<InputPath> to InputPathList. Pass regression tests
Diffstat (limited to 'moses/InputPath.h')
-rw-r--r--moses/InputPath.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/moses/InputPath.h b/moses/InputPath.h
index e18ea62e7..63f09bfa1 100644
--- a/moses/InputPath.h
+++ b/moses/InputPath.h
@@ -2,6 +2,7 @@
#include <map>
#include <iostream>
+#include <list>
#include "Phrase.h"
#include "WordsRange.h"
@@ -12,6 +13,9 @@ class PhraseDictionary;
class TargetPhraseCollection;
class ScoreComponentCollection;
+class InputPath;
+typedef std::list<InputPath*> InputPathList;
+
/** Each node contains
1. substring used to searching the phrase table
2. the source range it covers