From b2d89c4097f4ad4fdbc67d5b2b89c9ce02f7b382 Mon Sep 17 00:00:00 2001 From: Nayan Chawla <33131849+NNChawla@users.noreply.github.com> Date: Sun, 6 Jan 2019 10:53:14 -0600 Subject: [PATCH] Added some popular open source tool-kits (#28607) --- guide/english/natural-language-processing/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guide/english/natural-language-processing/index.md b/guide/english/natural-language-processing/index.md index 3f002664f8..7925e55f05 100644 --- a/guide/english/natural-language-processing/index.md +++ b/guide/english/natural-language-processing/index.md @@ -50,3 +50,8 @@ The field of NLP is huge. If you have read this far and have implemented the abo * [Natural Language Processing](https://en.wikipedia.org/wiki/Natural_language_processing/) * [LSTM networks](http://colah.github.io/posts/2015-08-Understanding-LSTMs/) * [Attention](https://distill.pub/2016/augmented-rnns/) + +#### Some popular Open Source Tool-kits +* [CMUSphinx](https://cmusphinx.github.io/) +* [Kaldi](https://github.com/kaldi-asr/kaldi) +* [DeepSpeech](https://github.com/mozilla/DeepSpeech)