9 lines
280 B
Bash
9 lines
280 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./addLemmatizedTMfromParams.sh tmrepository_enhr 2 6
|
||
|
./addTm.py 1 2 placeholder 1
|
||
|
./addLemmatizedTMfromParams.sh icd_dictionary 1 2
|
||
|
./addLemmatizedTMfromParams.sh icd_filtered 1 2
|
||
|
./addLemmatizedTMfromParams.sh emea_plen 1 2
|
||
|
./addLemmatizedTMfromParams.sh jrc_enes 2 4
|