Spaces:
Runtime error
Runtime error
makcrx
commited on
Commit
•
1831c9b
1
Parent(s):
b5f4da8
add russian corpus
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -7,5 +7,5 @@ sentence_transformers
|
|
7 |
pydantic==1.10.12
|
8 |
pymorphy3
|
9 |
keybert
|
10 |
-
spacy
|
11 |
-
ru_core_news_sm
|
|
|
7 |
pydantic==1.10.12
|
8 |
pymorphy3
|
9 |
keybert
|
10 |
+
spacy>=3.0.0,<4.0.0
|
11 |
+
ru_core_news_sm @ https://github.com/explosion/spacy-models/releases/download/ru_core_news_sm-3.4.0/ru_core_news_sm-3.4.0-py3-none-any.whl
|