| margaretha | 51e5e3f | 2018-10-17 15:10:03 +0200 | [diff] [blame] | 1 | package de.ids_mannheim.korap.constant; |
| 2 | |
| margaretha | 35e1ca2 | 2023-11-16 22:00:01 +0100 | [diff] [blame] | 3 | /** |
| 4 | * Defines various annotation types as constants |
| margaretha | 398f472 | 2019-01-09 19:07:20 +0100 | [diff] [blame] | 5 | * |
| 6 | * @author margaretha |
| 7 | * |
| 8 | */ |
| margaretha | 51e5e3f | 2018-10-17 15:10:03 +0200 | [diff] [blame] | 9 | public class AnnotationType { |
| 10 | public static String FOUNDRY = "foundry"; |
| 11 | public static String LAYER = "layer"; |
| 12 | public static String KEY = "key"; |
| 13 | public static String VALUE = "value"; |
| 14 | } |