Uses of Interface
de.fu_berlin.ties.context.Recognition

Packages that use Recognition
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 entitiy recognition. 
 

Uses of Recognition in de.fu_berlin.ties.context
 

Methods in de.fu_berlin.ties.context that return Recognition
 Recognition PriorRecognitions.Pair.getRecognition()
          Returns the recognition wrapped in this pair.
 

Methods in de.fu_berlin.ties.context with parameters of type Recognition
 void PriorRecognitions.add(Recognition recognition)
          Adds the given recognition to this buffer, discarding the least recently added recognition if appropriate.
 

Constructors in de.fu_berlin.ties.context with parameters of type Recognition
PriorRecognitions.Pair(Recognition recog)
          Creates a new instance.
 

Uses of Recognition in de.fu_berlin.ties.extract
 

Classes in de.fu_berlin.ties.extract that implement Recognition
 class Extraction
          Extends a Prediction by also storing the extracted text and location data.
 



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