Re: [Moses-support] Issue with alignment

2015-10-15 Thread Philipp Koehn
Hi, I ran this corpus through GIZA++ and did get the correct result: % head training/corpus.11.* ==> training/corpus.11.en <== sandalo camufluge sandalo daino sandalo madras sandalo vernice ==> training/corpus.11.fr <== camufluge sandalo daino sandalo madras sandalo vernice sandalo % zcat train

Re: [Moses-support] how to copy output of moses.ini into text output file...

2015-10-15 Thread Kenneth Heafield
Hi, You can implement this (and much much more) by reading: - http://www.dest-unreach.org/socat/ - man bash In the UNIX philosophy, it's Moses's responsibility to be awesome at going from stdin to stdout, some other tool's responsibility to do things with stdin and stdout, and your resp

[Moses-support] how to copy output of moses.ini into text output file...

2015-10-15 Thread Apurva Joshi
my logic is load moses.ini give input word (eg "hello") through stdin redirect translated op from stdout to txt file... again user ask wanna continue?? if yes...gv ip...and above process repeats ...otherwise...stop how can i write this through shell script pllz help and reply on same i

Re: [Moses-support] Number of CPUs and cores in training for server with 24 cores?

2015-10-15 Thread Davood Mohammadifar
Hello every one. I didn't want to open new topic, so i state my problem in my old topic. Currently i Use CPU Core i7 4790K for running moses' tools. Intel says it has 4 cores and 8 threads and supports multi-threading. I want to know what is suitable command for running Mgiza? train-model.perl

[Moses-support] Mixture modeling for OSM model

2015-10-15 Thread Hassan Sajjad
Hi all, We have modified the script for Operation Sequence Model (OSM) to incorporate language-model-like interpolation (of OSM sub-models trained individually on each domain), optimized on tune-set. We found this to be useful in our recent experiments. Please refer to the following paper for det