Commit 8bc61486c6b7b5beb7d6a6efc5c25c37fd91817b
1 parent
466e52f3
fix docker demo sources
Showing
7 changed files
with
0 additions
and
195 deletions
conf/parser/mtas/test_iso_tei.xml deleted
1 | -<?xml version="1.0" encoding="UTF-8" ?> | ||
2 | -<mtas> | ||
3 | - | ||
4 | - <!-- START MTAS INDEX CONFIGURATION --> | ||
5 | - <index> | ||
6 | - <!-- START GENERAL SETTINGS MTAS INDEX PROCESS --> | ||
7 | - <payload index="true" /> | ||
8 | - <offset index="true" /> | ||
9 | - <realoffset index="true" /> | ||
10 | - <parent index="true" /> | ||
11 | - <!-- END GENERAL SETTINGS MTAS INDEX PROCESS --> | ||
12 | - </index> | ||
13 | - <!-- END MTAS INDEX CONFIGURATION --> | ||
14 | - | ||
15 | - <!-- START CONFIGURATION MTAS ISO/TEI PARSER --> | ||
16 | - <parser name="mtas.analysis.parser.MtasTEIParser"> | ||
17 | - | ||
18 | - <!-- START GENERAL SETTINGS MTAS ISO/TEI PARSER --> | ||
19 | - <autorepair value="true" /> | ||
20 | - <makeunique value="true" /> | ||
21 | - <!-- END GENERAL SETTINGS MTAS ISO/TEI PARSER --> | ||
22 | - | ||
23 | - <!-- START VARIABLES --> | ||
24 | - <variables> | ||
25 | - <variable name="when" value="interval"> | ||
26 | - <value> | ||
27 | - <item type="attribute" name="interval" /> | ||
28 | - </value> | ||
29 | - </variable> | ||
30 | - <variable name="person" value="sex"> | ||
31 | - <value> | ||
32 | - <item type="attribute" name="sex" /> | ||
33 | - </value> | ||
34 | - </variable> | ||
35 | - </variables> | ||
36 | - <!-- END VARIABLES --> | ||
37 | - | ||
38 | - <!-- START REFERENCES --> | ||
39 | - <!-- END REFERENCES --> | ||
40 | - | ||
41 | - <!-- START MAPPINGS --> | ||
42 | - <mappings> | ||
43 | - | ||
44 | - <!-- START WORDS --> | ||
45 | - <mapping type="word" name="w" start="#" end="#"> | ||
46 | - <token type="string" offset="false" realoffset="false" parent="true"> | ||
47 | - <pre> | ||
48 | - <item type="string" value="w" /> | ||
49 | - </pre> | ||
50 | - <post> | ||
51 | - <item type="text" /> | ||
52 | - </post> | ||
53 | - </token> | ||
54 | - <token type="string" offset="false" realoffset="false" parent="false"> | ||
55 | - <pre> | ||
56 | - <item type="string" value="w_lc" /> | ||
57 | - </pre> | ||
58 | - <post> | ||
59 | - <item type="text" filter="ascii,lowercase" /> | ||
60 | - </post> | ||
61 | - </token> | ||
62 | - <token type="string" offset="false" realoffset="false" parent="true"> | ||
63 | - <pre> | ||
64 | - <item type="string" value="w.id" /> | ||
65 | - </pre> | ||
66 | - <post> | ||
67 | - <item type="attribute" name="#" /> | ||
68 | - </post> | ||
69 | - </token> | ||
70 | - </mapping> | ||
71 | - <mapping type="word" name="anchor" start="synch" end="synch"> | ||
72 | - <token type="string" offset="false" realoffset="false" parent="false"> | ||
73 | - <pre> | ||
74 | - <item type="name" /> | ||
75 | - <item type="string" value=".time" /> | ||
76 | - </pre> | ||
77 | - <post> | ||
78 | - <item type="variableFromAttribute" name="interval" value="synch" /> | ||
79 | - </post> | ||
80 | - </token> | ||
81 | - </mapping> | ||
82 | - <mapping type="word" name="pause"> | ||
83 | - <token type="string" offset="false" realoffset="false" parent="false"> | ||
84 | - <pre> | ||
85 | - <item type="name" /> | ||
86 | - </pre> | ||
87 | - <post> | ||
88 | - <item type="attribute" name="type" /> | ||
89 | - </post> | ||
90 | - </token> | ||
91 | - </mapping> | ||
92 | - <mapping type="word" name="vocal"></mapping> | ||
93 | - <mapping type="word" name="incident"></mapping> | ||
94 | - <!-- END WORDS --> | ||
95 | - | ||
96 | - <!-- START WORD ANNOTATIONS --> | ||
97 | - <mapping type="wordAnnotation" name="desc"> | ||
98 | - <token type="string" offset="false" realoffset="false" parent="false"> | ||
99 | - <pre> | ||
100 | - <item type="ancestorWordName" /> | ||
101 | - </pre> | ||
102 | - <post> | ||
103 | - <item type="text" /> | ||
104 | - </post> | ||
105 | - </token> | ||
106 | - </mapping> | ||
107 | - <!-- END WORD ANNOTATIONS --> | ||
108 | - | ||
109 | - <!-- START RELATIONS --> | ||
110 | - <!-- END RELATIONS --> | ||
111 | - | ||
112 | - | ||
113 | - <!-- START GROUPS --> | ||
114 | - <mapping type="group" name="annotationBlock" start="start" | ||
115 | - end="end"> | ||
116 | - <token type="string" offset="false" realoffset="false" parent="false"> | ||
117 | - <pre> | ||
118 | - <item type="name" /> | ||
119 | - <item type="string" value=".interval" /> | ||
120 | - </pre> | ||
121 | - <post> | ||
122 | - <item type="variableFromAttribute" name="interval" value="start" /> | ||
123 | - <item type="variableFromAttribute" name="interval" value="end" | ||
124 | - prefix=" - " /> | ||
125 | - </post> | ||
126 | - </token> | ||
127 | - <token type="string" offset="false" realoffset="false" parent="false"> | ||
128 | - <pre> | ||
129 | - <item type="name" /> | ||
130 | - <item type="string" value=".sex" /> | ||
131 | - </pre> | ||
132 | - <post> | ||
133 | - <item type="variableFromAttribute" name="sex" value="who" /> | ||
134 | - </post> | ||
135 | - </token> | ||
136 | - </mapping> | ||
137 | - <mapping type="group" name="u" > | ||
138 | - <token type="string" offset="false" realoffset="false" parent="true"> | ||
139 | - <pre> | ||
140 | - <item type="name" /> | ||
141 | - </pre> | ||
142 | - </token> | ||
143 | - <token type="string" offset="false" realoffset="false" parent="true"> | ||
144 | - <pre> | ||
145 | - <item type="name" /> | ||
146 | - <item type="string" value=".id" /> | ||
147 | - </pre> | ||
148 | - <post> | ||
149 | - <item type="attribute" name="#" /> | ||
150 | - </post> | ||
151 | - </token> | ||
152 | - </mapping> | ||
153 | - <!-- END GROUPS --> | ||
154 | - | ||
155 | - <!-- START GROUP ANNOTATIONS --> | ||
156 | - <mapping type="groupAnnotation" name="spanGrp"> | ||
157 | - </mapping> | ||
158 | - | ||
159 | - <mapping type="groupAnnotation" name="span" start="from" end="to"> | ||
160 | - <token type="string" offset="false" realoffset="false" parent="false"> | ||
161 | - <pre> | ||
162 | - <item type="name" /> | ||
163 | - <item type="ancestorAttribute" distance="0" name="type" | ||
164 | - prefix="." /> | ||
165 | - <item type="string" value=".interval" /> | ||
166 | - </pre> | ||
167 | - <post> | ||
168 | - <item type="variableFromAttribute" name="interval" value="from" /> | ||
169 | - <item type="variableFromAttribute" name="interval" value="to" | ||
170 | - prefix=" - " /> | ||
171 | - </post> | ||
172 | - </token> | ||
173 | - </mapping> | ||
174 | - | ||
175 | - <mapping type="groupAnnotation" name="span" start="from" end="to"> | ||
176 | - <token type="string" offset="false" realoffset="false" parent="false"> | ||
177 | - <pre> | ||
178 | - <item type="ancestorAttribute" distance="0" name="type" /> | ||
179 | - </pre> | ||
180 | - <post> | ||
181 | - <item type="text" /> | ||
182 | - </post> | ||
183 | - </token> | ||
184 | - </mapping> | ||
185 | - | ||
186 | - | ||
187 | - <!-- END GROUP ANNOTATIONS --> | ||
188 | - | ||
189 | - </mappings> | ||
190 | - <!-- END MAPPINGS --> | ||
191 | - | ||
192 | - </parser> | ||
193 | - <!-- END CONFIGURATION MTAS ISO/TEI PARSER --> | ||
194 | - | ||
195 | -</mtas> |
docker/isotei-samples/EXMARaLDA_DEMO_ISO_TEI/DE_AnneWill.xml.gz
No preview for this file type
docker/isotei-samples/EXMARaLDA_DEMO_ISO_TEI/DE_ForumWaffenrecht.xml.gz
No preview for this file type
docker/isotei-samples/EXMARaLDA_DEMO_ISO_TEI/DE_HartAberFair.xml.gz
No preview for this file type
docker/isotei-samples/FOLK_STUTTGART_21_TEI_ISO/FOLK_E_00064_SE_01_T_01_DF_01.xml.gz
No preview for this file type
docker/isotei-samples/FOLK_STUTTGART_21_TEI_ISO/FOLK_E_00064_SE_01_T_02_DF_01.xml.gz
No preview for this file type
docker/isotei-samples/FOLK_STUTTGART_21_TEI_ISO/FOLK_E_00064_SE_01_T_03_DF_01.xml.gz
No preview for this file type