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-12-14 02:07:15 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-12-14 02:07:15 +0300
commitdfcdb43c28b8582a51f1f5ef87af4c4cfe140a78 (patch)
tree979c6e7b75bdd659e4729e90d947dde6af746be0 /moses/ChartParser.cpp
parent8b2f1ba52961bcecbf809634e17b91c3c1e9c86b (diff)
daily automatic beautifier
Diffstat (limited to 'moses/ChartParser.cpp')
-rw-r--r--moses/ChartParser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/ChartParser.cpp b/moses/ChartParser.cpp
index 15b18a7cc..a611835fa 100644
--- a/moses/ChartParser.cpp
+++ b/moses/ChartParser.cpp
@@ -237,8 +237,8 @@ void ChartParser::CreateInputPaths(const InputType &input)
m_inputPathMatrix.resize(size);
UTIL_THROW_IF2(input.GetType() != SentenceInput && input.GetType() != TreeInputType,
- "Input must be a sentence or a tree, " <<
- "not lattice or confusion networks");
+ "Input must be a sentence or a tree, " <<
+ "not lattice or confusion networks");
TranslationTask const* ttask = m_ttask.lock().get();
for (size_t phaseSize = 1; phaseSize <= size; ++phaseSize) {