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,