10 lines
135 B
Bash
10 lines
135 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source ~/gpu/bin/activate
|
||
|
|
||
|
cd ~/transfix-mt/scripts
|
||
|
|
||
|
python lemmatize_glossary.py
|
||
|
python lemmatize_in.py
|
||
|
python inject.py
|