Package | Description |
---|---|
de.unibi.techfak.scie.classifiers.data |
Modifier and Type | Method and Description |
---|---|
static ArrayList<RawRelation> |
RawRelation.readRawRelations(File relationFile)
This reads all RawRelations from the given .rel file.
|
Modifier and Type | Method and Description |
---|---|
void |
TrainingDataReader.readTrainingData(org.apache.uima.jcas.JCas jcas,
Collection<RawRelation> rawRelationInstances,
Collection<LabeledDataPoint> trainingDataCollection)
This constructs training data for the given combination of XCAS document
and RawRelations and writes them to the given collection of
LabeledDataPoints.
|
void |
RelationDataPoint.RelationTrainingDataReader.readTrainingData(org.apache.uima.jcas.JCas jcas,
Collection<RawRelation> rawRelationInstances,
Collection<LabeledDataPoint> trainingDataCollection)
This constructs training data for the given combination of XCAS document
and RawRelations and writes them to the given collection of
LabeledDataPoints.
|
void |
CoreSlotCombinationDataPoint.CoreSlotTrainingDataReader.readTrainingData(org.apache.uima.jcas.JCas jcas,
Collection<RawRelation> rawRelationInstances,
Collection<LabeledDataPoint> trainingDataCollection)
This constructs training data for the given combination of XCAS document
and RawRelations and writes them to the given collection of
LabeledDataPoints.
|
void |
CoreDataPoint.CoreTrainingDataReader.readTrainingData(org.apache.uima.jcas.JCas jcas,
Collection<RawRelation> rawRelationInstances,
Collection<LabeledDataPoint> trainingDataCollection)
This constructs training data for the given combination of XCAS document
and RawRelations and writes them to the given collection of
LabeledDataPoints.
|
Copyright © 2014. All rights reserved.