Uses of Interface
de.fu_berlin.ties.Closeable

Packages that use Closeable
de.fu_berlin.ties This package bundles main entry points and general interfaces and classes for the TIE software. 
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.util This package contains miscellaneous utility classes. 
 

Uses of Closeable in de.fu_berlin.ties
 

Classes in de.fu_berlin.ties that implement Closeable
 class CollectingProcessor
          Abstract base clase for a Processor that collects all the input arguments and processes the collected arguments when shutting down.
 

Uses of Closeable in de.fu_berlin.ties.eval
 

Classes in de.fu_berlin.ties.eval that implement Closeable
 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 Closeable in de.fu_berlin.ties.extract
 

Classes in de.fu_berlin.ties.extract that implement Closeable
 class TrainEval
          Trains an extractor and evaluates extraction quality.
 

Uses of Closeable in de.fu_berlin.ties.util
 

Classes in de.fu_berlin.ties.util that implement Closeable
 class TaskRunner
          Asynchronously executes any number of Runnable tasks.
 



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