From e68f6bf890b2a376e39c369127197a551ec1b8aa Mon Sep 17 00:00:00 2001 From: "Caleb M. Keller" Date: Thu, 11 Jan 2018 09:26:47 -0500 Subject: [PATCH] Small Grammar Fix to _basics.jade Fixed an incorrect word order. --- website/usage/_training/_basics.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/usage/_training/_basics.jade b/website/usage/_training/_basics.jade index f78966ab1..3ffa8be9d 100644 --- a/website/usage/_training/_basics.jade +++ b/website/usage/_training/_basics.jade @@ -8,7 +8,7 @@ p | Collecting training data may sound incredibly painful – and it can be, | if you're planning a large-scale annotation project. However, if your main | goal is to update an existing model's predictions – for example, spaCy's - | named entity recognition – the hard is part usually not creating the + | named entity recognition – the hard part is usually not creating the | actual annotations. It's finding representative examples and | #[strong extracting potential candidates]. The good news is, if you've | been noticing bad performance on your data, you likely