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-11-02 03:00:37 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-11-02 03:00:37 +0300
commitf38976aba07e0dbca74f9b824b28add486889b2a (patch)
tree54d2a68a9da692ba4e8fc91d339523e9874acd66 /moses/TreeInput.cpp
parent8424fb6e2ad8e9d15471c7e610bce85082610a41 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/TreeInput.cpp')
-rw-r--r--moses/TreeInput.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/TreeInput.cpp b/moses/TreeInput.cpp
index 9d384deb3..37cf76bf2 100644
--- a/moses/TreeInput.cpp
+++ b/moses/TreeInput.cpp
@@ -237,7 +237,7 @@ bool TreeInput::ProcessAndStripXMLTags(string &line, std::vector<XMLParseOutput>
}
//! populate this InputType with data from in stream
-int
+int
TreeInput::
Read(std::istream& in, const std::vector<FactorType>& factorOrder,
AllOptions const& opts)
@@ -258,7 +258,7 @@ Read(std::istream& in, const std::vector<FactorType>& factorOrder,
strme << line << endl;
Sentence::Read(strme, factorOrder, opts);
-
+
// size input chart
size_t sourceSize = GetSize();
m_sourceChart.resize(sourceSize);