Skip to content

Commit

Permalink
ruTS 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShk committed Dec 5, 2020
1 parent 23602e5 commit 3e11fee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ doc._.bs.get_stats()

## Project structure

* **docs** - project documentation
* **ruts**:
* basic_stats.py - basic text statistics
* components.py - spaCy components
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,7 @@ doc._.bs.get_stats()

## Структура проекта

* **examples** - примеры использования инструментов
* Visualizers.ipynb - примеры использования инструментов визуализации
* **docs** - документация по проекту
* **ruts**:
* basic_stats.py - базовые текстовые статистики
* components.py - компоненты spaCy
Expand Down
2 changes: 1 addition & 1 deletion ruts/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.6.0
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
'scipy',
'nltk',
'pymorphy2',
'razdel',
'spacy>=2.0.12'
]

Expand Down Expand Up @@ -41,11 +42,11 @@
author='Шкарин Сергей, Смирнова Екатерина',
author_email='[email protected], [email protected]',
url='https://github.com/SergeyShk/ruTS',
download_url='https://github.com/SergeyShk/ruTS/archive/0.5.0.tar.gz',
packages=find_packages(exclude=('tests.*', 'tests')),
download_url='https://github.com/SergeyShk/ruTS/archive/0.6.0.tar.gz',
packages=find_packages(exclude=('tests.*', 'tests', 'docs')),
python_requires='>=3.6',
classifiers=(
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Operating System :: OS Independent',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit 3e11fee

Please sign in to comment.