-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcorpora.yaml
49 lines (49 loc) · 1.12 KB
/
corpora.yaml
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
# name of the noske registry file
tunocent:
# corpora PID to be reported in the <ed:Resource> of the SRU explain
pid: tunocentPid
# corpora title to be reported as <ed:Resource>/<ed:Title> of the SRU explain
title:
en: Tunocent
# corpora description to be reported as <ed:Resource>/<ed:Description> of the SRU explain
description:
en: Tunocent corpora
# corpora website URI to be reported as <ed:Resource>/<ed:LandingPageURI> of the SRU explain
landingPageURI: http://tunocent
# corpora languages to be reported as <ed:Resource>/<ed:Languages> of the SRU explain
languages:
- ara
# mappings for structures used by the mquery-sru
utterance: g
paragraph: g
turn: g
text: doc
session: doc
abacus:
pid: abacusPid
title:
en: Abacus
description:
en: Abacus corpora
landingPageURI: http://abacus
languages:
- deu
utterance: g
paragraph: g
turn: doc
text: doc
session: doc
susanne:
pid: susannePid
title:
en: susanne
description:
en: Susanne corpora
landingPageURI: http://susanne
languages:
- eng
utterance: g
paragraph: p
turn: p
text: doc
session: doc