Package | Description |
---|---|
de.unibi.techfak.scie.classifiers.annotators | |
de.unibi.techfak.scie.classifiers.data |
Modifier and Type | Method and Description |
---|---|
ArrayList<SlotSpecification> |
RelationAnnotator.getSlotSpecifications() |
Modifier and Type | Method and Description |
---|---|
abstract CoreSlotCombinationDataPoint<C,? extends de.unibi.techfak.scie.descriptors.Annotation> |
RelationAnnotator.createCoreSlotCombinationDataPoint(SlotSpecification spec,
C code,
de.unibi.techfak.scie.descriptors.Annotation slot,
org.apache.uima.jcas.JCas jcas)
This method should create a CoreSlotCombination given a
SlotSpecification, a core instance and a Slot instance.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<SlotSpecification> |
RelationDataPoint.RelationTrainingDataReader.getSlotSpecifications() |
Modifier and Type | Method and Description |
---|---|
abstract CoreSlotCombinationDataPoint<C,? extends de.unibi.techfak.scie.descriptors.Annotation> |
RelationDataPoint.RelationTrainingDataReader.createCoreSlotCombinationDataPoint(SlotSpecification spec,
C core,
de.unibi.techfak.scie.descriptors.Annotation slot,
org.apache.uima.jcas.JCas jcas)
This method should create a CoreSlotCombination given a
SlotSpecification, a core instance and a Slot instance.
|
Copyright © 2014. All rights reserved.