Updated Coreferee Universe entry (#10763)

This commit is contained in:
Richard Hudson 2022-05-06 13:21:39 +02:00 committed by GitHub
parent 0a92d5644e
commit c32e1a0079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2817,9 +2817,9 @@
"id": "coreferee", "id": "coreferee",
"title": "Coreferee", "title": "Coreferee",
"slogan": "Coreference resolution for multiple languages", "slogan": "Coreference resolution for multiple languages",
"github": "msg-systems/coreferee", "github": "explosion/coreferee",
"url": "https://github.com/msg-systems/coreferee", "url": "https://github.com/explosion/coreferee",
"description": "Coreferee is a pipeline plugin that performs coreference resolution for English, German and Polish. It is designed so that it is easy to add support for new languages and optimised for limited training data. It uses a mixture of neural networks and programmed rules. Please note you will need to [install models](https://github.com/msg-systems/coreferee#getting-started) before running the code example.", "description": "Coreferee is a pipeline plugin that performs coreference resolution for English, French, German and Polish. It is designed so that it is easy to add support for new languages and optimised for limited training data. It uses a mixture of neural networks and programmed rules. Please note you will need to [install models](https://github.com/explosion/coreferee#getting-started) before running the code example.",
"pip": "coreferee", "pip": "coreferee",
"category": ["pipeline", "models", "standalone"], "category": ["pipeline", "models", "standalone"],
"tags": ["coreference-resolution", "anaphora"], "tags": ["coreference-resolution", "anaphora"],