mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-22 01:51:58 +03:00
Update website/docs/api/kb.mdx
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
parent
9b677adb7a
commit
3ae31f7bd2
|
@ -80,7 +80,7 @@ implementation of `KnowledgeBase.get_candidates()`.
|
|||
|
||||
| Name | Description |
|
||||
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `mentions` | The textual mention or alias. ~~Iterable[SpanGroup]~~ |
|
||||
| `mentions` | The textual mention or alias. ~~Iterator[SpanGroup]~~ |
|
||||
| **RETURNS** | An iterator (per document) over iterables (per mention) of iterables (per candidate for this mention) with relevant `Candidate` objects. ~~Iterator[Iterable[Iterable[Candidate]]]~~ |
|
||||
|
||||
## KnowledgeBase.get_vector {id="get_vector",tag="method"}
|
||||
|
|
Loading…
Reference in New Issue
Block a user