Akron | 414ec95 | 2020-08-03 15:48:43 +0200 | [diff] [blame] | 1 | Changes |
| 2 | lib/KorAP/XML/Annotation/Base.pm |
| 3 | lib/KorAP/XML/Annotation/Base/Paragraphs.pm |
| 4 | lib/KorAP/XML/Annotation/Base/Sentences.pm |
| 5 | lib/KorAP/XML/Annotation/CMC/Morpho.pm |
| 6 | lib/KorAP/XML/Annotation/Connexor/Morpho.pm |
| 7 | lib/KorAP/XML/Annotation/Connexor/Phrase.pm |
| 8 | lib/KorAP/XML/Annotation/Connexor/Sentences.pm |
| 9 | lib/KorAP/XML/Annotation/Connexor/Syntax.pm |
| 10 | lib/KorAP/XML/Annotation/CoreNLP/Constituency.pm |
| 11 | lib/KorAP/XML/Annotation/CoreNLP/Morpho.pm |
| 12 | lib/KorAP/XML/Annotation/CoreNLP/NamedEntities.pm |
| 13 | lib/KorAP/XML/Annotation/CoreNLP/Sentences.pm |
| 14 | lib/KorAP/XML/Annotation/DeReKo/Structure.pm |
| 15 | lib/KorAP/XML/Annotation/DGD/Morpho.pm |
| 16 | lib/KorAP/XML/Annotation/DGD/Structure.pm |
| 17 | lib/KorAP/XML/Annotation/DRuKoLa/Morpho.pm |
| 18 | lib/KorAP/XML/Annotation/Glemm/Morpho.pm |
| 19 | lib/KorAP/XML/Annotation/HNC/Morpho.pm |
| 20 | lib/KorAP/XML/Annotation/LWC/Dependency.pm |
| 21 | lib/KorAP/XML/Annotation/Malt/Dependency.pm |
| 22 | lib/KorAP/XML/Annotation/MarMoT/Morpho.pm |
| 23 | lib/KorAP/XML/Annotation/Mate/Dependency.pm |
| 24 | lib/KorAP/XML/Annotation/Mate/Morpho.pm |
| 25 | lib/KorAP/XML/Annotation/Mate/MorphoAttr.pm |
| 26 | lib/KorAP/XML/Annotation/MDParser/Dependency.pm |
| 27 | lib/KorAP/XML/Annotation/OpenNLP/Morpho.pm |
| 28 | lib/KorAP/XML/Annotation/OpenNLP/Sentences.pm |
| 29 | lib/KorAP/XML/Annotation/RWK/Morpho.pm |
| 30 | lib/KorAP/XML/Annotation/RWK/Structure.pm |
| 31 | lib/KorAP/XML/Annotation/Sgbr/Lemma.pm |
| 32 | lib/KorAP/XML/Annotation/Sgbr/Morpho.pm |
| 33 | lib/KorAP/XML/Annotation/Talismane/Dependency.pm |
| 34 | lib/KorAP/XML/Annotation/Talismane/Morpho.pm |
| 35 | lib/KorAP/XML/Annotation/TreeTagger/Morpho.pm |
| 36 | lib/KorAP/XML/Annotation/TreeTagger/Sentences.pm |
| 37 | lib/KorAP/XML/Annotation/XIP/Constituency.pm |
| 38 | lib/KorAP/XML/Annotation/XIP/Dependency.pm |
| 39 | lib/KorAP/XML/Annotation/XIP/Morpho.pm |
| 40 | lib/KorAP/XML/Annotation/XIP/Sentences.pm |
Akron | 150b29e | 2016-02-14 23:06:48 +0100 | [diff] [blame] | 41 | lib/KorAP/XML/Archive.pm |
Akron | cdf0e00 | 2016-07-08 16:42:04 +0200 | [diff] [blame] | 42 | lib/KorAP/XML/Batch/File.pm |
Akron | 414ec95 | 2020-08-03 15:48:43 +0200 | [diff] [blame] | 43 | lib/KorAP/XML/Document/Primary.pm |
| 44 | lib/KorAP/XML/ForkPool.pm |
| 45 | lib/KorAP/XML/Index/MultiTerm.pm |
| 46 | lib/KorAP/XML/Index/MultiTermToken.pm |
| 47 | lib/KorAP/XML/Index/MultiTermTokenStream.pm |
| 48 | lib/KorAP/XML/Krill.pm |
| 49 | lib/KorAP/XML/Log.pm |
| 50 | lib/KorAP/XML/Meta/Base.pm |
| 51 | lib/KorAP/XML/Meta/I5.pm |
| 52 | lib/KorAP/XML/Meta/Sgbr.pm |
Akron | 14ca9f0 | 2016-01-29 19:38:18 +0100 | [diff] [blame] | 53 | lib/KorAP/XML/Tokenizer.pm |
| 54 | lib/KorAP/XML/Tokenizer/Match.pm |
| 55 | lib/KorAP/XML/Tokenizer/Range.pm |
| 56 | lib/KorAP/XML/Tokenizer/Span.pm |
| 57 | lib/KorAP/XML/Tokenizer/Spans.pm |
| 58 | lib/KorAP/XML/Tokenizer/Token.pm |
| 59 | lib/KorAP/XML/Tokenizer/Tokens.pm |
| 60 | lib/KorAP/XML/Tokenizer/Units.pm |
Akron | 414ec95 | 2020-08-03 15:48:43 +0200 | [diff] [blame] | 61 | LICENSE |
| 62 | Makefile.PL |
| 63 | MANIFEST |
| 64 | script/korapxml2krill |
Akron | 151676d | 2016-03-14 20:12:14 +0100 | [diff] [blame] | 65 | t/annotation/base_paragraphs.t |
| 66 | t/annotation/base_sentences.t |
| 67 | t/annotation/connexor_morpho.t |
| 68 | t/annotation/connexor_phrase.t |
| 69 | t/annotation/connexor_sentences.t |
| 70 | t/annotation/connexor_syntax.t |
| 71 | t/annotation/corenlp_constituency.t |
| 72 | t/annotation/corenlp_ent.t |
| 73 | t/annotation/corenlp_morpho.t |
| 74 | t/annotation/corenlp_sentences.t |
Akron | 151676d | 2016-03-14 20:12:14 +0100 | [diff] [blame] | 75 | t/annotation/corpus/doc/0001/base/paragraph.xml |
| 76 | t/annotation/corpus/doc/0001/base/sentences.xml |
| 77 | t/annotation/corpus/doc/0001/connexor/morpho.xml |
| 78 | t/annotation/corpus/doc/0001/connexor/phrase.xml |
| 79 | t/annotation/corpus/doc/0001/connexor/sentences.xml |
| 80 | t/annotation/corpus/doc/0001/connexor/syntax.xml |
| 81 | t/annotation/corpus/doc/0001/corenlp/constituency.xml |
| 82 | t/annotation/corpus/doc/0001/corenlp/morpho.xml |
| 83 | t/annotation/corpus/doc/0001/corenlp/ne_dewac_175m_600.xml |
| 84 | t/annotation/corpus/doc/0001/corenlp/ne_hgc_175m_600.xml |
| 85 | t/annotation/corpus/doc/0001/corenlp/sentences.xml |
| 86 | t/annotation/corpus/doc/0001/corenlp/tokens.xml |
Akron | 414ec95 | 2020-08-03 15:48:43 +0200 | [diff] [blame] | 87 | t/annotation/corpus/doc/0001/data.xml |
Akron | 151676d | 2016-03-14 20:12:14 +0100 | [diff] [blame] | 88 | t/annotation/corpus/doc/0001/glemm/glemm.xml |
Akron | 414ec95 | 2020-08-03 15:48:43 +0200 | [diff] [blame] | 89 | t/annotation/corpus/doc/0001/header.xml |
Akron | 151676d | 2016-03-14 20:12:14 +0100 | [diff] [blame] | 90 | t/annotation/corpus/doc/0001/mate/dependency.xml |
| 91 | t/annotation/corpus/doc/0001/mate/morpho.xml |
| 92 | t/annotation/corpus/doc/0001/opennlp/morpho.xml |
| 93 | t/annotation/corpus/doc/0001/opennlp/sentences.xml |
| 94 | t/annotation/corpus/doc/0001/opennlp/tokens.xml |
| 95 | t/annotation/corpus/doc/0001/struct/structure.xml |
| 96 | t/annotation/corpus/doc/0001/tree_tagger/morpho.xml |
| 97 | t/annotation/corpus/doc/0001/tree_tagger/sentences.xml |
Akron | 3ec4897 | 2016-08-17 23:24:52 +0200 | [diff] [blame] | 98 | t/annotation/corpus/doc/0001/tree_tagger/tokens.xml |
Akron | 151676d | 2016-03-14 20:12:14 +0100 | [diff] [blame] | 99 | t/annotation/corpus/doc/0001/xip/constituency.xml |
| 100 | t/annotation/corpus/doc/0001/xip/dependency.xml |
| 101 | t/annotation/corpus/doc/0001/xip/morpho.xml |
| 102 | t/annotation/corpus/doc/0001/xip/sentences.xml |
| 103 | t/annotation/corpus/doc/0002/base/paragraph.xml |
| 104 | t/annotation/corpus/doc/0002/base/sentences.xml |
| 105 | t/annotation/corpus/doc/0002/base/tokens_aggr.xml |
| 106 | t/annotation/corpus/doc/0002/base/tokens_conservative.xml |
Akron | 414ec95 | 2020-08-03 15:48:43 +0200 | [diff] [blame] | 107 | t/annotation/corpus/doc/0002/data.xml |
| 108 | t/annotation/corpus/doc/0002/header.xml |
Akron | 151676d | 2016-03-14 20:12:14 +0100 | [diff] [blame] | 109 | t/annotation/corpus/doc/0002/malt/dependency.xml |
| 110 | t/annotation/corpus/doc/0002/malt/metadata.xml |
| 111 | t/annotation/corpus/doc/0002/struct/structure.xml |
| 112 | t/annotation/corpus/doc/0002/tree_tagger/metadata.xml |
| 113 | t/annotation/corpus/doc/0002/tree_tagger/morpho.xml |
| 114 | t/annotation/corpus/doc/0002/tree_tagger/sentences.xml |
| 115 | t/annotation/corpus/doc/0002/tree_tagger/tokens.xml |
Akron | 414ec95 | 2020-08-03 15:48:43 +0200 | [diff] [blame] | 116 | t/annotation/corpus/doc/header.xml |
| 117 | t/annotation/corpus/header.xml |
| 118 | t/annotation/dereko_struct.t |
| 119 | t/annotation/glemm_morpho.t |
| 120 | t/annotation/koralquery.t |
| 121 | t/annotation/malt_dependency.t |
| 122 | t/annotation/mate_dependency.t |
| 123 | t/annotation/mate_morpho.t |
| 124 | t/annotation/mate_morpho_attr.t |
| 125 | t/annotation/mdp_dependency.t |
| 126 | t/annotation/meta.t |
| 127 | t/annotation/opennlp_morpho.t |
| 128 | t/annotation/opennlp_sentences.t |
| 129 | t/annotation/primary.t |
| 130 | t/annotation/TestInit.pm |
| 131 | t/annotation/tt_morpho.t |
| 132 | t/annotation/tt_sentences.t |
| 133 | t/annotation/xip_constituency.t |
| 134 | t/annotation/xip_dependency.t |
| 135 | t/annotation/xip_morpho.t |
| 136 | t/annotation/xip_sentences.t |
| 137 | t/archive.t |
| 138 | t/batch_file.t |
| 139 | t/corpus/archive.zip |
| 140 | t/corpus/archive_quotes.zip |
| 141 | t/corpus/archive_rei.zip |
| 142 | t/corpus/archives/fake.zip |
| 143 | t/corpus/archives/wpd15-single.corenlp.zip |
| 144 | t/corpus/archives/wpd15-single.malt.zip |
| 145 | t/corpus/archives/wpd15-single.mdparser.zip |
| 146 | t/corpus/archives/wpd15-single.opennlp.zip |
| 147 | t/corpus/archives/wpd15-single.tree_tagger.zip |
| 148 | t/corpus/archives/wpd15-single.zip |
| 149 | t/corpus/artificial/base/paragraph.xml |
| 150 | t/corpus/artificial/base/sentences.xml |
| 151 | t/corpus/artificial/connexor/morpho.xml |
| 152 | t/corpus/artificial/connexor/phrase.xml |
| 153 | t/corpus/artificial/connexor/sentences.xml |
| 154 | t/corpus/artificial/connexor/syntax.xml |
| 155 | t/corpus/artificial/corenlp/constituency.xml |
| 156 | t/corpus/artificial/corenlp/morpho.xml |
| 157 | t/corpus/artificial/corenlp/ne_dewac_175m_600.xml |
| 158 | t/corpus/artificial/corenlp/ne_hgc_175m_600.xml |
| 159 | t/corpus/artificial/corenlp/sentences.xml |
| 160 | t/corpus/artificial/corenlp/tokens.xml |
| 161 | t/corpus/artificial/data.xml |
| 162 | t/corpus/artificial/header.xml |
| 163 | t/corpus/artificial/metadata.xml |
| 164 | t/corpus/artificial/opennlp/morpho.xml |
| 165 | t/corpus/artificial/opennlp/sentences.xml |
| 166 | t/corpus/artificial/opennlp/tokens.xml |
| 167 | t/corpus/artificial/xip/constituency.xml |
| 168 | t/corpus/artificial/xip/dependency.xml |
| 169 | t/corpus/artificial/xip/morpho.xml |
| 170 | t/corpus/artificial/xip/sentences.xml |
| 171 | t/meta.t |
| 172 | t/meta_artificial.t |
| 173 | t/meta_caching.t |
| 174 | t/meta_koral.t |
| 175 | t/multiple_archives.t |
| 176 | t/primary.t |
| 177 | t/range.t |
| 178 | t/script/archive.t |
| 179 | t/script/archive_tar.t |
| 180 | t/script/archive_tar_tempextract.t |
| 181 | t/script/base.t |
| 182 | t/script/config.t |
| 183 | t/script/extract.t |
| 184 | t/script/non_verbal_tokens.t |
| 185 | t/script/non_word_tokens.t |
| 186 | t/script/serial.t |
| 187 | t/script/single.t |
| 188 | t/script/usage.t |
| 189 | t/sort_tokens.t |
| 190 | t/tokenization.t |
| 191 | t/tokens.t |
| 192 | t/tools/example_rules.json |
| 193 | t/transform.t |