Re: [Moses-support] How to convert XML to TXT

2014-09-19 Thread Philipp Koehn
Hi, you should be able to do that with a simple script. I wrote one such a script here: https://github.com/phikoehn/casmacat-install/blob/master/admin/scripts/process-xliff.perl This one is very much tied in with larger application that it is connected to (CASMACAT), but it should give you an

[Moses-support] How to convert XML to TXT

2014-09-18 Thread Asad A.Malik
Hi All, I am currently trying to develop SMT system, and for that I have parallel corpus, but the problem is that I have parallel corpus in XML format and upto my knowledge MOSES support TXT. So is there any way that I can convert XML to TXT so that I don't change the format also. PS. I've