문제

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?

도움이 되었습니까?

해결책

The size of the tuning data is typically much smaller than the training data. I would advice you to merge the data you have into a single corpus, then take about 1000 sentences from this corpora for tuning, and maybe 3000 for development/testing.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top