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 'moses2/TranslationModel/MSPT/MSPT.h')
-rw-r--r--moses2/TranslationModel/MSPT/MSPT.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses2/TranslationModel/MSPT/MSPT.h b/moses2/TranslationModel/MSPT/MSPT.h
index b3ff99c91..744158ea0 100644
--- a/moses2/TranslationModel/MSPT/MSPT.h
+++ b/moses2/TranslationModel/MSPT/MSPT.h
@@ -80,6 +80,8 @@ protected:
const Moses2::Range &subPhraseRange,
SCFG::InputPath &outPath) const;
+ void CreatePTForInput(const System &system, std::string phraseTableString);
+
};
}