From 468456a8b41d8737942858503ca1100b2dd0ca63 Mon Sep 17 00:00:00 2001 From: Mathew Shen Date: Sun, 28 Apr 2024 13:49:10 +0800 Subject: [PATCH] docs: Add bleuscore in examples --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index baba64754..628eb7c72 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,7 @@ maturin itself is manylinux compliant when compiled for the musl target. ## Examples - [ballista-python](https://github.com/apache/arrow-ballista-python) - A Python library that binds to Apache Arrow distributed query engine Ballista +- [bleuscore](https://github.com/shenxiangzhuang/bleuscore) - A BLEU score calculation library, written in pure Rust - [chardetng-py](https://github.com/john-parton/chardetng-py) - Python binding for the chardetng character encoding detector. - [connector-x](https://github.com/sfu-db/connector-x/tree/main/connectorx-python) - ConnectorX enables you to load data from databases into Python in the fastest and most memory efficient way - [datafusion-python](https://github.com/apache/arrow-datafusion-python) - a Python library that binds to Apache Arrow in-memory query engine DataFusion