File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ Be sure to check out [our medium post](https://medium.com/huggingface/state-of-t
1111Clone 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
1515cd neuralcoref
1616pip install .
1717```
1818
1919
2020You 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
2525The 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
You can’t perform that action at this time.
0 commit comments