README.md
pyproject.toml
setup.py
src/morseg/__init__.py
src/morseg.egg-info/PKG-INFO
src/morseg.egg-info/SOURCES.txt
src/morseg.egg-info/dependency_links.txt
src/morseg.egg-info/requires.txt
src/morseg.egg-info/top_level.txt
src/morseg/algorithms/__init__.py
src/morseg/algorithms/similarity.py
src/morseg/algorithms/tokenizer.py
src/morseg/datastruct/__init__.py
src/morseg/datastruct/trie.py
src/morseg/utils/__init__.py
src/morseg/utils/wrappers.py