Metadata-Version: 2.1
Name: light-scores
Version: 0.1.1
Summary: 
Home-page: https://github.com/ffreemt/light-scores
License: MIT
Author: freemt
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: loguru (>=0.5.3,<0.6.0)
Requires-Dist: nltk (>=3.6.2,<4.0.0)
Requires-Dist: rank-bm25 (>=0.2.1,<0.3.0)
Project-URL: Repository, https://github.com/ffreemt/light-scores
Description-Content-Type: text/markdown

# light_scores
<!--- light_scores  light_scores  light_scores light_scores --->
[![tests](https://github.com/ffreemt/light_scores/actions/workflows/routine-tests.yml/badge.svg)][![python](https://img.shields.io/static/v1?label=python+&message=3.7%2B&color=blue)](https://img.shields.io/static/v1?label=python+&message=3.7%2B&color=blue)[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![PyPI version](https://badge.fury.io/py/light_scores.svg)](https://badge.fury.io/py/light_scores)

Calculate bm25 matrix of two lists

## Usage

```python
from light_scores.light_scores import light_scores

res = await light_scores("test me")
print(res)
# '考我 试探我 测试我 试探'

print(await light_scores("test me", to_lang="de"))
