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 <hieuhoang@gmail.com>2014-12-26 10:41:52 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-26 10:41:52 +0300
commit9739b7a8a702d9c6198448fd8d473215cfacca0f (patch)
tree3b7033f1972858c43848da00d85162d5c9c1ebc0 /moses/ChartCell.cpp
parentd0807c45f28a8ebe02d119f2563bb3835a153e0f (diff)
rename ProcessSentence() to Decode()
Diffstat (limited to 'moses/ChartCell.cpp')
-rw-r--r--moses/ChartCell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ChartCell.cpp b/moses/ChartCell.cpp
index 1d84ba71b..b6241218b 100644
--- a/moses/ChartCell.cpp
+++ b/moses/ChartCell.cpp
@@ -84,7 +84,7 @@ void ChartCell::PruneToSize()
* \param transOptList list of applicable rules to create hypotheses for the cell
* \param allChartCells entire chart - needed to look up underlying hypotheses
*/
-void ChartCell::ProcessSentence(const ChartTranslationOptionList &transOptList
+void ChartCell::Decode(const ChartTranslationOptionList &transOptList
, const ChartCellCollection &allChartCells)
{
const StaticData &staticData = StaticData::Instance();