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>2014-12-30 16:23:30 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-30 16:23:30 +0300
commitba166f109cc1bda482e32ba490905d769dc1b9ae (patch)
tree07741cdfbdb178f2dace9cdfba125c369d0cba55 /moses/BaseManager.h
parent14cbf9bc2263485a5bef03fd61632a3fda41af6c (diff)
moving more stuff out of IOWrapper
Diffstat (limited to 'moses/BaseManager.h')
-rw-r--r--moses/BaseManager.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/moses/BaseManager.h b/moses/BaseManager.h
index f3869f6b2..862cc1113 100644
--- a/moses/BaseManager.h
+++ b/moses/BaseManager.h
@@ -24,12 +24,6 @@ protected:
typedef std::vector<std::pair<Moses::Word, Moses::WordsRange> > ApplicationContext;
typedef std::set< std::pair<size_t, size_t> > Alignments;
- void OutputAllFeatureScores(const Moses::ScoreComponentCollection &features,
- std::ostream &out) const;
- void OutputFeatureScores( std::ostream& out,
- const ScoreComponentCollection &features,
- const FeatureFunction *ff,
- std::string &lastName ) const;
void OutputSurface(std::ostream &out,
const Phrase &phrase,
const std::vector<FactorType> &outputFactorOrder,