{"library":"razdel","title":"razdel","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install razdel"],"cli":null},"imports":["from razdel import tokenize","from razdel import sentenize"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from razdel import tokenize, sentenize\n\ntext = \"Привет! Как дела?\"\ntokens = list(tokenize(text))\nsentences = list(sentenize(text))\nprint(tokens)\nprint(sentences)","lang":"python","description":"Basic usage: tokenize and sentenize a short Russian text.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}