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 <fishandfrolick@gmail.com>2013-06-11 19:08:59 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2013-06-11 19:08:59 +0400
commit13299ab2a810d3cd870db2557e16242bcfd3d38b (patch)
tree6826718b905cda7cd59c4511fb562e2d38f51564 /moses/ChartManager.h
parentf01ee737b08fb524fb346111c6db574f333f9fc0 (diff)
delete pre-calculated scoring in ChartHypothesis. Should be subsumed by new scoring framework. Rename CalcScore() to Evaluate()
Diffstat (limited to 'moses/ChartManager.h')
-rw-r--r--moses/ChartManager.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/moses/ChartManager.h b/moses/ChartManager.h
index 31f3ead07..d5d81b210 100644
--- a/moses/ChartManager.h
+++ b/moses/ChartManager.h
@@ -64,12 +64,6 @@ private:
ChartTranslationOptionList m_translationOptionList; /**< pre-computed list of translation options for the phrases in this sentence */
- //! Some features should be calculated prior to search
- boost::unordered_map<TargetPhrase,ScoreComponentCollection, TargetPhraseHasher, TargetPhraseComparator> m_precalculatedScores;
-
- //! Pre-calculate most stateless feature values
- void PreCalculateScores();
-
public:
ChartManager(InputType const& source);
~ChartManager();