concordia-server/tests/addLemmatizedTM.sh

8 lines
276 B
Bash
Raw Normal View History

2017-03-10 14:52:01 +01:00
#!/bin/sh
2017-03-13 11:42:44 +01:00
CORPUS_NAME="setimes_enhr"
2017-03-10 14:52:01 +01:00
SRC_LANG_ID=2
2017-03-13 11:42:44 +01:00
TRG_LANG_ID=6
2017-03-10 14:52:01 +01:00
./addAlignedLemmatizedTM.py $CORPUS_NAME ../mgiza-aligner/corpora/$CORPUS_NAME/src.tok $SRC_LANG_ID ../mgiza-aligner/corpora/$CORPUS_NAME/trg.tok $TRG_LANG_ID ../mgiza-aligner/corpora/$CORPUS_NAME/aligned.txt