Aasim Ali <[EMAIL PROTECTED]> writes: > > > Hi, I am new to the area of Statistical MT. I have followed the guidelines for installing and using moses given at:http://www.guardiani.us/index.php/Moses_Language_Model_Howto_v2While installing the SRILM I read the INSTALL file in the root folder of SRILM (the location stored in my $SRILM environment variable) which tells a technique of testing the successful installation of SRILM. While testing I found that "stdout" file of "ngram-class" remains empty in the "$SRILM/test/output" folder while it has 25.7 KB size in the "$SRILM/test/reference" folder. All other "stdout" files do match the reference files! There were couple of "stderr" files that did not match but I think that would not be a > problem.Please guide how can I bring the said "output" file match with the corresponding "reference" > file.Regards,AA > > Send instant messages to your online friends http://uk.messenger.yahoo.com > > _______________________________________________ > Moses-support mailing list > [EMAIL PROTECTED] > http://mailman.mit.edu/mailman/listinfo/moses-support >
Hi, all I have found the solution of the problem that I put in my last email. The last line of "$SRILM/test/tests/ngram-class/test-run" was erronous for my system, hence it has been replaced with the correct syntax: original: sort +2 -3 corrected: sort --key=3 Now the "$SRILM/test/output/ngram-class.unknown.stdout" is produced identical to "$SRILM/test/output/ngram-class.INTEL.stdout". Regards, AA _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
