script
This commit is contained in:
parent
275deaee18
commit
3163720fef
9
tests/addOpenSubtitlesError.sh
Executable file
9
tests/addOpenSubtitlesError.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
CORPUS_NAME=error_sample
|
||||
CORPUS_PATH=/root/opensubtitles_pack/error_sample
|
||||
SRC_LANG_ID=1
|
||||
TRG_LANG_ID=2
|
||||
|
||||
./addFastAlignedTM.py $CORPUS_NAME $CORPUS_PATH/src_clean.txt $CORPUS_PATH/src_clean.lem $SRC_LANG_ID $CORPUS_PATH/trg_clean.txt $TRG_LANG_ID $CORPUS_PATH/alignments.txt $CORPUS_PATH/ids_clean.txt
|
||||
|
Loading…
Reference in New Issue
Block a user