Package de.fu_berlin.ties.context

This packages provides functionality for building and managing representations of context in texts (XML documents).

See:
          Description

Interface Summary
Recognition A recognition has a type (class) and contains text.
 

Class Summary
DefaultRepresentation The context representation used by default.
ElementPosition A small immutable wrapper class that bundles the position of an element within a parent element and the number of children of the parent.
FeatureType Type-safe enumeration of the types of features used by the default representation.
GlobalFeature An immutable representation of a feature that can be used for classification.
LocalFeature An immutable representation of the local part of a feature, useful to cache and re-use the parts of feature representation that do not depend on the relative position of the element to classify.
PriorRecognitions A buffer of prior Recognitions that should be considered in the context representation.
PriorRecognitions.Pair An inner class wrapping a recognition and optionally a feature vector representing the recognition.
Representation Abstract class that manages context representations for entity recognition and information extraction.
 

Package de.fu_berlin.ties.context Description

This packages provides functionality for building and managing representations of context in texts (XML documents).



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