Metadata-Version: 2.1
Name: pyranker
Version: 0.1.3
Summary: A Python based package consisiting of BM25 and         Vector Space Rankers for Information Retrieval
Home-page: https://github.com/AvishrantsSh/PyRanker
Author: AvishrantSh (Avishrant Sharma)
Author-email: <avishrants@gmail.com>
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/AvishrantsSh/PyRanker/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (>=1.24.2)
Requires-Dist: nltk (>=3.8.1)

PyRanker
====================

<p>
<img src="https://img.shields.io/pypi/v/pyranker.svg?style=for-the-badge" alt="PyPI Shield">
<img src="https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge" alt="MIT License">
<img src="https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge" alt="Code Format">
</p>

___

A Python based package consisiting of BM25 and Vector Space Rankers for Information Retrieval


