Dear all,

I'm currently experimenting the syntactic model. I've successfully trained
a small moses using the command below :

nohup /home/mosesdecoder/scripts/training/train-model.perl --hierarchical
--extract-options="--MaxSpan 15" --score-options="--GoodTuring" -root-dir
/home/Massi/oldmoses -corpus  /home/Massi/proj-syndicate.1000.0-0 -f de -e
en  -lm 0:3:/home/Massi/LM.sur.en.blm -external-bin-dir
/root/external-bin-dir/  -mgiza -mgiza-cpus 24 >& training.out &

the rule-table has been generated, but as I run :

mosesdecoder/bin/moses_chart -f moses.ini < in > out.stt

the message below

loadtxt_ram()
8-grams: reading 0 entries
done level 8
2-grams: reading 0 entries
done level 2
1-grams: reading 0 entries
done level 1
done
starting to use OOV words [<unk>]
OOV code is 0
OOV code is 0
IRST: m_unknownId=0
ScoreProducer: LM start: 2 end: 3
Finished loading LanguageModels : [0.051] seconds
Start loading PhraseTable /home/Massi/oldmoses/model/rule-table.gz :
[0.051] seconds
filePath: /home/Massi/oldmoses/model/rule-table.gz
ScoreProducer: PhraseModel start: 3 end: 8
Finished loading phrase tables : [0.051] seconds
max-chart-span: 20
Start loading phrase table from /home/Massi/oldmoses/model/rule-table.gz :
[0.051] seconds
Start loading text SCFG phrase table. Moses  format : [0.052] seconds
Reading /home/Massi/oldmoses/model/rule-table.gz
----5---10---15---20---25---30---35---40---45---50---55---60---65---70---75---80---85---90---95--100
****************************************************************************************************
Finished loading phrase tables : [1.489] seconds
IO from STDOUT/STDIN
Created input-output object : [1.489] seconds
End. : [1.489] seconds
user    1.416
sys     0.072
VmPeak:   324376 kB
VmRSS:    167760 kB
reset mmap

and the output file is empty

Many thanks

Jean E.
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to