LICENSE
README.md
pyproject.toml
algophon/__init__.py
algophon/ipa.txt
algophon/natclass.py
algophon/seg.py
algophon/seginv.py
algophon/segstr.py
algophon/symbols.py
algophon.egg-info/PKG-INFO
algophon.egg-info/SOURCES.txt
algophon.egg-info/dependency_links.txt
algophon.egg-info/requires.txt
algophon.egg-info/top_level.txt
algophon/data_structures/__init__.py
algophon/data_structures/graph.py
algophon/distance/__init__.py
algophon/distance/edit_distance.py
algophon/ipa/__init__.py
algophon/ipa/convert.py
algophon/models/__init__.py
algophon/models/D2L/__init__.py
algophon/models/D2L/d2l.py
algophon/models/D2L/discrepancy.py
algophon/models/D2L/rule.py
algophon/models/D2L/tier.py
algophon/models/Miaseg/__init__.py
algophon/models/Miaseg/miaseg.py
algophon/models/Miaseg/paradigm.py
algophon/utils/__init__.py
algophon/utils/utils.py
tests/test_d2l.py
tests/test_data_structures.py
tests/test_distance.py
tests/test_miaseg.py
tests/test_natclass.py
tests/test_seg.py
tests/test_seginv.py
tests/test_segstr.py
tests/test_utils.py
tests/tester.py