README.md
setup.py
matchup/__init__.py
matchup/models/Model.py
matchup/models/Orchestrator.py
matchup/models/__init__.py
matchup/models/algorithms/Boolean.py
matchup/models/algorithms/ExtendedBoolean.py
matchup/models/algorithms/Probabilistic.py
matchup/models/algorithms/Vector.py
matchup/models/algorithms/__init__.py
matchup/presentation/Sanitizer.py
matchup/presentation/Text.py
matchup/presentation/__init__.py
matchup/structure/File.py
matchup/structure/Occurrence.py
matchup/structure/Query.py
matchup/structure/Solution.py
matchup/structure/Vocabulary.py
matchup/structure/__init__.py
matchup/structure/weighting/Idf.py
matchup/structure/weighting/Tf.py
matchup/structure/weighting/__init__.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/boolean_test.py
tests/functional/extended_boolean_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