Uses of Class
de.fu_berlin.ties.TextProcessor

Packages that use TextProcessor
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 TextProcessor in de.fu_berlin.ties
 

Subclasses of TextProcessor in de.fu_berlin.ties
 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.
 

Uses of TextProcessor in de.fu_berlin.ties.classify
 

Subclasses of TextProcessor in de.fu_berlin.ties.classify
 class ClassTrain
          Classifies a list of files, training the classifier on each error.
 

Uses of TextProcessor in de.fu_berlin.ties.eval
 

Subclasses of TextProcessor in de.fu_berlin.ties.eval
 class ReEvaluator
          A processor that can be used to re-evaluate the contents of an EvaluatedExtractionContainer.
 

Uses of TextProcessor in de.fu_berlin.ties.extract
 

Subclasses of TextProcessor 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 Extractorand 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 TextProcessor in de.fu_berlin.ties.preprocess
 

Subclasses of TextProcessor 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 TextProcessor in de.fu_berlin.ties.xml
 

Subclasses of TextProcessor in de.fu_berlin.ties.xml
 class XMLAdjuster
          This class tries to fix corrupt XML documents, especially documents containing nesting errors.
 

Uses of TextProcessor in de.fu_berlin.ties.xml.dom
 

Subclasses of TextProcessor in de.fu_berlin.ties.xml.dom
 class XMLStripper
          An XML stripper converts a XML document to plain text, removing all markup.
 



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