mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-29 06:52:34 +03:00
7 lines
220 B
Plaintext
7 lines
220 B
Plaintext
|
#!/bin/sh
|
||
|
cd /home/moses-speedtest/phrase_tables
|
||
|
|
||
|
python3 runtests.py -c testsuite_config #Run the tests.
|
||
|
python3 html_gen.py testsuite_config #Generate html
|
||
|
|
||
|
cp index.html /fs/thor4/html/www/speed-test/ #Update the html
|