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
path: root/moses
diff options
context:
space:
mode:
authorMosesAdmin <moses-support-owner@mit.edu>2016-11-13 03:00:33 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2016-11-13 03:00:33 +0300
commit28c8ff5ad01f9824405955102807616a376866b1 (patch)
tree03634497b15e934bdf7bc3b79074508557c5ea17 /moses
parentea9d3b7f3ea5c0a9210c906b96824695b8a77ede (diff)
daily automatic beautifier
Diffstat (limited to 'moses')
-rw-r--r--moses/TranslationModel/PhraseDictionaryMemoryPerSentenceOnDemand.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/moses/TranslationModel/PhraseDictionaryMemoryPerSentenceOnDemand.cpp b/moses/TranslationModel/PhraseDictionaryMemoryPerSentenceOnDemand.cpp
index db570968c..4675d06c8 100644
--- a/moses/TranslationModel/PhraseDictionaryMemoryPerSentenceOnDemand.cpp
+++ b/moses/TranslationModel/PhraseDictionaryMemoryPerSentenceOnDemand.cpp
@@ -22,7 +22,8 @@ void PhraseDictionaryMemoryPerSentenceOnDemand::Load(AllOptions::ptr const& opts
}
-TargetPhraseCollection::shared_ptr PhraseDictionaryMemoryPerSentenceOnDemand::GetTargetPhraseCollectionNonCacheLEGACY(const Phrase &source) const {
+TargetPhraseCollection::shared_ptr PhraseDictionaryMemoryPerSentenceOnDemand::GetTargetPhraseCollectionNonCacheLEGACY(const Phrase &source) const
+{
Coll &coll = GetColl();