Uses of Interface
de.fu_berlin.ties.filter.DocumentRewriter

Packages that use DocumentRewriter
de.fu_berlin.ties.extract This package handles information extraction and entity recognition. 
de.fu_berlin.ties.filter This packages provides generic filtering and rewriting functionality. 
 

Uses of DocumentRewriter in de.fu_berlin.ties.extract
 

Methods in de.fu_berlin.ties.extract that return DocumentRewriter
protected static DocumentRewriter[] ExtractorBase.createDocumentRewriters(TiesConfiguration conf)
          Initializes the list of document rewriters.
protected  DocumentRewriter[] ExtractorBase.getDocumentRewriters()
          Returns the list of document processors that are invoked to modify the XML representations of the documents to process, e.g. by adding semantic information such as named-entity predictions.
 

Constructors in de.fu_berlin.ties.extract with parameters of type DocumentRewriter
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.
 

Uses of DocumentRewriter in de.fu_berlin.ties.filter
 

Classes in de.fu_berlin.ties.filter that implement DocumentRewriter
 class PredictionRewriter
          A prediction rewriter uses predictions from another process (e.g. named entities) and stores them as XML elements to provide additional semantic information.
 class PredictionRewriter2
          A variant of the prediction rewriter that uses predictions from another process (e.g. named entities) to provide additional semantic information.
 



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