From 0a4f7c91ae0f546044c7598e9391599d52777d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vil=C3=A9m=20Zouhar?= Date: Thu, 30 Jan 2025 10:24:13 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 611b88a..985c966 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -# tokenization-scorer     [![PyPI Version](https://img.shields.io/pypi/v/tokenization-scorer.svg)](https://pypi.python.org/pypi/tokenization-scorer) [![test tokenization-scorer](https://github.com/zouharvi/tokenization-scorer/actions/workflows/test.yml/badge.svg)](https://github.com/zouharvi/tokenization-scorer/actions/workflows/test.yml) +# tokenization-scorer     + +[![PyPI Version](https://img.shields.io/pypi/v/tokenization-scorer.svg)](https://pypi.python.org/pypi/tokenization-scorer) +  +[![test tokenization-scorer](https://github.com/zouharvi/tokenization-scorer/actions/workflows/test.yml/badge.svg)](https://github.com/zouharvi/tokenization-scorer/actions/workflows/test.yml) +  +[![Paper](https://img.shields.io/badge/📜%20paper-481.svg)](https://aclanthology.org/2023.acl-long.284/) Simple package for evaluating text tokenizations. The input is a text (list of files or stdin) and output a single number. @@ -41,4 +47,4 @@ This package is a side-product of the paper [Tokenization and the Noiseless Chan year={2023}, url={https://aclanthology.org/2023.acl-long.284/}, } -``` \ No newline at end of file +```