|
|||||||||||
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 entitiy recognition. |
Uses of Representation in de.fu_berlin.ties.context |
Subclasses of Representation in de.fu_berlin.ties.context | |
class |
DefaultRepresentation
The context representation used by default. |
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 | |
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. |
|
Extractor(String outExt,
TargetStructure targetStruct,
Classifier theClassifier,
Representation theRepresentation,
CombinationStrategy combiStrat,
TokenizerFactory tFactory,
TiesConfiguration config)
Creates a new instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |