ConceptText library for Python. Реализует функционал склонения словосочетаний и раскрытия отсылок к терминам
Go to file
2024-04-12 13:26:42 +03:00
.vscode Setup tools and fix linter issues 2024-04-11 23:25:09 +03:00
cctext Fix build and add py.typed 2024-04-12 13:26:42 +03:00
scripts Fix build and add py.typed 2024-04-12 13:26:42 +03:00
tests Setup tools and fix linter issues 2024-04-11 23:25:09 +03:00
.flake8 Setup tools and fix linter issues 2024-04-11 23:25:09 +03:00
.gitignore Add deploy script 2024-04-12 13:07:50 +03:00
.pylintrc Transfering project 2024-04-10 20:54:12 +03:00
LICENSE Add deploy script 2024-04-12 13:07:50 +03:00
mypy.ini Transfering project 2024-04-10 20:54:12 +03:00
pyproject.toml Transfering project 2024-04-10 20:54:12 +03:00
README.md Add deploy script 2024-04-12 13:07:50 +03:00
requirements-build.txt Setup tools and fix linter issues 2024-04-11 23:25:09 +03:00
requirements.txt Setup tools and fix linter issues 2024-04-11 23:25:09 +03:00
setup.cfg Add deploy script 2024-04-12 13:07:50 +03:00
setup.py Fix build and add py.typed 2024-04-12 13:26:42 +03:00
TODO.txt Setup tools and fix linter issues 2024-04-11 23:25:09 +03:00
VERSION Fix build and add py.typed 2024-04-12 13:26:42 +03:00

cctext

PyPI version

Python library for russian natural language. Allows inflecting complex terms and resolving special syntax references to other entities. Based on pymorphy3

This library lacks user documentation. Example use cases can be found in tests folder.