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:
Diffstat (limited to 'moses/AlignmentInfo.h')
-rw-r--r--moses/AlignmentInfo.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/moses/AlignmentInfo.h b/moses/AlignmentInfo.h
index c74ff340c..50a4bf550 100644
--- a/moses/AlignmentInfo.h
+++ b/moses/AlignmentInfo.h
@@ -26,7 +26,7 @@
#include <cstdlib>
#include <boost/functional/hash.hpp>
-
+#include "TypeDef.h"
namespace Moses
{
@@ -83,7 +83,8 @@ public:
return m_collection.size();
}
- std::vector< const std::pair<size_t,size_t>* > GetSortedAlignments() const;
+ std::vector< const std::pair<size_t,size_t>* >
+ GetSortedAlignments(WordAlignmentSort SortOrder) const;
std::vector<size_t> GetSourceIndex2PosMap() const;