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

Packages that use ExtractionContainer
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 entitiy 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.filter This packages provides generic filtering functionality and an implementation for sentence filtering. 
 

Uses of ExtractionContainer in de.fu_berlin.ties.eval
 

Methods in de.fu_berlin.ties.eval with parameters of type ExtractionContainer
 void ReEvaluator.reEvalulate(ExtractionContainer orgExtractions, EvaluatedExtractionContainer newEvaluated)
          Re-evaluates the contents of an extraction container.
 

Uses of ExtractionContainer in de.fu_berlin.ties.extract
 

Subclasses of ExtractionContainer in de.fu_berlin.ties.extract
 class EvaluatedExtractionContainer
          An extraction container that evaluates containers of predicted extractions against containers of true extractions (answer keys) and merges their contents, setting the evaluation states accordingly.
 

Methods in de.fu_berlin.ties.extract that return ExtractionContainer
 ExtractionContainer AnswerBuilder.buildAnswers(Document document)
          Buildings an ExtractionContainer of answer keys from from an annotated XML document.
 ExtractionContainer Extractor.extract(Document document)
          Extracts items of interest from the contents of an XML document, based on context representation and local classifier.
protected  ExtractionContainer Extractor.getPredictedExtractions()
          Returns the extraction container used for storing the predicted extractions.
static ExtractionContainer AnswerBuilder.readAnswerKeys(TargetStructure targetStruct, File file, Configuration config)
          Reads back answer keys stored by the AnswerBuilder.process(Document, Writer, ContextMap) method of an instance of this class.
static ExtractionContainer AnswerBuilder.readCorrespondingAnswerKeys(TargetStructure targetStruct, File orgFile, Configuration config)
          Reads the answer keys corresponding to a file.
 

Methods in de.fu_berlin.ties.extract with parameters of type ExtractionContainer
 void EvaluatedExtractionContainer.evaluateBatch(ExtractionContainer predicted, ExtractionContainer expected, String source)
          Evaluates a container of predicted extractions against a container of true extractions (answer keys) and adds them to this instance.
 FMetricsView Extractor.evaluateSentenceFiltering(ExtractionContainer correctExtractions)
          Evaluates precision and recall for sentence filtering on the last processed document.
 Accuracy[] Trainer.train(Document document, ExtractionContainer correctExtractions)
          Trains the local classifier with the correct extractions of an XML document, using the provided context representation.
 

Constructors in de.fu_berlin.ties.extract with parameters of type ExtractionContainer
ExtractionLocator(Document document, ExtractionContainer extractions, TextTokenizer textTokenizer)
          Creates a new instance.
 

Uses of ExtractionContainer in de.fu_berlin.ties.extract.amend
 

Methods in de.fu_berlin.ties.extract.amend that return ExtractionContainer
 ExtractionContainer FinalReextractor.reextract()
          Re-extract all extractions in a document at the end of the document, considering the complete states of all tokens.
 

Uses of ExtractionContainer in de.fu_berlin.ties.filter
 

Constructors in de.fu_berlin.ties.filter with parameters of type ExtractionContainer
EmbeddingElements(Document document, ExtractionContainer extractions, TokenizerFactory tFactory)
          Creates a new instance.
 



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