Uses of Interface
de.fu_berlin.ties.extract.amend.FinalReextractor

Packages that use FinalReextractor
de.fu_berlin.ties.combi This package provides combination strategies for combining sequential classification decisions. 
de.fu_berlin.ties.extract This package handles information extraction and entity recognition. 
de.fu_berlin.ties.extract.amend This package provides code for reanalysing proposed extractions and performing suitable amendments to improve results. 
 

Uses of FinalReextractor in de.fu_berlin.ties.combi
 

Methods in de.fu_berlin.ties.combi that return FinalReextractor
 FinalReextractor BeginEndStrategy.initReextractor(Reestimator reestimatorChain)
          This method can be overwritten to initialize a FinalReextractor. This implementation returns a BeginEndReextractor, if configured.
 FinalReextractor CombinationStrategy.initReextractor(Reestimator reestimatorChain)
          This method can be overwritten to initialize a FinalReextractor.
 

Uses of FinalReextractor in de.fu_berlin.ties.extract
 

Methods in de.fu_berlin.ties.extract that return FinalReextractor
protected  FinalReextractor ExtractorBase.getReextractor()
          Returns an optional re-extractor that can modify extractions in any suitable way.
 

Constructors in de.fu_berlin.ties.extract with parameters of type FinalReextractor
Extractor(String outExt, TargetStructure targetStruct, Classifier[] theClassifiers, Representation theRepresentation, CombinationStrategy combiStrat, FinalReextractor reextract, TokenizerFactory tFactory, Reestimator estimator, DocumentRewriter[] docFilters, TrainableFilter sentFilter, Reranker rerank, Set<String> relevantPunct, TiesConfiguration config)
          Creates a new instance.
ExtractorBase(String outExt, TargetStructure targetStruct, Classifier[] theClassifiers, Representation theRepresentation, CombinationStrategy combiStrat, FinalReextractor reextract, TokenizerFactory tFactory, Reestimator estimator, DocumentRewriter[] docFilters, TrainableFilter sentFilter, Set<String> relevantPunct, TiesConfiguration config)
          Creates a new instance.
Trainer(String outExt, TargetStructure targetStruct, TrainableClassifier[] theClassifiers, Representation theRepresentation, CombinationStrategy combiStrat, FinalReextractor reextract, TokenizerFactory tFactory, Reestimator estimator, DocumentRewriter[] docFilters, TrainableFilter sentFilter, Set<String> relevantPunct, boolean trainOnlyErrors, boolean testOnly, TiesConfiguration config)
          Creates a new instance.
Trainer(String outExt, TargetStructure targetStruct, TrainableClassifier[] theClassifiers, Representation theRepresentation, CombinationStrategy combiStrat, FinalReextractor reextract, TokenizerFactory tFactory, Reestimator estimator, TrainableFilter sentFilter)
          Creates a new instance, using the standard configuration to configure the remaining fields.
 

Uses of FinalReextractor in de.fu_berlin.ties.extract.amend
 

Classes in de.fu_berlin.ties.extract.amend that implement FinalReextractor
 class BeginEndReextractor
          A second level for the BeginEndStrategy, similar to the ELIE/2 system by Finn and Kushmerick.
 



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