Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
0b9ac9ba
D
DeepSpeech
项目概览
PaddlePaddle
/
DeepSpeech
大约 2 年 前同步成功
通知
210
Star
8425
Fork
1598
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
245
列表
看板
标记
里程碑
合并请求
3
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
DeepSpeech
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
245
Issue
245
列表
看板
标记
里程碑
合并请求
3
合并请求
3
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
0b9ac9ba
编写于
7月 19, 2022
作者:
D
Doubledongli
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix:change bat script and readme
上级
c7294fae
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
34 addition
and
21 deletion
+34
-21
third_party/README.md
third_party/README.md
+13
-21
third_party/install_win_ctc.bat
third_party/install_win_ctc.bat
+21
-0
未找到文件。
third_party/README.md
浏览文件 @
0b9ac9ba
*
[
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
*
[
python-pinyin
](
https://github.com/mozillazg/python-pinyin.git
)
commit: 55e524aa1b7b8eec3d15c5306043c6cdd5938b03
license: MIT
This is bat script to install paddlespeech_ctc_decoders for windows
*
[
zhon
](
https://github.com/tsroten/zhon
)
commit: 09bf543696277f71de502506984661a60d24494c
license: MIT
## Prepare your environment
*
[
pymmseg-cpp
](
https://github.com/pluskid/pymmseg-cpp.git
)
commit: b76465045717fbb4f118c4fbdd24ce93bab10a6d
license: MIT
insure your environment like this:
*
[
chinese_text_normalization
](
https://github.com/speechio/chinese_text_normalization.git
)
commit: 9e92c7bf2d6b5a7974305406d8e240045beac51c
license: MIT
*
gcc: version >= 12.1.0
*
cmake: version >= 3.24.0
*
make: version >= 3.82.90
*
visual studio: version >= 2019
*
[
phkit
](
https://github.com/KuangDD/phkit.git
)
commit: b2100293c1e36da531d7f30bd52c9b955a649522
license: None
## Start your bat script
*
[
nnAudio
](
https://github.com/KinWaiCheuk/nnAudio.git
)
license: MIT
```
shell
start install_win_ctc.bat
```
third_party/install_win_ctc.bat
0 → 100644
浏览文件 @
0b9ac9ba
@echo
off
cd
ctc_decoders
if
not
exist
kenlm
(
git
clone
https
://github.com/Doubledongli/kenlm.git
@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
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录