Uses of Package
de.fu_berlin.ties.extract.reestimate

Packages that use de.fu_berlin.ties.extract.reestimate
de.fu_berlin.ties.combi This package provides combination strategies for combining sequential classification decisions. 
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. 
 

Classes in de.fu_berlin.ties.extract.reestimate used by de.fu_berlin.ties.combi
Reestimator
          A re-estimator recalculates the probabilites of extractions in a suitable way.
 

Classes in de.fu_berlin.ties.extract.reestimate used by de.fu_berlin.ties.extract
Reestimator
          A re-estimator recalculates the probabilites of extractions in a suitable way.
 

Classes in de.fu_berlin.ties.extract.reestimate used by de.fu_berlin.ties.extract.amend
LengthFilter
          A very simple re-estimator that discards any extractions that are longer than the longest extraction of the same type seen in the training corpus, multipied with a tolerance factor.
 

Classes in de.fu_berlin.ties.extract.reestimate used by de.fu_berlin.ties.extract.reestimate
LengthEstimator
          Reestimates the probability of extractions based on the length (number of tokens).
Reestimator
          A re-estimator recalculates the probabilites of extractions in a suitable way.
 



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