blob: c0ca61ece7a1572f59b45a6d650cb7a8704a05d9 [file] [log] [blame]
Akron14ca9f02016-01-29 19:38:18 +01001lib/KorAP/XML/Krill.pm
2lib/KorAP/XML/Log.pm
Akron150b29e2016-02-14 23:06:48 +01003lib/KorAP/XML/Archive.pm
Akron14ca9f02016-01-29 19:38:18 +01004lib/KorAP/XML/Tokenizer.pm
5lib/KorAP/XML/Tokenizer/Match.pm
6lib/KorAP/XML/Tokenizer/Range.pm
7lib/KorAP/XML/Tokenizer/Span.pm
8lib/KorAP/XML/Tokenizer/Spans.pm
9lib/KorAP/XML/Tokenizer/Token.pm
10lib/KorAP/XML/Tokenizer/Tokens.pm
11lib/KorAP/XML/Tokenizer/Units.pm
Akron151676d2016-03-14 20:12:14 +010012lib/KorAP/XML/Index/MultiTerm.pm
13lib/KorAP/XML/Index/MultiTermToken.pm
14lib/KorAP/XML/Index/MultiTermTokenStream.pm
Akron14ca9f02016-01-29 19:38:18 +010015lib/KorAP/XML/Document/Primary.pm
Akron35db6e32016-03-17 22:42:22 +010016lib/KorAP/XML/Meta/Base.pm
17lib/KorAP/XML/Meta/I5.pm
18lib/KorAP/XML/Meta/Sgbr.pm
Akron151676d2016-03-14 20:12:14 +010019lib/KorAP/XML/Annotation/Base.pm
20lib/KorAP/XML/Annotation/Base/Paragraphs.pm
21lib/KorAP/XML/Annotation/Base/Sentences.pm
22lib/KorAP/XML/Annotation/Connexor/Sentences.pm
23lib/KorAP/XML/Annotation/Connexor/Morpho.pm
24lib/KorAP/XML/Annotation/Connexor/Phrase.pm
25lib/KorAP/XML/Annotation/Connexor/Syntax.pm
26lib/KorAP/XML/Annotation/CoreNLP/Constituency.pm
27lib/KorAP/XML/Annotation/CoreNLP/Morpho.pm
28lib/KorAP/XML/Annotation/CoreNLP/NamedEntities.pm
29lib/KorAP/XML/Annotation/CoreNLP/Sentences.pm
30lib/KorAP/XML/Annotation/DeReKo/Structure.pm
31lib/KorAP/XML/Annotation/Glemm/Morpho.pm
32lib/KorAP/XML/Annotation/Malt/Dependency.pm
33lib/KorAP/XML/Annotation/Mate/Dependency.pm
34lib/KorAP/XML/Annotation/Mate/Morpho.pm
35lib/KorAP/XML/Annotation/Mate/MorphoAttr.pm
Akrona86d94a2016-07-06 14:23:12 +020036lib/KorAP/XML/Annotation/MDParser/Dependency.pm
Akron151676d2016-03-14 20:12:14 +010037lib/KorAP/XML/Annotation/OpenNLP/Morpho.pm
38lib/KorAP/XML/Annotation/OpenNLP/Sentences.pm
39lib/KorAP/XML/Annotation/OpenNLP/Morpho.pm
40lib/KorAP/XML/Annotation/Sgbr/Morpho.pm
41lib/KorAP/XML/Annotation/Sgbr/Lemma.pm
42lib/KorAP/XML/Annotation/TreeTagger/Morpho.pm
43lib/KorAP/XML/Annotation/TreeTagger/Sentences.pm
44lib/KorAP/XML/Annotation/XIP/Constituency.pm
45lib/KorAP/XML/Annotation/XIP/Dependency.pm
46lib/KorAP/XML/Annotation/XIP/Morpho.pm
47lib/KorAP/XML/Annotation/XIP/Sentences.pm
Akron150b29e2016-02-14 23:06:48 +010048t/archive.t
Akron14ca9f02016-01-29 19:38:18 +010049t/meta.t
Akrona5920b12016-06-29 18:51:21 +020050t/meta_caching.t
Akron0c3e3752016-06-28 15:55:53 +020051t/multiple_archives.t
Akron14ca9f02016-01-29 19:38:18 +010052t/primary.t
53t/range.t
54t/sort_tokens.t
55t/tokens.t
56t/transform.t
Akron151676d2016-03-14 20:12:14 +010057t/annotation/TestInit.pm
58t/annotation/base_paragraphs.t
59t/annotation/base_sentences.t
60t/annotation/connexor_morpho.t
61t/annotation/connexor_phrase.t
62t/annotation/connexor_sentences.t
63t/annotation/connexor_syntax.t
64t/annotation/corenlp_constituency.t
65t/annotation/corenlp_ent.t
66t/annotation/corenlp_morpho.t
67t/annotation/corenlp_sentences.t
68t/annotation/dereko_struct.t
69t/annotation/glemm_morpho.t
Akrona86d94a2016-07-06 14:23:12 +020070t/annotation/mdp_dependency.t
Akron151676d2016-03-14 20:12:14 +010071t/annotation/malt_dependency.t
72t/annotation/mate_dependency.t
73t/annotation/mate_morpho.t
74t/annotation/mate_morpho_attr.t
75t/annotation/meta.t
76t/annotation/opennlp_morpho.t
77t/annotation/opennlp_sentences.t
78t/annotation/primary.t
79t/annotation/tt_morpho.t
80t/annotation/tt_sentences.t
81t/annotation/xip_constituency.t
82t/annotation/xip_dependency.t
83t/annotation/xip_morpho.t
84t/annotation/xip_sentences.t
85t/annotation/koralquery.t
Akron14ca9f02016-01-29 19:38:18 +010086t/real/bzk.t
87t/real/bzk_2.t
88t/real/goethe.t
Akron1924bbe2016-06-22 16:05:41 +020089t/real/rei.t
Akron14ca9f02016-01-29 19:38:18 +010090t/real/wdd.t
Akron1924bbe2016-06-22 16:05:41 +020091t/real/wpd.t
Akron93d620e2016-02-05 19:40:05 +010092t/sgbr/lemma.t
93t/sgbr/meta.t
Akrona98a14c2016-02-12 16:28:39 +010094t/sgbr/meta_duden.t
Akron8c84aa52016-02-13 21:26:54 +010095t/sgbr/meta_ids.t
Akron93d620e2016-02-05 19:40:05 +010096t/sgbr/pos.t
97t/sgbr/token.t
Akron150b29e2016-02-14 23:06:48 +010098t/corpus/archive.zip
Akron14ca9f02016-01-29 19:38:18 +010099t/corpus/BZK/header.xml
100t/corpus/GOE/header.xml
101t/corpus/VDI/header.xml
102t/corpus/WDD/header.xml
Akron1924bbe2016-06-22 16:05:41 +0200103t/corpus/REI/header.xml
Akron14ca9f02016-01-29 19:38:18 +0100104t/corpus/artificial/data.xml
105t/corpus/artificial/header.xml
106t/corpus/artificial/metadata.xml
Akron151676d2016-03-14 20:12:14 +0100107t/annotation/corpus/header.xml
Akron14ca9f02016-01-29 19:38:18 +0100108t/sgbr/TEST/header.xml
109t/corpus/A00/02035-substring/data.xml
110t/corpus/A00/02035-substring/header.xml
111t/corpus/A00/02035-substring/text.txt
112t/corpus/A00/02873-meta/data.xml
113t/corpus/A00/02873-meta/header.xml
114t/corpus/A00/02873-meta/text.txt
115t/corpus/A00/05663-unbalanced/data.xml
116t/corpus/A00/05663-unbalanced/header.xml
117t/corpus/A00/05663-unbalanced/text.txt
118t/corpus/A00/07452-deep/data.xml
119t/corpus/A00/07452-deep/header.xml
120t/corpus/A00/07452-deep/text.txt
121t/corpus/A01/13047/data.xml
122t/corpus/A01/13047/header.xml
123t/corpus/A01/13047/metadata.xml
124t/corpus/A01/13047/text.txt
Akron0c3e3752016-06-28 15:55:53 +0200125t/corpus/archives/fake.zip
126t/corpus/archives/wpd15-single.corenlp.zip
127t/corpus/archives/wpd15-single.malt.zip
128t/corpus/archives/wpd15-single.mdparser.zip
129t/corpus/archives/wpd15-single.opennlp.zip
130t/corpus/archives/wpd15-single.tree_tagger.zip
131t/corpus/archives/wpd15-single.zip
Akron14ca9f02016-01-29 19:38:18 +0100132t/corpus/BZK/D59/header.xml
133t/corpus/ERL/00001/data.xml
134t/corpus/ERL/00001/header.xml
135t/corpus/ERL/00001/text.txt
136t/corpus/GOE/AGA/header.xml
137t/corpus/GOE/AGX/header.xml
Akron1924bbe2016-06-22 16:05:41 +0200138t/corpus/REI/BNG/header.xml
Akrona5920b12016-06-29 18:51:21 +0200139t/corpus/REI/RBR/header.xml
Akron14ca9f02016-01-29 19:38:18 +0100140t/corpus/VDI/JAN/header.xml
141t/corpus/WDD/G27/header.xml
142t/corpus/WPD/00001/data.xml
143t/corpus/WPD/00001/header.xml
144t/corpus/WPD/00001/metadata.xml
145t/corpus/WPD/00001/text.txt
146t/corpus/artificial/base/paragraph.xml
147t/corpus/artificial/base/sentences.xml
148t/corpus/artificial/connexor/morpho.xml
149t/corpus/artificial/connexor/phrase.xml
150t/corpus/artificial/connexor/sentences.xml
151t/corpus/artificial/connexor/syntax.xml
152t/corpus/artificial/corenlp/constituency.xml
153t/corpus/artificial/corenlp/morpho.xml
154t/corpus/artificial/corenlp/ne_dewac_175m_600.xml
155t/corpus/artificial/corenlp/ne_hgc_175m_600.xml
156t/corpus/artificial/corenlp/sentences.xml
157t/corpus/artificial/corenlp/tokens.xml
158t/corpus/artificial/opennlp/morpho.xml
159t/corpus/artificial/opennlp/sentences.xml
160t/corpus/artificial/opennlp/tokens.xml
161t/corpus/artificial/xip/constituency.xml
162t/corpus/artificial/xip/dependency.xml
163t/corpus/artificial/xip/morpho.xml
164t/corpus/artificial/xip/sentences.xml
Akron151676d2016-03-14 20:12:14 +0100165t/annotation/corpus/doc/header.xml
Akron14ca9f02016-01-29 19:38:18 +0100166t/sgbr/TEST/BSP/header.xml
167t/corpus/A00/02035-substring/base/paragraph.xml
168t/corpus/A00/02035-substring/base/sentences.xml
169t/corpus/A00/02035-substring/base/tokens_aggr.xml
170t/corpus/A00/02035-substring/base/tokens_conservative.xml
171t/corpus/A00/02035-substring/connexor/metadata.xml
172t/corpus/A00/02035-substring/connexor/morpho.xml
173t/corpus/A00/02035-substring/connexor/mpt.xml
174t/corpus/A00/02035-substring/connexor/phrase.xml
175t/corpus/A00/02035-substring/connexor/sentences.xml
176t/corpus/A00/02035-substring/connexor/syntax.xml
177t/corpus/A00/02035-substring/connexor/tokens.xml
178t/corpus/A00/02035-substring/corenlp/ne_dewac_175m_600.xml
179t/corpus/A00/02035-substring/corenlp/ne_hgc_175m_600.xml
180t/corpus/A00/02035-substring/corenlp/sentences.xml
181t/corpus/A00/02035-substring/corenlp/tokens.xml
182t/corpus/A00/02035-substring/mate/dependency.xml
183t/corpus/A00/02035-substring/mate/morpho.xml
184t/corpus/A00/02035-substring/opennlp/morpho.xml
185t/corpus/A00/02035-substring/opennlp/sentences.xml
186t/corpus/A00/02035-substring/opennlp/tokens.xml
187t/corpus/A00/02035-substring/struct/structure.xml
188t/corpus/A00/02035-substring/tree_tagger/metadata.xml
189t/corpus/A00/02035-substring/tree_tagger/morpho.xml
190t/corpus/A00/02035-substring/tree_tagger/sentences.xml
191t/corpus/A00/02035-substring/tree_tagger/tokens.xml
192t/corpus/A00/02035-substring/xip/constituency.xml
193t/corpus/A00/02035-substring/xip/dependency.xml
194t/corpus/A00/02035-substring/xip/metadata.xml
195t/corpus/A00/02035-substring/xip/morpho.xml
196t/corpus/A00/02035-substring/xip/sentences.xml
197t/corpus/A00/02035-substring/xip/tokens.xml
198t/corpus/A00/02873-meta/base/paragraph.xml
199t/corpus/A00/02873-meta/base/sentences.xml
200t/corpus/A00/02873-meta/base/tokens_aggr.xml
201t/corpus/A00/02873-meta/base/tokens_conservative.xml
202t/corpus/A00/02873-meta/connexor/metadata.xml
203t/corpus/A00/02873-meta/connexor/morpho.xml
204t/corpus/A00/02873-meta/connexor/mpt.xml
205t/corpus/A00/02873-meta/connexor/phrase.xml
206t/corpus/A00/02873-meta/connexor/sentences.xml
207t/corpus/A00/02873-meta/connexor/syntax.xml
208t/corpus/A00/02873-meta/connexor/tokens.xml
209t/corpus/A00/02873-meta/corenlp/ne_dewac_175m_600.xml
210t/corpus/A00/02873-meta/corenlp/ne_hgc_175m_600.xml
211t/corpus/A00/02873-meta/corenlp/sentences.xml
212t/corpus/A00/02873-meta/corenlp/tokens.xml
213t/corpus/A00/02873-meta/mate/dependency.xml
214t/corpus/A00/02873-meta/mate/morpho.xml
215t/corpus/A00/02873-meta/opennlp/morpho.xml
216t/corpus/A00/02873-meta/opennlp/sentences.xml
217t/corpus/A00/02873-meta/opennlp/tokens.xml
218t/corpus/A00/02873-meta/struct/structure.xml
219t/corpus/A00/02873-meta/tree_tagger/metadata.xml
220t/corpus/A00/02873-meta/tree_tagger/morpho.xml
221t/corpus/A00/02873-meta/tree_tagger/sentences.xml
222t/corpus/A00/02873-meta/tree_tagger/tokens.xml
223t/corpus/A00/02873-meta/xip/constituency.xml
224t/corpus/A00/02873-meta/xip/dependency.xml
225t/corpus/A00/02873-meta/xip/metadata.xml
226t/corpus/A00/02873-meta/xip/morpho.xml
227t/corpus/A00/02873-meta/xip/sentences.xml
228t/corpus/A00/02873-meta/xip/tokens.xml
229t/corpus/A00/05663-unbalanced/base/paragraph.xml
230t/corpus/A00/05663-unbalanced/base/sentences.xml
231t/corpus/A00/05663-unbalanced/base/tokens_aggr.xml
232t/corpus/A00/05663-unbalanced/base/tokens_conservative.xml
233t/corpus/A00/05663-unbalanced/connexor/metadata.xml
234t/corpus/A00/05663-unbalanced/connexor/morpho.xml
235t/corpus/A00/05663-unbalanced/connexor/mpt.xml
236t/corpus/A00/05663-unbalanced/connexor/phrase.xml
237t/corpus/A00/05663-unbalanced/connexor/sentences.xml
238t/corpus/A00/05663-unbalanced/connexor/syntax.xml
239t/corpus/A00/05663-unbalanced/connexor/tokens.xml
240t/corpus/A00/05663-unbalanced/corenlp/ne_dewac_175m_600.xml
241t/corpus/A00/05663-unbalanced/corenlp/ne_hgc_175m_600.xml
242t/corpus/A00/05663-unbalanced/corenlp/sentences.xml
243t/corpus/A00/05663-unbalanced/corenlp/tokens.xml
244t/corpus/A00/05663-unbalanced/mate/dependency.xml
245t/corpus/A00/05663-unbalanced/mate/morpho.xml
246t/corpus/A00/05663-unbalanced/opennlp/morpho.xml
247t/corpus/A00/05663-unbalanced/opennlp/sentences.xml
248t/corpus/A00/05663-unbalanced/opennlp/tokens.xml
249t/corpus/A00/05663-unbalanced/struct/structure.xml
250t/corpus/A00/05663-unbalanced/tree_tagger/metadata.xml
251t/corpus/A00/05663-unbalanced/tree_tagger/morpho.xml
252t/corpus/A00/05663-unbalanced/tree_tagger/sentences.xml
253t/corpus/A00/05663-unbalanced/tree_tagger/tokens.xml
254t/corpus/A00/05663-unbalanced/xip/constituency.xml
255t/corpus/A00/05663-unbalanced/xip/dependency.xml
256t/corpus/A00/05663-unbalanced/xip/metadata.xml
257t/corpus/A00/05663-unbalanced/xip/morpho.xml
258t/corpus/A00/05663-unbalanced/xip/sentences.xml
259t/corpus/A00/05663-unbalanced/xip/tokens.xml
260t/corpus/A00/07452-deep/base/paragraph.xml
261t/corpus/A00/07452-deep/base/sentences.xml
262t/corpus/A00/07452-deep/base/tokens_aggr.xml
263t/corpus/A00/07452-deep/base/tokens_conservative.xml
264t/corpus/A00/07452-deep/connexor/metadata.xml
265t/corpus/A00/07452-deep/connexor/morpho.xml
266t/corpus/A00/07452-deep/connexor/mpt.xml
267t/corpus/A00/07452-deep/connexor/phrase.xml
268t/corpus/A00/07452-deep/connexor/sentences.xml
269t/corpus/A00/07452-deep/connexor/syntax.xml
270t/corpus/A00/07452-deep/connexor/tokens.xml
271t/corpus/A00/07452-deep/corenlp/ne_dewac_175m_600.xml
272t/corpus/A00/07452-deep/corenlp/ne_hgc_175m_600.xml
273t/corpus/A00/07452-deep/corenlp/sentences.xml
274t/corpus/A00/07452-deep/corenlp/tokens.xml
275t/corpus/A00/07452-deep/mate/dependency.xml
276t/corpus/A00/07452-deep/mate/morpho.xml
277t/corpus/A00/07452-deep/opennlp/morpho.xml
278t/corpus/A00/07452-deep/opennlp/sentences.xml
279t/corpus/A00/07452-deep/opennlp/tokens.xml
280t/corpus/A00/07452-deep/struct/structure.xml
281t/corpus/A00/07452-deep/tree_tagger/metadata.xml
282t/corpus/A00/07452-deep/tree_tagger/morpho.xml
283t/corpus/A00/07452-deep/tree_tagger/sentences.xml
284t/corpus/A00/07452-deep/tree_tagger/tokens.xml
285t/corpus/A00/07452-deep/xip/constituency.xml
286t/corpus/A00/07452-deep/xip/dependency.xml
287t/corpus/A00/07452-deep/xip/metadata.xml
288t/corpus/A00/07452-deep/xip/morpho.xml
289t/corpus/A00/07452-deep/xip/sentences.xml
290t/corpus/A00/07452-deep/xip/tokens.xml
291t/corpus/A01/13047/base/metadata.xml
292t/corpus/A01/13047/base/paragraph.xml
293t/corpus/A01/13047/base/sentences.xml
294t/corpus/A01/13047/base/tokens_aggr.xml
295t/corpus/A01/13047/base/tokens_conservative.xml
296t/corpus/A01/13047/connexor/metadata.xml
297t/corpus/A01/13047/connexor/morpho.xml
298t/corpus/A01/13047/connexor/mpt.xml
299t/corpus/A01/13047/connexor/phrase.xml
300t/corpus/A01/13047/connexor/sentences.xml
301t/corpus/A01/13047/connexor/syntax.xml
302t/corpus/A01/13047/connexor/tokens.xml
303t/corpus/A01/13047/corenlp/constituency.xml
304t/corpus/A01/13047/corenlp/metadata.xml
305t/corpus/A01/13047/corenlp/morpho.xml
306t/corpus/A01/13047/corenlp/ne_dewac_175m_600.xml
307t/corpus/A01/13047/corenlp/ne_hgc_175m_600.xml
308t/corpus/A01/13047/corenlp/sentences.xml
309t/corpus/A01/13047/corenlp/tokens.xml
310t/corpus/A01/13047/mate/dependency.xml
311t/corpus/A01/13047/mate/metadata.xml
312t/corpus/A01/13047/mate/morpho.xml
313t/corpus/A01/13047/opennlp/morpho.xml
314t/corpus/A01/13047/opennlp/sentences.xml
315t/corpus/A01/13047/opennlp/tokens.xml
316t/corpus/A01/13047/struct/structure.xml
317t/corpus/A01/13047/tree_tagger/metadata.xml
318t/corpus/A01/13047/tree_tagger/morpho.xml
319t/corpus/A01/13047/tree_tagger/sentences.xml
320t/corpus/A01/13047/tree_tagger/tokens.xml
Akron14ca9f02016-01-29 19:38:18 +0100321t/corpus/BZK/D59/00001/data.xml
322t/corpus/BZK/D59/00001/header.xml
323t/corpus/BZK/D59/00001/text.txt
324t/corpus/BZK/D59/00089/data.xml
325t/corpus/BZK/D59/00089/header.xml
326t/corpus/BZK/D59/00089/text.txt
327t/corpus/ERL/00001/base/paragraph.xml
328t/corpus/ERL/00001/base/sentences.xml
329t/corpus/ERL/00001/base/tokens_aggr.xml
330t/corpus/ERL/00001/base/tokens_conservative.xml
331t/corpus/ERL/00001/connexor/metadata.xml
332t/corpus/ERL/00001/connexor/morpho.xml
333t/corpus/ERL/00001/connexor/mpt.xml
334t/corpus/ERL/00001/connexor/phrase.xml
335t/corpus/ERL/00001/connexor/sentences.xml
336t/corpus/ERL/00001/connexor/syntax.xml
337t/corpus/ERL/00001/connexor/tokens.xml
338t/corpus/ERL/00001/struct/structure.xml
339t/corpus/ERL/00001/tree_tagger/metadata.xml
340t/corpus/ERL/00001/tree_tagger/morpho.xml
341t/corpus/ERL/00001/tree_tagger/sentences.xml
342t/corpus/ERL/00001/tree_tagger/tokens.xml
343t/corpus/ERL/00001/xip/constituency.xml
344t/corpus/ERL/00001/xip/dependency.xml
345t/corpus/ERL/00001/xip/metadata.xml
346t/corpus/ERL/00001/xip/morpho.xml
347t/corpus/ERL/00001/xip/sentences.xml
348t/corpus/ERL/00001/xip/tokens.xml
349t/corpus/GOE/AGA/03828/data.xml
350t/corpus/GOE/AGA/03828/header.xml
351t/corpus/GOE/AGA/03828/text.txt
352t/corpus/GOE/AGX/00006/data.xml
353t/corpus/GOE/AGX/00006/header.xml
354t/corpus/GOE/AGX/00006/text.txt
Akron1924bbe2016-06-22 16:05:41 +0200355t/corpus/REI/BNG/00128/data.xml
356t/corpus/REI/BNG/00128/header.xml
357t/corpus/REI/BNG/00128/base/paragraph.xml
358t/corpus/REI/BNG/00128/base/sentences.xml
359t/corpus/REI/BNG/00128/base/tokens_aggr.xml
360t/corpus/REI/BNG/00128/base/tokens_conservative.xml
361t/corpus/REI/BNG/00128/struct/structure.xml
Akrona5920b12016-06-29 18:51:21 +0200362t/corpus/REI/BNG/00128/malt/dependency.xml
363t/corpus/REI/BNG/00128/malt/metadata.xml
364t/corpus/REI/BNG/00071/base/paragraph.xml
365t/corpus/REI/BNG/00071/base/sentences.xml
366t/corpus/REI/BNG/00071/base/tokens_aggr.xml
367t/corpus/REI/BNG/00071/base/tokens_conservative.xml
368t/corpus/REI/BNG/00071/corenlp/constituency.xml
369t/corpus/REI/BNG/00071/corenlp/metadata.xml
370t/corpus/REI/BNG/00071/corenlp/morpho.xml
371t/corpus/REI/BNG/00071/corenlp/sentences.xml
372t/corpus/REI/BNG/00071/corenlp/tokens.xml
373t/corpus/REI/BNG/00071/data.xml
374t/corpus/REI/BNG/00071/header.xml
375t/corpus/REI/BNG/00071/malt/dependency.xml
376t/corpus/REI/BNG/00071/malt/metadata.xml
377t/corpus/REI/BNG/00071/opennlp/metadata.xml
378t/corpus/REI/BNG/00071/opennlp/morpho.xml
379t/corpus/REI/BNG/00071/opennlp/sentences.xml
380t/corpus/REI/BNG/00071/opennlp/tokens.xml
381t/corpus/REI/BNG/00071/struct/structure.xml
382t/corpus/REI/BNG/00071/tree_tagger/metadata.xml
383t/corpus/REI/BNG/00071/tree_tagger/morpho.xml
384t/corpus/REI/BNG/00071/tree_tagger/sentences.xml
385t/corpus/REI/BNG/00071/tree_tagger/tokens.xml
386t/corpus/REI/RBR/00610/base/paragraph.xml
387t/corpus/REI/RBR/00610/base/sentences.xml
388t/corpus/REI/RBR/00610/base/tokens_aggr.xml
389t/corpus/REI/RBR/00610/base/tokens_conservative.xml
390t/corpus/REI/RBR/00610/corenlp/constituency.xml
391t/corpus/REI/RBR/00610/corenlp/metadata.xml
392t/corpus/REI/RBR/00610/corenlp/morpho.xml
393t/corpus/REI/RBR/00610/corenlp/sentences.xml
394t/corpus/REI/RBR/00610/corenlp/tokens.xml
395t/corpus/REI/RBR/00610/data.xml
396t/corpus/REI/RBR/00610/header.xml
397t/corpus/REI/RBR/00610/malt/dependency.xml
398t/corpus/REI/RBR/00610/malt/metadata.xml
399t/corpus/REI/RBR/00610/opennlp/metadata.xml
400t/corpus/REI/RBR/00610/opennlp/morpho.xml
401t/corpus/REI/RBR/00610/opennlp/sentences.xml
402t/corpus/REI/RBR/00610/opennlp/tokens.xml
403t/corpus/REI/RBR/00610/struct/structure.xml
404t/corpus/REI/RBR/00610/tree_tagger/metadata.xml
405t/corpus/REI/RBR/00610/tree_tagger/morpho.xml
406t/corpus/REI/RBR/00610/tree_tagger/sentences.xml
407t/corpus/REI/RBR/00610/tree_tagger/tokens.xml
408t/corpus/REI/RBR/header.xml
Akron14ca9f02016-01-29 19:38:18 +0100409t/corpus/VDI/JAN/00001/data.xml
410t/corpus/VDI/JAN/00001/header.xml
411t/corpus/VDI/JAN/00001/text.txt
412t/corpus/WDD/G27/38989/data.xml
413t/corpus/WDD/G27/38989/header.xml
414t/corpus/WDD/G27/38989/text.txt
415t/corpus/WPD/00001/base/metadata.xml
416t/corpus/WPD/00001/base/paragraph.xml
417t/corpus/WPD/00001/base/sentences.xml
418t/corpus/WPD/00001/base/tokens_aggr.xml
419t/corpus/WPD/00001/base/tokens_conservative.xml
420t/corpus/WPD/00001/connexor/metadata.xml
421t/corpus/WPD/00001/connexor/morpho.xml
422t/corpus/WPD/00001/connexor/phrase.xml
423t/corpus/WPD/00001/connexor/sentences.xml
424t/corpus/WPD/00001/connexor/syntax.xml
425t/corpus/WPD/00001/connexor/tokens.xml
426t/corpus/WPD/00001/corenlp/metadata.xml
427t/corpus/WPD/00001/corenlp/ne_dewac_175m_600.xml
428t/corpus/WPD/00001/corenlp/ne_hgc_175m_600.xml
429t/corpus/WPD/00001/corenlp/sentences.xml
430t/corpus/WPD/00001/corenlp/tokens.xml
431t/corpus/WPD/00001/mate/dependency.xml
432t/corpus/WPD/00001/mate/metadata.xml
433t/corpus/WPD/00001/mate/morpho.xml
434t/corpus/WPD/00001/opennlp/metadata.xml
435t/corpus/WPD/00001/opennlp/morpho.xml
436t/corpus/WPD/00001/opennlp/sentences.xml
437t/corpus/WPD/00001/opennlp/tokens.xml
438t/corpus/WPD/00001/struct/structure.xml
439t/corpus/WPD/00001/tree_tagger/metadata.xml
440t/corpus/WPD/00001/tree_tagger/morpho.xml
441t/corpus/WPD/00001/tree_tagger/sentences.xml
442t/corpus/WPD/00001/tree_tagger/tokens.xml
443t/corpus/WPD/00001/xip/constituency.xml
444t/corpus/WPD/00001/xip/dependency.xml
445t/corpus/WPD/00001/xip/metadata.xml
446t/corpus/WPD/00001/xip/morpho.xml
447t/corpus/WPD/00001/xip/sentences.xml
448t/corpus/WPD/00001/xip/tokens.xml
Akron151676d2016-03-14 20:12:14 +0100449t/annotation/corpus/doc/0001/data.xml
450t/annotation/corpus/doc/0001/header.xml
451t/annotation/corpus/doc/0002/data.xml
452t/annotation/corpus/doc/0002/header.xml
Akron14ca9f02016-01-29 19:38:18 +0100453t/sgbr/TEST/BSP/1/data.xml
454t/sgbr/TEST/BSP/1/header.xml
455t/corpus/A00/02035-substring/mate/pipeline/one_token_per_line.txt
456t/corpus/A00/02035-substring/mate/pipeline/parsed.txt
457t/corpus/A00/02035-substring/mate/tokenSpans/number_tokenSpans.xml
458t/corpus/A00/02873-meta/mate/pipeline/one_token_per_line.txt
459t/corpus/A00/02873-meta/mate/pipeline/parsed.txt
460t/corpus/A00/02873-meta/mate/tokenSpans/number_tokenSpans.xml
461t/corpus/A00/05663-unbalanced/mate/pipeline/one_token_per_line.txt
462t/corpus/A00/05663-unbalanced/mate/pipeline/parsed.txt
463t/corpus/A00/05663-unbalanced/mate/tokenSpans/number_tokenSpans.xml
464t/corpus/A00/07452-deep/mate/pipeline/one_token_per_line.txt
465t/corpus/A00/07452-deep/mate/pipeline/parsed.txt
466t/corpus/A00/07452-deep/mate/tokenSpans/number_tokenSpans.xml
467t/corpus/A01/13047/mate/pipeline/one_token_per_line.txt
468t/corpus/A01/13047/mate/pipeline/parsed.txt
469t/corpus/A01/13047/mate/tokenSpans/number_tokenSpans.xml
Akron14ca9f02016-01-29 19:38:18 +0100470t/corpus/BZK/D59/00001/base/paragraph.xml
471t/corpus/BZK/D59/00001/base/sentences.xml
472t/corpus/BZK/D59/00001/base/tokens_aggr.xml
473t/corpus/BZK/D59/00001/base/tokens_conservative.xml
474t/corpus/BZK/D59/00001/connexor/metadata.xml
475t/corpus/BZK/D59/00001/connexor/morpho.xml
476t/corpus/BZK/D59/00001/connexor/phrase.xml
477t/corpus/BZK/D59/00001/connexor/sentences.xml
478t/corpus/BZK/D59/00001/connexor/syntax.xml
479t/corpus/BZK/D59/00001/connexor/tokens.xml
480t/corpus/BZK/D59/00001/corenlp/constituency.xml
481t/corpus/BZK/D59/00001/corenlp/morpho.xml
482t/corpus/BZK/D59/00001/corenlp/ne_combined.xml
483t/corpus/BZK/D59/00001/corenlp/sentences.xml
484t/corpus/BZK/D59/00001/corenlp/tokens.xml
485t/corpus/BZK/D59/00001/glemm/glemm.xml
486t/corpus/BZK/D59/00001/opennlp/morpho.xml
487t/corpus/BZK/D59/00001/opennlp/sentences.xml
488t/corpus/BZK/D59/00001/opennlp/tokens.xml
489t/corpus/BZK/D59/00001/struct/structure.xml
490t/corpus/BZK/D59/00001/tree_tagger/metadata.xml
491t/corpus/BZK/D59/00001/tree_tagger/morpho.xml
492t/corpus/BZK/D59/00001/tree_tagger/sentences.xml
493t/corpus/BZK/D59/00001/tree_tagger/tokens.xml
494t/corpus/BZK/D59/00001/xip/constituency.xml
495t/corpus/BZK/D59/00001/xip/dependency.xml
496t/corpus/BZK/D59/00001/xip/metadata.xml
497t/corpus/BZK/D59/00001/xip/morpho.xml
498t/corpus/BZK/D59/00001/xip/sentences.xml
499t/corpus/BZK/D59/00001/xip/tokens.xml
500t/corpus/BZK/D59/00089/base/paragraph.xml
501t/corpus/BZK/D59/00089/base/sentences.xml
502t/corpus/BZK/D59/00089/base/tokens_aggr.xml
503t/corpus/BZK/D59/00089/base/tokens_conservative.xml
504t/corpus/BZK/D59/00089/connexor/metadata.xml
505t/corpus/BZK/D59/00089/connexor/morpho.xml
506t/corpus/BZK/D59/00089/connexor/phrase.xml
507t/corpus/BZK/D59/00089/connexor/sentences.xml
508t/corpus/BZK/D59/00089/connexor/syntax.xml
509t/corpus/BZK/D59/00089/connexor/tokens.xml
510t/corpus/BZK/D59/00089/corenlp/constituency.xml
511t/corpus/BZK/D59/00089/corenlp/morpho.xml
512t/corpus/BZK/D59/00089/corenlp/ne_combined.xml
513t/corpus/BZK/D59/00089/corenlp/sentences.xml
514t/corpus/BZK/D59/00089/corenlp/tokens.xml
515t/corpus/BZK/D59/00089/glemm/glemm.xml
516t/corpus/BZK/D59/00089/mate/dependency.xml
517t/corpus/BZK/D59/00089/mate/morpho.xml
518t/corpus/BZK/D59/00089/opennlp/morpho.xml
519t/corpus/BZK/D59/00089/opennlp/sentences.xml
520t/corpus/BZK/D59/00089/opennlp/tokens.xml
521t/corpus/BZK/D59/00089/struct/structure.xml
522t/corpus/BZK/D59/00089/tree_tagger/metadata.xml
523t/corpus/BZK/D59/00089/tree_tagger/morpho.xml
524t/corpus/BZK/D59/00089/tree_tagger/sentences.xml
525t/corpus/BZK/D59/00089/tree_tagger/tokens.xml
526t/corpus/BZK/D59/00089/xip/constituency.xml
527t/corpus/BZK/D59/00089/xip/dependency.xml
528t/corpus/BZK/D59/00089/xip/metadata.xml
529t/corpus/BZK/D59/00089/xip/morpho.xml
530t/corpus/BZK/D59/00089/xip/sentences.xml
531t/corpus/BZK/D59/00089/xip/tokens.xml
532t/corpus/GOE/AGA/03828/base/paragraph.xml
533t/corpus/GOE/AGA/03828/base/sentences.xml
534t/corpus/GOE/AGA/03828/base/tokens_aggr.xml
535t/corpus/GOE/AGA/03828/base/tokens_conservative.xml
536t/corpus/GOE/AGA/03828/connexor/metadata.xml
537t/corpus/GOE/AGA/03828/connexor/morpho.xml
538t/corpus/GOE/AGA/03828/connexor/phrase.xml
539t/corpus/GOE/AGA/03828/connexor/sentences.xml
540t/corpus/GOE/AGA/03828/connexor/syntax.xml
541t/corpus/GOE/AGA/03828/connexor/tokens.xml
542t/corpus/GOE/AGA/03828/corenlp/constituency.xml
543t/corpus/GOE/AGA/03828/corenlp/morpho.xml
544t/corpus/GOE/AGA/03828/corenlp/ne_combined.xml
545t/corpus/GOE/AGA/03828/corenlp/sentences.xml
546t/corpus/GOE/AGA/03828/corenlp/tokens.xml
547t/corpus/GOE/AGA/03828/glemm/glemm.xml
548t/corpus/GOE/AGA/03828/mate/dependency.xml
549t/corpus/GOE/AGA/03828/mate/morpho.xml
550t/corpus/GOE/AGA/03828/opennlp/morpho.xml
551t/corpus/GOE/AGA/03828/opennlp/sentences.xml
552t/corpus/GOE/AGA/03828/opennlp/tokens.xml
553t/corpus/GOE/AGA/03828/struct/structure.xml
554t/corpus/GOE/AGA/03828/tree_tagger/metadata.xml
555t/corpus/GOE/AGA/03828/tree_tagger/morpho.xml
556t/corpus/GOE/AGA/03828/tree_tagger/sentences.xml
557t/corpus/GOE/AGA/03828/tree_tagger/tokens.xml
558t/corpus/GOE/AGA/03828/xip/constituency.xml
559t/corpus/GOE/AGA/03828/xip/dependency.xml
560t/corpus/GOE/AGA/03828/xip/metadata.xml
561t/corpus/GOE/AGA/03828/xip/morpho.xml
562t/corpus/GOE/AGA/03828/xip/sentences.xml
563t/corpus/GOE/AGA/03828/xip/tokens.xml
564t/corpus/GOE/AGX/00006/base/paragraph.xml
565t/corpus/GOE/AGX/00006/base/sentences.xml
566t/corpus/GOE/AGX/00006/base/tokens_aggr.xml
567t/corpus/GOE/AGX/00006/base/tokens_conservative.xml
568t/corpus/GOE/AGX/00006/connexor/metadata.xml
569t/corpus/GOE/AGX/00006/connexor/morpho.xml
570t/corpus/GOE/AGX/00006/connexor/phrase.xml
571t/corpus/GOE/AGX/00006/connexor/sentences.xml
572t/corpus/GOE/AGX/00006/connexor/syntax.xml
573t/corpus/GOE/AGX/00006/connexor/tokens.xml
574t/corpus/GOE/AGX/00006/corenlp/constituency.xml
575t/corpus/GOE/AGX/00006/corenlp/morpho.xml
576t/corpus/GOE/AGX/00006/corenlp/ne_combined.xml
577t/corpus/GOE/AGX/00006/corenlp/sentences.xml
578t/corpus/GOE/AGX/00006/corenlp/tokens.xml
579t/corpus/GOE/AGX/00006/glemm/glemm.xml
580t/corpus/GOE/AGX/00006/mate/dependency.xml
581t/corpus/GOE/AGX/00006/mate/morpho.xml
582t/corpus/GOE/AGX/00006/opennlp/morpho.xml
583t/corpus/GOE/AGX/00006/opennlp/sentences.xml
584t/corpus/GOE/AGX/00006/opennlp/tokens.xml
585t/corpus/GOE/AGX/00006/struct/structure.xml
586t/corpus/GOE/AGX/00006/tree_tagger/metadata.xml
587t/corpus/GOE/AGX/00006/tree_tagger/morpho.xml
588t/corpus/GOE/AGX/00006/tree_tagger/sentences.xml
589t/corpus/GOE/AGX/00006/tree_tagger/tokens.xml
590t/corpus/GOE/AGX/00006/xip/constituency.xml
591t/corpus/GOE/AGX/00006/xip/dependency.xml
592t/corpus/GOE/AGX/00006/xip/metadata.xml
593t/corpus/GOE/AGX/00006/xip/morpho.xml
594t/corpus/GOE/AGX/00006/xip/sentences.xml
595t/corpus/GOE/AGX/00006/xip/tokens.xml
596t/corpus/WDD/G27/38989/base/paragraph.xml
597t/corpus/WDD/G27/38989/base/sentences.xml
598t/corpus/WDD/G27/38989/base/tokens_aggr.xml
599t/corpus/WDD/G27/38989/base/tokens_conservative.xml
600t/corpus/WDD/G27/38989/connexor/metadata.xml
601t/corpus/WDD/G27/38989/connexor/morpho.xml
602t/corpus/WDD/G27/38989/connexor/phrase.xml
603t/corpus/WDD/G27/38989/connexor/sentences.xml
604t/corpus/WDD/G27/38989/connexor/syntax.xml
605t/corpus/WDD/G27/38989/connexor/tokens.xml
606t/corpus/WDD/G27/38989/mate/dependency.xml
607t/corpus/WDD/G27/38989/mate/morpho.xml
608t/corpus/WDD/G27/38989/opennlp/morpho.xml
609t/corpus/WDD/G27/38989/opennlp/sentences.xml
610t/corpus/WDD/G27/38989/opennlp/tokens.xml
611t/corpus/WDD/G27/38989/struct/structure.xml
612t/corpus/WDD/G27/38989/tree_tagger/metadata.xml
613t/corpus/WDD/G27/38989/tree_tagger/morpho.xml
614t/corpus/WDD/G27/38989/tree_tagger/sentences.xml
615t/corpus/WDD/G27/38989/tree_tagger/tokens.xml
616t/corpus/WDD/G27/38989/xip/constituency.xml
617t/corpus/WDD/G27/38989/xip/dependency.xml
618t/corpus/WDD/G27/38989/xip/metadata.xml
619t/corpus/WDD/G27/38989/xip/morpho.xml
620t/corpus/WDD/G27/38989/xip/sentences.xml
621t/corpus/WDD/G27/38989/xip/tokens.xml
622t/corpus/WPD/00001/mate/pipeline/one_token_per_line.txt
623t/corpus/WPD/00001/mate/pipeline/parsed.txt
624t/corpus/WPD/00001/mate/tokenSpans/number_tokenSpans.xml
Akron151676d2016-03-14 20:12:14 +0100625t/annotation/corpus/doc/0001/base/paragraph.xml
626t/annotation/corpus/doc/0001/base/sentences.xml
627t/annotation/corpus/doc/0001/connexor/morpho.xml
628t/annotation/corpus/doc/0001/connexor/phrase.xml
629t/annotation/corpus/doc/0001/connexor/sentences.xml
630t/annotation/corpus/doc/0001/connexor/syntax.xml
631t/annotation/corpus/doc/0001/corenlp/constituency.xml
632t/annotation/corpus/doc/0001/corenlp/morpho.xml
633t/annotation/corpus/doc/0001/corenlp/ne_dewac_175m_600.xml
634t/annotation/corpus/doc/0001/corenlp/ne_hgc_175m_600.xml
635t/annotation/corpus/doc/0001/corenlp/sentences.xml
636t/annotation/corpus/doc/0001/corenlp/tokens.xml
637t/annotation/corpus/doc/0001/glemm/glemm.xml
638t/annotation/corpus/doc/0001/mate/dependency.xml
639t/annotation/corpus/doc/0001/mate/morpho.xml
640t/annotation/corpus/doc/0001/opennlp/morpho.xml
641t/annotation/corpus/doc/0001/opennlp/sentences.xml
642t/annotation/corpus/doc/0001/opennlp/tokens.xml
643t/annotation/corpus/doc/0001/struct/structure.xml
644t/annotation/corpus/doc/0001/tree_tagger/morpho.xml
645t/annotation/corpus/doc/0001/tree_tagger/sentences.xml
646t/annotation/corpus/doc/0001/xip/constituency.xml
647t/annotation/corpus/doc/0001/xip/dependency.xml
648t/annotation/corpus/doc/0001/xip/morpho.xml
649t/annotation/corpus/doc/0001/xip/sentences.xml
650t/annotation/corpus/doc/0002/base/paragraph.xml
651t/annotation/corpus/doc/0002/base/sentences.xml
652t/annotation/corpus/doc/0002/base/tokens_aggr.xml
653t/annotation/corpus/doc/0002/base/tokens_conservative.xml
654t/annotation/corpus/doc/0002/malt/dependency.xml
655t/annotation/corpus/doc/0002/malt/metadata.xml
656t/annotation/corpus/doc/0002/struct/structure.xml
657t/annotation/corpus/doc/0002/tree_tagger/metadata.xml
658t/annotation/corpus/doc/0002/tree_tagger/morpho.xml
659t/annotation/corpus/doc/0002/tree_tagger/sentences.xml
660t/annotation/corpus/doc/0002/tree_tagger/tokens.xml
Akron14ca9f02016-01-29 19:38:18 +0100661t/sgbr/TEST/BSP/1/base/paragraph.xml
662t/sgbr/TEST/BSP/1/base/sentences.xml
663t/sgbr/TEST/BSP/1/base/tokens_aggr.xml
664t/sgbr/TEST/BSP/1/base/tokens_conservative.xml
665t/sgbr/TEST/BSP/1/sgbr/ana.xml
666t/sgbr/TEST/BSP/1/sgbr/lemma.xml
667t/sgbr/TEST/BSP/1/struct/structure.xml
Akrona98a14c2016-02-12 16:28:39 +0100668t/sgbr/PRO-DUD/header.xml
669t/sgbr/PRO-DUD/BSP-2013-01/header.xml
670t/sgbr/PRO-DUD/BSP-2013-01/32/header.xml
671t/sgbr/PRO-DUD/BSP-2013-01/32/data.xml
672t/sgbr/PRO-DUD/BSP-2013-01/32/base/sentences.xml
673t/sgbr/PRO-DUD/BSP-2013-01/32/base/tokens_aggr.xml
674t/sgbr/PRO-DUD/BSP-2013-01/32/base/tokens_conservative.xml
675t/sgbr/PRO-DUD/BSP-2013-01/32/sgbr/ana.xml
676t/sgbr/PRO-DUD/BSP-2013-01/32/sgbr/lemma.xml
677t/sgbr/PRO-DUD/BSP-2013-01/32/struct/structure.xml
Akron8c84aa52016-02-13 21:26:54 +0100678t/sgbr/CMC-TSK/header.xml
679t/sgbr/CMC-TSK/2014-09/header.xml
680t/sgbr/CMC-TSK/2014-09/2843/header.xml
681t/sgbr/CMC-TSK/2014-09/2843/data.xml
682t/sgbr/CMC-TSK/2014-09/2843/base/sentences.xml
683t/sgbr/CMC-TSK/2014-09/2843/base/tokens_aggr.xml
684t/sgbr/CMC-TSK/2014-09/2843/base/tokens_conservative.xml
685t/sgbr/CMC-TSK/2014-09/2843/sgbr/ana.xml
686t/sgbr/CMC-TSK/2014-09/2843/sgbr/lemma.xml
687t/sgbr/CMC-TSK/2014-09/2843/struct/structure.xml
688t/sgbr/CMC-TSK/2014-09/3401/header.xml
689t/sgbr/CMC-TSK/2014-09/3401/data.xml
690t/sgbr/CMC-TSK/2014-09/3401/base/sentences.xml
691t/sgbr/CMC-TSK/2014-09/3401/base/tokens_aggr.xml
692t/sgbr/CMC-TSK/2014-09/3401/base/tokens_conservative.xml
693t/sgbr/CMC-TSK/2014-09/3401/sgbr/ana.xml
694t/sgbr/CMC-TSK/2014-09/3401/sgbr/lemma.xml
695t/sgbr/CMC-TSK/2014-09/3401/struct/structure.xml
Akron14ca9f02016-01-29 19:38:18 +0100696t/corpus/BZK/D59/00001/mate/pipeline/one_token_per_line.txt
697t/corpus/BZK/D59/00001/mate/pipeline/parsed.txt
698t/corpus/BZK/D59/00001/mate/tokenSpans/number_tokenSpans.xml
699t/corpus/BZK/D59/00089/mate/pipeline/one_token_per_line.txt
700t/corpus/BZK/D59/00089/mate/pipeline/parsed.txt
701t/corpus/BZK/D59/00089/mate/tokenSpans/number_tokenSpans.xml
702t/corpus/GOE/AGA/03828/mate/pipeline/one_token_per_line.txt
703t/corpus/GOE/AGA/03828/mate/pipeline/parsed.txt
704t/corpus/GOE/AGA/03828/mate/tokenSpans/number_tokenSpans.xml
705t/corpus/GOE/AGX/00006/mate/pipeline/one_token_per_line.txt
706t/corpus/GOE/AGX/00006/mate/pipeline/parsed.txt
707t/corpus/GOE/AGX/00006/mate/tokenSpans/number_tokenSpans.xml
708t/corpus/WDD/G27/38989/mate/pipeline/one_token_per_line.txt
709t/corpus/WDD/G27/38989/mate/pipeline/parsed.txt
710t/corpus/WDD/G27/38989/mate/tokenSpans/number_tokenSpans.xml
Akron31d788e2016-02-05 20:49:03 +0100711script/korapxml2krill
Akron14ca9f02016-01-29 19:38:18 +0100712Changes
Akron14ca9f02016-01-29 19:38:18 +0100713LICENSE
Akron31d788e2016-02-05 20:49:03 +0100714Makefile.PL
715MANIFEST