From 73ebc5027770dec80837f495f44a82fa4adf6434 Mon Sep 17 00:00:00 2001 From: Josh Meyer Date: Mon, 18 Mar 2019 23:54:42 +0100 Subject: [PATCH] capitalize --- data/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/README.md b/data/README.md index 13df6900..900ce9ad 100644 --- a/data/README.md +++ b/data/README.md @@ -2,8 +2,8 @@ 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` +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`