From 454441244238408e4c9550d3fa3bcf69fc93c9ad Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Fri, 25 Jun 2021 13:52:48 +1000 Subject: [PATCH] Update wording [ci skip] Co-authored-by: Sofie Van Landeghem --- website/docs/usage/v3-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/usage/v3-1.md b/website/docs/usage/v3-1.md index 72fbac1f5..76cbf224e 100644 --- a/website/docs/usage/v3-1.md +++ b/website/docs/usage/v3-1.md @@ -24,7 +24,7 @@ By default, components are updated in isolation during training, which means that they don't see the predictions of any earlier components in the pipeline. The new [`[training.annotating_components]`](/usage/training#annotating-components) -config setting lets you specify pipeline component names that should set +config setting lets you specify pipeline components that should set annotations on the predicted docs during training. This makes it easy to use the predictions of a previous component in the pipeline as features for a subsequent component, e.g. the dependency labels in the tagger: