From ebd59b7ccf739957d507617ae09a317713222311 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Tue, 10 Sep 2024 14:15:47 +0200 Subject: [PATCH] Update website/meta/universe.json --- website/meta/universe.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index 5e424d320..8d46fac8e 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -4521,8 +4521,8 @@ { "id": "quelquhui", "title": "quelquhui", - "slogan": "tokenizer for contemporary french", - "description": "A tokenizer for french that handles inword parentheses like in _(b)rouille_, inclusive language (won't split _relecteur.rice.s_,but will split _mais.maintenant_), hyphens (split _peut-on_, or _pouvons-vous_ but not _tubulu-pimpant_), apostrophes (split _j'arrive_ or _j'arrivons_, but not _aujourd'hui_ or _r'garder_), emoticons, text-emoji (_:happy:_), urls, mails, ...", + "slogan": "Tokenizer for contemporary French", + "description": "A tokenizer for French that handles inword parentheses like in _(b)rouille_, inclusive language (won't split _relecteur.rice.s_,but will split _mais.maintenant_), hyphens (split _peut-on_, or _pouvons-vous_ but not _tubulu-pimpant_), apostrophes (split _j'arrive_ or _j'arrivons_, but not _aujourd'hui_ or _r'garder_), emoticons, text-emoji (_:happy:_), urls, mails and more.", "github": "thjbdvlt/quelquhui", "code_example": [ "import spacy",