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:
Diffstat (limited to 'moses/Incremental.h')
-rw-r--r--moses/Incremental.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/moses/Incremental.h b/moses/Incremental.h
index 0bb8e0b62..ea4b3feda 100644
--- a/moses/Incremental.h
+++ b/moses/Incremental.h
@@ -30,7 +30,9 @@ public:
template <class Model> void LMCallback(const Model &model, const std::vector<lm::WordIndex> &words);
- const std::vector<search::Applied> &ProcessSentence();
+ void Decode();
+
+ const std::vector<search::Applied> &GetNBest() const;
// Call to get the same value as ProcessSentence returned.
const std::vector<search::Applied> &Completed() const {