Uses of Class
de.fu_berlin.ties.context.Representation

Packages that use Representation
de.fu_berlin.ties.context This packages provides functionality for building and managing representations of context in texts (XML documents). 
de.fu_berlin.ties.extract This package handles information extraction and entitiy recognition. 
de.fu_berlin.ties.filter This packages provides generic filtering functionality and an implementation for sentence filtering. 
 

Uses of Representation in de.fu_berlin.ties.context
 

Subclasses of Representation in de.fu_berlin.ties.context
 class AbstractRepresentation
          Provides basic functionality shared by different representations.
 class DefaultRepresentation
          The context representation used by default.
 class SimpleRepresentation
          A simple representation of an text in an element in an XML document.
 

Uses of Representation in de.fu_berlin.ties.extract
 

Methods in de.fu_berlin.ties.extract that return Representation
 Representation ExtractorBase.getRepresentation()
          Returns the context representation used for local classifications.
 

Methods in de.fu_berlin.ties.extract with parameters of type Representation
static TrainableFilter ExtractorBase.createSentenceFilter(TiesConfiguration conf, Representation representation)
          Helper methat that initializes the filter to be used for the first step of a double classification approach ("sentence filtering").
 

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

Uses of Representation in de.fu_berlin.ties.filter
 

Constructors in de.fu_berlin.ties.filter with parameters of type Representation
RepresentationFilter(TiesConfiguration conf, NodeFilter positiveFilter, NodeFilter negativeFilter, Reranker rerank, Representation rep, String filterPurpose)
          Creates a new instance.
 



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