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
path: root/moses
diff options
context:
space:
mode:
authorredpony <redpony@1f5c12ca-751b-0410-a591-d2e778427230>2006-09-19 09:48:25 +0400
committerredpony <redpony@1f5c12ca-751b-0410-a591-d2e778427230>2006-09-19 09:48:25 +0400
commitd3e39a10ebd1a65a283691d509ebac920319c014 (patch)
tree5f4836eaa1314137bf159faaa5b4586224e5cf4e /moses
parentf31d56874708f710f704332b1b1440e225c64668 (diff)
remove dead code
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@819 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'moses')
-rw-r--r--moses/src/TargetPhrase.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/moses/src/TargetPhrase.h b/moses/src/TargetPhrase.h
index 552c821c4..b69b5e82f 100644
--- a/moses/src/TargetPhrase.h
+++ b/moses/src/TargetPhrase.h
@@ -73,10 +73,10 @@ public:
TargetPhrase *MergeNext(const TargetPhrase &targetPhrase) const;
// used for translation step
- inline float GetTranslationScore() const
+/* inline float GetTranslationScore() const
{
return m_transScore;
- }
+ }*/
/***
* return the estimated score resulting from our being added to a sentence
* (it's an estimate because we don't have full n-gram info for the language model
@@ -87,10 +87,6 @@ public:
{
return m_fullScore;
}
- inline float GetNgramScore() const
- {
- return m_ngramScore;
- }
inline const ScoreComponentCollection2 &GetScoreBreakdown() const
{
return m_scoreBreakdown;