Skip to content

Commit

Permalink
Tweaks to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-c authored Feb 15, 2018
1 parent 3c8650d commit a0fa34e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ Be sure to check out [our medium post](https://medium.com/huggingface/state-of-t
Clone the repo and install using pip (the trained model weights are too large for PyPI)

```
git clone git@github.com:huggingface/neuralcoref.git
git clone https://github.com/huggingface/neuralcoref.git
cd neuralcoref
pip install .
```


You will also need an English model for spaCy if you don't already have spaCy installed in your environment.
````
python -m spacy download 'en'
````
```
python -m spacy download en
```

The mention extraction module is strongly influenced by the quality of the parsing so we recommend selecting a model with a higher accuray than usual.

Expand Down

0 comments on commit a0fa34e

Please sign in to comment.