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