From 56a1f07c1eee7f94cccfda2795a8b5ec2bf53861 Mon Sep 17 00:00:00 2001 From: Viginum-DataScientist-6 <210390336+Viginum-DataScientist-6@users.noreply.github.com> Date: Tue, 29 Jul 2025 13:40:08 +0000 Subject: [PATCH] fix(docs): standardize README.md display Remove manual text centering Use standard Markdown syntax for headers --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 219d4e6..e95842e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,4 @@ -

D3lta

- -
- -If you like our project, please give us a star ⭐ on GitHub for the latest update.
- - - -
+# D3lta [![PyPI - Version](https://img.shields.io/pypi/v/d3lta?style=flat&logo=pypi&logoColor=%233775A9&label=PyPI)](https://pypi.org/project/d3lta/) [![arXiv](https://img.shields.io/badge/Arxiv-2312.17338-b31b1b.svg?logo=arXiv)](https://arxiv.org/abs/2312.17338) @@ -14,7 +6,6 @@ If you like our project, please give us a star ⭐ on GitHub for the latest upda This repository is the official implementation of D3lta, a library for detecting duplicate verbatim contents within a vast amount of documents. It distinguishes 3 types of duplicate contents : copypasta (almost exact duplicates), rewording and translation. You can run it on CPU. -
---