XenC icon indicating copy to clipboard operation
XenC copied to clipboard

XenC usage issure

Open michelleqyhqyh opened this issue 2 years ago • 0 comments

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? image

michelleqyhqyh avatar Mar 02 '22 08:03 michelleqyhqyh