Metadata-Version: 2.4
Name: xl_durel_utils
Version: 1.0.4
Summary: XL-DURel Utility Functions
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: tabulate
Requires-Dist: krippendorff
Requires-Dist: transformers
Requires-Dist: matplotlib
Requires-Dist: seaborn
Dynamic: license-file

# XL-DURel Utils

A Python utility for tokenizing a sentence, centering a target span, truncating context if needed, and decoding back to a string.

## Installation
```bash
pip install xl-durel-utils
