Hello, I am going through the "Moses Installation and Training Run-Through" document, and have built Moses with SRILM basically as indicated (with tweak to file_spec.h in GIZA++), get the fr-en phrase model trained, then in the "Sanity Check Trained Model" (without memory mapping) step, *consistently* get "Killed" about 10 or 15 minutes into the phrase table load, with no other error messages (the last line of output, below).
This is on a VMware / Ubuntu9.04 setup atop WinXP. Apologies if this ends up not being Moses-related, but any help would be appreciated. Girard Ramsay -------------------------------- u...@ubuntu904desktop:~/packages/m$ echo ¨c´ est une petite maison .¨ | tools/moses/moses-cmd/src/moses -f work/model/moses.ini Defined parameters (per moses.ini or switch): config: work/model/moses.ini distortion-file: 0-0 msd-bidirectional-fe 6 /home/user/packages/m/work/model/reordering-table.gz distortion-limit: 6 input-factors: 0 lmodel-file: 0 0 3 /home/user/packages/m/work/lm/news-commentary.lm mapping: 0 T 0 ttable-file: 0 0 5 /home/user/packages/m/work/model/phrase-table.gz ttable-limit: 20 weight-d: 0.3 0.3 0.3 0.3 0.3 0.3 0.3 weight-l: 0.5000 weight-t: 0.2 0.2 0.2 0.2 0.2 weight-w: -1 Loading lexical distortion models... have 1 models Creating lexical reordering... weights: 0.300 0.300 0.300 0.300 0.300 0.300 Loading table into memory...done. Created lexical orientation reordering Start loading LanguageModel /home/user/packages/m/work/lm/news-commentary.lm : [247.000] seconds /home/user/packages/m/work/lm/news-commentary.lm: line 1476: warning: non-zero probability for <unk> in closed-vocabulary LM Finished loading LanguageModels : [255.000] seconds Start loading PhraseTable /home/user/packages/m/work/model/phrase-table.gz : [255.000] seconds filePath: /home/user/packages/m/work/model/phrase-table.gz Killed _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
