Hello,

I am using this command as given in the tutorial here
http://www.statmt.org/moses/?n=Moses.Baseline


echo 'T W O N E I G H T' | /home/saj/g2p/mosesdecoder-master/bin/moses -f 
/home/saj/g2p/working/binarised-model/moses.ini

It is working fine but I need to run it without echo command.
I tried these things but none of them is working..

/home/saj/g2p/mosesdecoder-master/bin/moses -f 
/home/saj/g2p/working/binarised-model/moses.ini 'T W O N E I G H T'


/home/saj/g2p/mosesdecoder-master/bin/moses -f 
/home/saj/g2p/working/binarised-model/moses.ini T W O N E I G H T


/home/saj/g2p/mosesdecoder-master/bin/moses 'T W O N E I G H T' -f 
/home/saj/g2p/working/binarised-model/moses.ini 


/home/saj/g2p/mosesdecoder-master/bin/moses T W O N E I G H T -f 
/home/saj/g2p/working/binarised-model/moses.ini

Please suggest correct command to run without echo.
                                          
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to