rusent 0.1
Latest release
Released:
Split Russian text into sentences
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT license)
- Author: Mikhail Korobov
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
- Topic
Project description
rusent is a library and a command-line utility to split Russian text into sentences. It uses hand-written rules and tries to follow OpenCorpora sentence segmentation conventions.
Install
pip install rusent
Use
>>> import rusent
>>> rusent.split("")
Contribute
Source code: https://github.com/kmike/rusent
Bug tracker: https://github.com/kmike/rusent/issues
To run tests execute tox command from the source root.
Changes
dev (TBD)
Initial release
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT license)
- Author: Mikhail Korobov
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
- Topic