DetectorMorse is a sentence splitter for Portuguese and other languages, version 0.4.1. It detects sentence boundaries in text using a rule-based approach. Release cadence is low; no recent updates.
pip install detectormorseNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: create a SentenceSplitter instance and call split on a string.
Consider using the fork from Unstructured-IO for bug fixes and continued support.
Strip results with [s.strip() for s in splitter.split(text) if s.strip()]
Validate output manually or preprocess text to normalize punctuation.
No dependency data recorded yet.
No resource links recorded.