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