mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
fix typo in entity_linker docs
This commit is contained in:
parent
47bbc46392
commit
047d912904
|
@ -142,7 +142,7 @@ applied to the `Doc` in order. Both [`__call__`](/api/entitylinker#call) and
|
|||
| `batch_size` | The number of documents to buffer. Defaults to `128`. ~~int~~ |
|
||||
| **YIELDS** | The processed documents in order. ~~Doc~~ |
|
||||
|
||||
## EntityLinker.set_kb {#initialize tag="method" new="3"}
|
||||
## EntityLinker.set_kb {#set_kb tag="method" new="3"}
|
||||
|
||||
The `kb_loader` should be a function that takes a `Vocab` instance and creates
|
||||
the `KnowledgeBase`, ensuring that the strings of the knowledge base are synced
|
||||
|
|
Loading…
Reference in New Issue
Block a user