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 <hieu@hoang.co.uk>2013-06-20 15:50:41 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-06-20 15:50:41 +0400
commitdc33fa3d3dc40eeb41acaec8046aba624894e5ae (patch)
tree756df6a507bb3b7488b4e17c36939906ec2c3ad5 /moses/TranslationOptionCollectionText.h
parente3f9a5be9bbadb46fc6658adfc38c8c8648070b3 (diff)
redo parsing of feature function parameters
Diffstat (limited to 'moses/TranslationOptionCollectionText.h')
-rw-r--r--moses/TranslationOptionCollectionText.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/moses/TranslationOptionCollectionText.h b/moses/TranslationOptionCollectionText.h
index 4ce8fefe2..507853d3e 100644
--- a/moses/TranslationOptionCollectionText.h
+++ b/moses/TranslationOptionCollectionText.h
@@ -48,10 +48,10 @@ protected:
std::vector<std::vector<InputLatticeNode> > m_collection;
void CreateTranslationOptionsForRange(const DecodeGraph &decodeStepList
- , size_t startPosition
- , size_t endPosition
- , bool adhereTableLimit
- , size_t graphInd);
+ , size_t startPosition
+ , size_t endPosition
+ , bool adhereTableLimit
+ , size_t graphInd);
};
}