Rule-based tokenizer and sentence segmenter for Russian text, splitting into tokens, sentences, and sections. Version 0.5.0 is the latest release, with stable API and infrequent updates.
pip install razdelVerified import paths — ran on the pinned version, not inferred.
Basic usage: tokenize and sentenize a short Russian text.
Install using pip without flags; verify by running `from razdel import tokenize` and calling it. If error about missing data, reinstall or use the GitHub source.
Avoid relying on `sectionize` for production; use `tokenize` and `sentenize` instead.
pip install razdel
Reinstall razdel: pip install --force-reinstall razdel
No dependency data recorded yet.