Skip to content

Commit af7e4c1

Browse files
Merge pull request #36 from msg-systems/development
Add support for French and prepare for release 1.1.2
2 parents dd5e32a + a3eccf7 commit af7e4c1

32 files changed

Lines changed: 7777 additions & 156 deletions

README.md

Lines changed: 63 additions & 19 deletions
Large diffs are not rendered by default.

SHORTREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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.
22

3-
<b>Coreferee</b> is a Python 3 library (tested with version 3.9.5) that is used together with [spaCy](https://spacy.io/) (tested with version 3.1.2) to resolve coreferences within English, 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.
3+
<b>Coreferee</b> is a Python 3 library (tested with version 3.9.5) that is used together with [spaCy](https://spacy.io/) (tested with version 3.1.2) to resolve coreferences within English, German, Polish and French 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.
44

55
For more information, please see the [main documentation on GitHub](https://github.com/msg-systems/coreferee).

coreferee/lang/common/data/LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ The files *names.dat in this directory contain personal names derived from the f
55
2) Offene Daten Köln (https://offenedaten-koeln.de/dataset/vornamen) released under the CC BY 3.0 DE 'Namensnennung 3.0 Deutschland' license (https://creativecommons.org/licenses/by/3.0/de/legalcode)
66

77
3) Polish government data 'Lista imion występujących w rejestrze PESEL z uwzględnieniem imion osób zmarłych' (https://dane.gov.pl/en/dataset/1501,lista-imion-wystepujacych-w-rejestrze-pesel) published with no restrictions on reuse
8+
9+
4) French governement data 'Liste de Prénoms' (https://www.data.gouv.fr/fr/datasets/liste-de-prenoms/)

0 commit comments

Comments
 (0)