Package | Description |
---|---|
de.unibi.techfak.scie.classifiers.annotators | |
de.unibi.techfak.scie.classifiers.data |
Modifier and Type | Method and Description |
---|---|
abstract RelationDataPoint<C> |
RelationAnnotator.createDataPoint(C core,
ClassificationResult coreClassification,
SlotCandidate[] slotCandidates,
org.apache.uima.jcas.JCas jcas)
This method should create a RelationDataPoint given a core instance,
a core classification and Candidates for all slots (note that the
candidates might be null).
|
Modifier and Type | Method and Description |
---|---|
abstract RelationDataPoint<C> |
RelationDataPoint.RelationTrainingDataReader.createDataPoint(C core,
ClassificationResult coreClassification,
SlotCandidate[] slotCandidates,
org.apache.uima.jcas.JCas jcas)
This method should create a RelationDataPoint given a core instance,
a core classification and Candidates for all slots (note that the
candidates might be null).
|
Copyright © 2014. All rights reserved.