de.l3s.boilerpipe.conditions
Interface TextBlockCondition


public interface TextBlockCondition

Evaluates whether a given TextBlock meets a certain condition. Useful in combination with ConditionalLabelAction.

Author:
Christian Kohlschuetter

Method Summary
 boolean meetsCondition(TextBlock tb)
          Returns true iff the given TextBlock tb meets the defined condition.
 

Method Detail

meetsCondition

boolean meetsCondition(TextBlock tb)
Returns true iff the given TextBlock tb meets the defined condition.

Parameters:
tb -
Returns:
iff the condition is met.