Uses of Class
de.fu_berlin.ties.CollectingProcessor

Packages that use CollectingProcessor
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. 
 

Uses of CollectingProcessor in de.fu_berlin.ties.classify
 

Subclasses of CollectingProcessor in de.fu_berlin.ties.classify
 class TextFilter
          A text filter provides a simple API for classifying text files.
 

Uses of CollectingProcessor in de.fu_berlin.ties.eval
 

Subclasses of CollectingProcessor in de.fu_berlin.ties.eval
 class PredictionEvaluator
          Reads a set of files that must contain predictions and evaluates them against the corresponding answer keys (*.ans files).
 class ShuffleGenerator
          Arranges all input arguments (for example, files or URLs) in random "shuffles", so they can subsequently processed in random (but fixed) order.
 



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