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-01-28 21:33:45 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-01-28 21:33:45 +0400
commit00ebc1e5abf513e8902eb7877d3acd2d50579279 (patch)
tree454fc1a1d2495b5225c3c217a4b8faf1d737b87f /moses/SyntacticLanguageModel.h
parent49345b6b56616e5f4b5720bca9f01d4d5cc0c794 (diff)
refactor Syntactic LM. Can't find dependencies to do this properly. Ask Lane later on
Diffstat (limited to 'moses/SyntacticLanguageModel.h')
-rw-r--r--moses/SyntacticLanguageModel.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/moses/SyntacticLanguageModel.h b/moses/SyntacticLanguageModel.h
index 29ea469c9..3cd4c58e9 100644
--- a/moses/SyntacticLanguageModel.h
+++ b/moses/SyntacticLanguageModel.h
@@ -17,11 +17,7 @@ namespace Moses
class SyntacticLanguageModel : public StatefulFeatureFunction {
public:
-
- SyntacticLanguageModel(const std::vector<std::string>& filePaths,
- const std::vector<float>& weights,
- const FactorType factorType,
- const size_t beamWidth);
+ SyntacticLanguageModel(const std::string &line);
~SyntacticLanguageModel();