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/SearchNormalBatch.cpp
parentd0807c45f28a8ebe02d119f2563bb3835a153e0f (diff)
rename ProcessSentence() to Decode()
Diffstat (limited to 'moses/SearchNormalBatch.cpp')
-rw-r--r--moses/SearchNormalBatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/SearchNormalBatch.cpp b/moses/SearchNormalBatch.cpp
index 9f41f4c25..612a5deea 100644
--- a/moses/SearchNormalBatch.cpp
+++ b/moses/SearchNormalBatch.cpp
@@ -40,7 +40,7 @@ SearchNormalBatch::~SearchNormalBatch()
* Main decoder loop that translates a sentence by expanding
* hypotheses stack by stack, until the end of the sentence.
*/
-void SearchNormalBatch::ProcessSentence()
+void SearchNormalBatch::Decode()
{
const StaticData &staticData = StaticData::Instance();
SentenceStats &stats = m_manager.GetSentenceStats();