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-12 22:44:31 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-05-12 22:44:31 +0400
commit6c9bc9f9887f27fab799bb42dad9f2df2ec96b34 (patch)
tree4cb12020d15a9ae50cd7413e9dcec7bee45ea72a /moses/ChartTranslationOptionList.h
parent5f7c424f7f2aca44768655b245e5bead0e336cbd (diff)
delete chart translation option if -inf score. Add FF MaxSpanFreeNonTermSource to use it
Diffstat (limited to 'moses/ChartTranslationOptionList.h')
-rw-r--r--moses/ChartTranslationOptionList.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/ChartTranslationOptionList.h b/moses/ChartTranslationOptionList.h
index d62a89ab3..dcf4f1c4e 100644
--- a/moses/ChartTranslationOptionList.h
+++ b/moses/ChartTranslationOptionList.h
@@ -78,6 +78,8 @@ private:
float m_thresholdScore;
};
+ void SwapTranslationOptions(size_t a, size_t b);
+
CollType m_collection;
size_t m_size;
float m_scoreThreshold;