-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
78 lines (72 loc) · 2.73 KB
/
config.ini
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Copyright 2017 Alicia González Martínez
# COBHUNI Project, Universität Hamburg
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
##########################################################################
[altafsir]
sources path = ../../../sources/altafsir/data/all/final
prepared path = ../../../sources/altafsir/data/prepared
annotated path = ../../data/files/errorsfixed/altafsir
madhab meta path = ../../../sources/altafsir/processing/altafsir_extractor/madhab_names.txt
tafsir meta path = ../../../sources/altafsir/processing/altafsir_extractor/tafsir_names.txt
annotated outdir = ../../data/files/expanded/annotated/altafsir
complete outdir = ../../data/files/expanded/complete/altafsir
[hadith]
sources path = ../../../sources/hadith_alislam/data/all/fixed
indexes dirpath = ../../../sources/hadith_alislam/data/indexes/fixed
complete outdir = ../../data/files/expanded/complete/hadith_alislam
[ocred]
annotated path = ../../data/files/errorsfixed/ocred_texts/
metadata file = ../../../sources/ocred_texts/processing/wiki_export/metadata.json
annotated outdir = ../../data/files/expanded/annotated/ocred_texts/
[meta]
madhab name = madhab_name
madhab id = madhab_id
tafsir name = tafsir_name
tafsir id = tafsir_id
sura = sura
aya ini = aya_ini
aya end = aya_end
book id = book_id
book name = book_name
chapter id = chapter_id
chapter name = chapter_name
subchapter id = subchapter_id
subchapter name = subchapter_name
section id = section_id
section name = section_name
author = author
date = date
url = url
[annotation]
annotations key = annotation
meta key = meta
text key input = content
text key output = text
persons key = persons
motives key = motives
metamotives key = metamotives
value key = val
sources ini key = start
ini key = ini
end key = end
tokens key = tokens
tok key = tok
pos key = pos
lemma key = lemma
root key = root
hadith original key = original
hadith commentary key = commentary
[test] #DEBUG
sources path = test_input
outdir = test_output