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:
authorJeroen Vermeulen <jtv@precisiontranslationtools.com>2015-04-30 08:05:11 +0300
committerJeroen Vermeulen <jtv@precisiontranslationtools.com>2015-04-30 08:05:11 +0300
commiteca582410006443d0b101a9ae188e302f34f8a03 (patch)
tree35212762fbe666330205e2a9ef09d16a918d077c /moses/Sentence.h
parent85acdc62b1548863a6db18bebb538406cfcfa038 (diff)
Remove trailing whitespace in C++ files.
Diffstat (limited to 'moses/Sentence.h')
-rw-r--r--moses/Sentence.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/moses/Sentence.h b/moses/Sentence.h
index 958b3ffc4..8a870f76b 100644
--- a/moses/Sentence.h
+++ b/moses/Sentence.h
@@ -63,7 +63,7 @@ namespace Moses
public:
Sentence();
- Sentence(size_t const transId, std::string const& stext,
+ Sentence(size_t const transId, std::string const& stext,
std::vector<FactorType> const* IFO = NULL);
// Sentence(size_t const transId, std::string const& stext);
~Sentence();
@@ -98,19 +98,19 @@ namespace Moses
virtual int Read(std::istream& in,const std::vector<FactorType>& factorOrder);
void Print(std::ostream& out) const;
- TranslationOptionCollection*
+ TranslationOptionCollection*
CreateTranslationOptionCollection(ttasksptr const& ttask) const;
- virtual void
- CreateFromString(std::vector<FactorType> const &factorOrder,
- std::string const& phraseString);
+ virtual void
+ CreateFromString(std::vector<FactorType> const &factorOrder,
+ std::string const& phraseString);
const NonTerminalSet&
- GetLabelSet(size_t /*startPos*/, size_t /*endPos*/) const
+ GetLabelSet(size_t /*startPos*/, size_t /*endPos*/) const
{ return m_defaultLabelSet; }
- void
+ void
init(std::string line, std::vector<FactorType> const& factorOrder);
private:
@@ -120,13 +120,13 @@ namespace Moses
// void aux_interpret_xml (std::string& line, std::vector<size_t> & xmlWalls,
// std::vector<std::pair<size_t, std::string> >& placeholders);
- void
+ void
aux_interpret_sgml_markup(std::string& line);
- void
+ void
aux_interpret_dlt(std::string& line);
- void
+ void
aux_interpret_xml
(std::string& line, std::vector<size_t> & xmlWalls,
std::vector<std::pair<size_t, std::string> >& placeholders);
@@ -135,7 +135,7 @@ namespace Moses
aux_init_partial_translation(std::string& line);
};
-
+
}