From c659d920db7c001c882298ac9b42a79f919d6eb9 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Thu, 19 Oct 2023 16:53:28 +0200 Subject: [PATCH] add link to NEL tutorial --- website/docs/usage/linguistic-features.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/usage/linguistic-features.mdx b/website/docs/usage/linguistic-features.mdx index 5431cd56c..d611678cb 100644 --- a/website/docs/usage/linguistic-features.mdx +++ b/website/docs/usage/linguistic-features.mdx @@ -720,6 +720,10 @@ identifier from a knowledge base (KB). You can create your own [`KnowledgeBase`](/api/kb) and [train](/usage/training) a new [`EntityLinker`](/api/entitylinker) using that custom knowledge base. +As an example on how to define a KnowledgeBase and train an entity linker model, +see this [`this tutorial`](https://github.com/explosion/projects/blob/v3/tutorials/nel_emerson) +using [spaCy projects](/usage/projects). + ### Accessing entity identifiers {id="entity-linking-accessing",model="entity linking"} The annotated KB identifier is accessible as either a hash value or as a string,