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/SearchCubePruning.h
parentd0807c45f28a8ebe02d119f2563bb3835a153e0f (diff)
rename ProcessSentence() to Decode()
Diffstat (limited to 'moses/SearchCubePruning.h')
-rw-r--r--moses/SearchCubePruning.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/SearchCubePruning.h b/moses/SearchCubePruning.h
index d959c9e64..334204004 100644
--- a/moses/SearchCubePruning.h
+++ b/moses/SearchCubePruning.h
@@ -35,7 +35,7 @@ public:
SearchCubePruning(Manager& manager, const InputType &source, const TranslationOptionCollection &transOptColl);
~SearchCubePruning();
- void ProcessSentence();
+ void Decode();
void OutputHypoStackSize();
void OutputHypoStack(int stack);