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