From 5d1ecf1aa12629f96a803fc33a4a050b60ac9f61 Mon Sep 17 00:00:00 2001 From: Raphael Mitsch Date: Wed, 7 Feb 2024 10:19:32 +0100 Subject: [PATCH] Readd get_candidates info to v3 changelog. --- website/docs/usage/v3.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/usage/v3.mdx b/website/docs/usage/v3.mdx index df0724bba..7e7548d6a 100644 --- a/website/docs/usage/v3.mdx +++ b/website/docs/usage/v3.mdx @@ -594,6 +594,7 @@ Note that spaCy v3.0 now requires **Python 3.6+**. | `GoldParse` | [`Example`](/api/example) | | `GoldCorpus` | [`Corpus`](/api/corpus) | | `KnowledgeBase.load_bulk`, `KnowledgeBase.dump` | [`KnowledgeBase.from_disk`](/api/kb#from_disk), [`KnowledgeBase.to_disk`](/api/kb#to_disk) | +| `KnowledgeBase.get_candidates` | [`KnowledgeBase.get_alias_candidates`](/api/kb#get_alias_candidates) | | `Matcher.pipe`, `PhraseMatcher.pipe` | not needed | | `gold.offsets_from_biluo_tags`, `gold.spans_from_biluo_tags`, `gold.biluo_tags_from_offsets` | [`training.biluo_tags_to_offsets`](/api/top-level#biluo_tags_to_offsets), [`training.biluo_tags_to_spans`](/api/top-level#biluo_tags_to_spans), [`training.offsets_to_biluo_tags`](/api/top-level#offsets_to_biluo_tags) | | `spacy init-model` | [`spacy init vectors`](/api/cli#init-vectors) |