Updated Coreferee Universe entry

This commit is contained in:
Richard Hudson 2022-05-06 10:50:23 +02:00 committed by richardpaulhudson
parent 6ce13d0299
commit b2d3ac8222

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