parent
b2baf1450a
commit
4c92af5717
@ -0,0 +1,24 @@
|
||||
@echo off
|
||||
|
||||
cd ctc_decoders
|
||||
if not exist kenlm (
|
||||
git clone https://github.com/Doubledongli/kenlm.git
|
||||
cd kenlm/
|
||||
git checkout df2d717e95183f79a90b2fa6e4307083a351ca6a
|
||||
cd ..
|
||||
@echo.
|
||||
)
|
||||
|
||||
if not exist openfst-1.6.3 (
|
||||
echo "Download and extract openfst ..."
|
||||
git clone https://gitee.com/koala999/openfst.git
|
||||
ren openfst openfst-1.6.3
|
||||
@echo.
|
||||
)
|
||||
|
||||
if not exist ThreadPool (
|
||||
git clone https://github.com/progschj/ThreadPool.git
|
||||
@echo.
|
||||
)
|
||||
echo "Install decoders ..."
|
||||
python setup.py install --num_processes 4
|
Loading…
Reference in new issue