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:
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;
}