mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 02:06:31 +03:00
Update examples
This commit is contained in:
parent
7e810cced6
commit
d62690b3ba
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user