added kaldi

This commit is contained in:
Joseph Misiti 2014-07-27 21:42:39 -04:00
parent 3fa1361cb6
commit 3ced1a1c21
1 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,8 @@ For a list of free machine learning books available for download, go [here](http
* [MIT Information Extraction Toolkit](https://github.com/mit-nlp/MITIE) - C, C++, and Python tools for named entity recognition and relation extraction
* [CRF++](http://crfpp.googlecode.com/svn/trunk/doc/index.html) - Open source implementation of Conditional Random Fields (CRFs) for segmenting/labeling sequential data & other Natural Language Processing tasks.
#### Speech Recognition
* [Kaldi](http://kaldi.sourceforge.net/) - Kaldi is a toolkit for speech recognition written in C++ and licensed under the Apache License v2.0. Kaldi is intended for use by speech recognition researchers.
<a name="cpp-sequence" />
#### Sequence Analysis