You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# python_kaldi_features
|
|
|
|
|
|
|
|
[python_kaldi_features](https://github.com/ZitengWang/python_kaldi_features)
|
|
|
|
commit: fc1bd6240c2008412ab64dc25045cd872f5e126c
|
|
|
|
ref: https://zhuanlan.zhihu.com/p/55371926
|
|
|
|
license: MIT
|
|
|
|
|
|
|
|
# Install ctc_decoder for Windows
|
|
|
|
|
|
|
|
`install_win_ctc.bat` is bat script to install paddlespeech_ctc_decoders for windows
|
|
|
|
|
|
|
|
## Prepare your environment
|
|
|
|
|
|
|
|
insure your environment like this:
|
|
|
|
|
|
|
|
* gcc: version >= 12.1.0
|
|
|
|
* cmake: version >= 3.24.0
|
|
|
|
* make: version >= 3.82.90
|
|
|
|
* visual studio: version >= 2019
|
|
|
|
|
|
|
|
## Start your bat script
|
|
|
|
|
|
|
|
```shell
|
|
|
|
start install_win_ctc.bat
|
|
|
|
|
|
|
|
```
|