mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-11 08:42:28 +03:00
Remove doc update for batched candidate generation.
This commit is contained in:
parent
cc137073f6
commit
f1c48baeb5
|
@ -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
|
`CandidateGenerator` uses the text of a mention to find its potential aliases in
|
||||||
the `KnowledgeBase`. Note that this function is case-dependent.
|
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"}
|
## Coreference {id="coref-architectures",tag="experimental"}
|
||||||
|
|
||||||
A [`CoreferenceResolver`](/api/coref) component identifies tokens that refer to
|
A [`CoreferenceResolver`](/api/coref) component identifies tokens that refer to
|
||||||
|
|
Loading…
Reference in New Issue
Block a user