mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-14 05:37:03 +03:00
fix docs (#11573)
This commit is contained in:
parent
3033babe98
commit
b187076a2d
|
@ -21,9 +21,9 @@ Create the knowledge base.
|
||||||
> #### Example
|
> #### Example
|
||||||
>
|
>
|
||||||
> ```python
|
> ```python
|
||||||
> from spacy.kb import KnowledgeBase
|
> from spacy.kb import InMemoryLookupKB
|
||||||
> vocab = nlp.vocab
|
> vocab = nlp.vocab
|
||||||
> kb = KnowledgeBase(vocab=vocab, entity_vector_length=64)
|
> kb = InMemoryLookupKB(vocab=vocab, entity_vector_length=64)
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
| Name | Description |
|
| Name | Description |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user