Interface AnnotationFormat<T extends AnnotationData>
-
- All Known Implementing Classes:
DocumentClassAnnotationFormat,FeatureBasedTSVFormat,SimpleTSVEntityAnnotationFormat,SimpleTSVEntityWithDocumentTextShaAnnotationFormat
public interface AnnotationFormat<T extends AnnotationData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Class<?>determineDataType(String value)List<Class<?>>getColumnDataTypes()intgetDocumentIdColumnIndex()String[]getHeader()voidhasHeader(boolean withHeader)Tparse(String data)voidsetColumnNames(String[] header)
-