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 <hieu@hoang.co.uk>2013-08-16 00:14:04 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-16 00:14:04 +0400
commit9f92642e59ee09cfe4b1369e07646f282d29b03e (patch)
tree1902b11f6347024ad79f53345e33a5db770752d3 /moses/Incremental.cpp
parent49e36cebc26808e8ca91e8427014babe47dfa123 (diff)
beautify
Diffstat (limited to 'moses/Incremental.cpp')
-rw-r--r--moses/Incremental.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/moses/Incremental.cpp b/moses/Incremental.cpp
index 66fc06a33..819559ec0 100644
--- a/moses/Incremental.cpp
+++ b/moses/Incremental.cpp
@@ -97,9 +97,8 @@ public:
return vertex.BestChild();
}
- void Evaluate(const InputType &input, const InputPath &inputPath)
- {
- // TODO for input lattice
+ void Evaluate(const InputType &input, const InputPath &inputPath) {
+ // TODO for input lattice
}
private:
lm::WordIndex Convert(const Word &word) const;