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).
|
abstract R |
RelationAnnotator.createRelationObject(C core,
ClassificationResult coreClassification,
SlotCandidate[] slots,
org.apache.uima.jcas.JCas jcas)
This is only needed to create an empty relation object and to add
relation-specific information.
|
Modifier and Type | Method and Description |
---|---|
SlotCandidate[] |
RelationDataPoint.getSlots() |
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).
|
Constructor and Description |
---|
RelationDataPoint(C core,
ClassificationResult coreClassification,
SlotCandidate[] slots,
org.apache.uima.jcas.JCas jcas) |
Copyright © 2014. All rights reserved.