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:
Diffstat (limited to 'moses/src/TargetPhrase.h')
-rw-r--r--moses/src/TargetPhrase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/src/TargetPhrase.h b/moses/src/TargetPhrase.h
index 6d36304d9..c798d8ced 100644
--- a/moses/src/TargetPhrase.h
+++ b/moses/src/TargetPhrase.h
@@ -61,8 +61,8 @@ protected:
Word m_lhsTarget;
public:
- TargetPhrase(FactorDirection direction=Output);
- TargetPhrase(FactorDirection direction, std::string out_string);
+ TargetPhrase();
+ TargetPhrase(std::string out_string);
TargetPhrase(const Phrase &);
~TargetPhrase();