Coreferences are situations where two or more words within a text refer to the same entity, e.g. _**John** went home because **he** was tired_. Resolving coreferences is an important general task within the natural language processing field.
Coreferee is a Python 3 library (tested with versions 3.6—3.11) that is used together with [spaCy](https://spacy.io/) (tested with versions 3.0.0—3.5.0) to resolve coreferences within English, French, German and Polish texts. It is designed so that it is easy to add support for new languages. It uses a mixture of neural networks and programmed rules.
The library was originally developed at [msg systems](https://www.msg.group/en) and was also maintained for a while at [Explosion AI](https://explosion.ai).
For more information, please see the [main documentation on GitHub](https://github.com/richardpaulhudson/coreferee).
Raw data
{
"_id": null,
"home_page": "https://github.com/richardpaulhudson/coreferee",
"name": "coreferee",
"maintainer": "",
"docs_url": null,
"requires_python": "<3.12,>=3.6",
"maintainer_email": "",
"keywords": "nlp,spacy,spacy-extension,python,machine-learning,coreference,anaphora,coreference-resolution,anaphora-resolution",
"author": "Richard Paul Hudson",
"author_email": "hudsonrichardpaul@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c9/0a/8ba90c327e2afd2454caab1868a7ffc0296f4e921c25bc9deec866e82463/coreferee-1.4.1.tar.gz",
"platform": null,
"description": "Coreferences are situations where two or more words within a text refer to the same entity, e.g. _**John** went home because **he** was tired_. Resolving coreferences is an important general task within the natural language processing field.\n\nCoreferee is a Python 3 library (tested with versions 3.6\u20143.11) that is used together with [spaCy](https://spacy.io/) (tested with versions 3.0.0\u20143.5.0) to resolve coreferences within English, French, German and Polish texts. It is designed so that it is easy to add support for new languages. It uses a mixture of neural networks and programmed rules.\n\nThe library was originally developed at [msg systems](https://www.msg.group/en) and was also maintained for a while at [Explosion AI](https://explosion.ai).\n\nFor more information, please see the [main documentation on GitHub](https://github.com/richardpaulhudson/coreferee).\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Coreference resolution for English, French, German and Polish, optimised for limited training data and easily extensible for further languages",
"version": "1.4.1",
"project_urls": {
"Homepage": "https://github.com/richardpaulhudson/coreferee"
},
"split_keywords": [
"nlp",
"spacy",
"spacy-extension",
"python",
"machine-learning",
"coreference",
"anaphora",
"coreference-resolution",
"anaphora-resolution"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f0517e330d8fc7db6486d54d68371b9bb26591ac8a7d3cbb822df7fcaa0efe66",
"md5": "a50dde45e828cd10b470855b338626ef",
"sha256": "4d7f92d2a85b816e69bd6e02bffa7052bf432ebf86ddab05f2e0ffe7cc823e07"
},
"downloads": -1,
"filename": "coreferee-1.4.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a50dde45e828cd10b470855b338626ef",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.12,>=3.6",
"size": 182570,
"upload_time": "2023-06-06T08:40:35",
"upload_time_iso_8601": "2023-06-06T08:40:35.043760Z",
"url": "https://files.pythonhosted.org/packages/f0/51/7e330d8fc7db6486d54d68371b9bb26591ac8a7d3cbb822df7fcaa0efe66/coreferee-1.4.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c90a8ba90c327e2afd2454caab1868a7ffc0296f4e921c25bc9deec866e82463",
"md5": "a5697fb184e69d9d8f407adcb378a98c",
"sha256": "c7a5c1f90f0400981b0394431342f4e83a6c4b206d068bca5685f6c6128e0a80"
},
"downloads": -1,
"filename": "coreferee-1.4.1.tar.gz",
"has_sig": false,
"md5_digest": "a5697fb184e69d9d8f407adcb378a98c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.12,>=3.6",
"size": 190977,
"upload_time": "2023-06-06T08:40:37",
"upload_time_iso_8601": "2023-06-06T08:40:37.151761Z",
"url": "https://files.pythonhosted.org/packages/c9/0a/8ba90c327e2afd2454caab1868a7ffc0296f4e921c25bc9deec866e82463/coreferee-1.4.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-06 08:40:37",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "richardpaulhudson",
"github_project": "coreferee",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "coreferee"
}