File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ $ pip install ruts
2727* python 3.6+
2828* nltk
2929* pymorphy2
30+ * scipy
3031* spacy
3132
3233Библиотека по умолчанию использует токенизатор от nltk, который необходимо предварительно скачать:
Original file line number Diff line number Diff line change 11nltk
22pymorphy2
3+ scipy
34spacy >= 2.0.12
Original file line number Diff line number Diff line change 1111 README = f .read ()
1212
1313INSTALL_REQUIRES = [
14+ 'scipy' ,
1415 'nltk' ,
1516 'pymorphy2' ,
1617 'spacy>=2.0.12'
4041 author = 'Шкарин Сергей, Смирнова Екатерина' ,
4142 author_email = 'kouki.sergey@gmail.com, ekanerina@yandex.ru' ,
4243 url = 'https://github.com/SergeyShk/ruTS' ,
43- download_url = 'https://github.com/SergeyShk/ruTS/archive/0.1 .0.tar.gz' ,
44+ download_url = 'https://github.com/SergeyShk/ruTS/archive/0.4 .0.tar.gz' ,
4445 packages = find_packages (exclude = ('tests.*' , 'tests' )),
4546 python_requires = '>=3.6' ,
4647 classifiers = (
You can’t perform that action at this time.
0 commit comments