From c32e1a0079f7436e6e58b976de8903bf48ffb36f Mon Sep 17 00:00:00 2001 From: Richard Hudson Date: Fri, 6 May 2022 13:21:39 +0200 Subject: [PATCH] Updated Coreferee Universe entry (#10763) --- website/meta/universe.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index 11a174c8c..e37c918ca 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -2817,9 +2817,9 @@ "id": "coreferee", "title": "Coreferee", "slogan": "Coreference resolution for multiple languages", - "github": "msg-systems/coreferee", - "url": "https://github.com/msg-systems/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.", + "github": "explosion/coreferee", + "url": "https://github.com/explosion/coreferee", + "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", "category": ["pipeline", "models", "standalone"], "tags": ["coreference-resolution", "anaphora"],