Add language tag
Browse files
README.md
CHANGED
@@ -1 +1,5 @@
|
|
|
|
|
|
|
|
|
|
1 |
This repository lists, for each article published by Le Monde since its founding in December 1944 to July 2024, the persons named in the text, separated by semicolons (";"). It is simply the result of a spacy NER, with the "fr_core_news_md": we analyse the document, take all the entities with "PER" (person) as type, and take the text of the entity. We also extract the grammatical function (entityt.root.dep_) corresponding to the entities. The ambition was to maybe, in the future, look at whether women mentioned are more often object of verbs than men.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- fr
|
4 |
+
---
|
5 |
This repository lists, for each article published by Le Monde since its founding in December 1944 to July 2024, the persons named in the text, separated by semicolons (";"). It is simply the result of a spacy NER, with the "fr_core_news_md": we analyse the document, take all the entities with "PER" (person) as type, and take the text of the entity. We also extract the grammatical function (entityt.root.dep_) corresponding to the entities. The ambition was to maybe, in the future, look at whether women mentioned are more often object of verbs than men.
|