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-12 03:00:40 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-11-12 03:00:40 +0300
commitdad1bd6127115cda89158c4c8fcf35cc4451218c (patch)
tree8dc4f64231ee71dbbce0e595093b33b20e0c21de /moses/Phrase.cpp
parent858a509d53a9bb990e3a33bd968d2e721b34572c (diff)
daily automatic beautifier
Diffstat (limited to 'moses/Phrase.cpp')
-rw-r--r--moses/Phrase.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/moses/Phrase.cpp b/moses/Phrase.cpp
index b9776179e..6480b41e9 100644
--- a/moses/Phrase.cpp
+++ b/moses/Phrase.cpp
@@ -114,9 +114,9 @@ Phrase Phrase::GetSubString(const Range &range, FactorType factorType) const
return retPhrase;
}
-std::string
+std::string
Phrase::
-GetStringRep(vector<FactorType> const& factorsToPrint,
+GetStringRep(vector<FactorType> const& factorsToPrint,
AllOptions const* opts) const
{
if (!opts) opts = &StaticData::Instance().options();
@@ -133,7 +133,7 @@ GetStringRep(vector<FactorType> const& factorsToPrint,
}
return strme.str();
}
-
+
Word &Phrase::AddWord()
{
m_words.push_back(Word());