capitalize
This commit is contained in:
parent
c3ce06ede9
commit
73ebc50277
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
This directory contains language-specific data files. Most importantly, you will find here:
|
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`
|
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`
|
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`
|
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`
|
For more information on how to create these resources, see `data/lm/README.md`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user