mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
Merge pull request #1914 from mozilla/data-readme
short readme for data dir
This commit is contained in:
commit
ff356f38fd
9
data/README.md
Normal file
9
data/README.md
Normal file
@ -0,0 +1,9 @@
|
||||
# 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`
|
||||
Loading…
Reference in New Issue
Block a user