mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-20 00:51:58 +03:00
add link to NEL tutorial
This commit is contained in:
parent
f1a8dfffb8
commit
c659d920db
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user