From 943f19e1d57252918eb28b16840644af05b38a06 Mon Sep 17 00:00:00 2001 From: Francis Tyers Date: Thu, 20 Feb 2020 23:12:46 +0000 Subject: [PATCH] Create BIBLIOGRAPHY.md --- BIBLIOGRAPHY.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 BIBLIOGRAPHY.md diff --git a/BIBLIOGRAPHY.md b/BIBLIOGRAPHY.md new file mode 100644 index 00000000..a2756231 --- /dev/null +++ b/BIBLIOGRAPHY.md @@ -0,0 +1,30 @@ +This file contains a list of papers in chronological order that have been published +using Mozilla's DeepSpeech. + +2020 +---------- + +* Nils Hjortnaes, Niko Partanen, Michael Rießler and Francis M. Tyers (2019) +"Towards a Speech Recognizer for Komi, an Endangered and Low-Resource Uralic Language". *Proceedings of the 6th International Workshop on Computational Linguistics of Uralic Languages*. + +``` +@inproceedings{hjortnaes:2020, + author = {Nils Hjortnaes and Niko Partanen and Michael Rießler and Francis M. Tyers}, + title = {Towards a Speech Recognizer for Komi, an Endangered and Low-Resource Uralic Language}, + booktitle = {Proceedings of the 6th International Workshop on Computational Linguistics of Uralic Languages}, + year = 2020 +} +``` + +2019 +---------- + +* Aashish Agarwal and Torsten Zesch (2019) "German End-to-end Speech Recognition based on DeepSpeech". *Proceedings of the 15th Conference on Natural Language Processing (KONVENS 2019)* + +``` +@inproceedings{agarwal:2019, + author = {Aashish Agarwal and Torsten Zesch}, + title = {German End-to-end Speech Recognition based on DeepSpeech}, + booktitle = {Proceedings of the 15th Conference on Natural Language Processing (KONVENS 2019)}, + year = 2019 +```