LICENSE
README.md
setup.py
datastew/__init__.py
datastew/conf.py
datastew/embedding.py
datastew/evaluation.py
datastew/mapping.py
datastew/visualisation.py
datastew.egg-info/PKG-INFO
datastew.egg-info/SOURCES.txt
datastew.egg-info/dependency_links.txt
datastew.egg-info/requires.txt
datastew.egg-info/top_level.txt
datastew/process/__init__.py
datastew/process/mapping.py
datastew/process/ols.py
datastew/process/parsing.py
datastew/repository/__init__.py
datastew/repository/base.py
datastew/repository/model.py
datastew/repository/sqllite.py
tests/__init__.py
tests/test_embedding.py
tests/test_evaluation.py
tests/test_mapping.py
tests/test_parser.py
tests/test_repository.py
tests/test_system.py
tests/test_visualisation.py