LICENSE
README.md
pyproject.toml
src/distfeat/__init__.py
src/distfeat/analysis.py
src/distfeat/audit.py
src/distfeat/common.py
src/distfeat/dataset.py
src/distfeat/exporters.py
src/distfeat/geometry.py
src/distfeat/protocol.py
src/distfeat/registry.py
src/distfeat/representations.py
src/distfeat/resources.py
src/distfeat.egg-info/PKG-INFO
src/distfeat.egg-info/SOURCES.txt
src/distfeat.egg-info/dependency_links.txt
src/distfeat.egg-info/requires.txt
src/distfeat.egg-info/top_level.txt
src/distfeat/data/classes.tsv
src/distfeat/data/features.tsv
src/distfeat/data/sounds.tsv
src/distfeat/data/pbase/ipa2allfeatures.csv
src/distfeat/data/pbase/pbase_license.txt
src/distfeat/data/pbase/readme.txt
src/distfeat/data/pbase/seg_convert.csv
src/distfeat/systems/__init__.py
src/distfeat/systems/categorical.py
src/distfeat/systems/distinctive.py
src/distfeat/systems/ipa.py
src/distfeat/systems/pbase.py
src/distfeat/systems/tresoldi.py
tests/test_analysis.py
tests/test_audit.py
tests/test_dataset.py
tests/test_distinctive.py
tests/test_exporters.py
tests/test_functional_api.py
tests/test_geometry.py
tests/test_ipa.py
tests/test_registry.py
tests/test_representations.py
tests/test_tresoldi.py