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-06-10 02:00:40 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-06-10 02:00:40 +0300
commit47c793ca4647a6868fabc041cbd63e5114994e3f (patch)
treef1108ac4451b92dd4bbdb97693c361610d47f772 /phrase-extract
parentdbcc264506ca26b471b821ab8fc0b78d88457185 (diff)
daily automatic beautifier
Diffstat (limited to 'phrase-extract')
-rw-r--r--phrase-extract/SyntaxNodeCollection.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/phrase-extract/SyntaxNodeCollection.h b/phrase-extract/SyntaxNodeCollection.h
index da0e1eca3..ef0989cd0 100644
--- a/phrase-extract/SyntaxNodeCollection.h
+++ b/phrase-extract/SyntaxNodeCollection.h
@@ -56,7 +56,9 @@ public:
};
//! Get the number of words (defined as 1 + the max end pos of any node).
- std::size_t GetNumWords() const { return m_numWords; }
+ std::size_t GetNumWords() const {
+ return m_numWords;
+ }
//! Clear the container (this deletes the SyntaxNodes).
void Clear();