XenC
XenC copied to clipboard
XenC usage issure
I run XenC with the following code:
./XenC-master/XenC -s zh -t en -i ./data/newstest2020.zh.txt -o ./data/newsall.zh.txt --in-ttext ./data/newstest2020.en.txt --out-ttext ./data/newsall.en.txt -m 3 --threads 8
But there is an error about memory,my files(./data/newstest2020.zh.txt and ./data/newstest2020.en.txt) only have 1418 sentences, and files(./data/newsall.zh.txt and ./data/newsall.en.txt) only have 12817 sentences. I hope that XenC can score the files(./data/newsall.zh.txt and ./data/newsall.en.txt) to find more similar sentences with files(./data/newstest2020.zh.txt and ./data/newstest2020.en.txt). Is there any wrong with my code?