mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 14:32:38 +03:00
4 lines
156 B
Bash
Executable File
4 lines
156 B
Bash
Executable File
#!/bin/bash
|
|
cd "$(dirname "$0")/.."
|
|
rm -rf {lm,util}/*.o lm/query lm/build_binary {lm,util}/*_test lm/test.binary* lm/test.arpa?????? util/file_piece.cc.gz
|