From 04796b0bc583c438993d0a7472e3c84210caccb4 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Mon, 31 Jul 2023 10:42:49 +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 3809e20ef..22235bf0b 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -17,11 +17,11 @@ "category": ["extension"], "tags": [] }, - { + { "id": "sayswho", "title": "SaysWho", "slogan": "Quote identification, attribution and resolution", - "description": "A Python package for identifying and attributing quotes in text. It uses a combination of SpaCy functionality, logic and grammar to find quotes and their speakers, then uses the SpaCy coreferencing model to better clarify who is speaking. Currently English only.", + "description": "A Python package for identifying and attributing quotes in text. It uses a combination of spaCy functionality, logic and grammar to find quotes and their speakers, then uses the spaCy coreferencing model to better clarify who is speaking. Currently English only.", "github": "afriedman412/sayswho", "pip": "sayswho", "code_language": "python",