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-02-22 23:17:57 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-02-22 23:17:57 +0400
commit194adf81308b4b0d82c2710d3ea47a5882d1cdce (patch)
treedd0c3530e61883c62a3b31eb408a4aa408ee7954 /moses/DecodeStepTranslation.h
parent5e23eb502d94aae7829d40b220c8e760e506f432 (diff)
change format for phrase model
Diffstat (limited to 'moses/DecodeStepTranslation.h')
-rw-r--r--moses/DecodeStepTranslation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/DecodeStepTranslation.h b/moses/DecodeStepTranslation.h
index a98075587..1c8032535 100644
--- a/moses/DecodeStepTranslation.h
+++ b/moses/DecodeStepTranslation.h
@@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
namespace Moses
{
-class PhraseDictionaryFeature;
+class PhraseDictionary;
class TargetPhrase;
//! subclass of DecodeStep for translation step
@@ -36,7 +36,7 @@ class DecodeStepTranslation : public DecodeStep
{
public:
DecodeStepTranslation(); //! not implemented
- DecodeStepTranslation(const PhraseDictionaryFeature* phraseFeature, const DecodeStep* prev);
+ DecodeStepTranslation(const PhraseDictionary* phraseFeature, const DecodeStep* prev);
virtual void Process(const TranslationSystem* system