File size: 753 Bytes
43afaf6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "profile_id": "medieval-textual",
  "label": "Manuscrit médiéval textuel",
  "language_hints": ["la", "fr-moyen", "oc"],
  "script_type": "gothic",
  "active_layers": [
    "ocr_diplomatic",
    "ocr_normalized",
    "translation_fr",
    "translation_en",
    "summary",
    "scholarly_commentary",
    "public_commentary",
    "material_notes",
    "uncertainty"
  ],
  "prompt_templates": {
    "primary": "prompts/medieval-textual/primary_v1.txt",
    "translation": "prompts/medieval-textual/translation_v1.txt",
    "commentary": "prompts/medieval-textual/commentary_v1.txt"
  },
  "uncertainty_config": {
    "flag_below": 0.45,
    "min_acceptable": 0.3
  },
  "export_config": {
    "mets": true,
    "alto": true,
    "tei": false
  }
}