Split Russian text into sentences
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