10 Star 25 Fork 0

Gitee 极速下载/kaldi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/kaldi-asr/kaldi.git
克隆/下载
.gitignore 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
# Compiled extensionless executable files in /src/*/
# This stanza must precede wildcard patterns below!
/src/*/*
!/src/lm/test_data/
!/src/*/?*.*
!/src/doc/*
!/src/*/Makefile
!/src/*/README
# Object files.
*.slo
*.lo
*.o
*.obj
*.pyc
# Profiling files and core dumps.
*.nvprof
core
# Compiled dynamic libraries.
*.so
*.dylib
*.dll
# Compiled static libraries.
*.lai
*.la
*.a
*.lib
# Test log files.
*.testlog
# Emacs autosave and backup files.
[#]*[#]
.[#]*
*~
# [ecg]tag files.
TAGS
tags
GTAGS
GRTAGS
GPATH
GSYMS
# Python compiled bytecode files.
*.pyc
# Python virtual environment
venv/
# Make dependencies.
.depend.mk
# Some weird thing that macOS creates.
*.dSYM
.DS_Store
# Windows executable, symbol and some weird files.
*.exe
*.pdb
*.exp
*.manifest
/kaldiwin_vs*
.vscode
.idea
# /src/
/src/.short_version
/src/base/version.h
/src/doc/table/
/src/doc/tools.dox
/src/doc/*.html
/src/htdocs/
/src/html.tar.gz
/src/kaldi.mk
/src/kaldi.mk.tmp
/src/kaldi.mk.bak
# /egs/
/egs/*/*/mfcc
/egs/*/*/plp
/egs/*/*/exp
/egs/*/*/data
/egs/*/*/wav
/egs/*/*/enhan
# CMakeLists.txt files are currently autogenerated, must not be committed.
/src/**/CMakeLists.txt
/build*
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/kaldi.git
git@gitee.com:mirrors/kaldi.git
mirrors
kaldi
kaldi
master

搜索帮助