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:
authorhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2010-05-06 15:19:53 +0400
committerhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2010-05-06 15:19:53 +0400
commita6b7807b2ee8063448b7af946ded5e217f0922dc (patch)
treee2cf908f60450027c659bd0a0c0926471fc25e68 /OnDiskPt
parentffea53717e05687a6291f0af236babe610915c11 (diff)
less debugging info from OnDisk pt
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3227 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'OnDiskPt')
-rw-r--r--OnDiskPt/src/TargetPhraseCollection.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/OnDiskPt/src/TargetPhraseCollection.cpp b/OnDiskPt/src/TargetPhraseCollection.cpp
index d944cc572..103a0a331 100644
--- a/OnDiskPt/src/TargetPhraseCollection.cpp
+++ b/OnDiskPt/src/TargetPhraseCollection.cpp
@@ -121,10 +121,12 @@ Moses::TargetPhraseCollection *TargetPhraseCollection::ConvertToMoses(const std:
, lmList
, sourcePhrase);
+ /*
// debugging output
stringstream strme;
strme << filePath << " " << *mosesPhrase;
mosesPhrase->SetDebugOutput(strme.str());
+ */
ret->Add(mosesPhrase);
}