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:
authorDavid Madl <git@abanbytes.eu>2015-11-13 15:05:05 +0300
committerDavid Madl <git@abanbytes.eu>2015-11-17 19:15:13 +0300
commitb1ea3d624b638b4b6caf25099f4e1f44f33dae8c (patch)
tree9510ac6bcf43f8e7628d1e1b0f22986c40533a98 /moses/Hypothesis.h
parente5a8438149e73c30840ef41c5a75a4288c75846b (diff)
Dump two ugly, old overrides of Hypothesis::EvaluateWhenApplied()
A Brief History of Time: 65ddbf3 7/2/12 Wilson, "Implement batched LM requests." 776da79 8/6/15 Hoang, "delete old unused code"
Diffstat (limited to 'moses/Hypothesis.h')
-rw-r--r--moses/Hypothesis.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/moses/Hypothesis.h b/moses/Hypothesis.h
index c38fedbf1..533ffcc80 100644
--- a/moses/Hypothesis.h
+++ b/moses/Hypothesis.h
@@ -230,13 +230,6 @@ public:
m_ffStates[idx] = state;
}
- // Added by oliver.wilson@ed.ac.uk for async lm stuff.
- void EvaluateWhenApplied(const StatefulFeatureFunction &sfff, int state_idx);
- void EvaluateWhenApplied(const StatelessFeatureFunction &slff);
-
- //! target span that trans opt would populate if applied to this hypo. Used for alignment check
- size_t GetNextStartPos(const TranslationOption &transOpt) const;
-
std::vector<std::vector<unsigned int> > *GetLMStats() const {
return NULL;
}