mirror of https://github.com/explosion/spaCy.git
Fix typo [ci skip]
This commit is contained in:
parent
7adbaf9a5b
commit
7dd53d0964
|
@ -150,11 +150,11 @@ schedules, optimizers or any other custom components. The main top-level
|
|||
sections of a config file are:
|
||||
|
||||
| Section | Description |
|
||||
| ------------- | -------------------------------------------------------------------------------------------------------------------- |
|
||||
| ------------- | --------------------------------------------------------------------------------------------------------------------- |
|
||||
| `training` | Settings and controls for the training and evaluation process. |
|
||||
| `pretraining` | Optional settings and controls for the [language model pretraining](#pretraining). |
|
||||
| `nlp` | Definition of the `nlp` object, its tokenizer and [processing pipeline](/docs/processing-pipelines) component names. |
|
||||
| `components` | Definitions of the [pipeline components](/docs/processing-pipelines) and their models. |
|
||||
| `nlp` | Definition of the `nlp` object, its tokenizer and [processing pipeline](/usage/processing-pipelines) component names. |
|
||||
| `components` | Definitions of the [pipeline components](/usage/processing-pipelines) and their models. |
|
||||
|
||||
<Infobox title="Config format and settings" emoji="📖">
|
||||
|
||||
|
|
Loading…
Reference in New Issue