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
11
11
Clone the repo and install using pip (the trained model weights are too large for PyPI)
12
12
13
13
```
14
- git clone git@ github.com: huggingface/neuralcoref.git
14
+ git clone https:// github.com/ huggingface/neuralcoref.git
15
15
cd neuralcoref
16
16
pip install .
17
17
```
18
18
19
19
20
20
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
+ ```
24
24
25
25
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.
26
26
You can’t perform that action at this time.
0 commit comments