README.md
setup.py
pvqa/__init__.py
pvqa.egg-info/PKG-INFO
pvqa.egg-info/SOURCES.txt
pvqa.egg-info/dependency_links.txt
pvqa.egg-info/requires.txt
pvqa.egg-info/top_level.txt
pvqa/pipeline/__init__.py
pvqa/pipeline/pvqa_sklearn.py
pvqa/reader/__init__.py
pvqa/reader/bertqa_sklearn.py
pvqa/retriever/__init__.py
pvqa/retriever/retriever_sklearn.py
pvqa/retriever/text_transformers.py
pvqa/retriever/vectorizers.py
pvqa/utils/__init__.py
pvqa/utils/converters.py
pvqa/utils/download.py
pvqa/utils/evaluation.py
pvqa/utils/filters.py
tests/__init__.py
tests/test_converters.py
tests/test_evaluation.py
tests/test_pipeline.py
tests/test_processor.py