From a21b61043f0ee83cd14bfe4040121bc094e48097 Mon Sep 17 00:00:00 2001 From: Elijah Wilson Date: Mon, 8 Oct 2018 22:01:10 -0700 Subject: [PATCH] Fix misspellings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2907815..74a24c6 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ python evaluate/evaluate.py -a alphabet_file.txt -jsp your_model.bin -mx 50000 y 6. You can use ```evaluate/generate_dataset.py``` to generate you train/test data. It supports txt files, [Leipzig Corpora Collection](http://wortschatz.uni-leipzig.de/en/download/) format and fb2 books. ## Download models -Here is a few simple models. They trained on 300K news + 300k wikipedia sentences. We strongly recomend to train your own model, at least on a few million sentences to achieve better quality. See [Train](#train) secion above. +Here is a few simple models. They trained on 300K news + 300k wikipedia sentences. We strongly recommend to train your own model, at least on a few million sentences to achieve better quality. See [Train](#train) section above. - [en.tar.gz](https://github.com/bakwc/JamSpell-models/raw/master/en.tar.gz) (35Mb) - [fr.tar.gz](https://github.com/bakwc/JamSpell-models/raw/master/fr.tar.gz) (31Mb)