.gitignore
.pre-commit-config.yaml
.prettierrc.yml
.readthedocs.yaml
.ruff.toml
LICENSE
README.md
pyproject.toml
requirements-test.txt
setup.py
.github/pytest.ini
.github/workflows/codecov.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
benchmarks/.gitignore
benchmarks/README.md
benchmarks/benchmark_simple_vs_spacy.py
benchmarks/build-testset.py
benchmarks/cleanup.py
benchmarks/compare_segmenters.py
benchmarks/debug_sentence.py
benchmarks/phrasplit_segmenter.py
benchmarks/runbatcheval.py
benchmarks/runeverything.py
benchmarks/segmenteval.py
benchmarks/sentencizer_segmenter.py
benchmarks/spacy_segmenter.py
docs/api.rst
docs/cli.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/integration.md
docs/make.bat
docs/make.py
docs/offsets.rst
docs/requirements.txt
docs/streaming.rst
docs/usage.rst
examples/__init__.py
examples/audiobook_preparation.py
examples/basic_usage.py
examples/batch_processing.py
examples/simple_vs_spacy.py
examples/subtitle_generation.py
examples/text_analysis.py
phrasplit/__init__.py
phrasplit/_version.py
phrasplit/abbreviations.py
phrasplit/cli.py
phrasplit/py.typed
phrasplit/splitter.py
phrasplit/splitter_without_spacy.py
phrasplit/types.py
phrasplit/utils.py
phrasplit.egg-info/PKG-INFO
phrasplit.egg-info/SOURCES.txt
phrasplit.egg-info/dependency_links.txt
phrasplit.egg-info/entry_points.txt
phrasplit.egg-info/requires.txt
phrasplit.egg-info/top_level.txt
tests/__init__.py
tests/test_cli.py
tests/test_comparison.py
tests/test_offset_correctness.py
tests/test_offsets.py
tests/test_splitter.py
tests/test_splitter_without_spacy.py
tests/test_stability.py