Commit ·
96f93c2
1
Parent(s): 2277798
Add spacy model to requirements
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -6,3 +6,4 @@ matplotlib
|
|
| 6 |
spacy
|
| 7 |
sentencepiece
|
| 8 |
sacremoses
|
|
|
|
|
|
| 6 |
spacy
|
| 7 |
sentencepiece
|
| 8 |
sacremoses
|
| 9 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
|