Uses of Package
de.fu_berlin.ties.context

Packages that use de.fu_berlin.ties.context
de.fu_berlin.ties.context This packages provides functionality for building and managing representations of context in texts (XML documents). 
de.fu_berlin.ties.extract This package handles information extraction and entity recognition. 
de.fu_berlin.ties.extract.amend This package provides code for reanalysing proposed extractions and performing suitable amendments to improve results. 
de.fu_berlin.ties.extract.reestimate This package contains code for re-estimating the probabilites of extraction, for example based on the length or the content. 
de.fu_berlin.ties.filter This packages provides generic filtering and rewriting functionality. 
 

Classes in de.fu_berlin.ties.context used by de.fu_berlin.ties.context
AbstractRepresentation
          Provides basic functionality shared by different representations.
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.
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.
Recognition
          A recognition has a type (class) and contains text.
Representation
          Abstract class that manages context representations for entity recognition and information extraction.
 

Classes in de.fu_berlin.ties.context used by de.fu_berlin.ties.extract
ContextDetails
          Extends the TokenDetails class by also storing the context of a token.
PriorRecognitions
          A buffer of prior Recognitions that should be considered in the context representation.
Recognition
          A recognition has a type (class) and contains text.
Representation
          Abstract class that manages context representations for entity recognition and information extraction.
 

Classes in de.fu_berlin.ties.context used by de.fu_berlin.ties.extract.amend
ContextDetails
          Extends the TokenDetails class by also storing the context of a token.
 

Classes in de.fu_berlin.ties.context used by de.fu_berlin.ties.extract.reestimate
ContextDetails
          Extends the TokenDetails class by also storing the context of a token.
 

Classes in de.fu_berlin.ties.context used by de.fu_berlin.ties.filter
Representation
          Abstract class that manages context representations for entity recognition and information extraction.
 



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