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 <hieuhoang@gmail.com>2015-06-02 20:00:32 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-06-02 20:00:32 +0300
commitefdb8566b17d19783aa65caf22b24e48a789fbb8 (patch)
treefe43728c533e13268905595fae5a5dc488347975 /moses/ExportInterface.cpp
parent2f04d4a56ebab78a97b9fa9ecf4b50ef845a1bdb (diff)
delete ChangeSource(). Not used
Diffstat (limited to 'moses/ExportInterface.cpp')
-rw-r--r--moses/ExportInterface.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/moses/ExportInterface.cpp b/moses/ExportInterface.cpp
index 0ceeceec1..c444e98c9 100644
--- a/moses/ExportInterface.cpp
+++ b/moses/ExportInterface.cpp
@@ -118,8 +118,6 @@ string SimpleTranslationInterface::translate(const string &inputString)
ResetUserTime();
}
- FeatureFunction::CallChangeSource(&*source);
-
// set up task of translating one sentence
boost::shared_ptr<TranslationTask> task
= TranslationTask::create(source, ioWrapper);
@@ -223,8 +221,6 @@ batch_run()
while ((source = ioWrapper->ReadInput()) != NULL) {
IFVERBOSE(1) ResetUserTime();
- FeatureFunction::CallChangeSource(source.get());
-
// set up task of translating one sentence
boost::shared_ptr<TranslationTask>
task = TranslationTask::create(source, ioWrapper);