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 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.filter This packages provides generic filtering and rewriting functionality. 
 

Uses of ExtractionContainer in de.fu_berlin.ties.eval
 

Methods in de.fu_berlin.ties.eval with parameters of type ExtractionContainer
 void MistakeAnalyzer.analyzeBatch(ExtractionContainer predictions, ExtractionContainer answers, String batchSource)
          Analyses a batch of predictions and answer keys for a specific source file, determining the types of mistakes that occurred.
 MistakeMatrix MistakeAnalyzer.analyzeMistakes(ExtractionContainer extractions, String localName)
          Analyses an evaluated extraction container, determining the types of mistakes that occurred.
 void ReEvaluator.reEvalulate(ExtractionContainer orgExtractions, EvaluatedExtractionContainer newEvaluated)
          Re-evaluates the contents of an extraction container.
 void AverageLength.updateAverageLengths(ExtractionContainer extractions)
          Analyzes an extraction container, updating the average lengths for extractions of all types and all evaluation statuses.
 

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 doc, File filename)
          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.
 ExtractionContainer ExtractionMatcher.matchAndOrderExtractions(ExtractionContainer orgContainer, Document doc)
          Matches all extractions from an extraction container against a preprocessing document, ensuring that they can be located.
static ExtractionContainer AnswerBuilder.readAnswerKeys(TargetStructure targetStruct, File file, TiesConfiguration 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, TiesConfiguration 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.
 ExtractionContainer ExtractionMatcher.matchAndOrderExtractions(ExtractionContainer orgContainer, Document doc)
          Matches all extractions from an extraction container against a preprocessing document, ensuring that they can be located.
 void Extractor.serializeExtractions(ExtractionContainer extractions, Writer writer)
          Helper method that serializes the content of an extraction container to a writer.
 Accuracy[] Trainer.train(Document doc, File filename, 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(ExtractionContainer extractions, TextTokenizer textTokenizer)
          Creates a new instance, setting ExtractionLocator.isRetrySilently() to false.
ExtractionLocator(ExtractionContainer extractions, TextTokenizer textTokenizer, boolean doRetrySilently)
          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 BeginEndReextractor.reextract(ExtractionContainer originalExtractions, List<ContextDetails> contextDetails, ContextMap context)
          Re-extract all extractions in a document at the end of the document, considering the complete states of all tokens.
 ExtractionContainer FinalReextractor.reextract(ExtractionContainer originalExtractions, List<ContextDetails> contextDetails, ContextMap context)
          Re-extract all extractions in a document at the end of the document, considering the complete states of all tokens.
 

Methods in de.fu_berlin.ties.extract.amend with parameters of type ExtractionContainer
 ExtractionContainer BeginEndReextractor.reextract(ExtractionContainer originalExtractions, List<ContextDetails> contextDetails, ContextMap context)
          Re-extract all extractions in a document at the end of the document, considering the complete states of all tokens.
 ExtractionContainer FinalReextractor.reextract(ExtractionContainer originalExtractions, List<ContextDetails> contextDetails, ContextMap context)
          Re-extract all extractions in a document at the end of the document, considering the complete states of all tokens.
 void BeginEndReextractor.train(ExtractionContainer answerKeys, List<ContextDetails> contextDetails, ContextMap context)
          Trains the re-extractor on a document.
 void FinalReextractor.train(ExtractionContainer answerKeys, List<ContextDetails> contextDetails, ContextMap context)
          Trains the re-extractor on a document.
 

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-2007 Christian Siefkes. All Rights Reserved.