segment-any-text/wtpsplit
Toolkit to segment text into sentences or other semantic units in a robust, efficient and adaptable way. observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 96
- Release rhythm 66
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 47
- age_days: 2406
- days_rel: 144
- days_push: 25
- n_releases_24m: 10
Adoption not part of the score
1333 stars · 84 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
wtpsplit is a Python toolkit for segmenting text into sentences or other semantic units using the SaT and WtP deep learning models. It provides robust, punctuation-agnostic sentence segmentation across 85 languages with GPU, TPU, and ONNX inference support.
Use cases
- split text into sentences without relying on punctuation
- segment multilingual text into sentences across 85 languages
- preprocess text for NLP pipelines like translation or RAG chunking
- adapt sentence segmentation to a specific domain or writing style
- run fast sentence segmentation on GPU or with ONNX
When to choose
- you need robust sentence segmentation on unpunctuated or noisy text
- you work with many languages and need one universal segmenter
- you need semantic paragraph or section splitting for document chunking
- you want state-of-the-art segmentation performance with GPU/ONNX acceleration
When to avoid
- you only need simple period-based splitting for clean English text and want zero dependencies
- you cannot run a neural model due to compute or latency constraints
- you need tokenization or full parsing rather than sentence segmentation
Facets
library · maturity active
nlp machine-learning parser machine-learning deep-learning python cross-platform sentence-segmentation sentence-boundary-detection pretrained-models onnx multilingual transformers natural-language-processing gpu
2 sources
- readme: https://github.com/segment-any-text/wtpsplit · fetched 2026-08-28 · 6b3278115677
- registry_pypi: https://pypi.org/pypi/wtpsplit/json · fetched 2026-08-29 · a3e7215f4948
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| segment-any-text/wtpsplit | main | 86 |
For agents
markdown · JSON · MCP: product_card(name="segment-any-text/wtpsplit")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem