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-05-29 21:16:15 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-29 21:16:15 +0400
commit6249432407af8730c10bccc7894c0725fcaf5e47 (patch)
tree3ac1f094b9fdc199b04bc5ef209ce00e3596e37d /mert/sentence-bleu.cpp
parent59bd7deb4b6b9c4f7b3b7dbb055783528fbc31ca (diff)
beautify
Diffstat (limited to 'mert/sentence-bleu.cpp')
-rw-r--r--mert/sentence-bleu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mert/sentence-bleu.cpp b/mert/sentence-bleu.cpp
index 17a9737f2..5269d37cd 100644
--- a/mert/sentence-bleu.cpp
+++ b/mert/sentence-bleu.cpp
@@ -18,7 +18,7 @@ int main(int argc, char **argv)
// TODO all of these are empty for now
string config;
string factors;
- string filter;
+ string filter;
BleuScorer scorer(config);
scorer.setFactors(factors);