Package 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.

See:
          Description

Class Summary
LengthEstimator Reestimates the probability of extractions based on the length (number of tokens).
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.
Reestimator A re-estimator recalculates the probabilites of extractions in a suitable way.
RootLengthEstimator A LengthEstimator that uses the rounded square root of the length (token count) instead of the raw token count.
 

Package de.fu_berlin.ties.extract.reestimate Description

This package contains code for re-estimating the probabilites of extraction, for example based on the length or the content.



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