Uses of Class
de.fu_berlin.ties.context.ContextDetails

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

Uses of ContextDetails in de.fu_berlin.ties.extract
 

Methods in de.fu_berlin.ties.extract that return types with arguments of type ContextDetails
protected  List<ContextDetails> ExtractorBase.getContextDetails()
          Returns the list of context details representing all tokens in the current document.
 

Methods in de.fu_berlin.ties.extract with parameters of type ContextDetails
protected  void ExtractorBase.addContextDetails(ContextDetails details)
          Adds an element to the collected context details.
 

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

Method parameters in de.fu_berlin.ties.extract.amend with type arguments of type ContextDetails
 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 ContextDetails in de.fu_berlin.ties.extract.reestimate
 

Methods in de.fu_berlin.ties.extract.reestimate with parameters of type ContextDetails
 void Reestimator.trainOtherToken(ContextDetails tokenDetails)
          Trains this re-estimator on a token that is notpart of any extraction.
 



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