{"library":"sentencex","title":"sentencex","description":"A sentence segmentation library supporting ~300 languages, powered by Rust for performance. Version 1.0.23, MIT license, maintained by Wikimedia. Releases are frequent with multilingual improvements.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install sentencex"],"cli":null},"imports":["from sentencex import segment"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from sentencex import segment\n\ntext = \"Hello world! This is a test. And another sentence.\"\nsentences = segment('en', text)\nprint(list(sentences))","lang":"python","description":"Basic usage: segment English text into sentences.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}