regicid commited on
Commit ·
e36c93b
1
Parent(s): b41836e
add
Browse files- .gitattributes +1 -0
- README.md +1 -0
- lemonde_names.csv +3 -0
.gitattributes
CHANGED
|
@@ -56,3 +56,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 56 |
# Video files - compressed
|
| 57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 56 |
# Video files - compressed
|
| 57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
lemonde_names.csv filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 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.
|
lemonde_names.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfa545f4f3a5f5656f383d90f8805a94b5acdab3b66e8b8bbd48ab699e0cf739
|
| 3 |
+
size 993699475
|