LICENSE.txt
README.md
pyproject.toml
src/wordseg/__init__.py
src/wordseg/base_segmenter.py
src/wordseg/longest_string_matching.py
src/wordseg/random_segmenter.py
src/wordseg.egg-info/PKG-INFO
src/wordseg.egg-info/SOURCES.txt
src/wordseg.egg-info/dependency_links.txt
src/wordseg.egg-info/not-zip-safe
src/wordseg.egg-info/requires.txt
src/wordseg.egg-info/top_level.txt
tests/test_longest_string_matching.py
tests/test_version.py