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

Packages that use Extraction
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.extract.reestimate This package contains code for re-estimating the probabilites of extraction, for example based on the length or the content. 
 

Uses of Extraction in de.fu_berlin.ties.eval
 

Methods in de.fu_berlin.ties.eval that return Extraction
 Extraction Mistake.getAnswerKey()
          Returns the answer key involved in the mistake.
 Extraction Mistake.getPrediction()
          Returns prediction involved in the mistake.
 

Methods in de.fu_berlin.ties.eval with parameters of type Extraction
static String Mistake.confusionType(Extraction ansKey, Extraction pred)
          Returns a string representing the the confusion between the types of an answer key.
 

Constructors in de.fu_berlin.ties.eval with parameters of type Extraction
Mistake(Extraction myAnswerKey, Extraction myPrediction, SortedSet<Mistake.MistakeTypes> myMistakes, String mySource)
          Creates a new instance.
 

Uses of Extraction in de.fu_berlin.ties.extract
 

Methods in de.fu_berlin.ties.extract that return Extraction
 Extraction Extraction.clone()
          Creates and returns a deep copy of this object.
 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()
          Returns an iterator over all extractions in insertion order.
 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 EvaluatedExtractionContainer.add(Extraction extraction)
          Adds an extraction to this container.
 void ExtractionContainer.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.
 

Method parameters in de.fu_berlin.ties.extract with type arguments of type Extraction
 void ExtractionContainer.addAll(Iterator<Extraction> iterator)
          Adds all extractions from an iterator to this container.
 int ExtractionContainer.removeAll(Set<Extraction> set)
          Removes all given extractions from this container, if they are present.
 

Uses of Extraction in de.fu_berlin.ties.extract.reestimate
 

Methods in de.fu_berlin.ties.extract.reestimate that return Extraction
protected  Extraction LengthEstimator.doReestimate(Extraction extraction)
          Re-estimates the probability of an extraction.
protected  Extraction LengthFilter.doReestimate(Extraction extraction)
          Re-estimates the probability of an extraction.
protected abstract  Extraction Reestimator.doReestimate(Extraction extraction)
          Re-estimates the probability of an extraction.
 Extraction Reestimator.reestimate(Extraction extraction)
          Re-estimates the probability of an extraction.
 

Methods in de.fu_berlin.ties.extract.reestimate with parameters of type Extraction
protected  Extraction LengthEstimator.doReestimate(Extraction extraction)
          Re-estimates the probability of an extraction.
protected  Extraction LengthFilter.doReestimate(Extraction extraction)
          Re-estimates the probability of an extraction.
protected abstract  Extraction Reestimator.doReestimate(Extraction extraction)
          Re-estimates the probability of an extraction.
protected  void LengthEstimator.doTrain(Extraction extraction)
          Trains this re-estimator on an extraction.
protected  void LengthFilter.doTrain(Extraction extraction)
          Trains this re-estimator on an extraction.
protected abstract  void Reestimator.doTrain(Extraction extraction)
          Trains this re-estimator on an extraction.
 Extraction Reestimator.reestimate(Extraction extraction)
          Re-estimates the probability of an extraction.
 void Reestimator.train(Extraction extraction)
          Trains this re-estimator on an extraction.
 



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