README.md
setup.py
matchup/__init__.py
matchup/models/__init__.py
matchup/models/model.py
matchup/models/orchestrator.py
matchup/models/algorithms/__init__.py
matchup/models/algorithms/belief_network.py
matchup/models/algorithms/boolean.py
matchup/models/algorithms/extended_boolean.py
matchup/models/algorithms/generalized_vector.py
matchup/models/algorithms/probabilistic.py
matchup/models/algorithms/vector_space.py
matchup/presentation/__init__.py
matchup/presentation/sanitizer.py
matchup/presentation/text.py
matchup/presentation/formats/__init__.py
matchup/presentation/formats/file.py
matchup/presentation/formats/tools.py
matchup/structure/__init__.py
matchup/structure/occurrence.py
matchup/structure/query.py
matchup/structure/solution.py
matchup/structure/vocabulary.py
matchup/structure/index/__init__.py
matchup/structure/index/base_index.py
matchup/structure/index/inverted_index.py
matchup/structure/weighting/__init__.py
matchup/structure/weighting/idf.py
matchup/structure/weighting/tf.py
matchup_ir.egg-info/PKG-INFO
matchup_ir.egg-info/SOURCES.txt
matchup_ir.egg-info/dependency_links.txt
matchup_ir.egg-info/top_level.txt
tests/functional/__init__.py
tests/functional/belief_network_test.py
tests/functional/boolean_test.py
tests/functional/extended_boolean_test.py
tests/functional/generalized_vector_test.py
tests/functional/main.py
tests/functional/probabilistic_test.py
tests/functional/vector_test.py
tests/unit/__init__.py
tests/unit/main.py
tests/unit/model_test.py
tests/unit/occurrence_test.py
tests/unit/query_test.py
tests/unit/sanitizer_test.py
tests/unit/vocabulary_test.py