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:
authorHieu Hoang <hieuhoang@gmail.com>2015-08-16 19:32:07 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-08-16 19:32:07 +0300
commit3a261c9fc95667eb43311c61ea9b7de3b293af6f (patch)
tree0846b6214a654c3f12d70b9f500f8b23df40158a /moses/FactorCollection.h
parent01a9dd2305fd16372a4c222b39e22b86c73fb00b (diff)
don't hardcode amount of mem to be used by lmplz
Diffstat (limited to 'moses/FactorCollection.h')
-rw-r--r--moses/FactorCollection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/FactorCollection.h b/moses/FactorCollection.h
index b5f49f3cf..5d94e1197 100644
--- a/moses/FactorCollection.h
+++ b/moses/FactorCollection.h
@@ -110,7 +110,7 @@ public:
*/
const Factor *AddFactor(const StringPiece &factorString, bool isNonTerminal = false);
- const size_t GetNumNonTerminals() {
+ size_t GetNumNonTerminals() {
return m_factorIdNonTerminal;
}