AnnotationLayer.java 198 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 package ipipan.clarin.tei.api.entities; /** * * @author mlenart */ public enum AnnotationLayer { TEXT, SEGMENTATION, MORPHOSYNTAX, NAMES, WORDS, GROUPS, DEEP_PARSING, MENTIONS, COREFERENCE; }