From f7434baee50998f150b51f7f93e1166dd9f9b75c Mon Sep 17 00:00:00 2001 From: richardpaulhudson Date: Mon, 30 Jan 2023 17:54:34 +0100 Subject: [PATCH] Fix SHORTREADME --- SHORTREADME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SHORTREADME.md b/SHORTREADME.md index d02c2cc..638ec07 100644 --- a/SHORTREADME.md +++ b/SHORTREADME.md @@ -1,6 +1,6 @@ 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.10) that is used together with [spaCy](https://spacy.io/) (tested with versions 3.0.0—3.4.2) 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. +Coreferee is a Python 3 library (tested with versions 3.6—3.10) 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).