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/TranslationOption.h
parent85acdc62b1548863a6db18bebb538406cfcfa038 (diff)
Remove trailing whitespace in C++ files.
Diffstat (limited to 'moses/TranslationOption.h')
-rw-r--r--moses/TranslationOption.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/moses/TranslationOption.h b/moses/TranslationOption.h
index e99ff5d13..4bf545f7d 100644
--- a/moses/TranslationOption.h
+++ b/moses/TranslationOption.h
@@ -71,8 +71,8 @@ protected:
float m_futureScore; /*< estimate of total cost when using this translation option, includes language model probabilities */
// typedef std::map<const LexicalReordering*, Scores> _ScoreCacheMap;
- // _ScoreCacheMap m_lexReorderingScores;
- // m_lexReorderingScores was moved to TargetPhrase.h so that phrase tables
+ // _ScoreCacheMap m_lexReorderingScores;
+ // m_lexReorderingScores was moved to TargetPhrase.h so that phrase tables
// can add information (such as lexical reordering scores) to target phrases
// during lookup.
@@ -156,14 +156,14 @@ public:
}
/** returns cached scores */
- // inline
+ // inline
const Scores*
GetLexReorderingScores(const LexicalReordering *scoreProducer) const;
// {
// return m_targetPhrase.GetExtraScores(scoreProducer);
// }
- void CacheLexReorderingScores(const LexicalReordering &scoreProducer,
+ void CacheLexReorderingScores(const LexicalReordering &scoreProducer,
const Scores &score);
TO_STRING();