LICENSE
README.md
setup.cfg
setup.py
cherche/__init__.py
cherche/__version__.py
cherche.egg-info/PKG-INFO
cherche.egg-info/SOURCES.txt
cherche.egg-info/dependency_links.txt
cherche.egg-info/requires.txt
cherche.egg-info/top_level.txt
cherche/compose/__init__.py
cherche/compose/base.py
cherche/compose/intersection_union_vote.py
cherche/compose/pipeline.py
cherche/compose/test_compose.py
cherche/compose/test_union_inter.py
cherche/compose/test_vote.py
cherche/data/__init__.py
cherche/data/semanlink.py
cherche/data/towns.json
cherche/data/towns.py
cherche/data/semanlink/arxiv.json
cherche/data/semanlink/docs.json
cherche/data/semanlink/tags.json
cherche/evaluate/__init__.py
cherche/evaluate/evaluate.py
cherche/index/__init__.py
cherche/index/faiss_index.py
cherche/qa/__init__.py
cherche/qa/qa.py
cherche/query/__init__.py
cherche/query/base.py
cherche/query/norvig.py
cherche/query/prf.py
cherche/rank/__init__.py
cherche/rank/base.py
cherche/rank/cross_encoder.py
cherche/rank/dpr.py
cherche/rank/embedding.py
cherche/rank/encoder.py
cherche/rank/test_rank.py
cherche/retrieve/__init__.py
cherche/retrieve/base.py
cherche/retrieve/bm25.py
cherche/retrieve/dpr.py
cherche/retrieve/embedding.py
cherche/retrieve/encoder.py
cherche/retrieve/flash.py
cherche/retrieve/fuzz.py
cherche/retrieve/lunr.py
cherche/retrieve/test_retrieve.py
cherche/retrieve/tfidf.py
cherche/utils/__init__.py
cherche/utils/batch.py
cherche/utils/quantize.py
cherche/utils/topk.py