We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56d5ae commit 51461ebCopy full SHA for 51461eb
scripts/downloaders/get_subtitles.sh
@@ -29,7 +29,7 @@ fi
29
30
# Clean all corpora
31
echo "Cleaning ${OSUB_PREFIX}..."
32
-${OUTPUT_DIR}/mosesdecoder/scripts/training/clean-corpus-n.perl ${OSUB_PREFIX} ${lang1} ${lang2} "${OSUB_PREFIX}.clean" 1 "${MAX_LENGTH}"
+${OUTPUT_DIR}/mosesdecoder/scripts/training/clean-corpus-n.perl -ratio 1.5 ${OSUB_PREFIX} ${lang1} ${lang2} "${OSUB_PREFIX}.clean" 1 "${MAX_LENGTH}"
33
34
rm "${OSUB_PREFIX}.${lang1}";
35
0 commit comments