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:
authorMosesAdmin <moses-support-owner@mit.edu>2015-08-08 02:00:45 +0300
committerMosesAdmin <moses-support-owner@mit.edu>2015-08-08 02:00:45 +0300
commit21aa5af640946c0f00c717a0774d05441a4b6902 (patch)
tree263d9827fd439e6c909b771821776e40151b7fc8 /moses/TranslationTask.h
parent883c34aee9266cce72f9a8851e863cb4b910c718 (diff)
daily automatic beautifier
Diffstat (limited to 'moses/TranslationTask.h')
-rw-r--r--moses/TranslationTask.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/moses/TranslationTask.h b/moses/TranslationTask.h
index 987fd12ab..211ade610 100644
--- a/moses/TranslationTask.h
+++ b/moses/TranslationTask.h
@@ -97,7 +97,7 @@ public:
boost::shared_ptr<TranslationTask>
create(boost::shared_ptr<Moses::InputType> const& source,
boost::shared_ptr<Moses::IOWrapper> const& ioWrapper,
- boost::shared_ptr<ContextScope> const& scope);
+ boost::shared_ptr<ContextScope> const& scope);
~TranslationTask();
/** Translate one sentence
@@ -124,10 +124,10 @@ public:
return m_scope;
}
- boost::shared_ptr<std::vector<std::string> >
+ boost::shared_ptr<std::vector<std::string> >
GetContextWindow() const;
- void
+ void
SetContextWindow(boost::shared_ptr<std::vector<std::string> > const& cw);
std::map<std::string, float> const& GetContextWeights() const;