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