I am trying to build a Tamil-English Translation System using Moses. https://github.com/joshua-decoder/indian-parallel-corpora/tree/master/ta-en is my data source for the parallel corpus. The dict files are approx 70k lines long, the others are in the range of 2-3k and the training files are 30k long approx. Would be of help, if someone hinted which of the following are better choices for training and tuning?
Currently, I'm using the training files for training and the test files for tuning. Is there a better combination?