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.h
parent858a509d53a9bb990e3a33bd968d2e721b34572c (diff)
daily automatic beautifier
Diffstat (limited to 'moses/Phrase.h')
-rw-r--r--moses/Phrase.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/moses/Phrase.h b/moses/Phrase.h
index 4842def97..6a3434420 100644
--- a/moses/Phrase.h
+++ b/moses/Phrase.h
@@ -201,12 +201,12 @@ public:
Phrase GetSubString(const Range &range) const;
Phrase GetSubString(const Range &range, FactorType factorType) const;
- //! return a string rep of the phrase;
- // w/ factors delimited by FactorDelimiter
- std::string
- GetStringRep(std::vector<FactorType> const& factorsToPrint,
+ //! return a string rep of the phrase;
+ // w/ factors delimited by FactorDelimiter
+ std::string
+ GetStringRep(std::vector<FactorType> const& factorsToPrint,
AllOptions const* opts=NULL) const;
-
+
TO_STRING();