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-10-19 02:00:40 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-10-19 02:00:40 +0300
commitd757346b55cf497f7a6887b00c1a84402f33f374 (patch)
tree30a3b680d2557ee81028d5c8ceb14dbcb834c1d2 /OnDiskPt/PhraseNode.h
parentb8b3d2111a20c6f401291160a01db4bc03ce3676 (diff)
daily automatic beautifier
Diffstat (limited to 'OnDiskPt/PhraseNode.h')
-rw-r--r--OnDiskPt/PhraseNode.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/OnDiskPt/PhraseNode.h b/OnDiskPt/PhraseNode.h
index 39b9b3f21..1e3611d74 100644
--- a/OnDiskPt/PhraseNode.h
+++ b/OnDiskPt/PhraseNode.h
@@ -93,10 +93,10 @@ public:
const PhraseNode *GetChild(const Word &wordSought, OnDiskWrapper &onDiskWrapper) const;
- TargetPhraseCollection::shared_ptr
- GetTargetPhraseCollection(size_t tableLimit,
- OnDiskWrapper &onDiskWrapper) const;
-
+ TargetPhraseCollection::shared_ptr
+ GetTargetPhraseCollection(size_t tableLimit,
+ OnDiskWrapper &onDiskWrapper) const;
+
void AddCounts(const std::vector<float> &counts) {
m_counts = counts;
}