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 <hieu@hoang.co.uk>2013-08-07 17:35:40 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-07 17:35:40 +0400
commitb3a860fd4fdc003c7dbb32dea4321c7cf0671825 (patch)
tree5e93f9e0685d79b98eb6339c69e7a3148fb471b1 /moses/TargetPhraseCollection.h
parent441acf15e6a96f7d063d9b14bde2ee502e758c58 (diff)
get ready to delete source phrase from TargetPhrase class
Diffstat (limited to 'moses/TargetPhraseCollection.h')
-rw-r--r--moses/TargetPhraseCollection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/TargetPhraseCollection.h b/moses/TargetPhraseCollection.h
index 5717faf91..63ba49517 100644
--- a/moses/TargetPhraseCollection.h
+++ b/moses/TargetPhraseCollection.h
@@ -109,6 +109,8 @@ public:
return m_sourcePhrases;
}
+ void Add(TargetPhrase *targetPhrase);
+ void Add(TargetPhrase *targetPhrase, const Phrase &sourcePhrase);
};
}