|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurableProcessor | |
---|---|
de.fu_berlin.ties | This package bundles main entry points and general interfaces and classes for the TIE software. |
de.fu_berlin.ties.classify | This package provides functionality for classification of texts and feature vectors. |
de.fu_berlin.ties.eval | This packages provides functionality for evaluating results of classifiers and extractors. |
de.fu_berlin.ties.extract | This package handles information extraction and entitiy recognition. |
de.fu_berlin.ties.preprocess | This packages handles format conversions and linguistic preprocessing of documents. |
de.fu_berlin.ties.xml | This package contains utility classes for working with XML documents and related data. |
de.fu_berlin.ties.xml.dom | This package contains utility classes for working with DOM-like XML representations, focussing especially on dom4j. |
Uses of ConfigurableProcessor in de.fu_berlin.ties |
---|
Subclasses of ConfigurableProcessor in de.fu_berlin.ties | |
---|---|
class |
CollectingProcessor
Abstract base clase for a Processor that collects
all the input arguments and processes the collected arguments when shutting
down. |
class |
DirectoryProcessor
Abstract base class for a Processor that operates
on the contents of directories. |
class |
DocumentProcessor
Abstract base class for a Processor that operates
on XML documents. |
class |
DocumentReader
Abstract base class for a Processor that read
XML documents. |
class |
TextProcessor
Abstract base class for a Processor that operates
on text documents. |
Uses of ConfigurableProcessor in de.fu_berlin.ties.classify |
---|
Subclasses of ConfigurableProcessor in de.fu_berlin.ties.classify | |
---|---|
class |
ClassTrain
Classifies a list of files, training the classifier on each error. |
Uses of ConfigurableProcessor in de.fu_berlin.ties.eval |
---|
Subclasses of ConfigurableProcessor in de.fu_berlin.ties.eval | |
---|---|
class |
ReEvaluator
A processor that can be used to re-evaluate the contents of an EvaluatedExtractionContainer . |
class |
ShuffleGenerator
Arranges all input arguments (for example, files or URLs) in random "shuffles", so they can subsequently processed in random (but fixed) order. |
Uses of ConfigurableProcessor in de.fu_berlin.ties.extract |
---|
Subclasses of ConfigurableProcessor in de.fu_berlin.ties.extract | |
---|---|
class |
AnswerBuilder
Buildings an ExtractionContainer of answer
keys from an annotated text (in XML format). |
class |
Extractor
An extractor runs a local Classifier
on a list of items/nodes and combines their results using a
CombinationStrategy . |
class |
ExtractorBase
Common code base shared by Extractor and
Trainer . |
class |
Trainer
A trainer trains a local Classifier
to be used for extraction. |
class |
TrainEval
Trains an extractor and evaluates extraction quality. |
Uses of ConfigurableProcessor in de.fu_berlin.ties.preprocess |
---|
Subclasses of ConfigurableProcessor in de.fu_berlin.ties.preprocess | |
---|---|
class |
PreProcessor
Preprocesses documents by converting them a suitable XML format and adding lingustic information. |
class |
TreeTagger
Integrates the TreeTagger, a linguistic tool for part-of-speech tagging and chunk parsing. |
Uses of ConfigurableProcessor in de.fu_berlin.ties.xml |
---|
Subclasses of ConfigurableProcessor in de.fu_berlin.ties.xml | |
---|---|
class |
XMLAdjuster
This class tries to fix corrupt XML documents, especially documents containing nesting errors. |
Uses of ConfigurableProcessor in de.fu_berlin.ties.xml.dom |
---|
Subclasses of ConfigurableProcessor in de.fu_berlin.ties.xml.dom | |
---|---|
class |
XMLStripper
An XML stripper converts a XML document to plain text, removing all markup. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |