Metadata-Version: 2.1
Name: align-benchmark
Version: 0.1.0
Summary: Benchmark tests for dualtext alignment
Home-page: https://github.com/ffreemt/text-alignment-benchmarks
License: MIT
Author: ffreemt
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: icecream (>=2.1.1,<3.0.0)
Requires-Dist: logzero (>=1.7.0,<2.0.0)
Requires-Dist: numpy (>=1.22.1,<2.0.0)
Requires-Dist: openpyxl (>=3.0.9,<4.0.0)
Requires-Dist: pandas (>=1.4.0,<2.0.0)
Project-URL: Repository, https://github.com/ffreemt/text-alignment-benchmarks
Description-Content-Type: text/markdown

# text-alignment-benchmarks
[![tests](https://github.com/ffreemt/text-alignment-benchmarks/actions/workflows/routine-tests.yml/badge.svg)](https://github.com/ffreemt/text-alignment-benchmarks/actions)[![python](https://img.shields.io/static/v1?label=python+&message=3.8%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/align_benchmark.svg)](https://badge.fury.io/py/align_benchmark)

Benchmark dualtext (para/sent) alignment

## Install it

```shell
pip install align-benchmark
# or poetry add align-benchmark
# pip install git+htts://github.com/ffreemt/text-alignment-benchmarks
# poetry add git+htts://github.com/ffreemt/text-alignment-benchmarks

# To upgrade
pip install align-benchmark -U
# or poetry add align-benchmark@latest
```

## Use it
```python
from align_benchmark.benchmark import benchmark

benchmark()

```

