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:
authorMosesAdmin <moses-support-owner@mit.edu>2015-10-16 22:17:00 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-10-16 22:17:00 +0300
commitecbe68e6f87814134859d64e826bac9c56a4a15e (patch)
treea2d6cf31d50d9162352e2f691a67a87aff6e90af /moses/Manager.cpp
parent92091012924bb29e0fd4e44dbc9e52aa15814d08 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/Manager.cpp')
-rw-r--r--moses/Manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Manager.cpp b/moses/Manager.cpp
index a862ebe3d..f8733d7dd 100644
--- a/moses/Manager.cpp
+++ b/moses/Manager.cpp
@@ -1972,7 +1972,7 @@ void Manager::OutputSearchGraphSLF() const
// Output search graph in HTK standard lattice format (SLF)
bool slf = staticData.GetOutputSearchGraphSLF();
if (slf) {
- util::StringStream fileName;
+ util::StringStream fileName;
string dir;
staticData.GetParameter().SetParameter<string>(dir, "output-search-graph-slf", "");