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:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-12-06 03:12:01 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-12-06 03:12:01 +0300
commit69e5a1cc152de407513aa3889b2e665f32cb7507 (patch)
tree664a414f106a555966e2c9c6a8a36b1701e1f715 /moses/TranslationTask.cpp
parent889a33dcd68fb234824519681868355333b717be (diff)
Code cleanup.
Diffstat (limited to 'moses/TranslationTask.cpp')
-rw-r--r--moses/TranslationTask.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/moses/TranslationTask.cpp b/moses/TranslationTask.cpp
index 0375a1e70..26897dc41 100644
--- a/moses/TranslationTask.cpp
+++ b/moses/TranslationTask.cpp
@@ -31,19 +31,6 @@ GetContextWindow() const
return m_context;
}
-// SPTR<std::map<std::string, float> const>
-// TranslationTask::GetContextWeights() const
-// {
-// return m_context_weights;
-// }
-
-// void
-// TranslationTask
-// ::ReSetContextWeights(std::map<std::string, float> const& new_weights)
-// {
-// m_context_weights.reset(new std::map<string,float>(new_weights));
-// }
-
void
TranslationTask::
SetContextWindow(boost::shared_ptr<std::vector<std::string> > const& cw)