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
path: root/irstlm
diff options
context:
space:
mode:
authormfederico <mfederico@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-14 06:46:38 +0400
committermfederico <mfederico@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-14 06:46:38 +0400
commit7cc3d890b197e51fd1c44f7443349158e5854133 (patch)
treec796c63cb0daaa47ec385bb9173515b27edaf01d /irstlm
parent3c28c78fba2cfb6e291f3c4cfabf92f10a0abb64 (diff)
changed diagnostic ouput
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@704 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'irstlm')
-rw-r--r--irstlm/src/htable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/irstlm/src/htable.cpp b/irstlm/src/htable.cpp
index 07f8e65e4..73dab4d10 100644
--- a/irstlm/src/htable.cpp
+++ b/irstlm/src/htable.cpp
@@ -172,8 +172,8 @@ void htable::map(ostream& co,int cols){
void htable::stat(){
- cout << "htable class statistics\n";
- cout << "size " << size
+ cerr << "htable class statistics\n";
+ cerr << "size " << size
<< " keys " << keys
<< " acc " << accesses
<< " coll " << collisions