From c74bad7494b3315527336cdbaf5f58fcb3c2e168 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Tue, 27 Aug 2019 10:09:24 +1200 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d934fa..bb3716d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ bower install pip3 install -r requirements.txt -# Optional, doing this will yeild more accurate +# Optional, doing this will yield more accurate # predictions, however will have a slower startup # time. Its downloading pre-processed data. python3 -m spacy.en.download --force all