Skip to content

Commit

Permalink
Update website/docs/api/entitylinker.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
  • Loading branch information
rmitsch and svlandeg authored Feb 19, 2024
1 parent 5d1ecf1 commit c4d4926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/api/entitylinker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ architectures and their arguments and hyperparameters.
Prior to spaCy v4.0 `get_candidates()` returns a single `Iterable` of candidates
for one specific mention, i. e. the function was typed as
`Callable[[KnowledgeBase, Span], Iterable[Candidate]]`. To retrive candidates
`Callable[[KnowledgeBase, Span], Iterable[Candidate]]`. To retrieve candidates
batch-wise, spaCy >= 3.5 exposes `get_candidates_batched()`, which identifies
candidates for an arbitrary number of spans:
`Callable[[KnowledgeBase, Iterable[Span]], Iterable[Iterable[Candidate]]]`. The
Expand Down

0 comments on commit c4d4926

Please sign in to comment.