|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 entity 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.classify |
---|
Classes in de.fu_berlin.ties.classify that implement Closeable | |
---|---|
class |
ClassTrain
Classifies a list of files, training the classifier on each error if the true class is provided. |
class |
TextFilter
A text filter provides a simple API for classifying text files. |
Uses of Closeable in de.fu_berlin.ties.eval |
---|
Classes in de.fu_berlin.ties.eval that implement Closeable | |
---|---|
class |
AverageLength
A simple goal that reads a list of EvaluatedExtractionContainer s and
calculates the average length (in characters and tokens) for extractions of
of all types (e.g. speaker, location etc.) and all
evaluation statuses (e.g. correct,
missing etc.) |
class |
MistakeAnalyzer
Reads an EvaluatedExtractionContainer
(in DSV format) and analyses the types of prediction errors that occurred. |
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |