README.md
setup.py
src/matchingframework/__init__.py
src/matchingframework.egg-info/PKG-INFO
src/matchingframework.egg-info/SOURCES.txt
src/matchingframework.egg-info/dependency_links.txt
src/matchingframework.egg-info/entry_points.txt
src/matchingframework.egg-info/requires.txt
src/matchingframework.egg-info/top_level.txt
src/matchingframework/match/__init__.py
src/matchingframework/match/matcher.py
src/matchingframework/preprocess/__init__.py
src/matchingframework/preprocess/data_preprocessor.py
src/matchingframework/preprocess/tokenizers.py
src/matchingframework/scores/__init__.py
src/matchingframework/scores/clusters.py
src/matchingframework/scores/similarities.py
src/matchingframework/scores/vectorizers.py
src/matchingframework/structures/__init__.py
src/matchingframework/structures/data.py
src/matchingframework/utils/__init__.py
src/matchingframework/utils/readers.py
src/matchingframework/utils/writers.py