Merge pull request #1 from afriedman412/afriedman412-patch-1

Update universe.json
This commit is contained in:
Andy Friedman 2023-07-15 17:23:52 -04:00 committed by GitHub
commit 37ac408db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",