Uses of Class
de.fu_berlin.ties.extract.TargetStructure

Packages that use TargetStructure
de.fu_berlin.ties.extract This package handles information extraction and entitiy recognition. 
 

Uses of TargetStructure in de.fu_berlin.ties.extract
 

Methods in de.fu_berlin.ties.extract that return TargetStructure
 TargetStructure ExtractionContainer.getTargetStructure()
          Returns the target structure specifying the classes to recognize.
 TargetStructure ExtractorBase.getTargetStructure()
          Returns the target structure specifying the classes to recognize.
 TargetStructure AnswerBuilder.getTargetStructure()
          Returns the target structure specifying the classes to recognize.
 

Methods in de.fu_berlin.ties.extract with parameters of type TargetStructure
static ExtractionContainer AnswerBuilder.readAnswerKeys(TargetStructure targetStruct, File file, Configuration config)
          Reads back answer keys stored by the AnswerBuilder.process(Document, Writer, ContextMap) method of an instance of this class.
static ExtractionContainer AnswerBuilder.readCorrespondingAnswerKeys(TargetStructure targetStruct, File orgFile, Configuration config)
          Reads the answer keys corresponding to a file.
 

Constructors in de.fu_berlin.ties.extract with parameters of type TargetStructure
ExtractionContainer(TargetStructure targetStruct)
          Creates a new empty instance.
ExtractionContainer(TargetStructure targetStruct, FieldContainer fContainer)
          Creates a new instance from a field container, delegating to ExtractionContainer.restoreEntries(FieldContainer).
ExtractorBase(String outExt, TargetStructure targetStruct, Classifier theClassifier, Representation theRepresentation, CombinationStrategy combiStrat, TokenizerFactory tFactory, TiesConfiguration config)
          Creates a new instance.
Trainer(String outExt, TargetStructure targetStruct, TrainableClassifier theClassifier, Representation theRepresentation, CombinationStrategy combiStrat, TokenizerFactory tFactory)
          Creates a new instance, using the standard configuration to configure the training mode and the superclasses.
Trainer(String outExt, TargetStructure targetStruct, TrainableClassifier theClassifier, Representation theRepresentation, CombinationStrategy combiStrat, TokenizerFactory tFactory, boolean trainOnlyErrors, boolean testOnly, TiesConfiguration config)
          Creates a new instance.
AnswerBuilder(String outExt, TargetStructure targetStruct, TokenizerFactory tFactory, TiesConfiguration config)
          Creates a new instance.
Extractor(String outExt, TargetStructure targetStruct, Classifier theClassifier, Representation theRepresentation, CombinationStrategy combiStrat, TokenizerFactory tFactory, TiesConfiguration config)
          Creates a new instance.
EvaluatedExtractionContainer(TargetStructure targetStruct, TiesConfiguration config)
          Creates a new instance.
EvaluatedExtractionContainer(TargetStructure targetStruct, boolean matchAll, boolean matchPosition)
          Creates a new instance.
 



Copyright © 2003-2004 Christian Siefkes. All Rights Reserved.