LICENSE.txt
README.md
README.rst
pyproject.toml
src/SoMaJo.egg-info/PKG-INFO
src/SoMaJo.egg-info/SOURCES.txt
src/SoMaJo.egg-info/dependency_links.txt
src/SoMaJo.egg-info/entry_points.txt
src/SoMaJo.egg-info/requires.txt
src/SoMaJo.egg-info/top_level.txt
src/somajo/__init__.py
src/somajo/alignment.py
src/somajo/cli.py
src/somajo/doubly_linked_list.py
src/somajo/sentence_splitter.py
src/somajo/somajo.py
src/somajo/token.py
src/somajo/tokenizer.py
src/somajo/utils.py
src/somajo/data/abbreviations_de.txt
src/somajo/data/abbreviations_en.txt
src/somajo/data/camel_case_tokens.txt
src/somajo/data/eos_abbreviations.txt
src/somajo/data/non-breaking_hyphenated_words_en.txt
src/somajo/data/non-breaking_prefixes_en.txt
src/somajo/data/non-breaking_suffixes_en.txt
src/somajo/data/single_token_abbreviations_de.txt
src/somajo/data/single_token_abbreviations_en.txt
src/somajo/data/single_tokens_de.txt
src/somajo/data/single_tokens_en.txt
src/somajo/data/tokens_with_plus_or_ampersand.txt
src/somajo/data/units.txt
tests/test_alignment.py
tests/test_doubly_linked_list.py
tests/test_sentence_splitter.py
tests/test_somajo.py
tests/test_token.py
tests/test_tokenizer.py
tests/test_tokenizer_internal.py
tests/test_utils.py