mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +03:00
Updated Coreferee Universe entry (#10763)
This commit is contained in:
parent
0a92d5644e
commit
c32e1a0079
|
@ -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"],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user