Some SRILM test errors

Brianna Laugher briannalaugher at toggletext.com
Mon Oct 15 01:52:26 PDT 2007


Hello,

After a day of experimenting I finally managed to get SRILM to compile.
I thought I would share my settings to help others.

I tried in vain on a RedHat 9 machine with gcc 3.2.2. Eventually I gave
up and tried a different machine.

On CentOS 4 with machine type i686 and gcc 3.4.6 I made these changes:
in common/Makefile.machine.i686:
- fix CC and CXX paths
- remove -mtune=pentium3 from GCC_FLAGS
- add NO_TCL=X and blank the other TCL things

I have gawk 3.1.3.

When running the tests I had DIFFERS for these files:
nbest-rover-acoustic stdout
ngram-class stdout
ngram-count-lm-limit-vocab stdout & stderr

I read in the archives that ngram-class is "very fickle" so not to worry
about it... below is a diff between the last one's stdout.

I'm really just trying to have a play with Moses. It would be nice to
know if these tests are all unimportant and thus I can ignore their
failings. :)

thanks,
Brianna


[brianna at riley test]$ diff
output/ngram-count-lm-limit-vocab.unknown.stdout
reference/ngram-count-lm-limit-vocab.stdout
1,4c1,4
< file ../ngram-count-gt/eval97.text: 5290 sentences, 38238 words, 37429
OOVs
< 0 zeroprobs, logprob= -7154.91 ppl= 14.898 ppl1= 6.98462e+08
< file ../ngram-count-gt/eval97.text: 5290 sentences, 38238 words, 37429
OOVs
< 0 zeroprobs, logprob= -6929.8 ppl= 13.6842 ppl1= 3.68034e+08
---
> file ../ngram-count-gt/eval97.text: 5290 sentences, 38238 words, 681
OOVs
> 0 zeroprobs, logprob= -86868 ppl= 106.512 ppl1= 205.572
> file ../ngram-count-gt/eval97.text: 5290 sentences, 38238 words, 681
OOVs
> 0 zeroprobs, logprob= -85654.5 ppl= 99.788 ppl1= 190.833






More information about the SRILM-User mailing list