|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureExtractor | |
---|---|
de.fu_berlin.ties.classify | This package provides functionality for classification of texts and feature vectors. |
de.fu_berlin.ties.classify.feature | This package contains classes for working with features, feature vectors and feature transformers. |
de.fu_berlin.ties.context | This packages provides functionality for building and managing representations of context in texts (XML documents). |
de.fu_berlin.ties.text | This package contains utility classes for working with texts. |
Uses of FeatureExtractor in de.fu_berlin.ties.classify |
---|
Constructors in de.fu_berlin.ties.classify with parameters of type FeatureExtractor | |
---|---|
ClassTrain(String outExt,
TiesConfiguration conf,
FeatureExtractor featureExt,
Tuner myTuner,
String fileExt,
String classifierFile,
boolean doReUse,
boolean doStore,
boolean doTestOnly)
Creates a new instance. |
Uses of FeatureExtractor in de.fu_berlin.ties.classify.feature |
---|
Methods in de.fu_berlin.ties.classify.feature that return FeatureExtractor | |
---|---|
static FeatureExtractor |
FeatureExtractorFactory.createExtractor(TiesConfiguration conf,
String suffix)
Factory method that creates a feature extractor based on the provided configuration. |
Uses of FeatureExtractor in de.fu_berlin.ties.context |
---|
Classes in de.fu_berlin.ties.context that implement FeatureExtractor | |
---|---|
class |
AbstractRepresentation
Provides basic functionality shared by different representations. |
class |
DefaultRepresentation
The context representation used by default. |
class |
Representation
Abstract class that manages context representations for entity recognition and information extraction. |
class |
SimpleRepresentation
A simple representation of an text in an element in an XML document. |
Uses of FeatureExtractor in de.fu_berlin.ties.text |
---|
Classes in de.fu_berlin.ties.text that implement FeatureExtractor | |
---|---|
class |
FieldTokenizingExtractor
A tokenizing extractor that prepends field names to each token. |
class |
TokenizingExtractor
Uses a tokenizer to convert a text into a feature vector. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |