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:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-12-06 04:43:17 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-12-06 04:43:17 +0300
commitd56d900d6ab5f2cdadbba41dae56de3f19d5d04e (patch)
tree21800a596c7806cba7086a9e919371491339e9e0 /moses/Hypothesis.h
parentcf3aef756359788a91e431b568af45d3ecd0b7a6 (diff)
Code cleanup.
Diffstat (limited to 'moses/Hypothesis.h')
-rw-r--r--moses/Hypothesis.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/moses/Hypothesis.h b/moses/Hypothesis.h
index e3e7741ec..c78622026 100644
--- a/moses/Hypothesis.h
+++ b/moses/Hypothesis.h
@@ -244,9 +244,9 @@ public:
void OutputInput(std::ostream& os) const;
static void OutputInput(std::vector<const Phrase*>& map, const Hypothesis* hypo);
- void OutputBestSurface(std::ostream &out, const std::vector<Moses::FactorType> &outputFactorOrder, const ReportingOptions &options) const;
- void OutputSurface(std::ostream &out, const Hypothesis &edge, const std::vector<FactorType> &outputFactorOrder,
- const ReportingOptions &options) const;
+ // void OutputBestSurface(std::ostream &out, const std::vector<Moses::FactorType> &outputFactorOrder, const ReportingOptions &options) const;
+ // void OutputSurface(std::ostream &out, const Hypothesis &edge, const std::vector<FactorType> &outputFactorOrder,
+ // const ReportingOptions &options) const;
// creates a map of TARGET positions which should be replaced by word using placeholder
std::map<size_t, const Moses::Factor*> GetPlaceholders(const Moses::Hypothesis &hypo, Moses::FactorType placeholderFactor) const;