-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
61 lines (61 loc) · 1.54 KB
/
Copy pathcodemeta.json
File metadata and controls
61 lines (61 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "PostOCR",
"description": "Pipeline de normalisation post-OCR pour corpus historiques français du XIXe siècle issus de Gallica, conçu pour le traitement reproductible des corpus historiques avec contrôle philologique explicite et validation humaine intégrée.",
"identifier": "https://doi.org/10.5281/zenodo.20112806",
"codeRepository": "https://github.com/Datashs/galica-postocr",
"url": "https://github.com/Datashs/galica-postocr",
"license": "https://opensource.org/licenses/MIT",
"programmingLanguage": [
"Python"
],
"runtimePlatform": "Python 3.8+",
"applicationCategory": "Digital Humanities",
"keywords": [
"digital humanities",
"OCR",
"post-OCR",
"historical OCR",
"OCR correction",
"computational philology",
"historical texts",
"Gallica",
"BnF",
"text processing",
"research software",
"corpus analysis",
"French language",
"philology",
"reproducible research"
],
"author": [
{
"@type": "Person",
"givenName": "Philippe",
"familyName": "Rygiel"
}
],
"publisher": {
"@type": "Equipe semis, Inria",
"name": "GitHub"
},
"developmentStatus": "active",
"operatingSystem": [
"Linux",
"macOS",
"Windows"
],
"softwareRequirements": [
"Python >= 3.8",
"langid (optional)"
],
"isAccessibleForFree": true,
"funding": "",
"version": "1.0",
"datePublished": "2026",
"inLanguage": [
"fr",
"en"
]
}