mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 17:24:41 +03:00
Update website/docs/usage/v3.md
Co-authored-by: Ines Montani <ines@ines.io>
This commit is contained in:
parent
76ac95923a
commit
8867e60fbb
|
@ -858,9 +858,9 @@ attribute ruler before training using the `[initialize]` block of your config.
|
|||
|
||||
To use tables like `lexeme_prob` when training a model from scratch, you need
|
||||
to add an entry to the `initialize` block in your config. Here's what that
|
||||
looks like for the pretrained models:
|
||||
looks like for the existing trained pipelines:
|
||||
|
||||
```
|
||||
```ini
|
||||
[initialize.lookups]
|
||||
@misc = "spacy.LookupsDataLoader.v1"
|
||||
lang = ${nlp.lang}
|
||||
|
|
Loading…
Reference in New Issue
Block a user