Update website/docs/usage/v3.md

Co-authored-by: Ines Montani <ines@ines.io>
This commit is contained in:
Paul O'Leary McCann 2021-07-29 14:56:56 +09:00 committed by GitHub
parent 76ac95923a
commit 8867e60fbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}