Uses of Class
de.fu_berlin.ties.extract.Extraction

Packages that use Extraction
de.fu_berlin.ties.extract This package handles information extraction and entitiy recognition. 
 

Uses of Extraction in de.fu_berlin.ties.extract
 

Methods in de.fu_berlin.ties.extract that return Extraction
 Extraction ExtractionLocator.getCurrentExtraction()
          Returns the current extraction.
 Extraction ExtractionContainer.last()
          Returns the last extraction added to this container.
 Extraction ExtractionContainer.removeLast()
          Removes the last extraction added to this container.
 

Methods in de.fu_berlin.ties.extract that return types with arguments of type Extraction
 Iterator<Extraction> ExtractionContainer.iterator(String className)
          Returns an iterator over the extractions of a specified class, in insertion order.
 List<Extraction> ExtractionContainer.lastN(String extractionClass, int number)
          Returns a list of the last n extractions of a specified class added to this container.
 

Methods in de.fu_berlin.ties.extract with parameters of type Extraction
 void ExtractionContainer.add(Extraction extraction)
          Adds an extraction to this container.
 void EvaluatedExtractionContainer.add(Extraction extraction)
          Adds an extraction to this container.
protected  void Extractor.appendPunctuation(Extraction ext)
          Appends the collected punctuation details (if any) to the provided extraction.
 boolean ExtractionContainer.remove(Extraction ext)
          Removes an extraction from this container, if it is present.
 



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