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>2014-06-13 18:34:47 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-06-13 18:34:47 +0400
commit7142eb5c1fa542ef81b2669e3cef4c2d1d8ec48c (patch)
treeb529b3d031354a70c4d7867d86ace4d8765644eb /moses/TargetPhrase.h
parenta1053a9df845a7b5582173afaeb656391c550eae (diff)
parentdea105f66371255bd759724b61bc9f1ca6b1b878 (diff)
Merge ../mosesdecoder into hieu
Diffstat (limited to 'moses/TargetPhrase.h')
-rw-r--r--moses/TargetPhrase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TargetPhrase.h b/moses/TargetPhrase.h
index b5b918ea5..1e9e51c79 100644
--- a/moses/TargetPhrase.h
+++ b/moses/TargetPhrase.h
@@ -138,7 +138,7 @@ public:
void SetProperties(const StringPiece &str);
void SetProperty(const std::string &key, const std::string &value);
- bool GetProperty(const std::string &key, boost::shared_ptr<PhraseProperty> &value) const;
+ const PhraseProperty *GetProperty(const std::string &key) const;
void Merge(const TargetPhrase &copy, const std::vector<FactorType>& factorVec);