From f1c48baeb591c60e2c1cd89001c6dc804d5f37c4 Mon Sep 17 00:00:00 2001 From: Raphael Mitsch Date: Wed, 1 Mar 2023 10:43:18 +0100 Subject: [PATCH] Remove doc update for batched candidate generation. --- website/docs/api/architectures.mdx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/website/docs/api/architectures.mdx b/website/docs/api/architectures.mdx index 268c04a07..b6c8a6f89 100644 --- a/website/docs/api/architectures.mdx +++ b/website/docs/api/architectures.mdx @@ -930,15 +930,6 @@ plausible [`Candidate`](/api/kb/#candidate) objects. The default `CandidateGenerator` uses the text of a mention to find its potential aliases in the `KnowledgeBase`. Note that this function is case-dependent. -### spacy.CandidateBatchGenerator.v1 {id="CandidateBatchGenerator"} - -A function that takes as input a [`KnowledgeBase`](/api/kb) and an `Iterable` of -[`Span`](/api/span) objects denoting named entities, and returns a list of -plausible [`Candidate`](/api/kb/#candidate) objects per specified -[`Span`](/api/span). The default `CandidateBatchGenerator` uses the text of a -mention to find its potential aliases in the `KnowledgeBase`. Note that this -function is case-dependent. - ## Coreference {id="coref-architectures",tag="experimental"} A [`CoreferenceResolver`](/api/coref) component identifies tokens that refer to