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:
authorzens <zens@1f5c12ca-751b-0410-a591-d2e778427230>2006-07-22 02:03:03 +0400
committerzens <zens@1f5c12ca-751b-0410-a591-d2e778427230>2006-07-22 02:03:03 +0400
commit47edc0599d4f4cdd6ec3d87cc56b486ebd64aebd (patch)
treef67971320238758a6ce409123c808604aed85ac7 /moses-cmd
parent98ef97e803cf5e33af6d7091c0c04f00bab25381 (diff)
- removed some obsolete parts
- avoided some code duplication - binary ttable is no longer a compiler switch: use binary ttable if exists, otherwise use standard ttable git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@253 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'moses-cmd')
-rw-r--r--moses-cmd/src/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses-cmd/src/Main.cpp b/moses-cmd/src/Main.cpp
index 570d716fc..5ecb71fe2 100644
--- a/moses-cmd/src/Main.cpp
+++ b/moses-cmd/src/Main.cpp
@@ -174,7 +174,7 @@ InputOutput *GetInputOutput(StaticData &staticData)
, staticData.GetNBestFilePath()
, filePath);
TRACE_ERR("About to GetInputPhrase" << endl);
- // ioFile->GetInputPhrase(inputPhraseList);
+ ioFile->GetInputPhrase(inputPhraseList);
TRACE_ERR("After GetInputPhrase" << endl);
inputOutput = ioFile;
inputFileHash = GetMD5Hash(filePath);