Skip to content

Commit

Permalink
update spacy download instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Jan 30, 2019
1 parent a01e620 commit d370563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Developers are advised to make sure `Keras` >=2 be installed. Users are advised
Before using, check the language model of spaCy has been installed or updated, by running:

```
>>> spacy download en
>>> python -m spacy download en
```

See [tutorial](http://shorttext.readthedocs.io/en/latest/tutorial.html) for how to use the package.
Expand Down
2 changes: 1 addition & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Then run the following command in your terminal or console:

::

spacy download en
python -m spacy download en


You might need administrator priveledge to do this. This will link a folder `en_core_web_sm` to `en` too.
Expand Down

0 comments on commit d370563

Please sign in to comment.