DeepSpeech/data
2019-03-25 23:22:01 +01:00
..
lm merged flag loop in DeepSpeech.py 2018-12-13 16:07:14 -08:00
smoke_test initial german commit 2018-11-26 02:09:03 +03:00
ted initial german commit 2018-11-26 02:09:03 +03:00
README.md capitalize 2019-03-18 23:54:42 +01:00

Language-Specific Data

This directory contains language-specific data files. Most importantly, you will find here:

  1. A list of unique characters for the target language (e.g. English) in data/alphabet.txt
  2. A binary n-gram language model compiled by kenlm in data/lm/lm.binary
  3. A trie model compiled by generate_trie.cpp in data/lm/trie

For more information on how to create these resources, see data/lm/README.md