Skip to content

Commit 3e11fee

Browse files
committed
ruTS 0.6.0
1 parent 23602e5 commit 3e11fee

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

README.en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ doc._.bs.get_stats()
439439

440440
## Project structure
441441

442+
* **docs** - project documentation
442443
* **ruts**:
443444
* basic_stats.py - basic text statistics
444445
* components.py - spaCy components

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,7 @@ doc._.bs.get_stats()
439439

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

442-
* **examples** - примеры использования инструментов
443-
* Visualizers.ipynb - примеры использования инструментов визуализации
442+
* **docs** - документация по проекту
444443
* **ruts**:
445444
* basic_stats.py - базовые текстовые статистики
446445
* components.py - компоненты spaCy

ruts/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.1
1+
0.6.0

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
'scipy',
1515
'nltk',
1616
'pymorphy2',
17+
'razdel',
1718
'spacy>=2.0.12'
1819
]
1920

@@ -41,11 +42,11 @@
4142
author='Шкарин Сергей, Смирнова Екатерина',
4243
author_email='kouki.sergey@gmail.com, ekanerina@yandex.ru',
4344
url='https://github.com/SergeyShk/ruTS',
44-
download_url='https://github.com/SergeyShk/ruTS/archive/0.5.0.tar.gz',
45-
packages=find_packages(exclude=('tests.*', 'tests')),
45+
download_url='https://github.com/SergeyShk/ruTS/archive/0.6.0.tar.gz',
46+
packages=find_packages(exclude=('tests.*', 'tests', 'docs')),
4647
python_requires='>=3.6',
4748
classifiers=(
48-
'Development Status :: 3 - Alpha',
49+
'Development Status :: 4 - Beta',
4950
'Operating System :: OS Independent',
5051
'License :: OSI Approved :: MIT License',
5152
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)