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