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