mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-12 23:35:47 +03:00
Updated Coreferee Universe entry
This commit is contained in:
parent
6ce13d0299
commit
b2d3ac8222
|
@ -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