|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 entity recognition. |
de.fu_berlin.ties.filter | This packages provides generic filtering and rewriting functionality. |
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. |
Constructors in de.fu_berlin.ties.extract with parameters of type Representation | |
---|---|
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 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |