GitXplorerGitXplorer
f

kaldi-voices

public
2 stars
2 forks
0 issues

Commits

List of commits on branch voices.
Unverified
b657ad2424264314215ef1cda3ac26a2a6ddfd7b

add lattice combine scripts

ffreewym committed 6 years ago
Unverified
fc8c4bc8dae5235ef0e001bc6ea8fd47424995c5

add stm scoring

ffreewym committed 6 years ago
Unverified
1edfa8f6ca333013832b5a9bb5e8f19d9f3d7cf4

eval data added; add ctm generation

ffreewym committed 6 years ago
Unverified
c7993568e303be27be7f8d22a799470d15f33fd2

fix

ffreewym committed 6 years ago
Unverified
1d031c4441f527ef8ce9ce92090a4bce6c4c89b7

initial commit

ffreewym committed 6 years ago
Unverified
2f92bd971b275bb2f147e7cc9ea64c7e40572408

[scripts] fix bug in utils/add_lex_disambig.pl when sil-probs and pron-probs used (#3033)

TTeddyang committed 6 years ago

README

The README file for this repository.

Build Status Kaldi Speech Recognition Toolkit

To build the toolkit: see ./INSTALL. These instructions are valid for UNIX systems including various flavors of Linux; Darwin; and Cygwin (has not been tested on more "exotic" varieties of UNIX). For Windows installation instructions (excluding Cygwin), see windows/INSTALL.

To run the example system builds, see egs/README.txt

If you encounter problems (and you probably will), please do not hesitate to contact the developers (see below). In addition to specific questions, please let us know if there are specific aspects of the project that you feel could be improved, that you find confusing, etc., and which missing features you most wish it had.

Kaldi information channels

For HOT news about Kaldi see the project site.

Documentation of Kaldi:

  • Info about the project, description of techniques, tutorial for C++ coding.
  • Doxygen reference of the C++ code.

Kaldi forums and mailing lists:

We have two different lists

  • User list kaldi-help
  • Developer list kaldi-developers:

To sign up to any of those mailing lists, go to http://kaldi-asr.org/forums.html:

Development pattern for contributors

  1. Create a personal fork of the main Kaldi repository in GitHub.
  2. Make your changes in a named branch different from master, e.g. you create a branch my-awesome-feature.
  3. Generate a pull request through the Web interface of GitHub.
  4. As a general rule, please follow Google C++ Style Guide. There are a few exceptions in Kaldi. You can use the Google's cpplint.py to verify that your code is free of basic mistakes.

Platform specific notes

PowerPC 64bits little-endian (ppc64le)

Android

  • Kaldi supports cross compiling for Android using Android NDK, clang++ and OpenBLAS.
  • See this blog post for details.