Update examples

This commit is contained in:
Ines Montani 2019-09-18 19:57:36 +02:00
parent 7e810cced6
commit d62690b3ba

View File

@ -14,7 +14,7 @@ menu:
> #### Example
>
> ```python
> ```bash
> python -m spacy download nl_core_news_sm
> python -m spacy download nb_core_news_sm
> python -m spacy download nb_core_news_md
@ -99,9 +99,9 @@ on disk**.
> #### Example
>
> ```bash
> spacy train en /path/to/output /path/to/train /path/to/dev \
> --pipeline textcat \
> --textcat-arch simple_cnn --textcat-multilabel
> $ python -m spacy train en /output /train /dev \\
> --pipeline textcat --textcat-arch simple_cnn \\
> --textcat-multilabel
> ```
When training your models using the `spacy train` command, you can now also