Skip to content

Commit a0fa34e

Browse files
authored
Tweaks to readme
1 parent 3c8650d commit a0fa34e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ Be sure to check out [our medium post](https://medium.com/huggingface/state-of-t
1111
Clone the repo and install using pip (the trained model weights are too large for PyPI)
1212

1313
```
14-
git clone git@github.com:huggingface/neuralcoref.git
14+
git clone https://github.com/huggingface/neuralcoref.git
1515
cd neuralcoref
1616
pip install .
1717
```
1818

1919

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

2525
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.
2626

0 commit comments

Comments
 (0)