From 062c1c1e1362b06a353720e25f7f52ac802f12b9 Mon Sep 17 00:00:00 2001 From: Andy Friedman Date: Sat, 15 Jul 2023 17:23:23 -0400 Subject: [PATCH] Update universe.json added entry for Sayswho --- website/meta/universe.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/website/meta/universe.json b/website/meta/universe.json index 75ec5fb5c..fdbbff229 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -16,6 +16,22 @@ }, "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 logic and grammer to find quotes and their speakers, then uses a coreferencing model to better clarify who is speaking.", + "github": "afriedman412/sayswho", + "pip": "sayswho", + "code_language": "python", + "author": "Andy Friedman", + "author_links": { + "twitter": "steadynappin", + "github": "afriedman412" + }, + "category": ["standalone"], + "tags": ["attribution", "coref", "text-processing"] }, { "id": "parsigs",