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:
authorBarry Haddow <barry.haddow@gmail.com>2015-05-13 14:12:20 +0300
committerBarry Haddow <barry.haddow@gmail.com>2015-05-13 14:12:20 +0300
commit294dcbb7a164329493314652d1a8c4320335ce9f (patch)
treedd46e3efec6f081ac43939a15ad4f23377e8d010
parente47e6c0200bf12f93198594abda128c33e5128c9 (diff)
format of output
-rw-r--r--mert/hgdecode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mert/hgdecode.cpp b/mert/hgdecode.cpp
index 0b1f230f8..c14e1eee6 100644
--- a/mert/hgdecode.cpp
+++ b/mert/hgdecode.cpp
@@ -101,7 +101,7 @@ int main(int argc, char** argv)
//write weights
cerr << "WEIGHTS ";
- bestHypo.featureVector.write(cerr);
+ bestHypo.featureVector.write(cerr, "=");
cerr << endl;
}