Uses of Class
org.gcube.data.analysis.nlphub.legacy.NerAnnotationData
-
Packages that use NerAnnotationData Package Description org.gcube.data.analysis.nlphub.legacy -
-
Uses of NerAnnotationData in org.gcube.data.analysis.nlphub.legacy
Methods in org.gcube.data.analysis.nlphub.legacy that return types with arguments of type NerAnnotationData Modifier and Type Method Description ArrayList<NerAnnotationData>NerAlgorithm. getAnnotationsData()Methods in org.gcube.data.analysis.nlphub.legacy with parameters of type NerAnnotationData Modifier and Type Method Description voidNerAlgorithm. addAnnotationData(NerAnnotationData data)Method parameters in org.gcube.data.analysis.nlphub.legacy with type arguments of type NerAnnotationData Modifier and Type Method Description voidNerAlgorithm. setAnnotationsData(ArrayList<NerAnnotationData> annotationsData)
-