You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Example:
29
29
30
30
- Following libraries are fundamental to this repository.
31
31
- You should install PyTorch via official [Installation guide](https://pytorch.org/get-started/locally/).
32
-
- To use spaCy model which is used to tokenize english sentence, download English model by running `python -m spacy download en_core_web_sm`.
32
+
- To use spaCy model which is used to tokenize english sentence, download English model by running `python -m spacy download en_core_web_sm`.`python -m spacy download en` (open md prompt as an Administrator mode)
33
33
34
34
```
35
35
en-core-web-sm==2.1.0
@@ -42,6 +42,7 @@ spacy==2.1.8
42
42
torch==1.2.0
43
43
torchtext==0.4.0
44
44
```
45
+
- if you have troble in installing torch and torchtext, do `pip install torch==1.2.0 -f https://download.pytorch.org/whl/torch_stable.html` and `pip install Torchtext==0.04`
0 commit comments